﻿/*重置样式start*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
    min-width: 100%;
    background: #fff;
    font-family: "Microsoft YaHei" !important;
    width: 100%;
    height: 100%;
}

    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;
}

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;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
/*重置样式end*/




/*登录页面样式部分start*/
.login_bg {
    width: 100%;
    height: 100vh;
}

    .login_bg .logo {
        position: fixed;
        top: 40px;
        left: 55px;
    }

        .login_bg .logo img {
            width: 100%;
        }

.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1500px;
    height: 760px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content-box {
    float: right;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 51px rgba(0,145,58,0.15);
    -moz-box-shadow: 0 0 51px rgba(0,145,58,0.15);
    box-shadow: 0 0 51px rgba(0,145,58,0.15);
    background: #fff;
}

.box {
    position: relative;
    float: right;
    width: 34%;
    height: 100%;
    padding: 115px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .box form {
        padding-top: 70px;
    }

.form-inline .form-group {
    position: relative;
    margin-bottom: 35px;
}

    .form-inline .form-group:last-child {
        margin-bottom: 0;
    }

.form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-control {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 1.4;
    padding: 6px 15px 6px 50px;
    font-size: 16px;
    color: #888;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form-control.yzmInput {
        width: calc(100% - 125px);
    }

    .form-control:focus {
        border: 1px solid #80cccc;
    }

.login-info .Icon {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

    .login-info .Icon.uname {
        background: url("../img/user11.png") no-repeat;
        background-size: 100%;
    }

    .login-info .Icon.upwd {
        background: url("../img/pwd11.png") no-repeat;
        background-size: 100%;
    }

    .login-info .Icon.yzm {
        background: url("../img/yzm.png") no-repeat;
    }

.login-info .yzmIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 55px;
}

.remember_pwd {
    position: relative;
    float: left;
    width: 17px;
    height: 17px;
    border: 1px solid #b4b4b5;
}

    .remember_pwd + .remember_label {
        float: left;
        padding-left: 10px;
        margin-top: -3px;
        font-size: 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.rememberBox {
    margin-top: 39px;
}

.remember_pwd:hover, .remember_pwd + label.remember_label:hover {
    cursor: pointer;
}

.check {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: url(../img/check.png) no-repeat;
    display: none;
}

.form-group i.check.checked {
    display: block !important;
}

.forget {
    float: right;
    margin-top: -5px;
}

    .forget a {
        font-size: 18px;
        text-decoration: underline;
    }

.login-btn {
    /*margin-top: 45px;*/
    width: 100%;
    line-height: 60px;
    border: 0;
    background: #00913A;
    outline: 0;
    color: #fff;
    font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.content-box .leftImg {
    float: left;
    width: 66%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

    .content-box .leftImg .imgAdorn {
        width: 100%;
        height: 100%;
        background: url("../img/leftImg11.png") no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

.footer {
    position: fixed;
    left: 0;
    bottom: 5%;
    width: 100%;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

/*.login-info {
    width: 300px;
    margin: 30px auto 0 auto;
}*/

.login-info li:first-child {
    margin-top: 0;
}

/*.login-info li input {
            width: 100%;
            height: 38px;
            border-radius: 3px;
            border: 1px solid #ccc;
            text-indent: 11px;
            font-size: 14px;
        }*/

.login-info li input.empty:-moz-placeholder {
    font-weight: bold;
    color: #ff0000;
}

.login-info li input.empty::-webkit-input-placeholder {
    font-weight: bold;
    color: #ff0000;
}

.login-info li input.empty::-moz-placeholder {
    font-weight: bold;
    color: #ff0000;
}

.login-info li input.empty:-ms-input-placeholder {
    font-weight: bold;
    color: #ff0000;
}

.login-info li.yzm:after {
    content: "";
    display: table;
    clear: both;
}

.login-info li input:focus {
    border-color: #00913A;
}

/*.login-info li i {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            bottom: 0;
            width: 23px;
            background-position: left center;
            background-repeat: no-repeat;
        }*/

.login-info li.user i {
    background-image: url(../img/user.png);
}

.login-info li.pw i {
    background-image: url(../img/pw.png);
}

.login-box .box .checkError {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    background: rgba(128,191,38,0.8);
    color: #fff;
    box-shadow: 0 0 5px #999;
    text-align: center;
}

.box .title {
    width: 100%;
}

    .box .title img {
        width: 100%;
    }
/*登录页面样式部分end*/





/*分辨率编写start*/
@media screen and (max-width: 1600px) {
    .login-box {
        width: 1300px;
    }
}

@media screen and (max-height: 900px) {
    .login-box {
        height: 650px;
    }

    .box {
        padding: 55px 70px 0;
    }

    .login-info .Icon.uname, .login-info .Icon.upwd {
        background-size: 75%;
    }

    .box form {
        padding-top: 35px;
    }

    .form-control {
        height: 45px;
        padding: 3px 15px 3px 50px;
    }

    .form-group .Icon {
        top: 10px;
    }

    .rememberBox {
        margin-top: 30px;
    }

    .login_bg .logo {
        width: 350px;
        top: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .login-box {
        width: 1300px;
    }

    .box {
        padding: 70px 70px 0;
    }
    /*.box form {
            padding-top: 35px;
        }*/
    /*.form-control {
            height: 40px;
            padding: 3px 15px 3px 50px;
        }*/

    .form-group .Icon {
        top: 10px;
    }

    .box form {
        padding-top: 120px;
    }

    .rememberBox {
        margin-top: 30px;
    }
}

@media screen and (max-height: 768px) {
    .login-box {
        height: 550px;
    }
}

@media screen and (max-width: 1366px) {
    .login-box {
        width: 1100px;
    }

    .box {
        padding: 70px 70px 0;
    }

        .box form {
            padding-top: 50px;
        }

    .form-control {
        height: 40px;
        padding: 3px 15px 3px 35px;
        font-size: 12px;
    }

    .form-group .Icon {
        top: 9px;
        left: 10px;
    }

    .form-control.yzmInput {
        width: calc(100% - 85px);
    }

    .form-group .yzmIcon {
        width: 70px;
        height: 40px;
    }

    .rememberBox {
        margin-top: 25px;
    }

    .remember_pwd + .remember_label {
        font-size: 13px;
    }

    .remember_pwd {
        width: 11px;
        height: 11px;
    }

    .check {
        top: 1px;
        left: 0;
        width: 11px;
        height: 11px;
    }

    .login-btn {
        top: 200px;
        line-height: 40px;
        font-size: 14px;
    }

    .user .Icon.uname {
        background-size: 70%;
    }

    .Icon_uname {
        background-size: 70%;
    }

    .pw .Icon.upwd {
        background-size: 70%;
    }

    .yzm .Icon.yzm {
        background: url(../img/yzm.png) no-repeat;
        background-size: 70%;
    }

    .rememberBox {
        margin-top: 30px;
    }
}
.title11{
    text-align: center;
    font-size: 12pt;
    font-weight: 600;
    margin-top: 5px;
}
/*分辨率编写end*/





