.wrap{
	font-size: 0
}
/* 试听 */
.st{
	background: #F4F4F4;
	overflow: hidden;
	padding-bottom: .5rem;
}
.st h3{
	margin-top: .7rem;
}
.st .con{
	width: 8.5rem;
	margin: 0 auto;
	margin-top: .5rem;
}
.st .tr{
	background: #fff;
	display: flex;
	line-height: 1.2rem;
	margin-bottom: .4rem;
	transition: all .3s;
}
.st .tr.active{
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
	transform: translateY(-3px);
}
.st .tr p{
	width: 1.9rem;
	font-size: .45rem;
	text-align: center;
	letter-spacing: 1px;
	color: #777;
}
.st01 .tr p{
	width: 3rem;
	text-align: right;
}
.st01 .tr p em{
	margin-right: .95rem;
}
.st .tr input{
	flex: 1;
	font-size: .45rem;
	color: #333;
	/*margin-left: .1rem;*/
}
.st .btn{
	background: #3079A6;
	color: #fff;
	text-align: center;
	line-height: 1.2rem;
	width: 4rem;
	margin: 0 auto;
	margin-top: .4rem;
	font-size: .45rem;
	letter-spacing: 1px;
}
.st .shard_shuoming{
	width: 240px;
	margin: 0 auto;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.st .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.st .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.st .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.st .shard_shuoming .icon img.active{
	display: block;
}
.st .shard_shuoming .font{
	float: right;
	width: 220px;
}
/* 报名条件 */
.tj{
	position: relative;
}
.tj .btn{
	position: absolute;
	width: 3.4rem;
	line-height: .7rem;
	text-align: center;
	background: #3079A6;
	color: #fff;
	right: .6rem;
	font-size: .36rem
}
.tj .btn1{
	top: 4.57rem;
}
.tj .btn2{
	top: 7.78rem;
}
.tj .btn3{
	top: 11rem;
}
.tj .btn4{
	top: 14.2rem;
}
.tj .btn:active{
	transform: translateY(-1px);
}
/* 优势 */
.ys{
	position: relative;
}
.ys .btn{
	background: #2F75A7;
	color: #fff;
	text-align: center;
	line-height: .8rem;
	position: absolute;
	width: 3rem;
	font-size: .38rem;
}
.ys .btn1{
	top: 7.3rem;
	left: 1.4rem;
}
.ys .btn2{
	top: 7.3rem;
	right: 1.25rem;
}
.ys .btn3{
	top: 13.82rem;
	left: 1.4rem;
}
.ys .btn4{
	top: 13.82rem;
	right: 1.25rem;
}

/* 弹窗 */
.tan{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}
.tan .con{
	position: fixed;
	top: 45%;
	left: 50%;
	width: 305px;
	margin-left: -152px;
	margin-top: -150px;
	background: #fff;
	border-radius: 10px;
}
.tan .con h4{
	text-align: center;
	font-size: 20px;
	padding: 15px 0;
	color: #333;
	position: relative;
	font-weight: bold;
}
.tan .con .input{
	width: 250px;
	height: 44px;
	margin: 10px auto 0;
	border: 1px solid #cdcdcd;
	border-radius: 12px;
	position: relative;
}
.tan .con .input input{
	font-family: "Microsoft YaHei";
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-indent: 15px;
}
.go{
	font-family: "Microsoft YaHei";
	display: block;
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 30px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f1393b), to(#ff4833));
	background-image: linear-gradient(90deg, #f1393b, #ff4833);
	font-size: 17px;
	color: #fff;
	font-weight: 900;
	margin: 18px auto 0;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	margin-bottom: 24px;
	background: #EE2D42;
}
.close{
	position: absolute;
	height: 35px;
	width: 35px;
	background-image: url(../img/xxx.png);
	background-repeat: no-repeat;
	background-size: 375px;
	background-position: -40px -5px;
	bottom: 0;
	left: 50%;
	border-radius: 20px;
	margin-left: -18px;
	margin-bottom: -50px;
	cursor: pointer;
}
.tan .shard_shuoming{
	width: 240px;
	margin: 0 auto;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.tan .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.tan .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.tan .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.tan .shard_shuoming .icon img.active{
	display: block;
}
.tan .shard_shuoming .font{
	float: right;
	width: 220px;
}

/*底部*/
footer{
	background: #3078A5;
}
footer li{
	color: #3078A5 !important;
}