#reg_outer{
	width: 1064px;
	height: 567px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url('//pic.yee5.com/flash/register/040/ball-bg.gif') center center no-repeat;
	margin: -284px 0 0 -532px;
	display: none;
	z-index: 5;
}
#reg_outer .title{
    position: absolute;
    left: 344px;
    top: 116px;
    font-weight: bold;
    color: #fff;
    font-size: 31px;
}
.regBox {
    width: 312px;
    padding-top: 200px;
    color:#fff;
    margin-left: 375px;
}
.regIpt {
    height: 36px;
}
.regIpt span {
    font-size: 18px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    width: 60px;
    font-weight: bold;
    margin-right: 12px;
}
.regIpt input {
    width: 240px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-indent: 14px;
    border: 0 none;
    color: #fff;
    background: #433f3f;
}
.regMsg{
    height: 20px;
    color: #e0e0e0;
    padding: 3px 0 15px 72px;
    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 #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, -1px -1px 1px #ddd; */
}
.regBtn{
    height: 77px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.regBtn input {
    display: block;
    height: 77px;
    width: 232px;
    margin:0 auto;
    border:0;
    cursor:pointer;
    background: transparent;
}
.regBtn input:hover{
	opacity: 0.9;
	filter:Alpha(opacity=90);
}
.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:14px;
	margin-top:-5px;
}
.select_span{
	display: inline-block;
	color: #fff;
	line-height: 22px;
	margin-left: 7px;
	vertical-align: middle;
}
.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/Promotion/Register/040/res/images/check.png?v=1) no-repeat center center;}
input[type="checkbox"]:checked::before{position: absolute;width: 14px;height: 14px;top: -2px;left: -2px;background:url(/Market/Promotion/Register/040/res/images/checked.png?v=1) 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;
}
.login_method_box .label em{
	color: #b8b4b2;
}
.login_method_box .label span{
	vertical-align: middle;
}
.login_method_box .three_login {
    display: inline-block;
    width:51px;
    height:51px;
    background: url("/Market/Promotion/Register/040/res/images/icon_other_reg.png?v=1") 0 0 no-repeat;
	vertical-align: middle;
	border-radius: 50%;
	box-shadow: 0 0 2px 1px #000;
	margin-left: 17px;
}
.login_method_box .three_login:hover{
    background-position: -55px 0;
}
.login_method_box .wx_login{
    background-position: -110px 0;
		margin-left: 0;
}
.login_method_box .wx_login:hover{
    background-position: -164px 0;
}