#reg_outer{
	width: 348px;
	height: 424px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -212px 0 0 -174px;
    z-index: 5;
}
.regBox {
    width: 100%;
    height: 100%;
}
.regIpt {
    height: 37px;
	background: url(/Market/Game/Register/015/res/images/ipt_bg.png) no-repeat;
}
.pwdregIpt{
	background-position: 0 -87px;
}
.regIpt span {
}
.regIpt input {
    width: 185px;
    height: 37px;
	line-height: 37px;
    font-size: 14px;
    border: 0 none;
    background: none;
    color: #333;
    text-indent: 6px;
	margin-left:125px;
}
.regMsg{
    height: 25px;
    color: #fff;
    padding: 5px 0 20px 125px;
    font-size: 14px;
}
.regBox .err{
    color: #ff0000;
}
.regBtn{
    height: 125px;
}
.regBtn input {
    display: block;
    height: 125px;
    width: 265px;
    margin: 0 auto;
    border:0;
    cursor:pointer;
	background:none;
}
.select_btn{
    padding-top: 8px;
    text-align: center;
    font-size: 14px;
}
.select_span{
    display: inline-block;
    color:#fff; 
    line-height: 22px;
    margin-left: 4px;
}
.select_span span{
    cursor: pointer;
    display: inline-block;
}
.select_span span:hover{
    text-decoration: underline;
}
input[type="checkbox"]{width:12px;height:12px;display: inline-block;text-align: center;vertical-align: middle;position: relative;}
input[type="checkbox"]::before{content: "";width:14px;height:14px;position: absolute;top: -1px;left: -1px;background:url(/Market/Game/Register/015/res/images/check.png) no-repeat center center;}
input[type="checkbox"]:checked::before{position: absolute;width:14px;height:14px;top: -2px;left: -2px;background:url(/Market/Game/Register/015/res/images/checked.png) no-repeat center center;}

.login_method_box{
	margin-top: 13px;
	text-align: center;
}
.login_method_box .label{
    color:#fff;
    font-size: 14px;
    margin-bottom: 12px;
}
.login_method_box .label em{
    color: #B5B5B8;
}
.login_method_box .three_login {
    display: inline-block;
    width: 51px;
    height: 51px;
    background: url("/Market/Game/Register/015/res/images/icon_other_reg.png?v=1") 0px 0px no-repeat;
    vertical-align: middle;
    margin: 0 8px;
	border-radius: 50%;
}

.login_method_box .three_login:hover{
    background-position: -55px 0;
}
.login_method_box .wx_login{
    background-position: -110px 0px;
}
.login_method_box .wx_login:hover{
    background-position: -164px 0px;
}