﻿@charset "utf-8";
html,body {
	font-family: "微软雅黑";
	font-size:100px;
	font-size: calc(100vw/16.20);
	/*设计稿为1920px宽度*/
}
.main_box_980{
	width: 9.8rem;
	margin:0 auto;
}
input,select{
	font-family: "微软雅黑";
}
body{
	 background: -webkit-linear-gradient(#0899fa, #e2f1fa); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#0899fa, #e2f1fa); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#0899fa, #e2f1fa); /* Firefox 3.6 - 15 */
  background: linear-gradient(#0899fa, #e2f1fa); /* 标准的语法 */
}
.shenhe_tit{
	text-align: center;
	padding-top: 0.65rem;
	padding-bottom: .3rem;
}
.shenhe_tit p{
	color: #fff;
}
.shenhe_tit p:nth-child(1){
	font-size: .47rem;
	padding-bottom: .15rem;
}
.shenhe_tit p:nth-child(2){
	font-size: .13rem;
	letter-spacing: 2px;
}
.shenji_content{
	width: 9.32rem;
	margin: 0 auto;
	background: -webkit-linear-gradient(#8ed0fc, #dbeffc); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#8ed0fc, #dbeffc); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#8ed0fc, #dbeffc); /* Firefox 3.6 - 15 */
  background: linear-gradient(#8ed0fc, #dbeffc); /* 标准的语法 */
 	margin-bottom: .5rem;
 	padding-bottom: 0.5rem;
}
.shenji_main_tit{
	padding: .48rem 0;
	text-align: center;
	font-size: .30rem;
	color: #d70c25;
}
.input_wrap{
	width: 3.05rem;
	margin: 0 auto;
	margin-bottom: .28rem;
}
.input_wrap span{
	font-size: .18rem;
	color: #232323;
	line-height: .36rem;
	float: left;
}
.input_wrap_in{
	height: .36rem;
	line-height: .36rem;
	background: #fff;
	position: relative;
	border-radius: .05rem;
	margin-left: .45rem;
	font-size: .18rem;
}
.input_wrap_in select{
	position: absolute;
	opacity: 0;
	left: .13rem;
	width: 90%;
	top:0px;
	z-index: 2;
	height:.36rem;
}
.input_wrap_in_tip{
	color: #bcbcbc;
	padding-left: .18rem;
}
.arrow_shenhe{
	width: 0;
	height: 0;
	display: block;
	border: 5px solid transparent;
	border-top-color:#434343;
	position: absolute;
	right: .1rem;
	top: .15rem;
}
.input_wrap_in_tip input{
	line-height: .36rem;
}
.shenht_btn{
	display: block;
	height: .36rem;
    line-height: .36rem;
    background: #fff;
    border-radius: 0.05rem;
    margin-left: .45rem;
    text-align: center;
    color: #fff;
    font-size: .18rem;
    background: #0799fa;
}
.shenht_btn:hover{
	background: #0383d8;
}
.shenhe_textwrap{
	width: 5.40rem;
	margin: .10rem auto 0 auto;
}
.shenhe_textwrap p{
	font-size: .16rem;
	color: #d70c25;
	line-height: .28rem;
}
/*验证码*/
.yz_span{
 margin-left: -0.15rem;
}
.yz_input{
 width: 1.4rem;
}
.yz_input input{
 width: 1.4rem;
}
.yz_btn{
 display: block;
 position: absolute;
 left: 1.5rem;
 top: 0;
 width: 1.12rem;
 line-height: .36rem;
 text-align: center;
 display: block;
 color: #232323;
 font-size: .14rem;
 background: #ececec;
 border-radius: .05rem;
}
.yz_btn span{
 display: none;
 color: #aaaaaa;
 font-size: .14rem;
}
.yz_btn:hover{
 background: #d7d7d7;
}
.input_wrap_in_tip input{
 vertical-align: top;
}
.yz_fasong{
 margin-left: .45rem;
 margin-top: .1rem;
 font-size: .14rem;
 color: #d70c25;
}
