﻿.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1300px;
}

.cpr {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 38px;
    text-align: center;
    background-color: #00aaee;
    color: #ffffff;
    border-top: none;
    min-width: 1300px;
}

    .cpr a {
        color: #ffffff;
    }

.subImg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -220px;
    margin-left: -420px;
}
.subBrowser {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 220px;
    margin-left: -420px;
    width: 1000px;
    text-align: center;
    font-size: 14px;
}
    .subBrowser a {
        font-size: 13px;
        color: #2575ed;
    }
        .subBrowser a:hover {
            text-decoration: underline;
            color: #ff6a00;
        }
        .subBrowser a span {
            color: #ff6a00;
        }

.main-box {
    width: 419px;
    height: 412px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 5px;
    height: 412px;
    margin-top: -220px;
    margin-left: 160px;
}


.login-box {
    position: relative;
    margin: 16px;
    min-height: 347px;
}

.login-logo {
    display: block;
    margin: 40px auto 0;
}

.login-tip {
    height: 30px;
    line-height: 30px;
    color: #0296dc;
    font-size: 15px;
    text-align: center;
}


.login-info {
    margin-top: 15px;
    margin-left: 74px;
    line-height: 28px;
    width: 270px;
}

#login_id {
    background-position: 0 0;
    margin-top: 5px;
    margin-bottom: 18px;
}

.login-input {
    display: inline-block;
    width: 270px;
    *width: 228px;
    height: 40px;
    *height: 28px;
    line-height: 30px;
    padding: 5px 2px 5px 38px;
    border: 1px solid #999;
    vertical-align: middle;
    background: url("/Content/images/2018/login_ico.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}

.login-code-hide {
    display: none;
}
.login-code {
    display: block;
}

#verify_code {
    background: none;
    padding: 5px;
    width: 100px;
    /*margin-bottom: 10px;*/
    text-align: center;
    vertical-align: middle;
}

#password {
    margin-bottom: 15px;
    background-position: 0 -38px;
    margin-bottom: 15px;
}

.login-code-img {
    vertical-align: middle;
    margin-right: 5px;
    width: 74px;
    height: 40px;
    border: 0;
}

.login-link {
    line-height: 28px;
    width: 270px;
    overflow: hidden;
    margin: 5px 0;
}

.login-sub {
    margin-top: 15px;
    display: block;
    width: 270px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: url(/Content/images/2018/login_ico.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 0 -88px;
    text-align: center;
    cursor: pointer;
}

a {
    color: #3e4142;
    text-decoration: none;
}

.register-info {
    margin-top: 15px;
    margin-left: 74px;
    line-height: 28px;
    width: 270px;
    font-size: 14px;
    text-align: center;
}

    .register-info a {
        color: #0eb2f1;
        display: inline-block;
        padding-right: 15px;
        float: left;
    }

        .register-info a:hover {
            text-decoration: underline;
        }

.offlineTip {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -260px;
    margin-left: -420px;
    font-size:24px;
    font-weight:bold;
}