*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
body{
	background: white;
	width: 640px;
	font-size:20px;
	font-family: microsoft yahei;
	margin: 0;
	padding: 0;
	font: 28px/1.5 "Microsoft YaHei","黑体","宋体","Arial",sans-serif;
}
.phonenumber{
	width: 100%;
	height: 10vw;
	margin-top: 5vw;
	line-height: 10vw;
}
.phonenumber>div:nth-of-type(1){
	width: 10vw;
	height: 10vw;
	background-image: url(/Content/images/phone.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e9e9ef;
	float: left;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: 4vw;
}
.phonenumber input{
	background: #f2f2f5;
	border: none;
    font-size: 3vw;
    line-height: 5vw;
}
.ipt1{
	height: 10vw;
	background: #f2f2f5;
	width: 81%;
	text-indent: 2vw;
	float: left;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.phonenumber2{
	width: 100%;
	height: 10vw;
	margin-top: 2vw;
}
.phonenumber2>div:nth-of-type(1){
	width: 10vw;
	height: 10vw;
	background-image: url(/Content/images/passwo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e9e9ef;
	float: left;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: 4vw;
}
.phonenumber2 input{
	height: 10vw;
	background: #f2f2f5;
	border: none;
	width: 81%;
	font-size: 3vw;
	text-indent: 2vw;
	float: left;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 5vw;
}
.validation{
	width: 100%;
	height: 10vw;
	margin-top: 2vw;
	
}
.validation>div:nth-of-type(1){
	width: 10vw;
	height: 10vw;
	background-image: url(/Content/images/pswd.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e9e9ef;
	float: left;
	 border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: 4vw;
}
.validation input[type=tel]{
	height: 10vw;
	background: #f2f2f5;
	border: none;
	width: 56%;
	font-size: 3vw;
	text-indent: 2vw;
	float: left;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 10vw;
	line-height: 5vw;
}
.validation input[type=button]{
	height: 10vw;
	border-radius: 10px;
	border: none;
	background-color: #00a0e9;
	color: white;
	width: 20%;
	margin-left: 5vw;
	font-size: 3vw;
}
#dl_click input{
    display:inline-block;
    width: 90%;
    background-color: #e9e9ef;
    height: 10vw;
    margin: 0 auto;
    margin-top: 20vw;
    text-align: center;
    line-height: 10vw;
    color: #b3b3bc;
    border-radius: 10px;
    margin-left:5%;
    border:0;
    font-size: 26px;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;}
textarea {  -webkit-appearance: none;} 
.button{ border-radius:0; } 
.back{
	width: 100%;
	height: 10vw;
	text-align: center;
	margin-top: 5vw;
}
.back a{
	color: #6f6f7b;
	font-size: 3vw;
}
.back>a:nth-of-type(1)>span{
	border-right:1px solid #6f6f7b ;
	padding-right: 2vw;
}
.back>a:nth-of-type(2)>span{
	padding-left: 2vw;
}
input{
-webkit-appearance: none;
}
.agree{
	width: 100%;
	height: 10vw;
	color: #0485fa;
	margin-top: 3vw;
}
.agree span{
	margin-left: 2vw;
	float: left;
}
.agree>div{
	width: 5vw;
	height: 5vw;
  float: left;
  margin-left: 5vw;
}
.agree>div>img{
	width: 100%;
}
.layui-layer-content {
    width:300px!important;
    height:50px!important;
    line-height:50px!important;
    font-size:20px!important;
}