﻿/* 全局通用
----------------------------------------------- */
body {
    background-color: #EEEEEE;
    font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0;
    padding: 0;
}

body, button, input, textarea {
    font-size: 12px;
    line-height: 1.531;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
}

p, ul, ol, dl, dt, dd, form, blockquote {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #626262;
}

    a:hover {
        text-decoration: none;
    }

input, textarea, select {
    vertical-align: middle;
}

*:focus {
    outline: none;
}

em, i {
    font-style: normal;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

.none {
    display: none;
}

.cue {
    color: #999;
}

p.cue {
    margin-top: 5px;
}

.cueRed {
    color: #C00;
}

.ml {
    padding-left: 10px;
}

.pl {
    padding-left: 10px;
}

.pr {
    padding-right: 10px;
}

.unread {
    font-weight: bold;
}

#vcode {
    cursor: pointer;
}

/*重置密码区域水平垂直居中 ------------------------begin*/
body {
    padding: 0;
    margin: 0;
}

ul, ol {
    list-style: none;
}

body, html {
    height: 100%;
}

#outer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    #outer[id] {
        display: table;
        position: static;
    }

#middle {
    position: absolute;
    top: 50%;
}
    /* for explorer only*/
    #middle[id] {
        display: table-cell;
        vertical-align: middle;
        position: static;
    }

#inner {
    position: relative; 
    margin: 0 auto;
}
/* 居中区域的宽高，必须设置 */
div.centerArea {
    width: 700px;
    height: 500px;
}
/*兼容ie7*/
* + html #outer[id] {
    position: relative;
}

* + html #middle[id] {
    position: absolute;
}
/*重置密码区域水平垂直居中 ------------------------end*/



/*cloud*/

#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-color: #1c77ac;
    background-image: url(../images/light.png);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

.loginmain {
    background: url(../images/loginbg3.png) no-repeat center center;
    width: 100%;
    height: 100%;
}

.systemlogo {
    background: url(../images/loginlogo.png) no-repeat center;
    width: 100%;
    height: 71px;
    display: block;
}


.loginbox {
    width: 700px;
    height: 390px;
    background: url(../images/logininfo3.png) no-repeat;
}

    .loginbox ul {
        margin-left: 285px;
        padding-top: 80px;
    }

        .loginbox ul li {
            margin-bottom: 16px;
        }

            .loginbox ul li label {
                color: #687f92;
                padding-left: 25px;
            }

                .loginbox ul li label a {
                    color: #687f92;
                }

                    .loginbox ul li label a:hover {
                        color: #3d96c9;
                    }

.loginuser {
    width: 299px;
    height: 48px;
    background: url(../images/loginuser.png) no-repeat;
    border: none;
    line-height: 48px;
    padding-left: 44px;
    font-size: 14px;
    font-weight: bold;
}

.loginpwd {
    width: 299px;
    height: 48px;
    background: url(../images/loginpassword.png) no-repeat;
    border: none;
    line-height: 48px;
    padding-left: 44px;
    font-size: 14px;
    color: #90a2bc;
}

.loginbtn {
    width: 111px;
    height: 35px;
    background: url(../images/buttonbg.png) repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
}

.loginFooter {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images/loginbg2.png) repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #0b3a58;
}

    .loginFooter a {
        font-weight: bold;
        color: #0b3a58;
    }

        .loginFooter a:hover {
            color: #fff;
        }



.yzm {
    width: 341px;
    height: 46px;
    background: url(../images/yzmbg.png) no-repeat;
    padding-bottom: 5px;
}

    .yzm span {
        display: block;
        float: left;
        width: 227px;
        height: 46px;
    }

        .yzm span input {
            background: none;
            border: none;
            width: 183px;
            height: 46px;
            line-height: 46px;
            padding-left: 44px;
            font-size: 14px;
            color: #cee4f1;
        }

    .yzm cite {
        float: right;
        width: 114px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        color: #fff;
        text-align: center;
    }

        .yzm cite img {
            padding: 0;
            border: 0;
            width: 100%;
            height: 100%;
            display:block;
        }
