#reg_outer{
	width:308px;
	height: 318px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -159px 0 0 -154px;
	z-index: 5;
}
.regBox {
    width:100%;
	height: 100%;
	color:#fff;
}
.regIpt {
    height: 39px;
	background:url(/Market/Game/Register/055/res/images/ipt_name.png) no-repeat;
}
.regIpt.regIpt_pwd{
	background:url(/Market/Game/Register/055/res/images/ipt_pwd.png) no-repeat;
}
.regIpt span {
    font-size: 15px;
    color: #fefefe;
	height: 39px;
    line-height: 39px;
	width:88px;
}
.regIpt input {
    width: 217px;
    height: 33px;
	line-height: 33px;
    font-size: 14px;
	text-indent: 8px;
	border: 0 none;
	color: #fefefe;
	background:none;
	margin: 3px 0;
}
.regMsg{
    height: 20px;
    color: #fff;
    padding: 2px 0 8px 85px;
	font-size: 12px;
	text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.regBox .err{
    color: #ff0000;
	text-shadow: 1px 1px 1px #ccc, -1px 1px 1px #ccc, 1px -1px 1px #ccc, -1px -1px 1px #ccc;
}
.regBtn{
    height:72px;
	margin-top:-2px;
}
.regBtn input {
    display: block;
    height: 72px;
    width: 272px;
	margin:0 auto;
	border:0;
	cursor:pointer;
	background:none;
}
.regBtn input:hover{
	background-position: -283px 0;
}
.select_btn{
	text-align: center;
	font-size:12px;
	margin-top:9px;
}
.select_span{
	display: inline-block;
	color: #fff;
	line-height: 22px;
	margin-left: 2px;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.select_span span{
    cursor: pointer;
    display: inline-block;
	color:#fff;
}
.select_span span:hover{
    text-decoration: underline;
}
input[type="checkbox"]{width: 10px;height: 10px;display: inline-block;text-align: center;vertical-align: text-bottom;position: relative;}
input[type="checkbox"]::before{content: "";width: 12px;height: 12px;position: absolute;top: -2px;left: -2px;background: url(/Market/Game/Register/055/res/images/check.png) no-repeat center center;}
input[type="checkbox"]:checked::before{position: absolute;width: 12px;height: 12px;top: -2px;left: -2px;background:url(/Market/Game/Register/055/res/images/checked.png) no-repeat center center;}

.login_method_box{
	text-align: center;
}
.login_method_box .label{
    color:#fff;
	font-size: 12px;
	margin-bottom: 11px;
	margin-top: 7px;
	text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.login_method_box .label em{
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height:1px;
	background: #ababab;
	border: 1px solid #232438;
	margin: 0 5px;
}
.login_method_box .three_login {
    display: inline-block;
    width:42px;
    height:42px;
    background: url("/Market/Game/Register/055/res/images/icon_other_reg.png") 0 0 no-repeat;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
}
.login_method_box .three_login:hover{
    background-position: -45px 0;
}
.login_method_box .wx_login{
    background-position: -90px 0;
    margin-left: 10px;
}
.login_method_box .wx_login:hover{
    background-position: -135px 0;
}