﻿body {
    background-color: #ffffff;
    font: normal 100% sans-serif;
    margin: auto;
}

div.top-bar {
    margin: auto;
    /*width:100%;*/
    width: 1000px;
    height: 30px;
    overflow: hidden;
    background-color: #5eb9ff;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #16516a;
}

div.top-bar-cont {
    max-width: 1024px;
    margin: auto;
    /*width:100%;*/
    width: 1000px;
    height: 30px;
    overflow: hidden;
    background-color: #5eb9ff;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #16516a;
}

div.bottom-bar {
    /*position:absolute;
    bottom:5px;*/
    margin: auto;
    /*width:100%;*/
    width: 1000px;
    height: auto;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #16516a;
    text-align: center;
}

div.bk-top {
    margin: auto;
    /*width:100%;*/
    width: 1000px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}

div.bk-top-cont {
    max-width: 1024px;
    margin: auto;
    /*width:100%;*/
    width: 1000px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}

div.bk-mid {
    max-width: 1024px;
    /*width:100%;*/
    width: 1000px;
    margin: auto;
}

div.mid-login {
    width: 29%;
    margin: 8px 0px 0px 0%;
    height: 360px;
    overflow: hidden;
    background: #f2f2f2;
    float: right;
}

div.login-cont {
    width: 100%;
    height: 30px;
    font-size: 1em;
    font-family: "微软雅黑";
    font-weight: 900;
    color: #16516a;
    margin: 4% 0px 0px 2%;
    float: left;
}

div.login-input {
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 1em;
    font-family: "微软雅黑";
    font-weight: 100;
    color: #16516a;
    margin-left: 1%;
    float: left;
    margin-top: 15px;
}

div.login-input-cont {
    width: 70%;
    height: 28px;
    float: left;
    margin: 8px 0px 10px 0%;
    border: 1px solid #5eb9ff;
    background: #ffffff;
}

div.login-input-cont2 {
    width: 30px;
    height: 28px;
    float: left;
    margin: 8px 0px 10px 8%;
    border: 1px solid #5eb9ff;
}

div.login-input-cont3 {
    width: 40%;
    height: 28px;
    float: left;
    margin: 8px 0px 10px 8%;
    border: 1px solid #5eb9ff;
    background: #ffffff;
}

input.logoin-input-text {
    width: 95%;
    height: 20px;
    margin: 5px 0px 0px 0px;
    float: left;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #16516a;
    border: 0px;
    background: #ffffff;
    outline: none;
}

input.logoin-input-code {
    width: 40%;
    height: 30px;
    margin: 10px 1% 10px 8%;
    float: left;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #16516a;
    outline: none;
}

div.login-code-cont {
    width: 40%;
    height: 30px;
    margin: 10px 1% 10px 2%;
    float: left;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #16516a;
}

div.login-checkbox-cont {
    width: 90%;
    height: 30px;
    margin: 10px 10% 10px 8%;
    float: left;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #16516a;
}

input.logoin-input-checkbox {
    width: 15px;
    height: 15px;
    margin: 15px 0px 5px 0px;
    float: left;
    font-family: "微软雅黑";
    font-size: 13px;
    color: #16516a;
}

div.bk-bottom {
    max-width: 1024px;
    /*width:100%;*/
    width: 1000px;
    margin: auto;
    height: auto;
    overflow: hidden;
    float: none;
}

div.bottom-cont {
    width: 32%;
    height: 170px;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
    float: left;
}

div.bottom-cont2 {
    width: 32%;
    height: 170px;
    overflow: hidden;
    margin: 10px 0px 0px 1%;
    float: left;
}

div.bottom-cont-pic {
    width: 50%;
    height: 100%;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    float: left;
}

div.bottom-cont-text1 {
    width: 48%;
    height: 20px;
    overflow: hidden;
    margin: 5px 0px 0px 5px;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: 900;
    color: #16516a;
    text-align: center;
    line-height: 20px;
    float: left;
}

div.bottom-cont-text2 {
    width: 48%;
    height: auto;
    overflow: hidden;
    margin: 5px 0px 0px 5px;
    font-size: 12px;
    font-family: "微软雅黑";
    font-weight: 100;
    color: #16516a;
    text-align: left;
    line-height: 25px;
    float: left;
}

h2 {
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: 100;
    color: #16516a;
    text-align: center;
    line-height: 14px;
    float: right;
}

h3 {
    width: auto;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: 100;
    float: left;
    line-height: 14px;
    text-align: center;
    color: #16516a;
    margin-right: 5%;
}

div.top-text {
    /*width: 10%;*/
    width: auto;
    height: 30px;
    font-size: 12px;
    font-family: "微软雅黑";
    font-weight: 900;
    color: #ffffff;
    line-height: 30px;
    margin-left: 4%;
    float: left;
}

div.top-right-text {
    width: 20%;
    min-width: 200px;
    height: 30px;
    font-size: 12px;
    font-family: "微软雅黑";
    font-weight: 900;
    color: #ffffff;
    line-height: 30px;
    margin: 8px 4% 0px 0px;
    float: right;
    text-align: right;
}

div.top-log {
    margin: 5px 5px 0px 1%;
    float: left;
    width: 25%;
    height: 50px;
}

div.top-right {
    margin: 5px 1% 0px 0px;
    float: right;
    min-width: 400px;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.top-list-button {
    margin: 10px 0px 0px 0px;
    height: 40px;
    font-family: "微软雅黑";
    font-size: 1em;
    width: 100px;
    line-height: 35px;
    border: 0px;
    background: #ffffff;
    color: #16516a;
    float: right;
    outline: none;
    font-weight: 900;
}

    .top-list-button:hover {
        background: #5eb9ff;
        color: #ffffff;
        border-radius: 5px;
        outline: none;
    }


.logoin-button {
    width: 85%;
    height: 35px;
    margin: 10px 0px 0px 8%;
    font-family: "微软雅黑";
    font-size: 1.5em;
    border-radius: 5px;
    background: #3992e5;
    float: left;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    outline: none;
}

    .logoin-button:hover {
        background: #5eb9ff;
        color: #ffffff;
        border-radius: 5px;
        outline: none;
    }

div.split-line {
    width: 100%;
    height: 2px;
    z-index: -1;
    float: left;
    background: #c3dbf5;
}


.button {
    float: left;
    overflow: hidden;
    text-decoration: none;
}

div.split-line_info {
    width: 100%;
    height: 2px;
    float: left;
    background-color: #5eb9ff;
    margin-top: 2px;
    border-bottom: 1px solid #d5d0d4;
    border-top: 1px solid #d5d0d4;
}

#cover {
    clear: both;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}

#coverShow {
    display: none;
    position: fixed;
    z-index: 101;
    top: 65%;
    left: 50%;
    width: 280px;
    height: 70px;
    margin-left: -150px;
    margin-top: -150px;
    background-color: white;
    padding-left: 20px;
}
