@charset "UTF-8";

a, body, button, caption, dd, div, dl, dt, em, figure, form, h1, h2, h3, h4, h5, h6, html, i, img, input, label, li, ol, p, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

body, html {
    height: 100%;
    background: #f4f4f4
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 14px;
    border: 0;
    outline: 0
}

    button::-moz-focus-inner, input[type=button]::-moz-focus-inner {
        border: none;
        padding: 0
    }

    input::-webkit-input-safebox-button {
        display: none
    }

body {
    font: 14px/1.5 "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif
}

img {
    border: 0
}

ul li {
    list-style-type: none
}

a {
    text-decoration: none;
    color: inherit
}

    a:hover {
        text-decoration: none
    }

    a[class|=btn] {
        display: inline-block;
        vertical-align: top;
        zoom: 1
    }

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

i {
    font-style: normal
}

b {
    font-weight: 400
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    color: #333 !important;
    -webkit-box-shadow: 0 0 0 1000px #f4f4f4 inset
}

    input:-webkit-autofill:focus, textarea:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px #fff inset
    }

input[type=password]:focus, input[type=text]:focus, textarea:focus {
    background: #fff
}

.block {
    display: block
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.mt-10 {
    margin-top: 10px
}

a.mt-20, div.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.pt-30 {
    padding-top: 30px
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix {
    zoom: 1
}

.text-center {
    text-align: center
}

.btn-current-big {
    width: 320px;
    height: 42px;
    font-size: 16px
}

.text-style {
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.hide {
    display: none
}

input[type=password]:focus, input[type=text]:focus, textarea:focus {
    background: #fff;
    color: #444
}

input[type=text].borderred {
    border: 1px solid #f4523b !important
}

.clear {
    clear: both
}

.text-center {
    text-align: center
}

.btn-default-main, .btn-default-secondary {
    height: 42px
}

.pass-header-wrap {
    max-width: 1200px;
    margin: 0 auto
}

.top-error-tips {
    background: rgba(253,209,0,.2);
    border: 1px solid #fdd100;
    margin-bottom: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.passcard-box {
    width: 900px;
    padding-top: 48px
}

.pass-main-body {
    width: 100%;
    min-height: 100%;
    min-width: 900px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.login-passcard-nav {
    padding-top: 40px;
    line-height: 40px;
    font-size: 24px
}

.login-passcard-nav {
    padding-top: 30px;
    color: #fff;
    display: flex;
    align-items: center
}

    .login-passcard-nav .logo {
        width: 100px;
        height: 53px;
        float: left;
        margin-right: 10px;
        padding-right: 10px;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-size: auto 55px;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        position: relative
    }

.logo img {
    margin-bottom: 10px;
    display: inline-block
}

.login-imgsource {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 120px
}

.footer p {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-bottom: 8px
}

.login-footer {
    margin-top: 60px
}

    .login-footer p {
        color: #fff;
        margin-bottom: 0
    }

        .login-footer p:first-child {
            margin-bottom: 8px
        }

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: #333
}

.btn-default-main {
    background-color: #1ab394;
    border: 1px solid #1ab394;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center
}

    .btn-default-main:hover {
        background-color: #18a689;
        color: #fff;
        border: 1px solid #18a689
    }

.pass-main-body {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.login-box {
    width: 336px;
    min-height: 345px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 30px 32px;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.2)
}

.member-login {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px
}

.code {
    margin-bottom: 20px;
    position: relative
}

    .code .ipt-code {
        width: 220px;
        height: 42px;
        margin-right: 10px;
        padding-right: 20px
    }

    .code img {
        vertical-align: middle;
        margin-top: -5px
    }

    .code .code-right, .code .code-wrong {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px
    }

    .code .code-wrong {
        background-color: #f4523b;
        background-image: url(../images/wrong.png)
    }

    .code .code-right {
        background-color: #53bb4c;
        background-image: url(../images/right.png)
    }

.ipt-default {
    background: #ffe300;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding-left: 20px
}

.ipt-default-current {
    width: 336px
}

.l-phone-div {
    margin-bottom: 20px;
    position: relative
}

.email, .ipt-tips-default, .password {
    margin-bottom: 20px
}

.ipt-tips-default {
    width: 336px;
    padding: 0 20px 0 45px;
    border: 1px solid #d46f16;
    border-radius: 4px;
    background: #ffe6e5 url(../images/error-tips.png) no-repeat 20px 12px;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .ipt-tips-default a {
        color: #d36f16
    }

.btn-current-big {
    width: 336px
}

.error-tips .ipt-default-current {
    height: 42px;
    color: #333
}

.l-tab-covers {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    text-align: left
}

    .l-tab-covers .l-tab-list {
        color: #999;
        display: inline-block;
        margin-right: 30px;
        border-bottom: 2px solid transparent;
        padding-bottom: 20px;
        margin-bottom: -1px;
        cursor: pointer
    }

        .l-tab-covers .l-tab-list.current, .l-tab-covers .l-tab-list:hover {
            color: #282828;
            border-bottom: 2px solid #282828;
            font-weight: 500
        }

.module-l-static .static-l {
    position: relative
}

    .module-l-static .static-l i {
        color: #d36f16;
        font-size: 12px;
        line-height: 20px;
        text-indent: 5px;
        width: 98px;
        height: 20px;
        position: absolute;
        right: 53px;
        background: url(../images/svg/icon-code-tip.svg) no-repeat
    }

.module-l-static .l-static, .module-l-static .static-l {
    display: block
}

.module-l-static .l-quick, .module-l-static .quick-l {
    display: none
}

.module-l-quick .l-static, .module-l-quick .static-l {
    display: none
}

.module-l-quick .l-quick, .module-l-quick .quick-l {
    display: block
}

.static-module-covers {
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: 34px;
    padding-bottom: 8px
}

.pass-login-covers {
    position: relative
}

    .pass-login-covers.error {
        top: 34px
    }

        .pass-login-covers.error .error-tips {
            top: -55px;
            display: block
        }

.error-tips {
    display: none;
    position: absolute;
    top: -31px
}
