﻿
* {
    margin: 0;
    padding: 0;
}

ul, ul li {
    list-style: none;
}

body {
    font-size: 14px;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: #38f;
}

.container {
    width: 900px;
    position: relative;
    margin: 0 auto;
}

.pull-right {
    float: right;
}

.header {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 21px;
    height: 46px;
}

    .header .header-logo {
        float: left;
        width: 134px;
        height: 46px;
        position: relative;
        background: url("/static/images/qyerm.png") no-repeat;
    }

    .header .header-title {
        position: relative;
        font-size: 18px;
        font-weight: 400;
        color: #333;
        padding-left: 10px;
        margin: 14px 100px 0 140px;
        border-left: 1px solid #e8e8e8;
    }

.content-wrap {
    overflow: hidden;
    padding-top: 40px;
}

content-wrap .content-inner {
    width: 450px;
}

.pull-left {
    float: left;
}

.content-wrap .content-inner .banner {
    padding-left: 30px;
    margin-top: 45px;
}

.register {
    font-size: 14px;
    color: #333;
}

.zent-form.zent-form--horizontal .zent-form__controls {
    margin-left: 0;
    width: 100%;
}

.zent-form .zent-form__control-group:first-child {
    padding-top: 0;
}

.zent-form .zent-form__control-group {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1px;
    padding-top: 30px;
    height: 35px;
}

.zent-form--horizontal .zent-form__controls {
    display: inline-block;
    word-break: break-all;
    vertical-align: top;
}

.zent-input-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 30px;
    max-height: 36px;
}

.zent-form .zent-form__control-group .zent-input {
    border: 0;
    padding: 0;
    font-size: 14px;
}

.zent-form .zent-form__control-group--active {
    border-bottom: solid 2px #38f;
    margin-bottom: 0;
}


.zent-form .zent-form__control-group .zent-form__control-label {
    display: none;
}

.sms-captcha-field .sms-btn {
    color: #38f;
    cursor: pointer;
    line-height: 30px;
}


.zent-input {
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
    min-width: 80px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #bbb;
    color: #333;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: none;
    transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    outline: medium;
}

.zent-form .zent-form__control-group .zent-input {
    border: 0;
    padding: 0;
    font-size: 14px;
}


.login .zent-form .zent-form__form-actions.actions .autoLogin {
    border-bottom: 0;
    padding-top: 26px;
}

.zent-form.zent-form--horizontal .zent-form__form-actions {
    padding: 35px 0 20px;
    margin: 0;
}

.register .zent-form__form-actions {
    padding-top: 40px !important;
}

.login .zent-form .js-retrieve-btn {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #e5e5e5;
}

.login .zent-form .retrieve-btn {
    font-size: 12px;
}

.login .zent-form .zent-form__extra-group {
    padding-top: 20px;
    color: #666;
}



.zent-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    font-family: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
}

.zent-btn-primary {
    color: #fff;
    background: #38f;
    border-color: #38f;
}

.zent-form.zent-form--horizontal .zent-form__form-actions button {
    width: 100%;
    height: 45px;
    font-size: 16px;
}

.zent-btn-disabled, .zent-btn-disabled[disabled] {
    color: #bbb;
    background: #f8f8f8;
    border-color: #e5e5e5;
    cursor: not-allowed;
}

.register .to-login-btn {
    font-size: 12px;
    line-height: 16px;
    color: #38f;
    float: right;
    text-decoration: none;
}

.zent-checkbox-wrap {
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.footer {
    text-align: center;
    position: static;
    color: #999;
    width: 100%;
    bottom: 30px;
    left: 0;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 12px;
}

    .footer .copyright {
        font-size: 12px;
        line-height: 2;
    }

        .footer .copyright a {
            color: #999;
        }


.pw-icon.pw-icon-show {
    background: url(/static/images/icon-password-show@2x.png) no-repeat 50%;
    background-size: 24px 14px;
}

.pw-icon.pw-icon-hide {
    background: url(/static/images/icon-password-hide@2x.png) no-repeat 50%;
    background-size: 24px 9px;
}

.pw-icon {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 14px;
    margin-top: 8px;
}


.content-wrap.content-wrap-basic .content-inner-left {
    width: 500px;
}

.content-wrap.content-wrap-basic .content-inner-right {
    width: 400px;
}

.banner-ct {
    text-align: center;
    margin-top: 23px;
}

    .banner-ct img {
        width: 380px;
    }

.box {
    width: 450px;
    min-height: 380px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.08);
    margin: 2px 20px;
    box-sizing: border-box;
    padding: 15px;
}


    .box .head ul {
        overflow: hidden;
    }

        .box .head ul li {
            float: left;
            font-size: 18px;
            line-height: 20px;
            color: #999;
            margin-top: 15px;
            padding: 0 15px;
            position: relative;
            cursor: pointer;
        }

            .box .head ul li.active {
                color: #333;
                font-weight: 700;
                cursor: default;
            }

            .box .head ul li:first-child:after {
                content: " ";
                display: block;
                width: 1px;
                height: 100%;
                background-color: #e5e5e5;
                position: absolute;
                right: 0;
                top: 0;
            }

    .box .head {
        position: relative;
    }

        .box .head .qrcode {
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0;
            top: 0;
        }

            .box .head .qrcode .tip {
                display: inline-block;
                background-color: rgba(51,136,255,.13);
                color: #38f;
                border: 1px solid #38f;
                padding: 5px 8px;
                white-space: nowrap;
                position: absolute;
                right: 100%;
                top: 0;
                margin-right: 6px;
                font-size: 12px;
            }

        .box .head .qrcode {
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0;
            top: 0;
        }

            .box .head .qrcode img {
                display: block;
                width: 100%;
                height: 100%;
                cursor: pointer;
            }

    .box .content {
        padding: 40px 15px 20px;
    }

.qrcode-content {
    text-align: center;
}

    .qrcode-content .step-1 {
        margin-top: 10px;
    }

        .qrcode-content .step-1 .qrcode-box {
            width: 152px;
            height: 152px;
            margin: 0 auto;
            position: relative;
        }

            .qrcode-content .step-1 .qrcode-box .qrcode-img {
                display: block;
                width: 140px;
                height: 140px;
                padding: 5px;
                border: 1px solid #e5e5e5;
                margin: 0 auto;
            }

        .qrcode-content .step-1 .platform h4 {
            font-size: 14px;
            color: #999;
            line-height: 20px;
            margin: 20px 0 10px;
            font-weight: 400;
        }

    .qrcode-content .ext.step-1 {
        margin-top: 10px;
        font-size: 12px;
    }

    .qrcode-content .step-1 .qrcode-box .info {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: table;
        background: hsla(0,0%,100%,.9);
    }

        .qrcode-content .step-1 .qrcode-box .info .center-middle {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .qrcode-content .step-1 .qrcode-box .info .status {
            margin-bottom: 15px;
        }

.sms-captcha-field .sms-btn {
    color: #38f;
    cursor: pointer;
    line-height: 30px;
}

.sms-captcha-field .sms-second {
    color: #cacaca;
    line-height: 30px;
}


.zent-checkbox {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    white-space: nowrap;
    outline: none;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.zent-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
    box-sizing: border-box;
    transition: all .3s;
}

.zent-checkbox + span {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 16px;
}
