﻿input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(24,104,136,0.95) inset;
    color: #fff !important;
}

html, body {
}

body {
    background-color: #e8ebef;
    font-family: "微软雅黑", "宋体";
    height: 100%;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

* {
    padding: 0;
    margin: 0;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    input[type="text"], input[type="password"], textarea {
        outline-style: none;
        -webkit-appearance: none;
    }

        input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
            background-color: transparent;
            background-image: none;
            color: rgb(0, 0, 0);
        }

.banner {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
}

    .banner .slideBox {
        position: relative;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
    }

.login-header {
    background-color: #fff;
    background-image: url(images/login/top.png);
    height: 65px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 60px;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 15;
}

.login-footer {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: #e8ebef;
    z-index: 15;
}

    .login-footer p {
        font-size: 14px;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 15px;
    }

        .login-footer p a {
            color: #6D6D6D;
            text-decoration: none;
        }

.main {
    min-height: 450px;
    height: 100%;
}

    .main h1 {
        color: #000;
        text-align: center;
        font-weight: 600;
        font-family: raleway;
        font-size: 21px;
    }

.login-form {
    padding-bottom: 10px;
    width: 370px;
    position: absolute;
    top: 25%;
    background-color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    right: 10%;
    background-color: rgba(250,250,250,0.85)
}

.form {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

    .form h1.logo {
        display: block;
        text-align: left;
        background-repeat: no-repeat;
        background-position: left center;
        height: 65px;
    }

    .form .line {
        background-color: transparent;
        background-image: url(images/login/line.png);
        background-size: 100% auto;
        height: 2px;
        background-size: auto 100%;
        background-repeat: repeat-x;
        background-position: center center;
    }

    .form h1 img {
        max-width: 70%;
    }

    .form .text-box {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #D9D9D9;
        background-color: #FFF;
        background-repeat: no-repeat;
        background-position: 10px center;
    }

        .form .text-box .text {
            height: 40px;
            font-size: 14px;
            line-height: 40px;
            width: 90%;
            outline: none;
            background-color: #FFFFFF;
            margin-top: 0px;
            margin-right: auto;
            margin-bottom: 0px;
            margin-left: auto;
            display: block;
            color: #000;
            text-align: left;
            font-family: Arial, Helvetica, sans-serif;
            padding-top: 0px;
            padding-right: 5%;
            padding-bottom: 0px;
            padding-left: 45px;
            border-radius: 5px;
            border-top-width: 0px;
            border-right-width: 0px;
            border-bottom-width: 0px;
            border-left-width: 0px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            background-color: transparent
        }

    .form .userbox {
        background-image: url(Images/login/user.png) !important;
    }

    .form .passbox {
        background-image: url(Images/login/pass.png) !important;
    }

.logintime {
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    width: 400px;
    outline: none;
    background-color: #f3f2f2;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    color: #777;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0px;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
    border-radius: 5px;
    background-image: none !important;
}

.form .btn-box {
    text-align: right;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .form .btn-box .btn {
        display: inline-block;
        height: 38px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-color: #3b78dd;
        font-size: 16px;
        line-height: 38px;
        color: #FFFFFF;
        width: 100%;
        background-size: auto 90%;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 2px;
        cursor: pointer;
        font-weight: 600;
        font-family: "微软雅黑";
    }

.login-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 35px;
    color: #9ffdec;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    text-align: center;
    width: 120px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 45px;
    height: 45px;
    margin-top: -22.5px;
    margin-left: -60px;
    cursor: pointer;
    outline: none;
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.login-rememberloginname {
}

    .login-rememberloginname label {
        padding-left: 5px;
        line-height: 25px;
        vertical-align: middle;
    }

.btn-twinkle {
    -moz-animation: twinkle 1.5s infinite linear;
    -webkit-animation: twinkle 1.5s infinite linear;
    animation: twinkle 1.5s infinite linear;
}
/*闪烁*/
@-moz-keyframes twinkle {
    0% {
        -moz-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.25, 1.25);
        -webkit-transform: scale(1.25, 1.25);
        -o-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25);
        opacity: 0.8;
    }
}

@-webkit-keyframes twinkle {
    0% {
        -moz-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 0.8;
    }
}

@keyframes twinkle {
    0% {
        -moz-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 0.8;
    }
}

.login-info {
    text-align: center;
}

    .login-info span {
        font-size: 12px;
        color: red;
    }

.hidden {
    display: none;
}

.form .select-box label {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
    float: left;
}
/*下拉菜单*/
._htools-selec-box {
    width: 500px;
    height: auto;
    margin: 100px auto 0;
}

._htools-select {
    display: inline-block;
    margin: 0;
    background-color: #f6f6f6;
    vertical-align: middle;
    transition: border 0.5s;
    -moz-transition: border 0.5s; /* Firefox 4 */
    -webkit-transition: border 0.5s; /* Safari 和 Chrome */
    -o-transition: border 0.5s;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 3px 3px 5px #999;
    -moz-box-shadow: 3px 3px 5px #999;
    box-shadow: 3px 3px 5px #999;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

    ._htools-select * {
        margin: 0;
        padding: 0;
        outline: none;
    }

    ._htools-select:hover ._select-selectbtn {
        border-top-color: dodgerblue;
        transition: border-top-color 0.5s;
        -moz-transition: border-top-color 0.5s; /* Firefox 4 */
        -webkit-transition: border-top-color 0.5s; /* Safari 和 Chrome */
        -o-transition: border-top-color 0.5s;
    }

    ._htools-select:hover {
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    }

    ._htools-select ._select-input {
        color: #3b4249;
        display: inline-block;
        font-size: 14px;
        margin-left: 7px;
        line-height: 40px;
    }

    ._htools-select ._select-selectbtn {
        width: 25px;
        height: 25px;
        background-image: url(images/login/down.png);
        display: inline-block;
        position: absolute;
        top: 7px;
        right: 5px;
        background-size: 100%;
    }

    ._htools-select ._select-select-ul {
        background-color: white;
        outline: none; /*border: solid dodgerblue 1px; border-top: none;*/
        position: relative;
        z-index: 10;
        display: none;
        -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.18);
        box-shadow: 1px 0 10px rgba(0, 0, 0, 0.18);
        margin-top: 2px;
        height: 200px;
        overflow: auto;
    }

        ._htools-select ._select-select-ul li {
            background-color: white;
            color: black;
            font-size: 14px;
            padding: 3px 6px;
            cursor: pointer;
            list-style-type: none;
            transition: color 0.5s, background-color 0.5s;
            -moz-transition: color 0.5s, background-color 0.5s; /* Firefox 4 */
            -webkit-transition: color 0.5s, background-color 0.5s; /* Safari 和 Chrome */
            -o-transition: color 0.5s, background-color 0.5s;
        }

            ._htools-select ._select-select-ul li._select-li-selected {
                background-color: #cfd9d7;
            }

            ._htools-select ._select-select-ul li:hover {
                background-color: dodgerblue;
                color: white;
            }

.login-qr-container {
    position: absolute;
    left: 80px;
    top: 150px;
    width: 600px;
    height: 290px;
    z-index: 10;
    background-color: #ddd;
    text-align: center;
    vertical-align: middle;
    visibility: hidden;
    display: none;
}

.login-qrorpc-container {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 50px;
    height: 50px;
    z-index: 11;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.login-qrorpc-qr {
    background-image: url(images/login/login-qr.png);
    background-size: contain;
    display: none;
}

.login-qrorpc-pc {
    background-image: url(images/login/login-pc.png);
    background-size: contain;
}

.login-qr {
    padding: 20px;
    margin-top: 50px;
    height: 100px;
    width: 100px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    display: inline-block;
}

.login-qr-desc {
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: 200px;
    font-size: 14px;
    color: #1296db;
    background-image: url(images/login/login-sys.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 20px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
}
