﻿/*重置样式start*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
    min-width: 100%;
    background: #fff;
    font-family: "Microsoft YaHei" !important;
}

    body.english {
        font-family: Arial !important;
    }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, fieldset, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    font-weight: 300;
    font-size: 14px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

input[type=button]:focus, button:focus, input[type=text]:focus, input[type=password]:focus {
    outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], textarea {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    a img {
        border: none;
    }

.lf {
    float: left;
}

.rt {
    float: right;
}

.bc-ff {
    background-color: #fff;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
/*重置样式end*/

/*登录页面start*/
.loginBox {
    width: 100%;
    height: 100vh;
    background: url("../img/loginBg.png") no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.login_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media only screen and (min-width: 1601px) {
    .login_containerBox {
        width: 1225px;
        padding: 30px 40px 40px;
        background: #ffffff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1600px) {
    .login_containerBox {
        width: 930px;
        padding: 30px;
        background: #ffffff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1400px) {
    .login_containerBox {
        width: 850px;
        padding: 30px;
        background: #ffffff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.login_container .leftImg {
    float: left;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.login_container .logo {
    width: 160px;
    height: 60px;
}

    .login_container .logo img {
        width: 100%;
        height: 100%;
    }

@media only screen and (min-width: 1601px) {
    .login_container .imgAdorn {
        width: calc(100% - 195px);
        margin: 40px 165px 30px 30px;
        background: url("../img/imgAdorn.png") no-repeat center;
        -webkit-background-size: 100%;
        background-size: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-height:1080px) {
    .login_containerBox {
        /* height: 675px;*/
    }
}

@media only screen and (max-height:900px) {
    .login_containerBox {
        /*height: 540px;*/
    }
}

@media only screen and (max-width: 1600px) {
    .login_container .imgAdorn {
        width: calc(100% - 180px);
        margin: 35px 150px 30px 25px;
        background: url("../img/imgAdorn.png") no-repeat center;
        -webkit-background-size: 100%;
        background-size: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.login_content {
    width: calc(40% - 30px);
    margin: 6% 30px 0 0;
    float: right;
}

    .login_content .title h1 {
        width: 100%;
        text-align: center;
        font-size: 38px;
        font-weight: normal;
    }

        .login_content .title h1 img {
            width: 100%;
            height: 100%;
        }

    .login_content .title p {
        padding: 15px 0;
        font-size: 15px;
        color: #a9a9a9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.form-group {
    position: relative;
    height: 46px;
    margin-bottom: 9%;
}

    .form-group.remember:before {
        width: 0;
        height: 0
    }

@media only screen and (max-height:900px) {
    .login_containerBox {
        /*height: 465px;*/
        padding: 20px 30px;
    }

    .login_content {
        margin: 6% 30px 0 0;
    }

        .login_content .title p {
            padding: 10px 0;
        }

    .form-group {
        margin-bottom: 7%;
    }

    .footer {
        bottom: -60px;
    }
}

@media only screen and (max-height:700px) {
    .login_containerBox {
        /*height: 465px;*/
        padding: 20px 30px;
    }

    .login_content {
        margin: 3% 30px 0 0;
    }

        .login_content .title p {
            padding: 10px 0;
        }

    .form-group {
        margin-bottom: 5%;
    }

    .footer {
        bottom: -60px;
    }
}

.form-control {
    position: relative;
    z-index: 11;
    display: block;
    width: 100%;
    height: 45px;
    padding: 15px 10px 10px 45px;
    font-size: 18px;
    color: #555;
    background: transparent;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group span {
    position: absolute;
    top: 14px;
    left: 45px;
    z-index: 3;
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
    display: none;
}

.form-group:focus span {
    display: none;
}

.form-group span.empty, .form-group span.illegal {
    display: block;
}

.form-group.yzm {
    margin-bottom: 4%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

    .form-group.yzm .form-control {
        float: left;
        width: 75%;
        border-bottom: 0;
    }

    .form-group.yzm p {
        float: right;
        width: 23%;
        height: 45px;
        /*border-bottom: 1px solid #cccccc;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-group.yzm p img {
            width: 100%;
            height: 31px;
        }

.form-group:before {
    position: absolute;
    top: 12px;
    left: 11px;
    z-index: 111;
    display: block;
    content: '';
    width: 19px;
    height: 25px;
}

.form-group.uname:before {
    background: url("../img/uname.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.form-group.upwd:before {
    background: url("../img/psw.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.form-group.yzm:before {
    top: 14px;
    background: url("../img/yzm.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.form-groupBox {
    position: relative;
    margin: 14% 0 10px;
}

@media (max-height: 700px) {
    .form-groupBox {
        margin-top: 2%;
    }
}

.loginBtn {
    text-align: center;
}

.login_btn {
    padding: 11px 25%;
    margin: 0 30px;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #00c75e;
    cursor: pointer;
}

.remember_pwd {
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
    margin: 1px 0 0 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.remember_label {
    padding-left: 9px;
    font-size: 15px;
    cursor: pointer;
}

.footer {
    position: absolute;
    bottom: -80px;
    width: 100%;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
}

.check {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: url(../img/check.png) no-repeat;
    display: none;
}

.checked {
    display: block;
}
/*登录页面end*/



/*登录页面验证start*/

.checkError {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    transform: translate(-50%,-50%);
    z-index: 111;
    width: 50%;
    padding: 30px 10px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #f00;
    text-align: center;
}

/*登录页面验证end*/
.faDuanXin {
    position: absolute;
    top: 6px;
    right: 0;
    height: 32px;
    border: none;
    background-color: #00c75e;
    border-radius: 4px;
    color: #fff;
    padding: 0 12px;
    line-height: 100%;
    z-index:2;
    cursor:pointer;
}
.faDuanXin:hover {
    background-color: #00af53;
}
.faDuanXin:disabled {
    background-color: #28dd7e;
    cursor:not-allowed;
}