#reg_outer{
    width:685px;
    height: 438px;
    position: absolute;
    left: 50%;
    top: 50%;
    /* background: url('//pic.yee5.com/flash/register/020/ball-bg.png') 0 0 no-repeat; */
    background: url('/Market/Game/Register/020/res/images/ball-bg.png') 0 0 no-repeat;
    margin: -219px 0 0 -342.5px;
    display: none;z-index: 5;
}
.regBox {
    width:304px;position:absolute; top:115px;left:39px;color:#000;
}
.regIpt {
    height: 33px;
	border:1px solid #989E70;
	border-radius: 2px;
}
.regIpt span {
    font-size: 15px;
    color: #fefefe;
	font-weight: bold;
	line-height: 33px;
	width: 70px;
	padding-left:10px;
}
.regIpt input {
    width: 212px;
    height: 33px;
	line-height: 33px;
    font-size: 14px;
	padding-left:10px;
    border: 0;
	background:none;
    color: #fff;
}
.regMsg{
    height: 20px;
    color: #fefefe;
    padding: 3px 0 0 90px;
	font-size: 12px;
	margin-bottom: 11px;
}
.regBox .err{
    color: #FF0000;
    font-weight: bold;
}
.regBtn{
    height:75px;
	margin-top:-13px;
}
.regBtn input {
    display: block;
    height: 75px;
    width: 240px;
	margin:0 auto;
	border:0;
	cursor:pointer;
	background:url("/Market/Game/Register/020/res/images/start_btn.png") no-repeat;
}
.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{
    padding-top: 0;
    text-align: center;
	font-size:12px
}
.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: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: 0;left: 0;background:url(/Market/Game/Register/020/res/images/check.png) no-repeat center center;}
input[type="checkbox"]:checked::before{position: absolute;width:12px;height:12px;top: -1px;left: -1px;background:url(/Market/Game/Register/020/res/images/checked.png) no-repeat center center;}

.login_method_box{
	margin-top:3px;
	text-align: center;
}
.login_method_box .label{
    color:#fff;
	font-size: 12px;
	margin-bottom: 10px;
}
.login_method_box .label em{
    display: inline-block;
	width:30px;
	height: 1px;
	background:#676767;
	border-bottom: 1px solid #222222;
	vertical-align: middle;
}
.login_method_box .three_login {
    display: inline-block;
    width:42px;
    height:42px;
    background: url("/Market/Game/Register/020/res/images/icon_other_reg.png?v=1") 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;
}