*{
	padding:0;
	margin:0;
}
body{
	width:100%;
	height:100%;
	background:url(../img/reg_bg.jpg) repeat-y center;
	background-size:cover;
}
.main{
	width:1250px;
	height:726px;
	background:url(../img/reg_form.png) no-repeat center;
	background-size: contain;
	margin:0 auto;
	padding-top:226px;
	padding-left:450px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.reg_form{
	width:100%;
	overflow: hidden;
	float:left;
}
#regForm{
	width:100%;
	float:left;
}
.reg_form form>div{
	padding:10px 0;
}
.reg_form label{
	display: inline-block;
	width:120px;
	text-align: right;
	font-size: 20px;
	color:#000;
	font-family: "microsoft yahei";
	font-weight: 900;
	
}
.reg_form p{
	display: none;
}
.reg_form input{
	outline: none;
	width:260px;
	padding:5px;
}
#subBtn{
	width:220px;
	height:35px;
	padding:0;
	background:url(../img/reg.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
	border:none;
	outline: none;
	margin-top:25px;
	margin-left:128px;
}
#showCode{
	display: inline-block;
	width:110px;
	height:31px;
}
