#reg_outer{
	width: 1920px;
	height: 900px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url('//pic.yee5.com/flash/register/050/ball-bg.gif') center center no-repeat;
	margin: -450px 0 0 -960px;
	display: none;
	z-index: 5;
}
.regBox {
	width: 305px;
	padding-top: 323px;
	color:#fff;
	margin-left: 686px;
}
.regIpt {
	height: 34px;
	border-radius: 3px;
	border: 1px solid #a69e7a;
	background: rgba(0,0,0,.77);
}
.regIpt span {
	font-size: 15px;
	color: #fefefe;
	height: 34px;
	line-height: 34px;
	width: 70px;
	font-weight: bold;
	margin-left: 10px;
	border-radius: 3px;
}
.regIpt input {
	width: 215px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	text-indent: 5px;
	border: 0 none;
	color: #fff;
	background: transparent;
}
.regMsg{
	height: 20px;
	color: #fefefe;
	padding: 3px 0 10px 78px;
	font-size: 12px;
}
.regBox .err{
	color: #ff5722;
}
.regBtn{
    height:80px;
	margin-top:-8px;
}
.regBtn input {
    display: block;
    height: 80px;
    width: 245px;
    margin:0 auto;
    border:0;
    cursor:pointer;
    background: transparent;
}
.regBtn input:hover{
	opacity: .9;
	filter: Alpha(opacity=90);
}
.mask{
    width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 4; 
    background: url("/Market/Common/res/images/mask.png") repeat;
    display: none;
}
.select_btn{
	text-align: center;
	font-size:12px;
}
.select_span{
	display: inline-block;
	color: #fff;
	line-height: 22px;
	margin-left: 2px;
	vertical-align: middle;
}
.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: middle;position: relative;}
input[type="checkbox"]::before{content: "";width: 12px;height: 12px;position: absolute;top: -2px;left: -2px;background: url(/Market/Game/Register/050/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/050/res/images/checked.png) no-repeat center center;}

.login_method_box{
	text-align: center;
	margin-top: 6px;
}
.login_method_box .label{
    color:#fff;
    font-size: 12px;
    margin-bottom: 13px;
}
.login_method_box .label em{
	display: inline-block;
	vertical-align: middle;
    width:30px;
	height:1px;
	background:#ABABAB;
	border:1px solid #030709;
}
.login_method_box .three_login {
    display: inline-block;
    width:42px;
    height:42px;
    background: url("/Market/Game/Register/050/res/images/icon_other_reg.png") 0 0 no-repeat;
	vertical-align: middle;
}
.login_method_box .three_login:hover{
    background-position: -45px 0;
}
.login_method_box .wx_login{
    background-position: -90px 0;
    margin-left: 15px;
}
.login_method_box .wx_login:hover{
    background-position: -135px 0;
}