body{
	background:#fff;
}
.con_all{
	width:1200px;
	margin:24px auto 0;
	overflow: hidden;
}
.con_div{
	width:250px;
	margin:0 auto;
}
.con_ul{
	width:353px;
	margin:0 auto;
}
.con_ul li{
	margin-bottom: 24px;
	overflow:hidden;
}
.con_ul input{
	width:250px;
	height:36px;
	border:1px solid #ccc;
	border-radius: 2px;
	color:#333;
	padding-left: 12px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.con_ul select{
	width:150px;
	height:36px;
	border:1px solid #ccc;
	border-radius: 2px;
	color:#333;
	padding-left: 12px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.con_ul li .code{
	width:210px;
	display:block;
	float:left;

}
.con_ul li .gain{
	float: right;
	width:135px;
	height:47px;
	background:#57565f;
	border-radius: 3px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color:#fff;
	cursor:pointer;
	border: none;
}
.con_ul li .check{

}
.agree{
	font-size: 12px;
	color:#333;
	padding:6px 0 36px 0;
}
.agree input{
	display:block;
	float:left;
	margin-top: 2px;
}
.agree span{
	display:block;
	float:left;
	margin-left: 3px;
}
.agree .tit{
	color:#005ea7;
}
.login_btn{
	width:356px;
	height:50px;
	background:#db2533;
	color:#fff;
	line-height: 50px;
	font-size: 16px;
	border-radius: 6px;
	border:0px;
	cursor: pointer;
}
.if_login{
	font-size:12px;
	float:right;
}
.back_register{
	display:block;
	background:#db2533;
	color:#fff;
	width:80px;
	height:30px;
	text-align:center;
	margin:0 auto 20px;
	font-size:14px;
	line-height:30px;
	border-radius:5px;
}