*{
	margin: 0;
	padding: 0;
}
.clearfix:before,.clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
a:hover{
	text-decoration: none;
}
h2{
	font-size: 46px;
	font-weight: bold;
}
h3{
	font-size: 36px;
}
h5{
	font-size: 20px;
	color: #a0a0a0;
	font-weight: normal;
}
.shade{
	width: 100%;
	padding: 100px 0 200px 0;
	text-align: center;
	background: url(../../images/apply/bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.shademain{
	text-align: center;
	margin: 0 auto;
	width: 866px;
	top: 80px;
	left: 50%;
	background:#fff;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(195,195,210,1);
}
.shademain h4{
	color: #fff;
	background: #2ab6d1;
	font-size: 30px;
	margin: 0;
	height: 82px;
	border-radius: 10px 10px 0 0; 
	line-height: 82px;
	text-align: center;
}
.shademain ul{
	text-align: left;
	padding: 50px 0 30px 0;
}
.shademain li{
	color: #4d4d4d;
	list-style-type: none;
	margin: 15px 0;
	padding-left: 40px;
}
.cooperation li{
	padding-left: 90px;
}
.shademain li label{
	font-weight: normal;	
	font-size: 18px;
	width: 100px;
	text-align: right;
	display: inline-block;
	vertical-align: 2px;
	margin-right: 15px;
}
.shademain li input{
	line-height: 40px;
	height: 40px;
	border:1px solid #e9e8ef;
	width: 528px;
	padding-left: 10px;
}
.shademain .tip{
	color:#e0cb78;
	text-align: center;
}
.shademain a{
	color: #2ab6d1;
	font-size: 18px;
	padding-left: 15px;
	cursor: pointer;
}
.shademain .submit{
	width: 360px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #2ab6d1;
	color: #fff;
	margin: 35px auto 60px auto;
	font-size: 18px;
	border:none;
	display: inline-block;
	border-radius: 0.2em;
}
a.code{

}
.red{
	color: #cb0000;
}
.mode{
	display: none;
	position:fixed;
	z-index: 10;
	top: 0px;
	right:0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}
.mode div{
	position: absolute;
	top: 35%;
	left: 50%;
	width: 540px;
	margin-left: -270px;
	padding:20px 40px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(195,195,210,0.7);
}
.mode div p{
	text-align: left;
	color: #353535;
	font-size: 14px;
	text-indent: 30px;
	line-height: 1.8
}
.mode div em{
	cursor: pointer;
	position: absolute;
	right: -43px;
	top: -43px;
}
.mode h4{
	color: #2ab6d1;
	padding-bottom: 10px;
	font-size: 18px;
}
.shademain .reset-code{
	background:#ccccce;
}
.getCode ,.reset-code{
	width: 166px;
	background: #05a9c9;
	color: #fff!important;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: 0;
	border:none;
	outline: none;
}

.error{
	font-size: 13px;
	margin: 0;
	color: red;
	padding-left: 115px;
	display: none;
}
.shademain .bor-col{
	border-color: red;
}
.win{
	width: 200px;
	height: 100px;
	line-height: 100px;
	border-radius: 0.3em;
	background: rgba(0,0,0,.6);
	text-align: center;
	color: #fff;
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 50%;
	margin:-50px 0 0 -100px; 
	display: none;
}
.cooperation select{
	width: 172.5px;
	line-height: 40px;
    height: 40px;
    border: 1px solid #e9e8ef;
}
