#reg_outer{
	width: 1920px;
	height: 900px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url('//pic.yee5.com/flash/register/068/ball-bg.gif') center center no-repeat;
	margin: -450px 0 0 -960px;
	display: none;
	z-index: 5;
}
.regBox {
	width: 310px;
	color:#fff;
	margin: 354px auto 0 806px;
}
.regIpt {
	width: 308px;
	height: 39px;
	background:url('/Market/Promotion/Register/068/res/images/ipt-bg.png') no-repeat right 0;
}
.regIpt span {
    font-size: 15px;
    color: #fefefe;
    height: 39px;
    line-height: 39px;
    width: 88px;
    text-align: right;
	font-weight: bold;
}
.regIpt input {
    width: 214px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    text-indent: 8px;
    border: 0 none;
    color: #fff;
    background:none;
    margin: 3px;
}
.regMsg{
    height: 20px;
    color: #fff;
    padding: 2px 0 8px 86px;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.regBox .err{
	color: #fefefe;
}
.regBtn{
	height: 63px;
}
.regBtn input {
    display: block;
    height: 63px;
    width: 272px;
    margin-left: 22px;
    background: none;
    border:0;
    cursor:pointer;
}
.mask{
    width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 4; 
    background: url("/Market/Promotion/Common/res/images/mask.png") repeat;
    display: none;
}
.select_btn{
	text-align: center;
	font-size:12px;
	margin-top: 15px;
}
.select_span{
	display: inline-block;
	color: #fff;
	line-height: 22px;
	margin-left: 6px;
	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: middle;position: relative;}
input[type="checkbox"]::before{content: "";width: 12px;height: 12px;position: absolute;top: -1px;left: -1px;background: url(/Market/Promotion/Register/068/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/Promotion/Register/068/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: 12px;
    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: 28px;
	height:1px;
	background: #fff;
	border: 1px solid #232438;
	margin: 0 5px;
}
.login_method_box .three_login {
    display: inline-block;
    width:42px;
    height:42px;
    background: url("/Market/Promotion/Register/068/res/images/icon_other_reg.png") 0 0 no-repeat;
    vertical-align: middle;
    border-radius: 50%;
	box-shadow: 0 0 2px 1px #000;
}
.login_method_box .three_login:hover{
   background-position:-48px 0;
}
.login_method_box .wx_login{
    background-position: -97px 0;
    margin-left: 15px;
}
.login_method_box .wx_login:hover{
    background-position:-147px 0;
}