/***
Login page
***/
/* logo page */
html{
    /* height: 100%;
    width: 100%;
    background: #fff; */
}
body{
    height: 100%;
    background: none;
    top: 0;
    position: absolute;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: rgba(0,0,0,1)!important;
}
/***
Login page
***/
/* logo page */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: rgba(0,0,0,1) !important;
}

body, html {
    height: 100%;
}

.login-bg-img {
    height: 100%;
    width: 100%;
    background: url(../../fw/images/login/bg_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 170px;
}

.login-container {
    margin: 0 auto;
    background-color: #DEECF9;
    width: 860px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    filter: alpha(opacity: 90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    height: 380px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -230px 0 0 -430px;
}

.login-leftbox {
    border-right: 1px solid #ccc;
    width: 400px;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-top: 60px;
    padding-right: 20px;
    margin-left: -15px;
}

    .login-leftbox img.logo {
        height: 260px;
        width: 420px;
        padding: 0;
        margin-left: -10px;
        margin-top: -10px;
    }
/*.web-name {
    font-size: 23px;
    letter-spacing: 5px;
    padding-left: 90px;
}
.slogan {
    padding-top: 60px;
    font-size: 40px;
    font-family: STXingkai;
    color: #243C6C;
}*/
.login-rightbox {
    position: relative;
    width: 430px;
    float: left;
    padding-left: 30px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
}

    .login-rightbox .alert {
        width: 340px;
        margin: 10px 0 0;
        line-height: 6px;
    }

    .login-rightbox .form-content {
        position: absolute;
        top: 48px;
    }

.login .loginQrCode-wrapper {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    width: 85px;
    float: right;
    background-color: #EDF5FC;
    padding: 3px;
}


.login-form, .register-form, .forget-form {
    margin: 0 auto;
    width: 340px;
    position: relative;
}

.loginHbox {
    height: 100%;
}

.login-form input, .login-input input {
    border: 1px #aaa solid;
    border-radius: 4px !important;
    background: 0 0;
    text-align: left;
    font-size: 20px;
    width: 340px;
    height: 40px;
    line-height: 40px;
    padding-left: 70px !important;
}

.identity input {
    border: 1px #aaa solid;
    border-radius: 4px !important;
    background: 0 0;
    text-align: center;
    font-size: 20px;
    width: 50%;
    height: 50px;
    line-height: 50px;
    padding-left: 0px !important;
}

.send-msg {
    display: none;
    font-size: medium;
    background-color: antiquewhite;
}

.btn_sendIdentity {
    font-size: large;
    background-color: aqua;
}

.login-a {
    font-size: 18px;
    color: #495B99;
}

.login-form input:focus {
    border: 1px #a0c7f1 solid;
}

.login-box {
    float: right;
    margin-right: 300px;
    margin-top: 100px;
}

.login .logo {
    height: 130px;
    padding: 15px;
    text-align: center;
}

    .login .logo a {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        text-shadow: 0px 1px 5px #000000;
        letter-spacing: 6px;
    }

        .login .logo a:link {
            text-decoration: none;
        }

.login .content {
    width: 340px;
    background-color: #fff;
    box-shadow: 0px 3px 9px #a2a2a2;
    border: 1px #e1e1e1 solid;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-top: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.contentregister {
    width: 340px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.login .content h3 {
    color: #000;
}

.contentregister h3 {
    color: #000;
}

.login .content h4 {
    color: #406791;
    height: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 40px;
    text-indent: 25px;
    border-left: 5px #77b1ef solid;
}

.contentregister h4 {
    color: #406791;
    height: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 40px;
    text-indent: 25px;
}

.loginblue-btn {
    border: 1px #3083ff solid;
    border-radius: 6px !important;
    text-align: center;
    color: #fff;
    font-weight: bold;
    outline: none;
    font-weight: lighter;
    background: #495B99;
    width: 340px;
    height: 40px;
    margin: 10px 0 0;
    font-size: 24px;
}

.login-register {
    width: 340px;
}

.loginblue-btn:hover {
    color: #fff;
    background: #134374;
}

.loginblue-btn-lock {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #e5e5e5, #e5e5e5) repeat scroll 0 0 !important;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    color: inherit;
    cursor: default;
}

    .loginblue-btn-lock:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(0deg, #e5e5e5, #e5e5e5) repeat scroll 0 0 !important;
        border: 1px solid #e5e5e5;
        box-shadow: none;
        color: inherit;
        cursor: default;
    }

.registered-company {
    display: none;
    padding-top: 10px;
    font-size: 15px;
}

    .registered-company p tt {
        color: #3587FF;
        font-size: 16px;
        font-family: inherit;
    }

    .registered-company ul {
    }

        .registered-company ul li {
            display: block;
            text-align: left;
            height: 26px;
            line-height: 26px;
        }

.login .content p a {
    color: #6586b6;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 10px 30px;
    margin: 0px;
}

.login-input i {
    line-height: 27px;
    width: 50px;
    border-right: 1px #b3b3b3 solid;
    font-style: normal;
    color: #717171;
}

    .login-input i.fa {
        line-height: 26px;
        width: 50px;
        font-size: 20px;
    }

.login .content .input-icon {
    width: 50px;
    border-right: 1px #cecece solid;
    line-height: 28px;
    font-style: normal;
    color: #000;
}

.login-rightbox .no-padL {
    padding-left: 20px !important;
}

.login .content .input-icon {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .login .content .input-icon .form-control {
        border-left: 0;
        height: 40px;
    }

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content .form-actions {
    clear: both;
    border: 0px;
    padding: 0px 30px 0px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

    .login .content .form-actions .checkbox {
        margin-left: 0;
        padding-left: 0;
    }

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
    color: #6e6e6e;
    margin: 8px 0 0;
    display: inline-block;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .forget-password {
    margin-top: 25px;
}

    .login .content .forget-password p, .login .content .create-account p, .login .content .create-company p {
        line-height: 35px;
    }

.login .content .create-account {
    border-top: 1px dashed #bdbcbc;
    padding-top: 5px;
    margin-top: 5px;
}

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px;
    }

.login .content .create-company {
    border-top: 1px dashed #bdbcbc;
    padding-top: 5px;
    margin-top: 5px;
}

    .login .content .create-company a {
        display: inline-block;
        margin-top: 5px;
    }
/* footer copyright */
.login .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    background: #000;
    position: absolute;
    width: 100%;
    line-height: 35px;
    filter: alpha(opacity: 50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    font-family: 'Microsoft JhengHei';
    letter-spacing: 1px;
    font-weight: 600;
}

.no-marginT {
    margin-top: 0 !important;
}

@media (max-width: 480px) {
    /***
  Login page
  ***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        width: 280px;
    }

    body .steps ul {
        width: 318px;
    }

        body .steps ul li {
            width: 106px;
            text-align: center;
        }

            body .steps ul li i {
                width: 16px;
                height: 16px;
                font-size: 8px;
            }

            body .steps ul li span {
                font-size: 10px;
            }

    .login .content h3 {
        font-size: 22px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}

/*注册部分样式*/
.steps {
    height: 80px;
    margin-bottom: 20px;
}

    .steps ul {
        height: auto;
        overflow: hidden;
        width: 600px;
        margin: 0 auto;
        padding: 0;
    }

        .steps ul li {
            float: left;
            width: 195px;
            height: 80px;
            text-align: center;
            padding-top: 28px;
            color: #fff;
            font-size: 16px;
            list-style: none;
            border-bottom: 2px solid #fff;
        }

    .steps .li-active {
        border-color: #ef541b;
        color: #ef541b;
    }

    .steps .i-active {
        background-color: #ef541b;
    }

    .steps ul li i {
        display: inline-block;
        text-align: center !important;
        height: 24px;
        width: 24px;
        color: #000;
        border: 1px #00f;
        background-color: #fff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .steps ul li span {
        padding-left: 10px;
    }

.step-opt.step_1 .fa.fa-key {
    position: absolute;
    left: 0;
}

.step-opt.step_1 .authcode {
    height: 40px !important;
    line-height: 40px !important;
    width: 120px;
}

.step-opt.step_1 .qrcode {
    width: 340px !important;
}

.form-actions {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.register-email, .register-message {
    display: none;
}

.register-userName {
    display: block;
    padding: 0 30px 10px 30px;
}

.form-group div {
    line-height: 28px;
}

.txtCode {
    width: 480px;
}

.reg-title {
    width: 230px;
    font-size: 22px;
    border-top: 1px #d6d6d6 solid;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    color: #939fb1;
}

.login-radioPad {
    padding: 10px 0 !important;
}
/*文本提示样式*/
.alerts {
    color: #a94442;
}
/*文本成功样式*/
.form-control.input_error {
    border: 1px solid #ebccd1;
}

.form-control:focus.input_error {
    border: 1px solid #dca7b0;
}
/*错误时字体图标样式*/
.input-icon .i_error {
    color: #F3565D;
}
/*提示文本框*/
#unError, #pwError, #repwError, #recError, #emError, #telError {
    display: none;
    height: 28px;
    margin-bottom: -15px;
    border-radius: 5px;
    -moz-border-radius: 5px; /*浏览器兼容*/
    -webkit-border-radius: 5px;
    text-align: left;
}

#submitEmail {
    float: right;
    height: 40px;
    width: 150px;
    background: #3c9aff;
    color: #fff;
}

    #submitEmail:hover {
        background: #3389e5;
    }
/*验证码*/
.login .content .input-icon.code {
    display: inline-block;
    float: left;
    width: 160px;
    margin-right: 20px;
}

.txtCode #code {
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #5d9fff;
    color: #fff;
    font-size: 20px;
}

#txtCode {
    width: 260px;
    vertical-align: middle;
}

.change {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    float: left;
    text-align: center;
    width: 20%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.login .content .input-icon.code + #code {
    display: inline-block;
    width: 20%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #a4e9e9;
    margin: 0 10px;
    float: left;
}
/*重置密码样式*/
form.forget-form.login-email {
    display: none;
}

.register-clause-box {
    display: none;
    position: absolute;
    background: #fff;
    width: 500px;
    height: 400px;
    box-shadow: 0px 0px 6px #929292;
    top: -420px;
    z-index: 100;
    left: -10px;
}


    .register-clause-box textarea {
        height: 310px;
        width: 450px;
        padding: 10px;
    }

    .register-clause-box p {
        width: 500px;
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
    }

        .register-clause-box p i {
            margin-right: 30px;
            position: absolute;
            font-size: 18px !important;
            right: 0;
            color: #666;
            top: 15px;
            cursor: pointer;
        }

.show-clause {
    color: #406791;
    cursor: pointer;
    text-decoration: underline;
}

.authcode {
    height: 50px;
    width: 140px;
    text-align: center;
    line-height: 36px !important;
    margin-left: 15px;
    float: right;
    border-radius: 4px !important;
    color: #fff;
    background: #3587ff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    padding-top: 10px;
}

.authcode-lock {
    background: #e5e5e5;
    cursor: default;
    color: inherit;
}

.to-join {
    height: 50px;
    width: 120px;
    margin-left: 15px;
    color: #fff;
    border: none;
    float: right;
    outline: none;
    border-radius: 4px !important;
    background: #3587ff;
}
/*企业登录注册页面样式*/
.login.enterprise {
    background: none !important;
}

    .login.enterprise .content {
        box-shadow: none;
        border: none;
    }

    .login.enterprise .form-actions button {
        height: 50px;
        width: 140px;
        margin-left: 20px;
        border-radius: 4px !important;
        color: #fff;
        background: #959595;
        border: none;
        outline: none;
    }

    .login.enterprise .form-actions i {
        display: none;
        margin-left: 8px;
    }

    .login.enterprise .form-actions:hover i {
        display: inline-block;
    }

    .login.enterprise .form-group {
        margin-bottom: 20px;
    }

    .login.enterprise .alert-wrraper {
        padding-bottom: 20px;
    }

    .login.enterprise .grey {
        color: #A1A1A1;
    }

    .login.enterprise .form-actions i {
        display: none;
        margin-left: 8px;
    }

    .login.enterprise .form-actions:hover i {
        display: inline-block;
    }

.enterprise_ul {
    width: 390px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

    .enterprise_ul li {
        width: 125px;
    }

.login.enterprise .form-control .select2-choice {
    height: 50px;
    border-radius: 5px !important;
    line-height: 50px;
    font-size: 20px;
    border: 1px #aaa solid;
}

.login.enterprise .city-picker-span .placeholder, .login.enterprise .city-picker-span .title {
    height: 50px;
    display: inline-block;
    border: 1px #aaa solid;
    border-radius: 5px !important;
    line-height: 50px;
    font-size: 20px;
    width: 480px;
    margin: 0;
    padding-left: 20px;
    color: #333;
    float: none;
}

.login.enterprise .city-picker-span {
    width: 100% !important;
    background-color: transparent;
}

    .login.enterprise .city-picker-span .arrow {
        display: none !important;
    }

.login.enterprise .txtLocation .city-picker-dropdown {
    top: 50px !important;
}

.login.enterprise .txtLocation {
    position: relative;
}
/*忘记密码样式*/
.goLogin {
    height: 40px;
    width: 150px;
    background: #6fb257;
    color: #fff;
}

    .goLogin:hover {
        color: #fff;
        background: #5fa147;
    }

.enterprise_p {
    font-size: 18px;
}

.enterprise_phone {
    color: #00a0e9;
    padding-left: 20px;
    font-weight: bold;
}

.resetPwdSuc {
    font-size: 25px;
    color: #42bd30;
}
/*安装流程样式*/
.setupwizard-wrrap {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px !important;
    padding: 40px;
    border: 1px solid #D7D7D7;
    margin-top: 110px;
}

.setup-logo img {
    max-height: 120px;
}

.setupwizard-wrrap .grey p {
    font-size: 20px;
    color: #868686;
}

    .setupwizard-wrrap .grey p > span.gaps {
        padding-left: 50px;
    }

.setupwizard-wrrap .padding {
    padding: 10px 0;
    margin: 30px 0;
}

.blue {
    color: #3DA8F5;
}

.red {
    color: #FF3E3E;
}

.setupwizard-wrrap .btn {
    background: #89C4FE;
    min-width: 108px;
    border-radius: 5px !important;
}

.setupwizard-wrrap .setup-message label, .setupwizard-wrrap .setup-message span {
    font-size: 18px;
}

.setupwizard-wrrap .setup-message label {
    min-width: 180px;
}

.setupwizard-wrrap .title {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #BCBCBC;
}

.setupwizard-wrrap .setup-message input {
    height: 36px;
    border: 1px solid #CACACA;
}

.setupwizard-wrrap .setup-message .grey {
    color: #868686;
}
/*登录页面的企业*/
.login-options .radio-list label.radio-inline {
    padding-left: 0px;
    margin-left: 0px;
}

    .login-options .radio-list label.radio-inline.active {
        background-color: #99B1C4;
    }

    .login-options .radio-list label.radio-inline:hover {
        background-color: #CCCCCC;
    }


.setupwizard-wrrap .setup-message .help-block {
    font-size: 14px;
}

.social-icons li #sso_llbpm {
    background: url("../include/global/images/social/oppein.png") no-repeat !important;
}

    .social-icons li #sso_llbpm:hover {
        background-position: 0 -38px !important;
    }

ul.login_enterprise_ul {
    width: initial;
    margin: 20px auto 5px auto;
}

    ul.login_enterprise_ul li {
        display: inline-block;
    }

li {
    list-style-type: none;
}

.form-group:hover {
    background: none;
}

.modal-body-style {
    margin: 0 auto;
    width: 510px;
}

.dev-desktop-btn {
    padding: 0 22px;
    min-width: 54px;
    line-height: 2.42857143;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    box-sizing: content-box;
    border-radius: 4px !important;
    z-index: 99;
}

    .dev-desktop-btn:hover {
        text-decoration: none;
    }

.dev-desktop-btn_default {
    background-color: #FBFBFB;
    border-color: #E4E8EB;
    color: #aaa;
}

ul, ol {
    padding-left: 0;
    list-style-type: none;
}

.upload_files {
    padding-top: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.upload_file {
    margin-left: 8px;
}

.file_detail {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    margin: -5px -10px;
}

.upload_file_title {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    width: 11em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.upload_file_size {
    color: #9A9A9A;
    vertical-align: middle;
    font-style: normal;
    margin-left: .5em;
    margin-right: .5em;
}

.upload_file_option {
    vertical-align: middle;
    opacity: 0;
    transition: opacity .3s;
}

.upload_file:hover .upload_file_option {
    opacity: 1;
}

.upload_file_option_look, .upload_file_option_delete {
    margin: 0 7px;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

.upload_file_progess {
    vertical-align: middle;
}

.upload-file-select {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 102px;
    height: 36px;
    overflow: hidden;
    bottom: auto;
    right: auto;
    opacity: 0;
}

.qrcode {
    width: 320px !important;
    float: left;
}

.authcode {
    padding-top: 0;
    line-height: 50px !important;
    float: left;
}

.to-submit {
    font-size: 16px;
    border-radius: 4px !important;
}

div.radio {
    margin-top: -4px;
}

label.radio-inline {
    margin-bottom: 4px;
}

p.current {
    background: #7ECAFF;
}

.step {
    background: #868686;
    border-radius: 50% !important;
    color: #fff;
    text-align: center;
    width: 45px;
    line-height: 30px;
    margin-left: 48px;
    margin: auto;
}

    .step span {
        line-height: 45px;
        font-size: 18px;
    }

.step-submit-last, .step-submit-next, .submit-save {
    background: #3587ff;
    color: white;
}

div.style-width-vert {
    width: 510px;
}

div.style-width-hori {
    width: 990px;
}

div.modal-dialog-step2 {
    width: 1080px;
}

    div.modal-dialog-step2 .modal-body {
        width: 1080px;
    }

        div.modal-dialog-step2 .modal-body .form-group {
            width: 480px;
            margin-left: 27px;
        }

.step_2_right {
    float: right;
}

.step_2_left {
    float: left;
}

.step-submit {
    margin-bottom: 0;
    margin-left: 5px;
}

.bootstrap-table {
    padding: 0px 40px;
}

@media (max-width: 1152px) {
    .login-container {
        width: 520px;
        margin: -130px 0 0 -250px;
    }

    .login-leftbox {
        width: 250px;
        height: 160px;
        margin-top: 30px;
    }

    .login-rightbox {
        width: 230px;
        padding-left: 30px;
    }

    .login-leftbox img.logo {
        height: 150px;
        width: 250px;
        padding: 0;
        margin-left: 10px;
    }

    .login-form input, .login-input input {
        width: 200px;
        height: 25px;
        line-height: 30px;
        padding-left: 70px !important;
    }

    .login-input i.fa {
        line-height: 10px;
        width: 30px;
        font-size: 20px;
    }

    .login-form, .register-form, .forget-form {
        width: 230px;
    }

    .login-rightbox .help-block {
        margin: 0;
        padding: 0;
    }

    #loginTextQrCode {
        width: 140px !important;
    }

    .login .txtCode {
        width: 200px !important;
    }

    .login .loginQrCode-wrapper {
        height: 25px;
        width: 55px;
        padding: 1px;
    }

        .login .loginQrCode-wrapper img {
            margin-top: -7px;
            height: 23px !important;
            line-height: 0;
            width: 49px !important;
        }

    .login .checkbox {
        margin: 0;
    }

    .login .form-group {
        padding: 0;
        margin: 0;
    }

    .loginblue-btn {
        width: 200px;
        height: 20px;
        font-size: 12px;
    }

    .login-register {
        width: 200px;
    }

        .login-register a {
            font-size: 12px;
        }

    .login .checkbox {
        font-size: 12px;
    }

    .login-rightbox .alert {
        width: 200px;
        line-height: 14px;
        height: 18px;
        font-size: 10px;
        padding: 0;
    }

    .login .copyright {
        line-height: 12px;
        font-size: 12px;
    }
}

@media (max-width: 800px) {
    .login-container {
        height: 220px;
    }

    .login-leftbox {
        margin-top: 30px;
    }

        .login-leftbox img.logo {
            margin-top: -15px;
        }

    .login-rightbox .form-content {
        top: 25px;
    }

    .login-form input, .login-input input {
        font-size: 12px;
    }

    .login .loginQrCode-wrapper img {
        height: 20px !important;
    }

    #loginTextQrCode {
        font-size: 12px;
    }

    .login .form-group {
        margin: 1px 0;
    }

    .login-register {
        width: 200px;
    }

        .login-register a {
            font-size: 12px;
        }

    .login .checkbox {
        font-size: 12px;
    }

    .login-rightbox .alert {
        margin: 2px 0 0;
    }
}

@media (min-width: 801px) and (max-width: 1024px) {
    .login-container {
        height: 230px;
    }

    .login-leftbox {
        margin-top: 35px;
    }

    .login-rightbox .form-content {
        top: 30px;
    }

    .login-rightbox .alert {
        margin: 8px 0 0;
    }

    .login-form input, .login-input input {
        font-size: 14px;
    }

    #loginTextQrCode {
        font-size: 14px;
    }

    .login .form-group {
        margin: 2px 0;
    }
}

@media (min-width: 1025px) and (max-width: 1152px) {
    .login-container {
        width: 560px;
        height: 260px;
        margin: -150px 0 0 -280px;
    }

    .login-leftbox {
        height: 170px;
        margin-top: 43px;
        width: 275px;
    }

    .login-form input, .login-input input {
        font-size: 14px;
        width: 230px;
        height: 27px;
        padding-left: 50px !important;
    }

    .login-leftbox img.logo {
        height: 180px;
        width: 280px;
    }

    .login .form-group {
        margin: 4px 0;
    }

    .login .txtCode {
        width: 230px !important;
    }

    #loginTextQrCode {
        width: 170px !important;
    }

    .login .loginQrCode-wrapper {
        height: 27px;
    }

    .loginblue-btn {
        height: 27px;
        width: 230px;
    }

    .login-rightbox .alert {
        line-height: 20px;
        height: 26px;
        width: 230px;
    }

    .login-rightbox .form-content {
        top: 32px;
    }
}

@media (min-width: 1153px) and (max-width: 1280px) {
    .login-container {
        width: 650px;
        height: 300px;
        margin: -160px 0 0 -325px;
    }

    .login-leftbox {
        width: 300px;
        height: 200px;
    }

    .login-rightbox {
        width: 330px;
        padding-left: 5px;
    }

    .login-leftbox img.logo {
        height: 200px;
        width: 320px;
        padding: 0;
        margin-left: -5px;
        margin-top: -15px;
    }

    .login-form input, .login-input input {
        width: 280px;
        height: 30px;
        line-height: 30px;
        padding-left: 50px !important;
    }

    .login-input i.fa {
        line-height: 10px;
        width: 30px;
        font-size: 20px;
    }

    .login-form, .register-form, .forget-form {
        width: 230px;
    }

    .login-rightbox .form-content {
        width: 330px;
        left: -10px;
    }

    .login-rightbox .help-block {
        margin: 0;
        padding: 0;
    }

    #loginTextQrCode {
        width: 200px !important;
    }

    .login .txtCode {
        width: 280px !important;
    }

    .login .loginQrCode-wrapper {
        height: 30px;
        width: 70px;
        padding: 1px;
    }

        .login .loginQrCode-wrapper img {
            margin-top: -7px;
            height: 25px !important;
            line-height: 0;
            width: 65px !important;
        }

    .login .checkbox {
        margin: 0;
    }

    .login .form-group {
        padding: 0;
        margin: 5px 0;
    }

    .loginblue-btn {
        width: 280px;
        height: 30px;
        font-size: 12px;
    }

    .login-register {
        width: 280px;
    }

        .login-register a {
            font-size: 14px;
        }

    .login .checkbox {
        font-size: 12px;
    }

    .login-rightbox .alert {
        width: 280px;
        line-height: 28px;
        height: 30px;
        font-size: 14px;
        padding: 0;
    }

    .login .copyright {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {
    .login-container {
        width: 650px;
        height: 300px;
        margin: -180px 0 0 -325px;
    }

    .login-leftbox {
        width: 300px;
    }

    .login-rightbox {
        width: 330px;
        padding-left: 5px;
    }

    .login-leftbox img.logo {
        height: 180px;
        width: 290px;
        padding: 0;
        margin-left: 10px;
    }

    .login-form input, .login-input input {
        width: 260px;
        height: 30px;
        line-height: 30px;
        padding-left: 70px !important;
    }

    .login-input i.fa {
        line-height: 10px;
        width: 30px;
        font-size: 20px;
    }

    .login-form, .register-form, .forget-form {
        width: 230px;
    }

    .login-rightbox .help-block {
        margin: 0;
        padding: 0;
    }

    #loginTextQrCode {
        width: 170px !important;
    }

    .login .txtCode {
        width: 260px !important;
    }

    .login .loginQrCode-wrapper {
        height: 30px;
        width: 80px;
        padding: 1px;
    }

        .login .loginQrCode-wrapper img {
            margin-top: -7px;
            height: 25px !important;
            line-height: 0;
            width: 69px !important;
        }

    .login .checkbox {
        margin: 0;
    }

    .login .form-group {
        padding: 0;
        margin: 5px 0;
    }

    .login-rightbox .form-content {
        top: 40px;
    }

    .loginblue-btn {
        width: 250px;
        height: 30px;
        font-size: 12px;
    }

    .login-register {
        width: 250px;
    }

        .login-register a {
            font-size: 14px;
        }

    .login .checkbox {
        font-size: 12px;
    }

    .login-rightbox .alert {
        width: 250px;
        line-height: 28px;
        height: 30px;
        font-size: 14px;
        padding: 0;
    }

    .login .copyright {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    .login-container {
        width: 700px;
        height: 300px;
        margin: -170px 0 0 -350px;
    }

    .login-leftbox {
        width: 330px;
        margin-top: 50px;
    }

    .login-rightbox {
        width: 350px;
        padding-left: 5px;
    }

    .login-leftbox img.logo {
        height: 200px;
        width: 340px;
        padding: 0;
        margin-left: 10px;
    }

    .login-form input, .login-input input {
        width: 270px;
        height: 30px;
        line-height: 30px;
        padding-left: 70px !important;
    }

    .login-input i.fa {
        line-height: 10px;
        width: 30px;
        font-size: 20px;
    }

    .login-form, .register-form, .forget-form {
        width: 270px;
    }

    .login-rightbox .help-block {
        margin: 0;
        padding: 0;
    }

    #loginTextQrCode {
        width: 188px !important;
    }

    .login .txtCode {
        width: 270px !important;
    }

    .login .loginQrCode-wrapper {
        height: 30px;
        width: 80px;
        padding: 1px;
    }

        .login .loginQrCode-wrapper img {
            margin-top: -7px;
            height: 25px !important;
            line-height: 0;
            width: 75px !important;
        }

    .login .checkbox {
        margin: 0;
    }

    .login .form-group {
        padding: 0;
        margin: 5px 0;
    }

    .login-rightbox .form-content {
        top: 40px;
    }

    .loginblue-btn {
        width: 270px;
        height: 30px;
        font-size: 12px;
    }

    .login-register {
        width: 270px;
    }

        .login-register a {
            font-size: 14px;
        }

    .login .checkbox {
        font-size: 12px;
    }

    .login-rightbox .alert {
        width: 270px;
        line-height: 28px;
        height: 30px;
        font-size: 14px;
        padding: 0;
    }

    .login .copyright {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 1601px) and (max-width: 1680px) {
    .login-container {
        width: 760px;
        height: 320px;
        margin: -180px 0 0 -380px;
    }

    .login-leftbox {
        width: 360px;
        height: 220px;
        margin-top: 45px;
    }

    .login-rightbox {
        width: 380px;
        padding-left: 5px;
    }

    .login-leftbox img.logo {
        height: 240px;
        width: 380px;
        padding: 0;
        margin-left: 10px;
        margin-top: -15px;
    }

    .login-form input, .login-input input {
        width: 300px;
        height: 35px;
        line-height: 35px;
        padding-left: 70px !important;
    }

    .login-input i.fa {
        line-height: 10px;
        width: 30px;
        font-size: 20px;
    }

    .login-form, .register-form, .forget-form {
        width: 300px;
    }

    .login-rightbox .help-block {
        margin: 0;
        padding: 0;
        font-size: 16px;
    }

    #loginTextQrCode {
        width: 210px !important;
    }

    .login .txtCode {
        width: 300px !important;
    }

    .login .loginQrCode-wrapper {
        height: 35px;
        width: 80px;
        padding: 1px;
    }

        .login .loginQrCode-wrapper img {
            margin-top: -2px;
            height: 27px !important;
            line-height: 0;
            width: 75px !important;
        }

    .login .checkbox {
        margin: 0;
    }

    .login .form-group {
        padding: 0;
        margin: 5px 0;
    }

    .login-rightbox .form-content {
        top: 40px;
    }

    .loginblue-btn {
        width: 300px;
        height: 30px;
        font-size: 16px;
    }

    .login-register {
        width: 300px;
    }

        .login-register a {
            font-size: 16px;
        }

    .login .checkbox {
        font-size: 16px;
    }

    .login-rightbox .alert {
        width: 305px;
        line-height: 28px;
        height: 30px;
        font-size: 16px;
        padding: 0;
    }

    .login .copyright {
        line-height: 24px;
        font-size: 16px;
    }
}

.login-center-box{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.login-box{
    position: relative;
}

.login header{
	height: 75px;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    border-bottom: 1px #dcdcdc solid;
}
.login header.header-border{
    border-bottom: 1px #CACCCD solid;
}
.login header .header_box{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.login header .header_box .droplist-btn{
position: absolute;
font-size: 20px;
font-weight: bold;
right: 20px;
display: inline-block;
display: none;
}
.login header .header_box .logo-image{
height: 40px;
margin-top: 17px;
float: left;
}
.login header .header_box .logo-image img{
height: 40px;
}
.login header .header_box .title{
font-size: 20px;
color: #666666;
display: inline-block;
height: 40px;
line-height: 40px;
padding-left: 20px;
margin-left: 20px;
border-left: 1px #CACCCD solid;
margin-top: 17px;
}
.login header .header_box .right-mes{
font-size: 16px;
color: #666666;
float: right;
display: inline-block;
height: 17px;
line-height: 17px;
margin-top: 28px;
}
.login header .header_box .right-mes a{
    color: #666666;
    padding-right: 17px;
    border-right: 1px #CACCCD solid;
    margin-right: 17px;
}
.login header .header_box .right-mes a:hover{
    color: #000;
    text-decoration: none;
}
@media screen and (max-width:800px) {
    html{
        background: #fff !important;
    }
    body{
        height: auto;
    }
    .login header .header_box .right-mes{
        display: none !important;
    }
    .login header .header_box .title{
        display: none;
    }
    .login header .header_box .logo-image{
        margin: 17px auto 0 auto;
        float: none;
        text-align: center;
    }
}
.login-box{
    padding:0;
    margin:0;
    float:none;
}
.login-center-box {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.login-box .switch-box {
    width: 346px;
    float: right;
    background: #fff;
    opacity: 1;
    margin-right: 20px;
    margin-top: 200px;
}
.default-input {
    width: 100%;
    height: 40px;
    border: 1px #E7E7E7 solid;
    border-radius: 4px;
    font-size: 14px;
    text-indent: 15px;
    outline: none;
}
.input-icon {
    margin-bottom: 10px;
}
.input-icon i{
    margin: 13px;
    color:#ccc;
}
.login-box .switch-box .switch-lab {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}
.login-box .switch-box .switch-lab li{
    background: #fff;
    border-top: 3px #00AAEF solid;
    cursor: default;
    text-align:center;
    font-size: 20px;
}
.login-box .login-form {
    padding: 33px;
    width:100%;
}
.input-icon {
    margin-bottom: 10px;
}
.wms .login-form input, .wms .login-input input, .wms .loginblue-btn {
    width: 100%;
    height:45px;
}
.wms .loginblue-btn{
    margin:20px 0 0;
}
.wms .loginblue-btn {
    background: #019FE8;
    font-size: 18px;
}
.wms .loginblue-btn:hover {
    background: #1D82FE
}
.wms .login-input i.fa {
    line-height: 18px;
}
.wms .copyright{
    width:100%;
    margin-top:0px;
    padding:10px 0;
    position:absolute;
    bottom:0;
    background:#000;
    opacity:0.5;
    font-weight:bolder;
}
.wms .copyright, .wms .right-mes {
    display:block !important;
}
.wms .logo-image+.title{
    display:inline-block !important;
}