@charset "utf-8";
body {
    font-family: "微软雅黑";
    /*background: white;*/
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}
.clear{
	clear:both;
}
select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.nav_tit{
	width:100%;
	height:0.9rem;
	line-height:0.9rem;
	font-size:0.36rem;
	font-family:"微软雅黑";
	font-weight:bold;
	color:rgba(0,168,143,1);
	text-align: center;
	border-bottom:1px solid rgba(237,237,237,1);
	position: relative;
}
.back{
	width:0.16rem;
	height:0.3rem;
	position: absolute;
	left:0.4rem;
}
.back img{
	width:0.16rem;
	height:0.3rem;
}
.form{
	padding: 0.4rem;
}
.selectGrade{
	width:100%;
	height:1rem;
	border-bottom:1px solid rgba(237,237,237,1);
	margin-bottom:0.15rem;
}
.selectGrade span{
	width:1rem;
	height:1rem;
	line-height: 1rem;
	float:left;
	display: block;
	font-size:0.3rem;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(51,51,51,1);
	text-align: center;
}
.selectGrade select{
	width:calc(100% - 1rem);
	height:1rem;
	line-height: 1rem;
	float:left;
	display: block;
	background:url(../images/iconfont.png) no-repeat;
	background-size: 0.16rem 0.3rem;
	background-position: right center;
	border:0;
	font-size:0.3rem;
	color:#999;
	text-indent: 1.6rem;
}
.formBtn{
	width:6.9rem;
	height:0.88rem;
	background:rgba(0,168,143,1);
	border-radius:44px;
	text-align: center;
	line-height:0.88rem;
	display: block;
	font-size:0.36rem;
	font-family:SourceHanSansCN;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-top:1rem;
}
.p_content{
	padding: 0.41rem;
	font-size:0.26rem;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:#303442;
	line-height: 0.46rem;
	margin-top:2.8rem;
}
.p_content a{
	font-size:0.32rem;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:#333;
	line-height: 0.6rem;
}
.ico{
	width:1.16rem;
	height: 1.16rem;
	margin-top:0.2rem;
	margin-left:0.32rem;
}
.model{
	width: 83%;
	height: 4.4rem;
	border: 1px solid #cecece;
	background: #fff;
	position: absolute;
	top:50%;
	left:51%;
	transform: translate(-50%,-50%);
	border-radius: 0.2rem 0.2rem 0 0;
}
.close{
	/*width:100%;*/
	height:0.9rem;
	background:rgba(0,168,143,1);
	font-size:0.3rem;
	
	padding-right:0.17rem;
	border-radius: 0.2rem 0.2rem 0 0;
	
}
.close img{
	width: 0.34rem;
    height: 0.34rem;
    display: block;
    float: right;
    margin-top: 0.25rem;
}
.dplayer{
	width: 100%;
	height: 3.5rem;
}
.zhezhao{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
    left: 0;
	background: rgba(0,0,0,0.6);
}