#reg_outer{
	width: 315px;
	height: 404px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -202px 0 0 -157.5px;
    z-index: 5;
}
.regBox {
    width: 100%;
    height: 100%;
}
.regIpt {
    height: 35px;
	background: url(/Market/Promotion/Register/007/res/images/ipt_bg.png) repeat;
	border: 1px solid #B2A57D;
	border-radius: 3px;
	box-shadow: 0 0 1px 2px rgba(0,0,0,0.7);
}
.regIpt span {
    font-size: 16px;
    width: 102px;
    color: #fefefe;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.regIpt input {
    width: 210px;
    height: 35px;
	line-height: 35px;
    font-size: 14px;
    border: 0 none;
    background: none;
    color: #fff;
    text-indent: 6px;
}
.regMsg{
    height: 25px;
    color: #fefefe;
    padding: 4px 0 11px 92px;
    font-size: 13px;
	text-shadow: 1px 0 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
}
.regBox .err{
    color: #ff0000;
    font-weight: bold;
}
.regBtn{
    height: 120px;
    margin-top: -5px;
}
.regBtn input {
    display: block;
    height: 120px;
    width: 185px;
    margin: 0 auto;
    border:0;
    cursor:pointer;
	background:none;
    /* background: url(/Market/Promotion/Register/007/res/images/start_btn.png) no-repeat; */
}
.regBtn input:hover{
    background-position: right 0;
}
.select_btn{
    padding-top: 18px;
    text-align: center;
    font-size: 14px;
}
.select_span{
    display: inline-block;
    color:#fff; 
    line-height: 22px;
    margin-left: 4px;
	text-shadow: 1px 0 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
}
.select_span span{
    cursor: pointer;
    display: inline-block;
}
.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/007/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/Promotion/Register/007/res/images/checked.png) no-repeat center center;}

.login_method_box{
	margin-top: 10px;
	text-align: center;
}
.login_method_box .label{
    color:#fff;
    font-size: 14px;
    margin-bottom: 12px;
	text-shadow: 1px 0 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
}
.login_method_box .label em{
    color: #bebdc1;
}
.login_method_box .three_login {
    display: inline-block;
    width: 51px;
    height: 51px;
    background: url("/Market/Promotion/Register/007/res/images/icon_other_reg.png?v=1") 0px 0px no-repeat;
    vertical-align: middle;
    margin: 0 8px;
	box-shadow: 0 0 2px 2px #000;
	border-radius: 50%;
}

.login_method_box .three_login:hover{
    background-position: -55px 0;
}
.login_method_box .wx_login{
    background-position: -110px 0px;
}
.login_method_box .wx_login:hover{
    background-position: -164px 0px;
}