
body{
	background:#eaf3ff;
	background: url(../img/regbg.jpg) no-repeat;
	background-size:cover;
	background-attachment: fixed;
	min-width: 1168px;
	overflow-x:hidden;
}
#app{
	width: 1168px;
}
#content{
	width: 1168px;
	height:auto;
	border:none;
	padding:0;
	background-size: 100% 100%;
}
#content h2{	
	width: 1522px;
	margin-top: 50px;
	margin-left:160px;
	font-size:16px;
	font-weight: bold;
	float:left;
}
#content h3{
	display: block;
	padding-top:30px;
	font-size:16px;
	font-weight: normal;
	margin-left: 50px;
	margin-bottom: 20px;
}
#content h3 text{
	color:#cccccc;
}
#content .regbody{
	width: 1522px;
	width: 868px;
	margin-top:20px;
	background: #ffffff;
	border-radius: 5px;
	margin-left:150px;
	float:left;
	padding-bottom: 30px;
}
#content .regbody .formItem{
	width: 100%;
	margin-top:10px;
	margin-left:64px;
	float:left;
}
#content .regbody div div{
	width: 100%;
}
#content .regbody div label{
	font-size: 16px;
	text-align: right;
	width:85px;
	display:block;
	float:left;
}
#content .regbody div span.tips{
	color:#5c5a5a;
	padding-left:5px;
	height:27px;line-height: 27px;vertical-align: middle;
	font-size: 14px;
}
#content .regbody div span input{
	padding-left:5px;
	padding-right: 5px;
	width: 218px;
	height: 27px;
	display: block;
	vertical-align: middle;
	border:1px solid #b8bbc0;
	border-radius: 3px;
	margin-left: 10px;
	float:left;
}
#content .regbody .formItem textarea{
	padding:5px;
	margin-left: 10px;
	width: 218px;
	height: 45px;
	border:1px solid #b8bbc0;
	border-radius: 3px;
	display: block;
	float:left;
}
#content .regbody div span input#randcode{
	 width: 150px;
}
#regbtn:focus,textarea:focus,#content .regbody div span input:focus{
	outline:0px;
}
#content .regbody a{
	color:red;
	font-size: 16px;
	vertical-align: middle;
}
#content .regbody .regtit{height:80px;line-height:80px;border-bottom: #e5e5e5 1px solid;text-align: center;font-size: 18px;}
#content .regbody .regtit label.wechat-icon{display: inline !important;}
#content .regbody .switch{position: absolute;margin-top:25px;margin-left:760px;cursor: pointer;vertical-align: middle;line-height: 30px;}
#login_container{margin: auto;width:100%;text-align: center;margin-top:5px;}

#content .regbody div label.wechat-icon{background:url(../img/wechat.png) no-repeat;width: 30px;height:30px;background-size: 100% 100%;cursor: pointer;}
#content .regbody div label.input-icon{background:url(../img/input.png) no-repeat;width: 30px;height:30px;background-size: 100% 100%;cursor: pointer;}
#content .regbody div label.input2-icon{background:url(../img/input2.png) no-repeat;width: 30px;height:30px;background-size: 100% 100%;cursor: pointer;}

#randimg{cursor:pointer;max-width:100px;height: 27px;margin-left: 5px;border:1px solid #cccccc;border-radius: 3px;}
#regbtn{
	cursor:pointer;
	background: url(../img/regbtn.png);
	width:120px;height:44px;
	border:none;
	margin-left:220px;
	margin-top: 30px;
	margin-bottom: 50px;
	display: block;
	float:left;
}
#province:focus,#city:focus,#area:focus{outline: 0;}
#province,#city,#area{width:100px;height:27px;line-height:27px;padding-left:5px;border:1px solid #b8bbc0;margin-left: 10px; }
#footer{
 margin-top:5px;
 border:none;
}