@charset "utf-8";
a{
	cursor: pointer;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body{

	/* 背景图垂直、水平均居中 */
	background-position: center center;
	
	/* 背景图不平铺 */
	background-repeat: no-repeat;
	
	/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
	background-attachment: fixed;
	
	/* 让背景图基于容器大小伸缩 */
	background-size: cover;
	
	/* 设置背景颜色，背景图加载过程中会显示背景色 */
	background-color: #FFFFFF;
}
#container{
	width:1086px;
	height:100%;
	margin:0 auto;
}
#container a:hover{
	text-decoration: underline;
}
/* #head{
	margin-top:50px;
	height:95px;
	-webkit-user-select: none; for Chrome
	-moz-user-select: none; for Firefox
} */
.logo{
	position:absolute;
	top:90px;
	left:320px;
	z-index: -1;
}
#form{
	width:1086px;
	margin:30px auto;
	background-repeat: repeat-x;	
}
#register_form{
	width: 1029px;
	margin: 0 auto;
}
#register_form h1{
	width:396px;
	margin:0 auto 12px auto;
	height:50px;
	line-height: 48px;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight:normal;
	color:#333333;
	-webkit-user-select: none; /* for Chrome */
	-moz-user-select: none; /* for Firefox */
	padding-left:2px;
	border-bottom: 1px solid #DDDDDD;
}
#register_form .verify_tip{
	position: absolute;
	z-index: 3;
	top: 16px;
	left: 37px;
}
#register_form .verify_tip i{
	width: 17px;
	height: 17px;
	vertical-align: inherit;
	display: block;
    float: left;
    margin-right: 5px;
}
#register_form .verify_tip_right{
	font-size: 12px;
	color:#7ab900;
	padding-left:33px;
}
#register_form .verify_tip_right img{
	background: url(../images/checkRight.png) 0px 0px/17px 17px no-repeat;
}
#register_form .verify_tip_error{
	font-size: 12px;
	color:#f66;
	padding-left:33px;
}
#register_form .verify_tip_error i{
    background: url(../images/checkError.png) 0px 0px/17px 17px no-repeat;
}
#register_form .line1{
	width:398px;
	height:40px;	
	line-height: 40px;
	margin-bottom: 14px;	
}
#register_form .line1 span{
	display:block;
	float:left;
	width: 60px;
	height: 40px;
	padding: 0px 5px;
	font-size: 15px;
	font-family: "微软雅黑";
	color: #666666;
	-webkit-user-select: none; /* for Chrome */
	-moz-user-select: none; /* for Firefox */
}
#register_form .line1 input{
	display: block;
	width: 306px;
	height: 28px;
	line-height: 18px;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	float: none;
	overflow: hidden;
	font-family: '\5b8b\4f53';
}
#register_form .line2{
	width:398px;
	height:40px;	
	line-height: 40px;
	margin-bottom: 22px;	
	overflow: hidden;
}
#register_form .line2 *{
	/*vertical-align: middle;*/
}
#register_form .line2 span{
	display:block;
	float:left;
	width: 60px;
	height: 40px;
	padding: 0px 5px;
	font-size: 15px;
	font-family: "微软雅黑";
	color: #666666;
	-webkit-user-select: none; /* for Chrome */
	-moz-user-select: none; /* for Firefox */
}
#register_form .line2 input{
	display: block;
	width: 187px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	float: none;
	overflow: hidden;
	font-family: '\5b8b\4f53';
	float:left;
}
#register_form .verifyImg{
	width: 110px;
    height: 40px;
    margin-left: 8px;
    vertical-align: inherit;
}
#register_form .line3{
	clear: both;
	width: 398px;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	margin-bottom: 16px;
}
#register_form .line3 *{
	vertical-align: middle;
}
#register_form .line3 input{
	width: 330px;
	height: 49px;
	background: #026FDA;
	padding: 0px;
	border: none;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #fff;
	cursor: pointer;
	margin-left: 70px;
}
#register_form .line3 a{
	font-size: 12px;
	font-family: "微软雅黑";
	color:#fff;
	cursor: pointer;
	margin-left:10px;
}
#register_form .line4{
	clear: both;
	width: 398px;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	margin-bottom: 16px;
}
#register_form .have-account{
	font-size: 16px;
    float: right;
    color: #999;
}
#register_form .have-account a{
	font-size: 16px;
	font-family: "微软雅黑";	    
	color: #333;
	cursor: pointer;
	margin-left:10px;
}
#form .log_help{	
	width:260px;
	margin:0 auto;
}
#form p{
	font-family: "微软雅黑";
	font-size: 12px;	
	height:30px;
	line-height: 30px;
}
#form p.reg{
	margin-top:6px;
	color:#636363;
}
#form p.reg a{	
	color:#935fa2;
	cursor: pointer;
}
#form p.partner{
	color:#000;
}
.code input{
	width:70px!important;
	float:left;
	margin-right:15px;
}
.show_check_num{
	width:72px;
	height:29px;
	float:left;
	line-height: 29px;
}
.change_check_num{
	float:left;
	margin-left:11px;
	color:#6565e9;
}
.check_tips{
	height:28px;
	line-height: 28px;
	width:108px;
	color:#ff0000;
	font-size:12px;	
}
.vfImg{
	cursor: pointer;
}
.check_tips_right{
	margin-left:10px;
}
.verifyCode_check_tips{
	margin-left:10px
}