﻿/**!
 * 云南七采云端招标系统登录界
 * author: 王凯;
 * date: 2016-1-25;
 */

body, html {
    height: 100%;
}

.container {
    width: 948px;
    margin: 0 auto;
}

/* header */

.header-bg {
    height: 16%;
    position: relative;
    z-index:100;
}

.header {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 61px;
    background-color: #fff;
}

    .header img {
        float: left;
        margin-left: 60px;
        width: 611px;
        height: 61px;
        margin-right: 30px;
    }

.header-icon {
    float: right;
    margin-top: 18px;
    margin-left: 10px;
    padding-left: 28px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
    border: 1px solid transparent;
    vertical-align: top;
}

.header-icon2 a {
    color: #666;
}

.header-icon1 {
    background: url(../images/header-icon1.png) 6px 8px no-repeat;
}

.header-icon2 {
    background: url(../images/header-icon2.png) 6px 8px no-repeat;
}

.header-icon span {
    float: left;
}

.open-icon {
    float: left;
    margin-left: 6px;
    margin-top: 10px;
    width: 11px;
    height: 11px;
    background: url(../images/open-icon.png);
}

.header-icon1:hover {
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: url(../images/header-icon1.png) 6px 8px no-repeat;
    position: relative;
    z-index: 999;
}

    .header-icon1:hover .open-icon {
        background: url(../images/open-icon1.png);
    }

    .header-icon1:hover .open-bd {
        display: block;
    }

.open-bd {
    display: none;
    position: absolute;
    top: 30px;
    left: -1px;
    padding: 0px 1px 0px 1px;
    width: 106px;
    height: 30px;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #fff;
    z-index: 999;
}

    .open-bd li {
        height: 25px;
        line-height: 25px;
        border-top: 1px dashed #e4e4e4;
        padding-left: 27px;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #666;
        z-index: 999;
    }

    .open-bd a {
        color: #666;
    }

        .open-bd a:hover {
            color: #ff6603;
        }

/* main */

.main-bg {
    position: relative;
    height: 66%;
    background-color: #2f9ad8;
    border-bottom: 2px solid #1981bd;
    z-index: 0;
}

.main {
    position: absolute;
    top: 50%;
    margin-top: -181px;
    height: 363px;
    padding-left: 38px;
}

    .main img {
        float: left;
        width: 436px;
        height: 362px;
    }

/* 登录 */

.login {
    float: left;
    padding-top: 22px;
    width: 360px;
    height: 341px;
    margin-left: 114px;
    margin-top: 4px;
    background: url(../images/login-zbr.png) no-repeat;
}

    .login h1 {
        height: 37px;
        line-height: 37px;
        text-align: center;
        font-family: "黑体";
        font-size: 22px;
        color: #0068b7;
        font-weight: bold;
    }

.login-hd {
    height: 35px;
    padding-left: 26px;
    padding-top: 20px;
}

    .login-hd i {
        float: left;
        width: 15px;
        height: 15px;
        margin-right: 10px;
        background: url(../images/tab-icon1.png);
    }

    .login-hd span {
        float: left;
        line-height: 15px;
        margin-right: 20px;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #333;
    }

.logininfo {
    margin-top: 13px;
    height: 26px;
    line-height: 26px;
    padding-left: 13px;
    border: 0;
    border-left: 1px solid #bfbfbf;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999;
    outline: none;
    opacity: 1;
    /*display: none;*/
    top: 0px;
    height: 40px;
}

.login-hd i.cur {
    background: url(../images/tab-icon2.png);
}

.login-block {
    height: 249px;
    padding-left: 22px;
}

.login-bd {
    width: 318px;
    height: 102px;
    background: url(../images/user-bg.png);
}

.login-bd1 {
    width: 318px;
    height: 52px;
    background: url(../images/user-bg1.png);
}

.login-info {
    height: 50px;
    padding-left: 58px;
}

.login-info-bg1 {
    border-bottom: 1px solid #e0e3e4;
    background: url(../images/u-name.png) 18px 11px no-repeat;
}

.login-info-bg2 {
    background: url(../images/u-pwd.png) 18px 14px no-repeat;
}

.longin-txt {
    margin-top: 13px;
    height: 26px;
    line-height: 26px;
    padding-left: 13px;
    border: 0;
    border-left: 1px solid #bfbfbf;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999;
    outline: none;
}

.login-btn-bg {
    margin-top: 16px;
    width: 338px;
    height: 70px;
    background: url(../images/login-btn-bg.png);
}

.login-btn {
    width: 318px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #fff;
    background: url(../images/btn-bg.png);
    border: 0;
    outline: none;
    cursor: pointer;
}

.login-bottom {
    height: 16px;
    line-height: 16px;
    padding-left: 4px;
    padding-right: 24px;
}

    .login-bottom i {
        float: left;
        height: 16px;
        margin-right: 8px;
    }

.download-bg1 {
    width: 13px;
    background: url(../images/download1.png);
}

.download-bg2 {
    width: 19px;
    background: url(../images/download.png);
}
.download-bg3 {
    width: 15px;
    background: url(../images/header-icon1.png);
}
.download-bg3 {
    width: 19px;
    background: url(../images/CA_01.png);
}
.download-second {
    margin-left: 19px;
}

.login-bottom a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
}

.login-bottom .register {
    color: #048ad4;
}

/* footer */

.footer-bg {
    height: 13%;
    padding-top: 2%;
    background-color: #f4f4f4;
}

.footer {
    text-align: center;
}

    .footer p {
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #333;
    }
