/*common*/

body,p,h1,h2,h3,h4,h5,h6,ul,dl,dd,td,input,fieldset,textarea,option{ margin:0; padding:0;}
li{list-style:none;}
a{text-decoration:none; color:#333;}
img{border:none; vertical-align:top; }
a,input,button{outline:none;}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:100;}
i,em{font-style:normal;}
body{font:12px "微软雅黑";}
.clearfix::after{content:""; display:block; clear:both; height:0;}
.fl{float:left;}
.fr{float:right;}
.w-max{width:100%}
.h-max{height: 100%;}
.wh-max{width: 100%; height: 100%;}
.p-abs {position: absolute;}
.p-rel {position: relative;}

/*common*/



.cla{background: #03a9f445;}


#box {
	width: 565px;
	height: 550px;
	border: 1px solid #dce3e8;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
}
#box-bn {
	padding: 30px;
}

#box-bn .header {
	height: 23px;
	margin-bottom: 20px;
	color: #40485b;
}
#box-bn .header .left span {
	
	font-size: 18px;
}
#box-bn .header .right .have-account {
	font-size: 14px;
}
#box-bn .header .right a {
	color: #fe7300;
	font-size: 14px;
}
#register {
	color: #40485b;
	width: 520px;
}
#register .inline {
	width: 520px;
	min-height: 40px;
	margin-bottom: 10px;
}
#register .inline label {
	min-width: 95px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
    color: #666666;
	margin-right: 20px;
	display: inline-block;
	text-align: right;
}
#register .inline input{
	height: 40px;
}
.error {
	color: red;
	margin-bottom: 5px;
	border: none;
	height: 20px;
}
#email {
	width: 270px;
	padding: 10px 15px;
	height: 20px;
	background: #F3F6F8;
	border-radius: 2px;
    border: 1px solid #dce3e8;
}
#code {
	width: 160spx;
	padding: 10px 15px;
	height: 20px;
	background: #F3F6F8;
	border-radius: 2px;
    border: 1px solid #dce3e8;
}
#Verification {
	width: 160spx;
	padding: 10px 15px;
	height: 20px;
	background: #F3F6F8;
	border-radius: 2px;
	border: 1px solid #dce3e8;
}

.username {
	width: 270px;
	padding: 10px 15px;
	height: 20px;
	background: #F3F6F8;
	border-radius: 2px;
    border: 1px solid #dce3e8;
}
.password {
	width: 270px;
	padding: 10px 15px;
	height: 20px;
	background: #F3F6F8;
	border-radius: 2px;
	border: 1px solid #dce3e8;
}
.email {
	/*height: 40px;*/
	display: inline-block;
}
.btn1 {
	/*color: #e28560 !important;*/
	/*border: 1px solid #fe7300;*/
	/*color: #3449e2 !important;*/
	/*border: 1px solid rgba(36, 85, 255, 0.57);*/
	color: #1b7a82 !important;
border: 1px solid rgba(34, 197, 206, 0.48);
width: 100px;
font-size: 14px;
height: 42px;
cursor: pointer;
background: transparent;
padding: 7px 14px;
margin-left: -5px;
border-radius: 2px;
}
.text {
display: inline;
text-decoration: underline;
font-size: 12px;
text-align: right;
padding-left: 30px;

}
.text a {
color:rgba(0,0,0,0.6);

}
.text a:hover {
color:rgba(0,0,0,0.87);
}

#term {
text-align: center;
height: 15px;
line-height: 15px;
}

#foot {
text-align: center;
}
#btn-submit {
width: 300px;
font-size: 18px;
line-height: 22px;
padding: 8px 26px;
font-weight: 500;
color: #fff;
background: #1bc8cf;
display: inline-block;
border: none;
cursor: pointer;
margin-top: 20px;
}