.log_reg_modal {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}
.log_reg_modal label{
    display: inline;
}
.log_reg_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: 460px;
    background-color: #fff;
    /*animation: modal_animate .8s;*/
}
.log_reg_modal .content.animation_content {
    animation: modal_animate .7s;
}
.log_reg_modal .content input {
    width: 100%;
    height: 46px;
    font-size: 14px;
    color: #2D3037;
    padding-left: 64px;
    border: 1px solid #DBE1E8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.log_reg_modal .content input:focus {
    border-color: #FF6666;
}
.log_reg_modal .content input.has_error {
    border-color: #FF6666 !important;
}
.log_reg_modal .content .phone_icon {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 10px;
    height: 16px;
    background: url(img/register_sprite2.png) no-repeat -5px -30px;
    background-size: 100px 100px;
}
.log_reg_modal .content .verify_icon {
    position: absolute;
    left: 30px;
    top: 17px;
    width: 17px;
    height: 12px;
    background: url(img/register_sprite2.png) no-repeat -60px -30px;
    background-size: 100px 100px;
}
.log_reg_modal .content .verify_box {
    position: relative;
    height: 46px;
    margin-bottom: 20px;
}
.log_reg_modal .content .verify_box input {
    width: 230px;
    margin-bottom: 0px;
}
.log_reg_modal .content .verify_box a {
    float: right;
    width: 140px;
    height: 46px;
    line-height: 46px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #FF6666;
    border: 1px solid #FF6666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.log_reg_modal .content .verify_box a.sent {
    color: #9EA7B3;
    background-color: #F0F2F5;
    border-color: #DBE1E8;
}
.log_reg_modal .content .verify_box .img_verify {
    float: right;
    width: 140px;
    height: 46px;
    background-color: #F0F2F5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.log_reg_modal .content .verify_box .img_verify img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.log_reg_modal .content .head {
    position: relative;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #5E6D81;
    background-color: #F6F8F9;
    padding-left: 20px;
}
.log_reg_modal .content .head span {
    position: absolute;
    right: 10px;
    font-size: 20px;
    padding: 0px 10px;
    cursor: pointer;
    opacity: .5;
}
.log_reg_modal .content .head span:hover {
    opacity: 1;
}
.log_reg_modal .content .tips .body {
    padding: 30px 40px 44px;
}
.log_reg_modal .content .tips .body .tips_body {
    position: relative;
    height: 54px;
    line-height: 54px;
    padding-left: 80px;
}
.log_reg_modal .content .tips .body .tips_body > span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 54px;
    height: 54px;
    font-size: 18px;
    color: #2D3037;
    background: url(img/serverdiy_sprite_img.png) no-repeat -10px -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.log_reg_modal .content .tips .bottom {
    padding: 0px 0px 40px 80px;
}
.log_reg_modal .content .tips .bottom button {
    width: 140px;
    height: 46px;
    font-size: 16px;
    color: #FF6666;
    background-color: #fff;
    border: 1px solid #FF6666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.log_reg_modal .content .tips .bottom button.login_btn {
    color: #FFF;
    background-color: #ff666f;
    margin-right: 20px;
}
.log_reg_modal .content .tips .bottom button:hover {
    color: #FFF;
    background-color: #ff8888;
    border-color: #FF8888;
}
.log_reg_modal .content .log_box {
    display: none;
}
.log_reg_modal .content .log_box .head {
    padding-left: 128px;
}
.log_reg_modal .content .log_box .head > ul li {
    float: left;
    cursor: pointer;
}
.log_reg_modal .content .log_box .head > ul li.first {
    position: relative;
    margin-right: 60px;
}
.log_reg_modal .content .log_box .head > ul li.first::after {
    content: "";
    position: absolute;
    right: -29px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: #9EA7B3;
}
.log_reg_modal .content .log_box .head > ul li.active {
    color: #FF6666;
}
.log_reg_modal .content .log_box .log_pwd,
.log_reg_modal .content .log_box .log_phone {
    padding: 30px 40px 0px;
}
.log_reg_modal .content .log_box .log_pwd ul li,
.log_reg_modal .content .log_box .log_phone ul li {
    position: relative;
}
.log_reg_modal .content .log_box .log_pwd ul li .pwd_icon,
.log_reg_modal .content .log_box .log_phone ul li .pwd_icon {
    position: absolute;
    left: 30px;
    top: 14px;
    width: 13px;
    height: 17px;
    background: url(img/register_sprite2.png) no-repeat -20px -30px;
    background-size: 100px 100px;
}
.log_reg_modal .content .log_box .log_phone {
    display: none;
}
.log_reg_modal .content .log_box .log_phone .log_phone_box {
    position: relative;
}
.log_reg_modal .content .log_box .otherway {
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    margin-bottom: 30px;
}
.log_reg_modal .content .log_box .otherway span {
    font-size: 14px;
    color: #5e6e82;
    margin-right: 20px;
}
.log_reg_modal .content .log_box .otherway .other-login {
    position: relative;
    display: inline-block;
    min-width: 200px;
    height: 32px;
    vertical-align: top;
}
.log_reg_modal .content .log_box .otherway .other-login a {
    position: absolute;
    top: 0px;
    width: 32px;
    height: 32px;
    margin-right: 18px;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.log_reg_modal .content .log_box .otherway .other-login a.login-qq {
    left: 0px;
    background: url(img/icons/login_sprite_img.png) no-repeat -10px -10px;
}
.log_reg_modal .content .log_box .otherway .other-login a.login-wechat {
    left: 52px;
    background: url(img/icons/login_sprite_img.png) no-repeat -52px -10px;
}
.log_reg_modal .content .log_box .otherway .other-login a.login-alipay {
    left: 104px;
    background: url(img/icons/login_sprite_img.png) no-repeat -94px -10px;
}
.log_reg_modal .content .reg_box {
    display: none;
}
.log_reg_modal .content .reg_box .head {
    text-align: center;
}
.log_reg_modal .content .reg_box .reg_prompt {
    padding: 30px 40px 0px;
}
.log_reg_modal .content .reg_box .reg_prompt .reg_prompt_box {
    position: relative;
}
.log_reg_modal .content .reg_box .reg_prompt > button {
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #323A45;
    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;
}
.log_reg_modal .content .reg_box .reg_prompt > button:hover {
    color: #FF6666;
    border: 1px solid #FF6666;
}
.log_reg_modal .content .reg_box .agree {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
}
.log_reg_modal .content .reg_box .agree input[type=checkbox] {
    display: none;
}
.log_reg_modal .content .reg_box .agree label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    user-select: none;
}
.log_reg_modal .content .reg_box .agree label::before {
    position: absolute;
    left: 0px;
    top: 2px;
    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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all .3s;
    vertical-align: middle;
    outline: none !important;
    cursor: pointer;
}
.log_reg_modal .content .reg_box .agree input[type=checkbox]:checked + label::before {
    border-color: #FF6666;
}
.log_reg_modal .content .reg_box .agree input[type=checkbox]:checked + label::after {
    position: absolute;
    left: 2px;
    top: 5px;
    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);
}
.log_reg_modal .content .reg_box .agree a {
    color: #FF6666;
}
.log_reg_modal .content .reg_box .reg_button {
    padding-bottom: 16px;
}
.log_reg_modal .content .reg_box .reg_button .reg_bottom span {
    float: right;
    color: #9EA7B3;
    cursor: default;
}
.log_reg_modal .content .reg_box .reg_button .reg_bottom span.second {
    color: #FF6666;
    margin-left: 6px;
    cursor: pointer;
}
.log_reg_modal .content .reg_success {
    display: none;
}
.log_reg_modal .content .reg_success .head {
    background-color: #fff;
}
.log_reg_modal .content .reg_success .icon {
    width: 80px;
    height: 80px;
    background: url(img/order_sprite_img.png) no-repeat -10px -10px;
    margin: 0 auto;
}
.log_reg_modal .content .reg_success p {
    line-height: 40px;
    font-size: 24px;
    color: #323A45;
    text-align: center;
}
.log_reg_modal .content .reg_success p.first {
    margin-top: 26px;
}
.log_reg_modal .content .reg_success .bottom_timer {
    margin-top: 8px;
    line-height: 58px;
    font-size: 18px;
    color: #9EA7B3;
    text-align: center;
}
.log_reg_modal .content .wechat_login {
    display: none;
}
.log_reg_modal .content .wechat_login .head {
    text-align: center;
}
.log_reg_modal .content .wechat_login .wechat_login_body {
    position: relative;
    padding: 20px 40px;
}
.log_reg_modal .content .wechat_login .wechat_login_body .erweima_img {
    width: 260px;
    height: 242px;
    padding: 13px;
    border: 1px solid #DBE1E8;
    margin: 10px auto 0px;
}
.log_reg_modal .content .wechat_login .wechat_login_body .erweima_img img {
    width: 100%;
    height: 100%;
}
.log_reg_modal .content .wechat_login .wechat_login_body .help_img {
    position: absolute;
    left: 101px;
    top: 31px;
    display: none;
}
.log_reg_modal .content .wechat_login .wechat_login_body .help_img img {
    width: 258px;
    height: 240px;
    display: block;
}
.log_reg_modal .content .wechat_login .wechat_login_body .back_pwd_login {
    text-align: right;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #9EA7B3;
    padding-right: 60px;
}
.log_reg_modal .content .wechat_login .wechat_login_body .back_pwd_login span {
    display: inline-block;
    cursor: pointer;
}
.log_reg_modal .content .wechat_login .wechat_login_body .dated_text {
    display: none;
}
.log_button,
.reg_button {
    padding: 0px 40px 12px;
}
.log_button > button,
.reg_button > button {
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #ff6666;
    border: 1px solid #FF6666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.log_button > button:hover,
.reg_button > button:hover {
    border-color: #FF8888;
    background-color: #ff8888;
}
.log_button > button:active,
.reg_button > button:active {
    border-color: #ff4444;
    background-color: #ff4444;
}
.log_button .log_bottom,
.reg_button .log_bottom,
.log_button .reg_bottom,
.reg_button .reg_bottom {
    line-height: 54px;
    font-size: 14px;
    color: #FF6666;
}
.log_button .log_bottom span,
.reg_button .log_bottom span,
.log_button .reg_bottom span,
.reg_button .reg_bottom span {
    cursor: pointer;
}
.log_button .log_bottom span.second,
.reg_button .log_bottom span.second,
.log_button .reg_bottom span.second,
.reg_button .reg_bottom span.second {
    float: right;
    color: #9EA7B3;
}
.log_button .log_bottom span.second.turn_pwd,
.reg_button .log_bottom span.second.turn_pwd,
.log_button .reg_bottom span.second.turn_pwd,
.reg_button .reg_bottom span.second.turn_pwd {
    display: none;
}
.animate-login .login-qq {
    -webkit-animation: animate_qq 1.8s linear -0.6s 1;
    -o-animation: animate_qq 1.8s linear -0.6s 1;
    animation: animate_qq 1.8s linear -0.6s 1;
}
.animate-login .login-wechat {
    -webkit-animation: animate_wechat 1.8s linear -0.4s 1;
    -o-animation: animate_wechat 1.8s linear -0.4s 1;
    animation: animate_wechat 1.8s linear -0.4s 1;
}
.animate-login .login-alipay {
    -webkit-animation: animate_alipay 1.8s linear -0.2s 1;
    -o-animation: animate_alipay 1.8s linear -0.2s 1;
    animation: animate_alipay 1.8s linear -0.2s 1;
}
@keyframes animate_qq {
    0%,
    75% {
        top: 0px;
    }
    85% {
        top: -10px;
    }
    100% {
        top: 0px;
    }
}
@keyframes animate_wechat {
    0%,
    75% {
        top: 0px;
    }
    85% {
        top: -10px;
    }
    100% {
        top: 0px;
    }
}
@keyframes animate_alipay {
    0%,
    75% {
        top: 0px;
    }
    85% {
        top: -10px;
    }
    100% {
        top: 0px;
    }
}
@keyframes modal_animate {
    0% {
        top: 25%;
        opacity: 0;
    }
    100% {
        top: 50%;
        opacity: 1;
    }
}
.dated_text {
    position: relative;
    width: 164px;
    height: 32px;
    color: #2D3037;
    text-align: left;
    padding-left: 38px;
    margin: 0px auto;
}
.dated_text .dated_icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
}
.dated_text .dated_icon img {
    width: 100%;
    height: 100%;
}
.dated_text span a {
    color: #50B0FF;
    margin-left: 4px;
}
.erweima_text {
    text-align: center;
}
.erweima_text .tips_text {
    line-height: 50px;
    font-size: 16px;
    color: #5E6D81;
}
.erweima_text .use_help {
    line-height: 30px;
    font-size: 14px;
    color: #9ea7b3;
    cursor: pointer;
}

.step_checkbutton 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_checkbutton button:hover{
    color:#FF6666;
    border: 1px solid #FF6666;
}
.geetest_copyright {
    display: none!important;
}
.geetest_feedback {
    display: none!important;
}