/* 申请免费试用 */

.Try {
	z-index: 9999;
}

.Try-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	background: #000000;
}

.Try-frame {
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 130px;
	width: 500px;
	height: 550px;
	background: #ffffff;
	border-radius: 12px;
}

.Try-frame div {
	float: right;
	width: 22px;
	height: 22px;
	background: url(../imgs/About_Us/guanbi.png) no-repeat center center;
	background-size: contain;
	margin-top: 25px;
	margin-right: 30px;
}

.Try-frame span {
	display: block;
	text-align: center;
	height: 40px;
	font-size: 28px;
	font-weight: 600;
	color: #202020;
	line-height: 40px;
	margin-top: 50px;
}

.Try-frame p {
	width: 380px;
	height: 56px;
	font-size: 16px;
	text-align: center;
	color: #202020;
	line-height: 28px;
	margin-left: 60px;
	margin-top: 13px;
	margin-bottom: 20px;
}

.Try-frame input {
	width: 360px;
	height: 50px;
	background: #f3f6f9;
	border: none;
	border-radius: 4px;
	margin-left: 60px;
	padding-left: 20px;
	margin-top: 20px;
	outline: none;
}

.Try-frame input:focus {
	border: 1px solid #1872ED;
}

.Try-frame a {
	display: block;
	width: 380px;
	height: 50px;
	line-height: 50px;
	background: linear-gradient(319deg, #1872ed 15%, #73aaff 83%);
	border-radius: 4px;
	margin-left: 60px;
	margin-top: 60px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}