.verify-code {
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.cerify-code-panel {
    height: 100%;
    overflow: hidden;
}

.verify-code-area {
    float: left;
}

.verify-input-area {
    float: left;
    width: 60%;
    padding-right: 10px;
}

.verify-change-area {
    line-height: 30px;
    float: left;
}

.varify-input-code {
    display: inline-block;
    width: 100%;
    height: 25px;
}

.verify-change-code {
    color: #337ab7;
    cursor: pointer;
}

.verify-btn {
    width: 200px;
    height: 30px;
    background-color: #337ab7;
    color: #fff;
    border: none;
    margin-top: 10px;
}

.verify-bar-area {
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
}

    .verify-bar-area, .verify-bar-area .verify-move-block {
        background: #fff;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .verify-bar-area .verify-move-block {
            width: 38px !important;
            height: 38px !important;
            position: absolute;
            top: -1px;
            left: 0;
            cursor: pointer;
            box-shadow: 0 0 2px #888;
            -webkit-border-radius: 1px;
        }

            .verify-bar-area .verify-move-block:hover {
                background-color: #337ab7;
                color: #fff;
            }

        .verify-bar-area .verify-left-bar {
            position: absolute;
            top: -1px;
            left: -1px;
            background: #f0fff0;
            cursor: pointer;
        }

        .verify-bar-area .verify-left-bar, .verify-img-panel {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            border: 1px solid #ddd;
        }

.verify-img-panel {
    margin: 0;
    border-radius: 3px;
    position: relative;
}

    .verify-img-panel .verify-refresh {
        width: 25px;
        height: 25px;
        text-align: center;
        padding: 5px;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .verify-img-panel .icon-refresh {
        font-size: 20px;
        color: #fff;
    }

    .verify-img-panel .verify-gap {
        background-color: #fff;
        position: relative;
        z-index: 2;
        border: 1px solid #fff;
    }

.verify-bar-area .verify-move-block .verify-sub-block {
    position: absolute;
    text-align: center;
    z-index: 3;
    border: 1px solid #fff;
}

.verify-bar-area .verify-move-block .verify-icon {
    font-size: 18px;
}

.verify-bar-area .verify-msg {
    z-index: 3;
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

ol, ul {
    list-style: none;
}

capation, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

q:after, q:before {
    content: "";
}

abbr, acronym {
    border: 0;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fl, .fr {
    display: inline;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
}

#content .login-wrap {
    margin-top: 0;
}

.login-wrap {
    position: relative;
    height: 772px;
    z-index: 5;
}

    .login-wrap .login-banner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 772px;
    }

        .login-wrap .login-banner #banner-bg {
            width: 100%;
            height: 842px;
            background: url(/img/login_bg.png) top no-repeat;
            background-size: cover;
            margin-top: -70px;
        }

.login-inner {
/*   width: 1200px;*/
    margin: 0 auto;
    padding-top: 120px;
    height: 673px;
}

    .login-inner .login-form {
        width: 420px;
   
        height: auto;
        float: right;
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 2px 8px -2px rgba(53,53,53,.5);
        box-shadow: 0 6px 68px 0 rgba(0,0,0,.1);
        position: relative;
    }

    .login-inner .login-block, .login-inner .zhw-qrcode-login {
        padding: 32px 40px;
        height: auto;
    }

.icon-sprite {
    position: relative;
}

    .icon-sprite:after {
        content: "";
        position: absolute;
        vertical-align: middle;
        background-image: url(/img/login-sprite.0aa7103.png);
        background-repeat: no-repeat;
    }

.l-r-title {
    height: 24px;
}

    .l-r-title .l-r-txt {
        line-height: 1;
        float: left;
    }

        .l-r-title .l-r-txt span, .l-r-title .l-r-txt span a {
            display: inline-block;
            color: #888;
            font-size: 18px;
            cursor: pointer;
            transition: color .3s;
        }

            .l-r-title .l-r-txt span.cur, .l-r-title .l-r-txt span:hover, .l-r-title .l-r-txt span:hover a {
                color: #222;
            }

        .l-r-title .l-r-txt em.sep-long {
            display: inline-block;
            height: 15px;
            border-left: 1px solid silver;
            margin: 0 28px;
        }

    .l-r-title .login-way {
        position: absolute;
        top: 12px;
        right: 12px;
    }

.switch-box {
    width: 34px;
    height: 31px;
    position: relative;
    cursor: pointer;
}

    .switch-box .switch-bg.icon-sprite:after {
        width: 34px;
        height: 31px;
        background-position: -18px -112px;
    }

    .switch-box:hover .switch-bg.icon-sprite:after {
        background-position: -68px -112px;
    }

    .switch-box .pwd-login-icon.icon-sprite:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 33px;
        height: 30px;
        background-position: -133px -112px;
    }

    .switch-box:hover .pwd-login-icon.icon-sprite:after {
        background-position: -183px -112px;
    }

.login-box {
    margin-top: 15px;
}

.input-item {
    width: 338px;
    height: 42px;
    border: 1px solid #e8e8e8;
    margin-bottom: 16px;
    position: relative;
}

    .input-item input {
        border: 0;
        outline: none;
        width: 258px;
        height: 42px;
        padding: 0 40px;
    }

    .input-item.item-fore1 .clear-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 15px;
        height: 15px;
        line-height: 13px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        background: #787878;
        cursor: pointer;
        font-size: 13px;
    }

    .input-item label {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 42px;
    }

.login-account-icon.icon-sprite:after {
    top: 14px;
    left: 14px;
    width: 11px;
    height: 14px;
    text-align: center;
    background-position: -15px -13px;
    transition: all .3s;
}

.input-focus .login-account-icon.icon-sprite:after {
    background-position: -33px -13px;
}

.reg-phone-icon.icon-sprite:after {
    top: 14px;
    left: 14px;
    width: 11px;
    height: 15px;
    text-align: center;
    background-position: -100px -13px;
    transition: all .3s;
}

.input-focus .reg-phone-icon.icon-sprite:after {
    background-position: -117px -13px;
}

.login-pwd-icon.icon-sprite:after, .reg-pwd-icon.icon-sprite:after {
    top: 14px;
    left: 14px;
    width: 13px;
    height: 14px;
    text-align: center;
    background-position: -54px -14px;
    transition: all .3s;
}

.input-focus .login-pwd-icon.icon-sprite:after, .input-focus .reg-pwd-icon.icon-sprite:after {
    background-position: -72px -14px;
}

.login-verify-icon.icon-sprite:after, .reg-verify-icon.icon-sprite:after {
    top: 17px;
    left: 14px;
    width: 15px;
    height: 10px;
    text-align: center;
    background-position: -141px -17px;
    transition: all .3s;
}

.input-focus .login-verify-icon.icon-sprite:after, .input-focus .reg-verify-icon.icon-sprite:after {
    background-position: -164px -17px;
}

.login-msg-verify-icon.icon-sprite:after, .login-note-verify-icon.icon-sprite:after, .reg-note-verify-icon.icon-sprite:after {
    top: 17px;
    left: 14px;
    width: 14px;
    height: 12px;
    text-align: center;
    background-position: -187px -17px;
    transition: all .3s;
}

.input-focus .login-msg-verify-icon.icon-sprite:after, .input-focus .login-note-verify-icon.icon-sprite:after, .input-focus .reg-note-verify-icon.icon-sprite:after {
    background-position: -210px -17px;
}

.input-item.item-fore3 input, .input-item.item-fore7 input, .input-item.item-fore8 input {
    width: 206px;
    padding-right: 82px;
}

.input-item.item-fore3 .get-verify, .input-item.item-fore7 .get-verify, .input-item.item-fore8 .get-verify {
    position: absolute !important;
    left: auto !important;
    right: 12px;
    top: 8px !important;
    width: 70px;
    height: 26px;
    border: 1px solid #d8d8d8;
    z-index: 9;
    cursor: pointer;
    padding: 0;
}

.input-item.item-fore7 .get-verify, .input-item.item-fore8 .get-verify {
    right: 5px;
    top: 8px;
    width: 74px;
    height: 25px;
    border: 0;
    color: #fff;
    background: #fc3737;
    border-radius: 2px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}

.login-inner .login-box .form .item-fore6, .login-inner .login-box .form .item-fore7, .login-inner .login-box .form .item-fore8, .login-inner .login-box .form .item-fore9 {
    display: none;
}

.item-fore4 {
    margin-top: -10px;
    height: 20px;
    color: #888;
}

.login-remember {
    position: relative;
}

input[type=checkbox i] {
    margin: 0;
    opacity: 0;
}

#un-login, .un-register {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.remember-icon, .un-register-icon {
    position: absolute;
    top: -13px;
    left: -13px;
    cursor: pointer;
}

.item-fore4 .login-remember label {
    cursor: pointer;
    transition: color .3s;
    font-size: 12px;
    padding-left: 18px;
    position: relative;
    z-index: 2;
}

    .item-fore4 .login-remember label:hover {
        color: #878787;
    }

.item-fore4 .login-forget-pw-safe a {
    color: #888;
    font-size: 12px;
    transition: color .3s;
}

    .item-fore4 .login-forget-pw-safe a:hover {
        color: #fc3737;
    }

.remember-icon.icon-sprite:after, .un-register-icon.icon-sprite:after {
    top: 18px;
    left: 14px;
    width: 11px;
    height: 11px;
    text-align: center;
    background-position: -15px -49px;
}

.m-unregister-checked .un-register-icon.icon-sprite:after, .remember-checked .remember-icon.icon-sprite:after {
    background-position: -40px -49px;
}

.form .item-fore5 {
    height: 44px;
    position: relative;
    text-align: center;
    margin: 38px auto 0;
}

    .form .item-fore5 .btn-img {
        display: block;
        width: 340px;
        background: #fc3737;
        height: 44px;
        line-height: 44px;
        color: #fff;
        font-size: 18px;
        font-family: Microsoft YaHei;
        border-radius: 4px;
        transition: all .3s;
    }

        .form .item-fore5 .btn-img:hover {
            box-shadow: 0 3px 20px 0 rgba(252,55,55,.68);
        }

.login-coagent {
    margin-top: -2px;
    margin-bottom: 32px;
    text-align: center;
}

    .login-coagent .coagent-title {
        position: relative;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #888;
        margin-bottom: 10px;
    }

.coagent-title:after, .coagent-title:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 40px;
    width: 70px;
    height: 1px;
    background: #d8d8d8;
}

.coagent-title:before {
    left: auto;
    right: 40px;
}

.coagent-list .coagent-item {
    display: inline-block;
    margin: 8px 15px 0;
    cursor: pointer;
}

    .coagent-list .coagent-item .icon-sprite {
        display: block;
        width: 41px;
        height: 41px;
        margin: 0 auto;
    }

        .coagent-list .coagent-item .icon-sprite:after, .coagent-list .coagent-item .wx-icon.icon-sprite:after {
            width: 41px;
            height: 41px;
            top: 0;
            left: 0;
            border-radius: 50%;
            background-position: -66px -40px;
        }

    .coagent-list .coagent-item .wx-icon.icon-sprite:after {
        background-position: -117px -40px;
    }

    .coagent-list .coagent-item:hover .icon-sprite:after, .coagent-list .coagent-item:hover .wx-icon.icon-sprite:after {
        height: 48px;
        background-position: -168px -40px;
    }

    .coagent-list .coagent-item:hover .wx-icon.icon-sprite:after {
        background-position: -219px -40px;
    }

    .coagent-list .coagent-item span {
        display: block;
        color: #888;
        font-size: 12px;
        margin-top: 10px;
    }

.zhw-qrcode-login {
    display: none;
}

.qrcode-container {
    width: 188px;
    position: relative;
    text-align: center;
    margin: 40px auto 0;
}

    .qrcode-container .qrcode-box {
        width: 186px;
        height: 186px;
        text-align: center;
        margin-bottom: 10px;
        border: 1px solid #f5f5f5;
    }

        .qrcode-container .qrcode-box img {
            width: 148px;
            height: 148px;
            display: block;
            margin: 19px;
        }

.regain-qrcode-mask {
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 186px;
    height: 186px;
    background: hsla(0,0%,100%,.8);
}

    .regain-qrcode-mask p {
        margin-top: 70px;
        color: #3c3c3c;
        font-size: 14px;
    }

.regain-btn {
    display: inline-block;
    width: 82px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background-color: #fc3737;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 12px;
}

.qrcode-footer {
    position: relative;
}

    .qrcode-footer .qrcode-tips {
        font-size: 14px;
        letter-spacing: 1px;
        color: #8a8a8a;
    }

.qrcode-tips .zhw-app-ext {
    color: #fc3737;
    margin: 0 5px;
}

.footer-login-way {
    height: 20px;
    line-height: 20px;
    margin-top: 25px;
}

.skip-login, .skip-reg {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}

.skip-login {
    color: #6a6464;
}

.skip-reg, .skip-reg a {
    color: #fc3737;
}

.unfind-box {
    padding-top: 14px;
    font-size: 12px;
    line-height: 24px;
}

.unbindtips {
    margin-top: 12px;
    margin-bottom: 12px;
}

    .unbindtips span {
        color: #ff3636;
        cursor: pointer;
    }

.applyPop .pop-tip-text {
    top: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    color: #4d4d4d;
}

.applyPop .zhw-pop-confirm .pop-tip-icon {
    display: none;
}

.applyPop .zhw-pop-header {
    height: 32px;
}

.appealist {
    color: #666;
    margin-top: 10px;
}

    .appealist span {
        display: inline-block;
        width: 72px;
        text-align: right;
    }

    .appealist input::-webkit-input-placeholder {
        color: #999;
    }

    .appealist .apinp {
        width: 336px;
        height: 39px;
        border-radius: 4px;
        border: 1px solid #ebebeb;
        display: inline-block;
        box-sizing: border-box;
        padding: 0 12px;
    }

.shili {
    width: 338px;
    height: 228px;
    background: url(//zuhaowan.zuhaowan.com/v1/images/quickLoginTips/shili.png) no-repeat;
    margin-left: 74px;
    margin-top: 10px;
}

.appealist .btn-box {
    margin-top: 24px;
}

.ss_cont {
    width: 434px;
    background: #fafafa;
    border-radius: 4px;
    padding: 16px 75px 16px 16px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 12px;
}

    .ss_cont p {
        font-size: 12px;
        color: #4d4d4d;
        line-height: 22px;
        padding-left: 32px;
        position: relative;
    }

        .ss_cont p i {
            display: inline-block;
            width: 20px;
            height: 20px;
            left: 0;
            top: 2px;
            position: absolute;
            background-size: 100%;
        }

        .ss_cont p a {
            color: #ff2828;
            margin: 0 2px;
            text-decoration: underline;
        }

        .ss_cont p .sc_ficon {
            background: url(//zuhaowan.zuhaowan.com/v1/images/quickLoginTips/icon_pop.png) no-repeat;
        }

        .ss_cont p .sc_sicon {
            background: url(//zuhaowan.zuhaowan.com/v1/images/quickLoginTips/icon_card.png) no-repeat;
        }

.origintext {
    color: #ff893d;
}

.partext {
    color: #737373;
    font-size: 14px;
    line-height: 19px;
}

.autobtn .zhw-pop-confirm .pop-button-box .pop-button-confirm {
    width: auto;
}

.footer-login-way em {
    display: inline-block;
    height: 12px;
    border-left: 1px solid silver;
    margin: 0 10px;
}

.ssBtn .layui-layer-btn0 {
    background-color: #fff;
    border-color: #fc3737;
    color: #fc3737;
}

.ssBtn .layui-layer-btn1 {
    background-color: #fc3737;
    border-color: #fc3737;
    color: #fff;
}

.account-login, .phone-login {
    text-align: right;
    margin-top: -5px;
    margin-bottom: 12px;
}

.account-login {
    display: none;
}

    .account-login a, .phone-login a {
        color: #2563f4;
        font-size: 12px;
    }

.login-inner .login-box .form .item-fore6.cur, .login-inner .login-box .form .item-fore7.cur {
    display: block;
}

a, body, div, input, li, span, ul {
    font-family: microsoft yahei;
}

body {
    background: #f3f4f6;
}

.publicTop {
    width: 100%;
/*    height: 80px;*/
    background: #fff;
}

    .publicTop .publicCenter {
   /*     width: 120%;*/
      /*  height: 50px;*/
        margin: 0 auto;
        padding: 10px 10px;
        background: #fff;
    }

.publicCenter .publicLogo {
    display: inline-block;
    float: left;
}

    .publicCenter .publicLogo img {
        width: 30%;
    }

.publicCenter .publicLogoY {
    margin-left: 18px;
    padding-top: 21px;
/*    float: left;*/
    text-align: left;
    font-size: 14px;
    color: #6e6e6e;
}

.publicCenter .publicNav {
    width: 50%;
    float: right;
    margin-top: 20px;
    height: 30px;
}

.publicNav .publicNavTxt {
    display: inline-block;
    float: right;
    height: 30px;
}

    .publicNav .publicNavTxt a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        color: #666;
        font-size: 14px;
    }

.publicBottom {
    width: 100%;
    height: 125px;
    background: #f8f8f8;
}

    .publicBottom .publicBottomB {
        width: 100%;
        margin: 0 auto;
        height: 125px;
        background: #f8f8f8;
    }

    .publicBottom .publicBox {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
    }

    .publicBottom .publicBCenter {
        width: 100%;
        height: 30px;
        float: left;
    }

.publicBCenter .publicBNav {
    display: inline-block;
    float: left;
    line-height: 30px;
    height: 30px;
}

    .publicBCenter .publicBNav a {
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        font-size: 13px;
        color: #666;
    }

.publicBCenter .publicLine {
    float: left;
    background: #aaa;
    height: 12px;
    width: 1px;
    margin-top: 9px;
}

.publicBottom .publicBTxt {
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 13px;
}

.erweima {
    width: 65px;
    float: left;
    position: relative;
    margin-left: 5px;
}

    .erweima .erPublic {
        display: block;
    }

        .erweima .erPublic img {
            display: block;
            width: 35px;
            margin: 5px auto;
        }

        .erweima .erPublic .erTxt {
            width: 100%;
            color: #555;
            font-size: 13px;
            text-align: center;
        }

        .erweima .erPublic:hover .erTxt {
            color: #00a1d8;
        }

.erImg {
    display: none;
    position: absolute;
    top: -160px;
    left: -39px;
    border: 1px solid #eee;
    background: #fff;
    width: 133px;
    height: 133px;
    padding: 5px;
}

    .erImg span {
        position: absolute;
        bottom: -10px;
        left: 63px;
        display: block;
        width: 16px;
        height: 11px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxNGViMDI2My0yMGY4LWQ0NDgtOGZhMC02NDg5ZmViOTE0N2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTZDN0RCNDlFQTA1MTFFNzlBMEZDQ0I3QzU0OEQ3QjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTZDN0RCNDhFQTA1MTFFNzlBMEZDQ0I3QzU0OEQ3QjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjgzMTE5ZTctZGQ5NS05YjQwLWFlNGMtNzM1Njg3YzMxYjA1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTc1ZjBhNTEtZTllZS0xMWU3LWFlNjQtODE1ZGNmMDg2NjdmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5veRdAAAANdJREFUeNqcUEsKwjAUTHKI3kEUceN1xI2I4plEEA/jAfxcwEUKRZK0JtA28aWmEm1q1QeB8DIzmRl0oVfz74g0M4RohZRS6NexnFRwRGBGQghZluXX5KIoEHBuwO0jcIIopbMkSYzWutO2xVgscKaWWwk4kR3nvFOAMWbJm5pHPGdzKeX5Ux/2Dc4RrsvnslZyLoZxHGeQsfFznufGvgGm53NeBNr68HJP3vENASey9ftwudchLGmJu6j7cOcAu1UIiCsbgYG8A4zx/lGTGUdRdArh7gIMAP3xls5pL1BlAAAAAElFTkSuQmCC) no-repeat;
    }

.perfectData {
    width: 1200px;
    margin: 15px auto;
    background: #fff;
    padding-bottom: 50px;
    padding-top: 10px;
    min-height: 600px;
}

    .perfectData .perfectTxt {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #eee;
        padding: 25px 0;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color: #555;
    }

        .perfectData .perfectTxt span {
            display: inline-block;
            line-height: 50px;
            font-size: 13px;
            font-weight: 100;
            margin: 0 5px;
            color: #666;
        }

.perfectCenter {
    width: 380px;
    margin: 50px auto;
}

    .perfectCenter .perfectBox {
        width: 100%;
        height: 35px;
        line-height: 35px;
        margin: 15px 0;
        position: relative;
    }

.perfectBox .perfectSpan {
    width: 80px;
    display: inline-block;
    float: left;
    line-height: 35px;
    text-align: right;
    color: #555;
    font-size: 13px;
}

.perfectBox input[type=password], .perfectBox input[type=text] {
    width: 283px;
    margin-left: 5px;
    padding: 6px 5px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    float: left;
    -webkit-box-shadow: 0 0 3px #eee;
    -moz-box-shadow: 0 0 3px #eee;
    box-shadow: 0 0 3px #eee;
}

.perfectCenter .perfPromptN, .perfectCenter .perfPromptU {
    position: absolute;
    top: 10px;
    right: -325px;
    width: 300px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNDI3MDExNzQ2OTFFNzExQUUzQUI4QkYyM0YxNjAxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QTdEOTYyOUU5RUMxMUU3OTI4QTk1RkU0NjQ3MzMwNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QTdEOTYyOEU5RUMxMUU3OTI4QTk1RkU0NjQ3MzMwNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkNjlmOGVjNS00NTBjLTBhNDktYjFmNS04NDJiMzhjYzI4ZWEiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkMjE1YTI0Yi1lNmRhLTExZTctOWZmZC04YjFlMGVjMTI3N2MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iqEVzAAAAjUlEQVR42mL8//8/w6/0SE4GBoYKII4GYlkgfgzES4G4g23m8u+MP9MiuICc3UBsxYAJjgGxKxPUBGwKGKDiZSBFUQz4QSwL1A1gwDZjGULqz2+GXznxIJYMC9SRyiDerwyshj4FWbecgHWLQYraob5gwOG7TiZgOHwDMlyAuAmI74JshdIgvgtIHiDAAC7SJWr9DH+FAAAAAElFTkSuQmCC) no-repeat 85px;
    padding-left: 98px;
    color: #f96658;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}

.perfectBox input[type=radio] {
    position: relative;
    top: 3px;
}

.perfectCenter .jump {
    float: right;
    color: #555;
    font-size: 14px;
}

.perfectCenter .next {
    width: 100%;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: block;
    background: #f96658;
}

    .perfectCenter .next:hover {
        background: #f15748;
    }

.clear {
    clear: both;
}

.hobbyCenter {
    width: 820px;
    margin: 20px auto;
    padding: 10px 0;
}

    .hobbyCenter .hobbyTitle {
        width: 100%;
        height: 25px;
        line-height: 25px;
        margin: 20px 0;
        text-align: left;
        font-size: 14px;
    }

    .hobbyCenter .hobbyStyle {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        cursor: pointer;
        padding: 0 20px;
        margin: 10px 20px 10px 0;
        background: #f6f6f6;
        border: 1px solid #ccc;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px;
    }

    .hobbyCenter .hobbyHover {
        background: #f96658;
        border: 1px solid #f96658;
        color: #fff;
    }

.hobbyLine {
    width: 100%;
    height: 1px;
    background: #ddd;
}

.perfectData .perfectTxt2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #f96658;
}

.perfectData .thirdBtn {
    width: 90px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border: 1px solid #f96658;
    background: #f96658;
    color: #fff;
    text-align: center;
}

.perfectData .thirdBPhone {
    width: 100%;
    line-height: 35px;
    font-size: 15px;
    color: #555;
}

.perfectData .thirdBtn:hover {
    background: #f15748;
}

.thirdPhoneTxt {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: none;
    font-size: 13px;
}

.thirdUser {
    width: 168px;
    height: 168px;
    margin: 20px auto;
    text-align: center;
}

    .thirdUser .thirdImgBox {
        width: 93px;
        height: 93px;
        border: 2px solid #ffcac5;
        margin: 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
    }

        .thirdUser .thirdImgBox img {
            width: 93px;
            height: 93px;
        }

    .thirdUser .thirdBoxTxt {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        text-align: center;
    }

    .thirdUser .thirdBoxTxt2 {
        display: inline-block;
        margin: 0 auto;
        padding: 0 20px;
        color: #f96658;
        border: 1px solid #f96658;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        text-align: center;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px;
    }

.thirdOld {
    display: none;
}

.perfectCenter input {
    position: relative;
    z-index: 9;
}

.erImg {
    z-index: 10;
}

.publicTop {
    position: relative;
    z-index: 9;
/*    height: 86px !important;*/
}

#content {
    clear: both;
    color: #666;
    margin-top: -20px;
}

    #content .register-wrap {
        margin-top: 0;
    }

.register-wrap {
    position: relative;
    height: 772px;
    z-index: 5;
}

    .register-wrap .register-banner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 772px;
    }

        .register-wrap .register-banner #banner-bg {
            width: 100%;
            height: 842px;
            background: url(/img/login_bg.png) top no-repeat;
            background-size: 1920px 842px;
            margin-top: -70px;
        }

.register-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 170px;
    height: 673px;
}

    .register-inner .register-form {
        width: 420px;
        height: auto;
        float: right;
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 2px 8px -2px rgba(53,53,53,.5);
        box-shadow: 0 6px 68px 0 rgba(0,0,0,.1);
        position: relative;
    }

    .register-inner .register-block {
        padding: 32px 40px;
        height: auto;
    }

.register-box {
    margin-top: 15px;
}

.phone {
    margin-bottom: 16px;
    color: #66c712;
    display: none;
}

.m-unregister {
    position: relative;
}

    .m-unregister a {
        color: #7f7f7f;
        font-size: 12px;
    }

    .m-unregister label {
        cursor: pointer;
        transition: color .3s;
        font-size: 12px;
        padding-left: 18px;
        position: relative;
        z-index: 2;
    }

.register-inner .register-box .form .m-container .reg-good {
    width: 14px;
    height: 14px;
    background: url(/img/sprite.75b908b.png) -131px -5px;
    position: absolute;
    right: -22px;
    top: 50%;
    margin-top: -7px;
    display: none;
}

.layui-layer-iframe, iframe {
    border-radius: 8px;
}

.bp-0320 .bp-box .bp-tips {
    font-size: 12px;
    color: #737373;
}

.bp-0320 .bp-box .bp-input-flex {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 16px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .bp-0320 .bp-box .bp-input-flex.bp-img-code img {
        width: 70px;
        height: 26px;
        border: 1px solid #d8d8d8;
        cursor: pointer;
        padding: 0;
        margin-right: 13px;
    }

    .bp-0320 .bp-box .bp-input-flex .gain-code {
        margin: 0 13px;
        background: transparent;
        border: none;
        outline: none;
        font-size: 12px;
        cursor: pointer;
        color: #ff3d3d;
    }

        .bp-0320 .bp-box .bp-input-flex .gain-code:disabled {
            color: #999;
            cursor: not-allowed;
        }

    .bp-0320 .bp-box .bp-input-flex input {
        border: none;
        outline: none;
        padding: 12px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        color: #000;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .bp-0320 .bp-box .bp-input-flex .bp-close {
        width: 16px;
        height: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 13px;
        border-radius: 50%;
        color: #fff;
        background: #787878;
        cursor: pointer;
        font-size: 13px;
        margin: 11px 16px;
        visibility: hidden;
    }

#loginname::-ms-clear {
    display: none;
}

.old_hongbao {
    width: 332px;
    height: 461px;
    background: url(http://zuhaowan.zuhaowan.com/pic/201916/old_hb.png) no-repeat;
    position: fixed;
    top: 50%;
    z-index: 11;
    left: 50%;
    margin-top: -230px;
    margin-left: -166px;
}

.old_hb_money {
    font-size: 16px;
    position: absolute;
    top: 37%;
    left: 30%;
    color: #ecc090;
    width: 130px;
    height: 95px;
    text-align: center;
}

    .old_hb_money span {
        font-size: 56px;
        font-weight: 700;
        color: #f5dd89;
    }

.old_title {
    position: absolute;
    bottom: 5px;
    left: 9px;
}

.olduser_hb {
    width: 170px;
    height: 39px;
    bottom: 103px;
    left: 79px;
}

.oldhb_close, .olduser_hb {
    position: absolute;
    cursor: pointer;
}

.oldhb_close {
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 144px;
}

.old_hb_masklayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 200000000;
    display: none;
}
