﻿@charset "UTF-8";

a, b, body, button, dd, div, dl, em, footer, form, h1, h2, h3, h4, h5, h6, i, input, label, li, nav, p, select, span, td, textarea, u, ul {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none
}

li, ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #414a60
}

    a:active, a:focus, a:hover, button, input, textarea {
        outline: 0
    }

    a:hover {
        color: #cf0101;
        text-decoration: none;
        -webkit-transition: all linear .2s;
        transition: all linear .2s
    }

img {
    border: none
}

map area {
    outline: 0
}

table {
    border-collapse: collapse
}

body, button, input, option, select, td, textarea {
    font-family: Microsoft Yahei,arial,verdana,helvetica,'PingFang SC','HanHei SC',STHeitiSC-Light,sans-serif;
    -webkit-font-smoothing: antialiased
}

    button, input[type=button], input[type=number], input[type=password], input[type=search], input[type=submit], input[type=tel], input[type=text], textarea {
        -webkit-appearance: none
    }



    body.page-white {
        background: #fff
    }



.ipt {
    padding: 6px 12px 5px 7px;
    min-height: 22px;
    line-height: 22px;
    border: 1px solid #e3e7ed;
    font-size: 13px;
    vertical-align: middle;
    min-width: 300px
}


    .ipt:focus, .radio-checked {
        border-color: #cf0101;
        box-shadow: 1px 2px 3px #cf0101;
        border-color: #cf0101
    }

.ipt-area {
    width: 400px;
    height: 100px
}

.error:focus, input.error, textarea.error {
    border-color: red
}

.ipt-short {
    width: 150px;
    min-width: 0
}

.ipt-num {
    width: 80px;
    min-width: 0
}

.ipt-long {
    width: 100%
}

.ipt-wrap {
    position: relative
}

    .ipt-wrap .ipt {
        padding-right: 40px
    }

    .ipt-wrap .num {
        position: absolute;
        right: 10px;
        top: -4px;
        font-style: normal;
        color: #ccc
    }

        .ipt-wrap .num em {
            font-style: normal
        }

        .ipt-wrap .num .red {
            color: red
        }

.placeholder {
    color: #9fa3af !important
}


.btn {
    display: inline-block;
    min-width: 112px;
    box-sizing: content-box;
    height: 36px;
    line-height: 36px;
    *line-height: 32px;
    border: 1px #cf0101 solid;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    background: #cf0101;
    text-align: center;
    cursor: pointer
}

    .btn:hover {
        background-color: #cf0101;
        color: #fff
    }

.btn-outline {
    background: #fff;
    color: #cf0101
}

.btn-back, .btn-delete {
    background: #f8f9fb;
    color: #cf0101;
    margin-right: 20px
}

    .btn-back:hover, .btn-delete:hover {
        background: #fff;
        color: #cf0101
    }

.btn-danger {
    border-color: #db4b55;
    background: #ef505e
}

    .btn-danger:not(.disabled):hover {
        background: #d84852;
        border-color: #b93e48
    }

.btn-disabled, .btn-disabled:hover {
    color: #9fa3b0;
    background-color: #fff;
    border-color: #d1d4db;
    cursor: default
}

.btn-slight {
    background: #fff;
    border-color: #e7eaec;
    color: #aaa
}

    .btn-slight:hover {
        background: #fff;
        border-color: #d2d2d2;
        color: #aaa
    }

.dropdown-disabled {
    opacity: .6;
    filter: alpha(opacity=60)
}

.dropdown-menu {
    display: none;
    position: relative;
    height: 0;
    margin-right: 2px
}

    .dropdown-menu ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border: 1px #e3e7ed solid;
        border-top: 0;
        background-color: #fff;
        overflow: auto;
        max-height: 208px;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch
    }

    .dropdown-menu li {
        line-height: 42px;
        padding: 0 15px;
        cursor: pointer
    }

        .dropdown-menu li .h {
            font-style: normal;
            color: red;
            text-decoration: none
        }

        .dropdown-menu li:active, .dropdown-menu li:hover {
            background-color: #f2f5f9
        }

.dropdown-menu-open {
    display: block;
    z-index: 1
}

.page-sign {
    background: #cf0101 url(/images/login_banner.jpg) center bottom no-repeat
}

    .page-sign #header {
        background: 0 0;
        box-shadow: none;
        padding-top: 50px;
    }

        .page-sign #header .logo {
            width: 500px;
            margin: 0px auto;
            text-align: center;
        }

            .page-sign #header .logo a {
                font-size: 14px;
                color: #fff;
                display: block;
                margin: 10px 0;
            }

                .page-sign #header .logo a:hover {
                    color: #CF0101;
                    text-decoration: underline;
                }

            .page-sign #header .logo span {
                display: inline-block;
                vertical-align: top;
                color: #fff;
                font-size: 18px;
                margin-left: 24px;
                line-height: 26px;
                padding-top: 5px;
                font-weight: 400
            }

.pop-sign {
    width: 800px;
    min-height: 400px;
    height: 455px
}

.sign-wrap {
    width: 410px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -268px 0 0 -205px
}

.sign-form {
    width: 324px;
    padding: 35px 43px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 2px 15px rgba(0,0,0,.3);
    display: none
}

    .sign-form .title {
        font-weight: 400;
        font-size: 26px;
        line-height: 32px;
        color: #cf0101;
        position: relative;
        text-align: center
    }

    .sign-form .tip-error {
        text-align: center;
        color: #fc6c38;
        height: 29px;
        line-height: 18px;
        padding-top: 7px
    }

.sign-tab {
    font-size: 0;
    border-bottom: 2px #f2f5f9 solid;
    white-space: nowrap;
    padding-top: 4px
}

    .sign-tab span {
        display: inline-block;
        width: 105px;
        font-size: 14px;
        color: #9fa3b0;
        margin: 0 28px -2px;
        height: 36px;
        border-bottom: 2px #f2f5f9 solid;
        cursor: pointer
    }

        .sign-tab span:hover {
            color: #414a60
        }

        .sign-tab span.cur {
            border-bottom-color: #cf0101;
            font-size: 16px;
            color: #414a60
        }

        .sign-tab span.link-signin {
            text-align: center;
            margin-left: 24px;
        }

        .sign-tab span.link-sms {
            text-align: center
        }

        .sign-tab span.link-scan {
            margin-right: 0;
            text-align: right
        }

.sign-form form {
    padding-top: 22px
}

.sign-form .form-row {
    margin-top: 26px
}

.sign-form .row-select {
    position: relative;
    z-index: 1
}

.sign-form .form-row em.error {
    position: absolute;
    display: block;
    right: 0;
    top: 9px;
    font-style: normal;
    color: #9fa3b0;
    font-size: 12px;
    padding-right: 15px
}

.sign-form .form-row .link-signin, .sign-form .form-row .link-sms {
    text-align: right;
    position: absolute;
    right: 0;
    cursor: pointer;
    bottom: -28px
}

.sign-form .ipt, .sign-form .sel {
    width: 286px;
    min-width: 0;
    padding: 9px 18px;
    border-color: #e3e7ed;
    vertical-align: middle
}

.sign-form .sel {
    margin-right: 0;
    width: 380px;
    height: 42px;
    *height: auto
}

.row-code .cell-wrap, .sign-form .ipt-wrap {
    position: relative;
    display: block;
    float: left;
    margin: 10px 0;
}

.row-code .cell-wrap {
    display: inline-block
}

.sign-form .dropdown-select {
    position: absolute;
    top: 1px;
    left: 28px;
    height: 40px;
    *top: 2px;
    z-index: 1;
    background: 0 0
}

    .sign-form .dropdown-select .text-select {
        display: inline-block;
        font-style: normal;
        cursor: pointer;
        width: 37px;
        padding: 20px 25px 7px 0;
        border: 0;
        text-align: right
    }

    .sign-form .dropdown-select .icon-select-arrow {
        right: 5px;
        top: 12px
    }

.sign-form .dropdown-menu {
    z-index: 10;
    left: 0
}

    .sign-form .dropdown-menu ul {
        width: 176px;
        max-height: 292px
    }

    .sign-form .dropdown-menu .num {
        float: right
    }

.icon-sign-code, .icon-sign-phone, .icon-sign-pwd, .icon-sign-sms, .sign-form .btn-sms, .validate-help dt {
    background-image: url(/images/icons-sign.png);
    background-repeat: no-repeat;
    -webkit-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s
}

.icon-sign-code, .icon-sign-phone, .icon-sign-pwd, .icon-sign-sms {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 9px;
    top: 11px
}

.icon-sign-phone {
    background-position: 2px 1px
}

.icon-sign-pwd {
    background-position: 2px -91px
}

.icon-sign-code {
    background-position: 2px -44px
}

.icon-sign-sms {
    background-position: 2px -141px
}

.focus-wrap .icon-sign-phone {
    background-position: 2px -185px
}

.focus-wrap .icon-sign-pwd {
    background-position: 2px -277px
}

.focus-wrap .icon-sign-code {
    background-position: 2px -230px
}

.focus-wrap .icon-sign-sms {
    background-position: 2px -327px
}

.sign-form .ipt-phone {
    padding-left: 95px;
    width: 209px
}

.sign-form .ipt-pwd {
    padding-left: 38px;
    width: 266px
}

.sign-form .ipt-code {
    padding-left: 38px;
    width: 162px
}

.sign-form .ipt-sms {
    padding-left: 38px;
    width: 266px
}

.focus-wrap .ipt, .focus-wrap .sel, .sign-form .ipt:focus, .sign-form .sel:focus {
    box-shadow: 1px 2px 3px #f1afaf;
    border-color: #cf0101
}

.sign-form .ipt-error {
    border-color: #fba68b;
    box-shadow: none
}

.sign-form .verifyimg {
    width: 103px;
    height: 40px;
    border: 1px #e3e7ed solid;
    border-left: 0;
    vertical-align: middle
}

.sign-form .row-code em.error {
    right: 119px
}

.sign-form .form-btn {
    margin-top: 45px
}

    .sign-form .form-btn .btn {
        width: 100%;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        border: none;
        cursor: pointer
    }

    .sign-form .form-btn .btn-disabled, .sign-form .form-btn .btn-scan {
        background: #f2f5f9;
        border-color: #f2f5f9;
        color: #9fa3b0;
        cursor: default
    }

    .sign-form .form-btn .btn-disabled {
        cursor: default
    }

    .sign-form .form-btn .error-tip {
        display: block;
        visibility: hidden;
        height: 26px;
        margin-top: -37px;
        color: #fc6c38;
        padding-left: 20px;
        background-position: 0 -1385px;
        position: absolute;
        top: 0
    }

        .sign-form .form-btn .error-tip .icon-waring {
            margin-right: 5px
        }

.sign-form .btn-sms {
    position: absolute;
    right: 1px;
    top: 3px;
    font-size: 14px;
    background-color: #fff;
    background-position: 0 -356px;
    min-width: 104px;
    color: #cf0101;
    border: 0
}

.sign-form button.count-down {
    color: #9fa3b0;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: 0
}

    .sign-form button.count-down .num {
        position: static;
        color: #9fa3b0
    }



div.count-down {
    text-align: center;
    color: #9fa3af;
    padding: 28px 34px
}

.count-down em {
    font-style: normal
}


.sign-register form {
    padding-top: 0
}

.sign-register .sign-tab {
    border-bottom-color: #fff;
    padding-top: 0
}

    .sign-register .sign-tab span {
        font-size: 16px;
        text-align: center;
        display: block;
        width: auto;
        color: #414a60;
        cursor: default;
        border-bottom-color: #fff
    }

.sign-register .register-tip {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px #f2f5f9 solid;
    padding: 20px 0;
    color: #414a60
}


.form-msgjob {
    display: none
}

    .form-msgjob .title {
        cursor: pointer
    }

.sign-form .icon-arrow-left {
    position: absolute;
    top: 2px;
    left: -35px
}

.sign-form .text-tip {
    color: #9fa3b0;
    text-align: center;
    padding: 28px 0 36px
}

    .sign-form .text-tip a {
        color: #cf0101
    }

.agreement-tip {
    margin-top: -26px;
    font-size: 13px
}

    .agreement-tip input {
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 3px
    }


.defaultConfirm .jconfirm-box {
    width: 340px
}

body.semwrap {
    background-color: #a8acb7
}

/*新增样式*/
.input_show {
    display: block;
}

.input_hide {
    display: none;
}

.beg-login {
    width: 999px;
    margin: 0 auto;
    margin-top: 50px;
}

.beg-login-box {
    width: 335px;
    height: inherit;
    min-height: 414px;
    /*margin: 10% auto;*/
    background-color: #f6f6f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px, rgba(0, 0, 0, 0.4) 0px 1px 5px;
    transition: 0.2s ease-out;
    float: left;
    /*** #e3e3e3**/
}

.beg-login-box-right {
    margin-left: 20px;
    float: left;
}

.beg-login-box header {
    height: 39px;
    padding: 10px;
    border-bottom: 1px solid aliceblue;
}

    .beg-login-box header .beg-login-title {
        text-align: right;
        font-size: 16px;
        line-height: 75px;
        margin-right: 34px;
    }

.beg-login-box .beg-login-main {
    /*height: 185px;*/
    padding: 50px 34px 0;
}
.beg-login-box .beg-login-main-user {
    /*height: 185px;*/
    padding: 45px 15px 0;
}

    .beg-login-box .beg-login-main-user .layui-form-item input {
        padding-left: 5px;
    }

    .beg-login-box .beg-login-main-user .layui-form-item .input-inline-bm {
        float: right;
        margin-right: 0;
        width: 210px;
    }

    .beg-login-box .beg-login-main-user .layui-form-item .input-inline-r0 {
        margin-right: 0;
        height: 37px;
    }

.beg-login-main .layui-form-item {
    position: relative;
}

    .beg-login-main .layui-form-item .beg-login-icon {
        position: absolute;
        color: #cccccc;
        top: 7px;
        left: 10px;
    }

    .beg-login-main .layui-form-item input {
        padding-left: 34px;
    }

.beg-login-box footer {
    height: 35px;
    padding: 10px 10px 0 10px;
}

    .beg-login-box footer p {
        line-height: 35px;
        text-align: center;
    }

.beg-pull-left {
    float: left !important;
}

.beg-pull-right {
    float: right !important;
}

.beg-clear {
    clear: both;
}

.beg-login-remember {
    line-height: 38px;
}

    .beg-login-remember .layui-form-switch {
        margin-top: 0px;
    }

.beg-login-code-box {
    position: relative;
    padding: 10px;
}

    .beg-login-code-box input {
        position: absolute;
        width: 100px;
    }

    .beg-login-code-box img {
        cursor: pointer;
        position: absolute;
        left: 115px;
        height: 38px;
    }

.beg-login-main .getpass {
    margin-top: 13px;
    float: right;
    padding-right: 15px;
}

.layui-btn-fluid-bm {
    background-color: #cf0101;
}

.layui-btn-normal-bm {
    background-color: #0066ff;
}
/**找回密码**/
.getpass-box, .reg-box {
    width: 545px;
    margin: 0 auto;
}

.regreal-box {
    width: 645px;
    margin: 0 auto;
}

    .regreal-box .layui-form-label {
        width: 149px;
    }

    .regreal-box .layui-form-item .layui-input-inline {
        width: auto;
    }

.getpass-box .layui-form .layui-btn {
    background-color: #cf0101;
}

.reg-box .layui-form .layui-btn-danger {
    background-color: #cf0101;
}

.bm-btn {
    background-color: #cf0101;
}

.beg-login-main-bm .layui-form-item .layui-form-select .layui-input {
    padding-left: 10px;
}

.beg-login-main-bm .layui-form-item .input-inline-bm {
    width: 171px;
    margin-right: 0;
}

    .beg-login-main-bm .layui-form-item .input-inline-bm input {
        padding-left: 5px;
    }

.beg-login-box .login-main-bm-tab {
    padding: 16px 2px 0;
}

    .beg-login-box .login-main-bm-tab .layui-tab {
    }

.login-main-bm-tab .layui-tab-title {
    text-align: center;
}

.login-main-bm-tab .layui-tab-content {
    padding-bottom: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.beg-login-box .login-main-bm-other {
    padding: 10px;
    padding-top: 0;
}

.btn-test-black {
    background-color: #333;
}
