﻿html, body {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #696969;
    background-color: White;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}


#bgimg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 1300px;
    background-image: url("/content/images/login/loginbg.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
    -o-background-size: cover; /* 兼容Opera */
    zoom: 1;
}

#loginlogo {
    position: absolute;
    margin-left: 54px;
    margin-top: 85px;
    width: 458px;
    height: 55px;
    background: url("/content/images/login/title.png")no-repeat;
}

    #loginlogo #unitinfo {
        
        font-size: 25px;
        float: right;
        margin-top: 12px;
        margin-right: 55px;
        color: #fff;
        width: 230px;
        height: 45px;
    }

        #loginlogo #unitinfo span {
            margin-left: 22px;
        }

#bottombg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 62px;
    background: url("/content/images/login/bottombg.png") repeat-x;
}

#bgimg #logininfo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -620px;
    margin-top: -200px;
    width: 1213px;
    height: 450px;
    background: url("/content/images/login/logininfo.png")no-repeat;
}


    #bgimg #logininfo .account {
        /* text-align: center; */
        /*color: #C0C0C0;*/
        float: left;
        margin-top: 240px;
        margin-left: 540px;
        padding-left: 4px;
        background-color: white !important;
        border-style: none;
        font-size: 16px;
        width: 228px;
        height: 35px;
        line-height: 35px;
    
    }

    #bgimg #logininfo .password {
        /* text-align: center; */
        /*color: #C0C0C0;*/
        float: left;
        margin-top: 23px;
        margin-left: 540px;
        padding-left: 4px;
        background-color: white !important;
        border-style: none;
        font-size: 16px;
        width: 228px;
        height: 34px;
        line-height: 35px;
    }

    #bgimg #logininfo .btnlogin {
        text-align: center;
        font-size: 20px;
        color: #fff;
        float: left;
        margin-top: 45px;
        margin-left: 499px;
        width: 274px;
        height: 31px;
        line-height: 31px;
        cursor: pointer;
    }

        #bgimg #logininfo .btnlogin:hover {
            float: left;
            margin-top: 45px;
            margin-left: 499px;
            width: 274px;
            height: 31px;
            cursor: pointer;
            background: url(/content/images/login/btnlogin_hover.png) repeat-x;
            line-height: 31px;
        }

.close {
    display: none;
}

.login-container {
    margin: auto;
    width: 500px;
}

.input-part {
    padding: 0 0 5px 0;
}

.sys-alert {
    padding: 10px;
    color: #D8000C;
}
/*** jqery dialog 遮罩层白条问题,2014年4月4日 zhanghc
        ----------------------------------------------------------*/
.ui-widget-overlay {
    position: fixed;
}

.ui-widget-overlay {
    background: #000;
    opacity: .2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}

#mainbottom {
    background-color: #000;
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-width: 1200px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    filter: alpha(Opacity=30);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

    #mainbottom .copyright {
        width: 1200px;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        #mainbottom .copyright span {
            color: #FFF;
            font-size: 14px;
            line-height: 30px;
            font-weight: 500;
        }

        /**公告栏*/
        #loginNotice{
            height: 148px;
            width: 276px;
            color: #fff;
            padding: 6px;
            background: url("/content/images/login/messagebg.png")no-repeat;
            /*z-index:1 !important;*/
        }
        #loginNotice p{
            padding: 0;
            margin: 0;
            font-size: 16px;
            /*background: url("/content/images/login/messagelog.png")no-repeat left;*/
        }
        #loginNotice p a{
            float: right;
            margin-right: 18px;
            margin-top: -19px;
            font-size: 14px;
            cursor: pointer;
            color:white;
            text-decoration:none;
        }
        #loginNotice p a:hover{
            color:#cfcfcf;
        }
        #loginNotice p a img{
            margin-left: 4px;
        }
        #loginNotice p span{
            display: block;
            margin-top: -23px;
            margin-left: 24px;
        }
        .scrollBox{
            height: 116px;
            width: 100%;
            overflow:hidden;
            margin-top:6px;
        }
        .scrollBox ul{
            padding: 0;
            margin:0;
        }
            .scrollBox li{
                font-size: 14px;
                color: #cfcfcf;
                letter-spacing: 1px;
                font-weight: 100;
                list-style-type:none;
                line-height:30px;
            }