@charset "utf-8";
/* CSS Document */
*{font-family: "微软雅黑"; list-style-type: none; padding: 0px; margin: 0px;}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.loginBody{ height: 100%; background-repeat: no-repeat; background-position: top center; overflow: hidden; background-repeat: no-repeat; background-size:100%; background-image: url(../images/login/login_bgwebsiteadvisory.png); background-color: #3597ed; }
.login-logo{ height: 70px; width: 820px; margin: 0 auto; display: block;background: url(../images/login/logo-news.png); background-repeat:no-repeat;}
.login-main{ width: 1200px; margin: auto; margin-top: 90px; position: relative;}
.login-main .logincon{ margin: auto; width:410px; padding-left: 410px; height: 380px; background:url(../images/login/login_le.png) no-repeat left top #FFF; box-shadow:1px 1px 10px rgba(24, 80, 116, .6); display: block; position: relative; }
.login-main .logincon h3{ font-size: 20px; color: #3597ed; padding: 70px 0 0 45px; font-weight: normal;}
.login-main .logincon ul{ width:330px; margin: auto; padding-top: 5px; list-style: none;}
.login-main .logincon ul li{ width:320px; margin-top: 15px; }
.login-main .logincon .inputtxt_o{ margin: 0 5px; width: 280px; height: 38px; padding-left: 40px; background: url(../images/login/1.png) no-repeat; border: none; }
.login-main .logincon .inputtxt_t{ margin: 0 5px; width: 280px; height: 38px; padding-left: 40px; background: url(../images/login/2.png) no-repeat; border: none;}
.login-main .logincon .btn_dl{ width: 320px; height: 44px; line-height: 44px; text-align: center; color: white; font-size: 16px; background: #3597ed; border-radius: 3px;  display: block; float: left; margin: 20px 0 0 5px;text-decoration:none;}
.login-main .logincon .btn_dl:hover { background: #0994dc;}
.login-main .logincon .bomsiz{line-height:40px; display: block; font-size: 14px; color: #2596f8; text-align: center;  position: absolute; right: 150px; bottom: 0;}
.login-main .logincon .bomsiz:hover{ text-decoration: underline;}
.login-foot{ position: absolute; bottom: 10px; left: 0; width: 100%; color: #fff;font-size: 12px; text-align: center; }

.checkbix[type="checkbox"] {
    /*position: relative;*/
        width: 18px;
        height: 18px;
        margin-top: -3px;
        background-color: #fff;
        border: 1px solid #c9c9c9;
        border-radius: 2px;
        color: #fff;
        text-align: center;
        line-height: 18px;
        -webkit-appearance:none;
        -moz-appearance:none;
        -ms-appearance:none;
        -o-appearance:none;
        appearance:none;
        outline: none;
}
.checkbix {
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}
input.checkbix[type="checkbox"]:hover {
    border-color: #43adea;
}

input.checkbix[type="checkbox"]:checked {
    color: #fff;
    background-color: #43adea;
    border: 1px solid #43adea;
}

input.checkbix[type="checkbox"]:after {
    content: "✔";
}

.login-td{
    font-size: 15pt;
    padding-left: 5px;
    font-weight: bold;
}

.beian {
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: 11pt;
}