@charset "utf-8";
* { font-size: 9pt; border: 0; margin: 0; padding: 0; }
html, body { font-family: '微软雅黑'; margin: 0 auto; min-width: 980px; height: 100%; }
ul { display: block; margin: 0; padding: 0; list-style: none; }
li { display: block; margin: 0; padding: 0; list-style: none; }
img { border: 0; }
dl, dt, dd, span { margin: 0; padding: 0; display: block; }
a, a:focus { text-decoration: none; color: #000; outline: none; blr: expression(this.onFocus=this.blur()); }
a:hover { color: #00a4ac; text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
cite { font-style: normal; }
h2 { font-weight: normal; }

/*cloud*/

body{background-image:url(../images/login.jpg); background-repeat:no-repeat; background-position:center top; overflow:hidden;background-size: cover}

#mainBody { width: 100%; height: 100%; position: absolute; z-index: -1; }
.cloud { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url(../images/cloud.png) no-repeat; z-index: 1; opacity: 0.5; }
#cloud2 { z-index: 2; }


/*login*/
.logintop { height: 47px; position: absolute; top: 0; background: url(../images/loginbg1.png) repeat-x; z-index: 100; width: 100%; }
.logintop span { color: #fff; line-height: 47px; background: url(../images/loginsj.png) no-repeat 21px 18px; text-indent: 44px; color: #afc5d2; float: left; }
.logintop ul { float: right; padding-right: 30px; }
.logintop ul li { float: left; margin-left: 20px; line-height: 47px; }
.logintop ul li a { color: #afc5d2; }
.logintop ul li a:hover { color: #fff; }
.loginbody { background: url(../images/loginbg3.png) no-repeat center center; width: 100%; height: 585px; overflow: hidden; position: absolute; top: 47px; }
.systemlogo { background: url(../images/loginlogo.png) no-repeat center; width: 100%; height: 71px; margin-top: 75px; }

.loginbm { height: 50px; line-height: 50px; text-align: center;  position: absolute; bottom: 0; width: 100%; color: #fff; }
.loginbm a { font-weight: bold; color: #0b3a58; }
.loginbm a:hover { color: #fff; }


.form {
    width: 310px;
    height: 380px;
    border-radius: 5px;
    background: rgba(25, 25, 25, 0.7);
    margin: 18px auto;
    padding: 20px;
}

.tabs {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    line-height: 50px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}

.title:after {
    content: "";
    display: block;
    clear: both;
}

.active {
    color: #02E6E9;
}

.content {
    padding: 20px 0;
}

.code {
    width: 200px;
    margin: 30px auto;
}

.codeText {
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.hide {
    display: none;
}

.formRow {
    width: 100%;
    margin: 25px 0;
}

.formRow input.text {
    width: 80%;
    padding: 0 5% 0 15%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
}

.formRow input.user {
    background: #FFFFFF url(../images/user.png) left center no-repeat;
}

.formRow input.pwd {
    background: #FFFFFF url(../images/pwd.png) left center no-repeat;
}

.formRow input.btn {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background: #15A7FB;
    font-size: 20px;
    color: #FFF;
}

.formRow:after {
    content: "";
    display: block;
    clear: both;
}

.tip {
    float: left;
    width: 50%;
}

.tip .ico {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F3B903;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
}

.tip .text {
    margin-left: 10px;
    color: #FFFFFF;
}

.remember {
    width: 100px;
    float: right;
    color: #FFFFFF;
}

.info {
    position: absolute;
    top: 130px;
    left: 10px;
    width: 835px;
    height: 420px;
    background: url(../images/notice.png) no-repeat;
    z-index: 99;
    display: none;
}