
body {
    background-color: #fff;
}
.common-topbar {
    /*box-shadow: 0px 8px 8px 0px rgba(30, 35, 45, 0.08);*/
}

.register{
    padding: 80px 0;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 760px;
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/login-bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
}
.registerbox{
    width: 400px;
    height: 400px;
    margin: 0 auto;
}
.registerbox>.title{
    position: relative;
    height: 74px;
    line-height: 74px;
    font-size: 16px;
    color: #FF6666;
    padding-left: 73px;

}
.registerbox>.title span{
    position: absolute;
    left: 44px;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    width: 19px;
    height: 17px;
    background: url(../images/register_sprite2.png) no-repeat -48px -5px;
    background-size: 100px 100px;
}
.step ul li{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.step ul li.mb_0{
    margin-bottom: 0px;
}
.step ul li input{
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #2D3037;
    padding-left: 65px;
    border: 1px solid #DBE1E8;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.step ul li input:focus{
    border-color: #FF6666;
}
.step ul li button{
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #5E6D81;
    background-color: #fff;
    border: 1px solid #DBE1E8;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    outline: none;
    cursor: pointer;
}
.step ul li button:hover{
    color:#FF6666;
    border: 1px solid #FF6666;
}
.step ul li button.next_link{
    color: #FFF;
    border-color: #FF6666;
    background-color: #FF6666;
}
/*.step ul li button.next_link.no{*/
/*color: #fff;*/
/*border-color: #FF6666;*/
/*background-color: #FF6666;*/
/*}*/
.step ul li .error{
    position: absolute;
    left: 418px;
    top: 0px;
    width: 100%;
    display: none;
}
.step ul li.has_error .error{
    /*display: block;*/
}
.step ul li.qq_li.has_error input{
    border-color: #FF6666;
}
.step ul li .error .error_text{
    position: relative;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding:0px 16px 0px 42px;
    -webkit-box-shadow:0px 5px 10px 0px rgba(45,48,55,0.1);
    -moz-box-shadow:0px 5px 10px 0px rgba(45,48,55,0.1);
    -o-box-shadow:0px 5px 10px 0px rgba(45,48,55,0.1);
    box-shadow: 0px 3px 25px 0px rgba(45,48,55,0.1);
    z-index: 100;
    background-color: #fff;
    color: #FF6666;
}
.step ul li .error .error_text.qq_text{
    color: #FF6666;
    padding-left: 16px;
}
.step ul li .error .error_text::before{
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-right-color: #FFF;
}
.step ul li .error .error_text span{
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/register_sprite2.png) no-repeat -5px -5px;
    background-size: 100px 100px;
}
.phone_icon,.eamil_icon{
    position: absolute;
    left: 30px;
    top: 14px;
    width: 10px;
    height: 16px;
    background: url(../images/register_sprite2.png) no-repeat -5px -30px;
    background-size: 100px 100px;
}
.phone_icon{
    top: 15px;
}
.eamil_icon{
    width: 17px;
    height: 12px;
    top: 17px;
    background: url(../images/register_sprite2.png) no-repeat -60px -30px;
    background-size: 100px 100px;
}
.pwd_icon{
    position: absolute;
    left: 30px;
    top: 14px;
    width: 13px;
    height: 17px;
    background: url(../images/register_sprite2.png) no-repeat -20px -30px;
    background-size: 100px 100px;
}
.qq_icon{
    position: absolute;
    left: 28px;
    top: 14px;
    width: 16px;
    height: 17px;
    background: url(../images/register_sprite2.png) no-repeat -38px -30px;
    background-size: 100px 100px;
}
.qq_coupon_icon{
    position: absolute;
    right: 24px;
    top: 13px;
    width: 17px;
    height: 20px;
    background: url(../images/register_sprite2.png) no-repeat -27px -5px;
    background-size: 100px 100px;
}
.get_number{
    position: absolute;
    right: 23px;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    font-size: 16px;
    color: #FF6666;
}
.get_number.sent{
    color: #BDC5D3;
}
.step>p,.nextgoset{
    line-height: 42px;
    font-size: 12px;
    color: #5E6D81;
}
.step>p a,.nextgoset a{
    color: #FF6666;
}
.step ul li>p{
    line-height: 24px;
    font-size: 12px;
    color:#BDC5D3;
    margin-bottom: 2px;
}
.modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 2;
}
.modal_content{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width: 450px;
    background-color: #fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.modal_content .tips{
    height: 107px;
    line-height: 107px;
    font-size: 28px;
    color: #2D3037;
    text-align: center;
    border-bottom: 1px solid #F0F2F5;
}
.modal_content .tips span{
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    vertical-align: middle;
    margin-right: 16px;
    overflow: hidden;
}
.identify_no{
    display: none;
}
.modal_content .erweima{
    width: 138px;
    height: 138px;
    padding: 10px;
    margin: 24px auto 0px;
}
.modal_content .erweima img{
    width: 100%;
    height: 100%;
}
.modal_content .scan{
    line-height: 30px;
    font-size: 18px;
    color: #FF6666;
    text-align: center;
    margin-top: 4px;
}
.modal_content .identify_no>p{
    line-height: 26px;
    font-size: 14px;
    color: #9EA7B3;
    text-align: center;
}
.modal_content .identify_no>a,.identify_yes>a{
    display: block;
    width: 402px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #5E6D81;
    border: 1px solid #DBE1E8;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    margin: 16px auto 23px;
}
.modal_content .identify_no>a:hover,.identify_yes>a:hover{
    color: #FFF;
    background-color: #ff6666;
}
.identify_yes{
    width: 100%;
    text-align: center;
    padding-top: 56px;
    display: none;
}
.identify_yes .picture{
    width: 92px;
    height: 91px;
    background: url(../images/big_coupon.png) no-repeat center;
    margin: 0 auto;
}
.identify_yes>p{
    line-height: 30px;
    font-size: 18px;
    color: #FF6666;
    margin-top: 16px;
}
.bind{
    line-height: 26px;
    font-size: 14px;
    color: #9EA7B3;
}
.bind a{
    color:#9EA7B3;
    text-decoration: underline;
}
.register .error_top{
    position: absolute;
    left: 50%;
    top: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #2d3037;
    z-index: 150;
    padding:0px 16px 0px 42px;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-box-shadow:0px 5px 10px 0px rgba(45,48,55,0.1);
    -moz-box-shadow:0px 5px 10px 0px rgba(45,48,55,0.1);
    -o-box-shadow:0px 5px 10px 0px rgba(45,48,55,0.1);
    box-shadow: 0px 5px 10px 0px rgba(45,48,55,0.1);
}
.register .error_top span {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/register_sprite2.png) no-repeat -5px -5px;
    background-size: 100px 100px;
}
/* 2020-11-16 register xieyi xiugai start */
.reg-xieyi {
    line-height: 24px;
    font-size: 14px;
    white-space: nowrap;
    padding-top: 26px;
}
.reg-xieyi input[type=checkbox] {
    display: none;
}
.reg-xieyi label {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #9EA7B3;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: top;
    cursor: pointer;
}
.reg-xieyi label::before {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #BDC5D3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    vertical-align: middle;
    outline: none !important;
    cursor: pointer;
}
.reg-xieyi input[type=checkbox]:checked + label::before {
    border-color: #FF6666;
}
.reg-xieyi input[type=checkbox]:checked + label::after {
    position: absolute;
    left: 2px;
    top: 7px;
    width: 10px;
    height: 5px;
    content: '';
    border-bottom: 2px solid #FF6666;
    border-left: 2px solid #FF6666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.reg-xieyi a {
    color: #FF6666;
}
.reg-xieyi a:hover {
    text-decoration: underline;
}
.reg-xieyi span {
    color: #9EA7B3;
}
.none{
    display: none;
}

