#reg_outer{
	width: 574px;
	height: 729px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url('//pic.yee5.com/flash/register/057/ball-bg.gif') center center no-repeat;
	margin: -364.5px 0 0 -287px;
	display: none;
	z-index: 5;
}
.regBox {
    width: 369px;
    color:#fff;
    margin: 213px auto 0;
}
.regIpt {
	width: 369px;
    height: 46px;
	background:url('/Market/Game/Register/057/res/images/form-bg.png') no-repeat;
}
.regIpt span {
    font-size: 18px;
    color: #fefefe;
	font-weight: bold;
    height: 46px;
    line-height: 46px;
    width: 105px;
    text-align: right;
}
.regIpt input {
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 8px;
    border: 0 none;
    color: #fefefe;
    background:none;
    margin: 3px 3px 3px 0;
}
.regMsg{
    height: 20px;
    color: #fff;
    padding: 3px 0 14px 105px;
    font-size: 14px;
    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 #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
.regBtn{
    height: 100px;
    margin-bottom: 24px;
	margin-top:-5px;
}
.regBtn input {
    display: block;
    height: 100px;
    width: 300px;
    margin:0 auto;
    background: transparent;
    border:0;
    cursor:pointer;
}
.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:14px;
}
.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: 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/057/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/057/res/images/checked.png) no-repeat center center;}

.login_method_box{
	text-align: center;
	margin-top: 10px;
}
.login_method_box .label{
    color:#fff;
    font-size: 14px;
    margin-bottom: 12px;
    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:50px;
    height:50px;
    background: url("/Market/Game/Register/057/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{
   opacity: .85;
   filter: Alpha(opacity=85);
}
.login_method_box .wx_login{
    background-position: -107px 0;
    margin-left: 10px;
}
.login_method_box .wx_login:hover{
    opacity: .85;
    filter: Alpha(opacity=85);
}