﻿/* 登录页 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fff inset;
    -webkit-text-fill-color: #333;
}

p {
    margin: 0;
}

.login-body-bg {
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .login-body-bg img {
        width: 100%;
        height: 100%;
    }

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: url(../images/top-bottom-bg.png);
}

.login-title {
    width: 1200px;
    margin: 0 auto;
}

    .login-title img {
        margin-top: 12px;
    }

.login-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -400px;
    width: 800px;
    height: 400px;
    font-family: 'Microsoft YaHei';
}

    .login-wrapper h3 {
        font-weight: bold;
    }


.login-left-img {
    position: relative;
    width: 660px;
    float: left;
    top: -114px;
}

.login-left-img-s {
    width: 100%;
}

.big-img div {
    float: left;
    width: 128px;
    height: 128px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.big-img .t1 {
    margin-left: 130px;
}

.big-img .t3 {
    margin-right: 130px;
}

.big-img .b1 {
    margin-left: 130px;
}

.gezi {
    position: absolute;
    left: 0;
    top: -10px;
}

.no2 {
    position: absolute;
    left: 10px;
    top: 262px;
}

.co {
    position: absolute;
    left: 100px;
    top: 300px;
}

.so2 {
    position: absolute;
    left: 435px;
    top: 300px;
}

.o3 {
    position: absolute;
    left: 555px;
    top: 262px;
}

.login-box {
    position: relative;
    width: 52%;
    height: 362px;
    margin: 0 auto;
    background: #fff;
    background: rgba(255,255,255,.6);
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
}

    .login-box form {
        padding-top: 25px;
    }

.form-group {
    position: relative;
    width: 80%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
}

    .form-group input:focus {
        border: 1px solid #24A2DD;
        box-shadow: 0 0 6px rgba(0,0,0,.3) inset;
        outline: none;
    }

.user {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 0;
    line-height: inherit;
    text-indent: 38px;
    background: #fff;
    border: solid 1px #c4c4c4;
    font-size: 14px;
    border-radius: 3px;
    color: #454545;
}


.user-icon {
    position: absolute;
    bottom: 14px;
    left: 10px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/icon-user.png) no-repeat center;
}

.passw-icon {
    position: absolute;
    bottom: 14px;
    left: 10px;
    display: inline-block;
    height: 21px;
    width: 21px;
    background: url(../images/icon-password.png) no-repeat center;
}

.btn-login {
    display: block;
    width: 100%;
    clear: both;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    text-align: center;
    border: solid 1px #4d9bcd;
    cursor: pointer;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #2EA7F3;
    background-color: #2EA7F3;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

    .btn-login:hover, btn-login:focus {
        background: #009DFF;
        border: solid 1px #009DFF;
        outline: none;
    }

    .btn-login img {
        margin: 0;
    }

.submit-box {
    margin-bottom: 10px;
}

.error-message {
    color: #fd2400;
    font-size: 12px;
    padding-right: 10px;
}

.support {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 12px;
}

.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 115px;
    padding: 10px 0;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    /*background: url(../images/top-bottom-bg.png);*/
}

    .footer p {
        margin: 0 0 10px 0;
    }


.img-box:hover {
    box-shadow: 1px 1px 30px rgba(0,0,0,.3);
}


.login-header {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    text-align: center;
}
