﻿@charset 'UTF-8';

.focus {
    border: 1px solid #649ced !important;
    color: #649ced !important;
}

.error {
    border: 1px solid #ff7663 !important;
    color: #ff7663 !important;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #3d5266;
    font-family: Arial,"Hiragino Sans GB",Helvetica,sans-serif;
    font-size: 12px;
    height: 100%;
    overflow: auto;
}

html {
    height: 100%;
    width: 100%;
}

*::-moz-placeholder {
    color: #adbdcc;
}


a:link, a:visited {
    color: #3399cc;
    outline: medium none;
    text-decoration: none;
}

* {
    -moz-user-select: text;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
    margin-left: 10px !important;
}

input:-moz-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
    margin-left: 10px !important;
}

.register-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    background: #ebedf0;
}

.zgll-login-bg {
    width: 100%;
    height: 100%;
    background: url(/static/img/register/login_bg.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 6%;
}

.zgll-login-form {
    width: 560px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    border: 1px solid #d7dee3;
    position: relative;
    z-index: 9;
    border-radius: 5px;
}

    .zgll-login-form header h1 {
        font-size: 30px;
        font-weight: normal;
        color: #3d5266;
    }

.zgll-login-body > ul li {
    margin-bottom: 25px;
}

ul, ol {
    list-style: outside none none;
}

.zgll-login-flow {
    width: 494px;
    height: 43px;
    margin: 30px 0;
}

    .zgll-login-flow.flow1 {
        background: url(/static/img/register/re1.png) center center no-repeat;
    }

    .zgll-login-flow.flow2 {
        background: url(/static/img/register/re2.png) center center no-repeat;
    }

    .zgll-login-flow.flow3 {
        background: url(/static/img/register/re3.png) center center no-repeat;
    }

.zgll-login-input-warpper {
    line-height: 50px;
    width: 100%;
    height: 50px;
    border: 1px solid #cfdae6;
    border-radius: 100px;
    background: #fff;
    position: relative;
}

.dinline-block {
    display: inline-block;
}

.zgll-login-input-warpper .zgll-login-input {
    font-size: 18px;
    float: left;
    width: 70%;
    /* line-height: 46px;
    height: 46px;*/
    text-indent: 20px;
    border: none;
    border-radius: 100px;
    background-color: transparent;
    padding: 15px 0 0 0;
    margin-left: 20px;
    padding-left: 10px;
    outline: none;
}

.zgll-login-input-warpper a.errorclose {
    background: url(/static/img/register/close.png) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    display: none;
}

.zgll-login-input-warpper .zgll-login-verification a.zgll-login-testgetCode-btn:hover {
    text-decoration: none;
}

.zgll-login-input-warpper.actived {
    border: 2px solid #00aaef;
}

    .zgll-login-input-warpper.actived .zgll-login-input {
        color: #00aaef;
    }

    .zgll-login-input-warpper.actived .zgll-login-verification {
        color: #fff;
        border-left: 2px solid #00aaef;
    }

        .zgll-login-input-warpper.actived .zgll-login-verification a.zgll-login-testgetCode-btn {
            color: #fff;
        }

.zgll-login-input-warpper.disabled {
    background-color: #eee;
}

    .zgll-login-input-warpper.disabled .zgll-login-input {
        background-color: #eee;
    }

.zgll-login-input-warpper.error {
    border: 2px solid #fa7252;
    position: relative;
}

    .zgll-login-input-warpper.error a.errorclose {
        display: inline-block;
    }

.zgll-login-body span.errorinfo {
    text-align: left;
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    color: #fa7252;
    font-size: 14px;
}

.zgll-login-input-warpper a.password-show,
.zgll-login-input-warpper a.password-hidden {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 22px;
}

    .zgll-login-input-warpper a.password-show i {
        background: url(/static/img/register/eye.png) 0 -36px no-repeat;
        display: inline-block;
        width: 22px;
        height: 12px;
    }

    .zgll-login-input-warpper a.password-show:hover i {
        background: url(/static/img/register/eye.png) 0 -24px no-repeat;
        display: inline-block;
        width: 22px;
        height: 12px;
    }

    .zgll-login-input-warpper a.password-hidden i {
        background: url(/static/img/register/eye.png) 0 -12px no-repeat;
        display: inline-block;
        width: 22px;
        height: 12px;
    }

    .zgll-login-input-warpper a.password-hidden:hover i {
        background: url(/static/img/register/eye.png) 0 0px no-repeat;
        display: inline-block;
        width: 22px;
        height: 12px;
    }

.zgll-login-body .zgll-login-input-warpper.actived .zgll-login-verification {
    background-color: transparent;
    border-left: 2px solid transparent;
}

.zgll-login-body .zgll-login-input-warpper.error .zgll-login-verification {
    border-left: 2px solid transparent;
}

.zgll-login-input-warpper.error .zgll-login-input {
    color: #fa7252;
}

.zgll-login-input-warpper.actived .zgll-login-testgetCode.zgll-login-verification {
    border-left: 2px solid #00aaef;
    background: #00aaef;
}

.zgll-login-input-warpper.error .zgll-login-verification {
    border-left: 2px solid #fa7252;
}

.zgll-login-input-warpper.error .zgll-login-testgetCode.zgll-login-verification {
    background-color: #fa7252;
    border-left: 2px solid #fa7252;
}

.zgll-login-input-warpper.error .zgll-login-verification a.zgll-login-testgetCode-btn {
    color: #fff;
}

.zgll-login-input-warpper.disable {
    border: 1px solid #cfdae6;
}

    .zgll-login-input-warpper.disable .zgll-login-verification {
        cursor: default;
        background-color: #c3ced9;
        line-height: 50px;
        height: 49px;
        margin-top: 0px;
    }

        .zgll-login-input-warpper.disable .zgll-login-verification a.zgll-login-testgetCode-btn {
            color: #fff;
            cursor: default;
        }

.zgll-login-verification {
    width: calc(100% - 70% - 10px);
    width: -webkit-calc(100% - 70% - 10px);
    width: -moz-calc(100% - 70% - 10px);
    height: 50px;
    margin-top: -2px;
    cursor: pointer;
    border-left: 1px solid #cfdae6;
    float: right;
}

    .zgll-login-verification img {
        margin-top: 4px;
    }

.zgll-login-info {
    font-size: 14px;
    margin: 18px 0 8px 0;
}

.zgll-login-footer .pg-btn-submit {
    font-size: 20px;
    line-height: 50px;
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 100px;
    background: #fba819;
    cursor: pointer;
    outline: none;
}

    .zgll-login-footer .pg-btn-submit:hover {
        text-decoration: none;
        background: #fe9805;
    }

    .zgll-login-footer .pg-btn-submit.pg-btn-disabled {
        cursor: default;
        color: #fff;
        background: #c3ced9;
    }

.zgll-loginfooter-info {
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    color: #869cb3;
}

    .zgll-loginfooter-info span.line {
        display: inline-block;
        margin: 0 8px;
        color: #c5cdd7;
    }

    .zgll-loginfooter-info a.return {
        color: #8fa1b2;
    }

.zgll-login-sendinfo {
    font-size: 18px;
    height: 70px;
}

    .zgll-login-sendinfo a {
        text-decoration: none;
        color: #2898e0;
        cursor: normal;
    }

        .zgll-login-sendinfo a:hover {
            text-decoration: none;
            color: #2898e0;
            cursor: normal;
        }

.zgll-login-testgetCode {
    line-height: 53px;
    height: 50px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: transparent;
    overflow: hidden;
}

a.zgll-login-testgetCode-btn {
    font-size: 17px;
    color: #3d5266;
}

.zgll-login-flow2 .zgll-login-footer {
    margin-top: 48px;
}

.zgll-login-flow3 .zgll-login-input-warpper .zgll-login-input {
    width: 100%;
}

.zgll-login-flow3 .zgll-login-input-password .zgll-login-input {
    width: 348px;
}

.zgll-login-flow3 .zgll-login-input-password .zgll-login-flow3 a.pg-btn-submit {
    margin-top: 10px;
}

.zgll-login-flow4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .zgll-login-flow4 .zgll-login-body {
        height: 107px;
    }

        .zgll-login-flow4 .zgll-login-body p {
            font-size: 18px;
            line-height: 30px;
        }

            .zgll-login-flow4 .zgll-login-body p:nth-child(1) {
                margin-top: 37px;
            }

        .zgll-login-flow4 .zgll-login-body a {
            font-size: 20px;
        }

    .zgll-login-flow4 header h1 {
        display: inline-block;
        padding-left: 54px;
        background: url(/static/img/register/register_succeed.png) 1px 3px no-repeat;
    }


/*login css*/

.zgll-login-form .zgll-login-footer {
    margin-top: 20px;
    font-size: 15px;
}

.zgll-login-form .zgll-login-footer-top {
    width: 100%;
    height: 45px;
    text-align: left;
    color: #8fa1b2;
}

    .zgll-login-form .zgll-login-footer-top a {
        color: #999999;
        float: right;
    }

    .zgll-login-form .zgll-login-footer-top .zgll-login-zdlogin {
        cursor: pointer;
        margin-left: 23px;
        width: 118px;
        float: left;
    }

.login_time {
    float: left;
    margin-top: 1px;
}

.zgll-loginfooter-info {
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
    color: #999999;
}

.zgll-login-form .zgll-login-verification {
    font-size: 16px;
    padding-right: 20px;
    text-align: right;
    border-left: none;
    cursor: default;
    margin-top: 0px;
}

    .zgll-login-form .zgll-login-verification a {
        color: #3d5266;
    }

        .zgll-login-form .zgll-login-verification a:hover {
            text-decoration: none;
            color: #39c;
        }

/*�һ�����*/
.zgll-forgot-form .zgll-forgot-header {
    padding-bottom: 35px;
}

.zgll-forgot-helpinfo {
    color: #869cb3;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.zgll-forgot-form .zgll-login-footer {
    margin-top: 30px;
}

.zgll-login-form .zgll-login1-header {
    padding-bottom: 40px;
}

.password-prompt {
    color: #869cb3;
    font-size: 14px;
    text-align: center;
}

/*ע��*/
.reg_step_1 .zgll-login-input-warpper .zgll-login-testgetCode.zgll-login-verification {
    margin-top: 0px;
}

.reg_step_1 .zgll-login-input-warpper.error .zgll-login-testgetCode.zgll-login-verification {
    background-color: transparent;
    margin-top: -2px;
}

.reg_step_1 .zgll-login-input-warpper.actived .zgll-login-testgetCode.zgll-login-verification {
    background-color: transparent;
    margin-top: -2px;
}

.exists_box .zgll-company-list {
    margin-bottom: 20px;
}

.exists_box .zgll-login-form .zgll-login-footer {
    margin-top: 20px;
}

.exist-company-list li {
    float: left;
    width: 230px;
}

.zgll-forgot-body .verifycode_li .zgll-login-input-warpper.actived .zgll-login-testgetCode.zgll-login-verification {
    background-color: #fff;
}

.zgll-forgot-body .verifycode_li .zgll-login-input-warpper.error .zgll-login-testgetCode.zgll-login-verification {
    background-color: #fff;
}



/*��¼���󵯳���*/
.zgll-login-error {
    background: #fa7252;
    opacity: .9;
    width: 320px;
    height: 150px;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    z-index: 99;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 30px;
    top: 260px;
}

    .zgll-login-error p {
        margin-bottom: 10px;
    }

    .zgll-login-error a.btn-got {
        color: #fff;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        border: 1px solid #fff;
        display: inline-block;
        margin-top: 10px;
        border-radius: 50px;
    }

        .zgll-login-error a.btn-got:hover {
            background-color: #fff;
            color: #fa7252;
            text-decoration: none;
        }

.ckbgruop_icon {
    background: rgba(0, 0, 0, 0) url("/Images/checkbox.png") repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height: 18px;
    width: 18px;
}

.ckb_active {
    background: rgba(0, 0, 0, 0) url("/Images/checkbox_c.png") repeat scroll 0 0;
}
