@import url("base.css");
@import url("normalize.css");

.logoDiv, .logoCon, .logl, .logr, .logrCon, .zc, .logoPic, .logNr i, .wjmmdiv {
    position: absolute;
}

#wrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    overflow: hidden;
}

.main-body {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.logoDiv {
    width: 565px;
    height: 70px;
    top: 30%;
    left: 50%;
    margin: -150px 0 0 0px;
    background: url("../img/login/logo.png") center no-repeat;
    z-index: 10;
}

.logoCon {
    padding: 40px 72px 0px;
    box-sizing: border-box;
    border-radius: 10px;
    height: 380px;
    width: 450px;
    background: url("../img/logo/tmPic.png") repeat;
    top: 50%;
    left: 50%;
    margin: -220px 0 0 -220px;
    text-align: center;
    z-index: 10;
}

.logl {
    width: 49%;
    height: 617px;
    left: 0px;
    top: 50%;
    margin: -308px 0 0 0;
    background: url(../img/login/logl.png) right center no-repeat;
}

.logr {
    width: 46%;
    height: 611px;
    right: 0px;
    top: 50%;
    margin: -305px 0 0 0;
}

.logtitle {
    background: url(../img/login/logTitle.png) top center no-repeat;
    width: 526px;
    height: 111px;
    float: left;
}

.logrCon {
    background: url(../img/login/log.png) center no-repeat;
    bottom: 0px;
    left: 0px;
    top: 118px;
    width: 526px;
    height: 498px;
}

.zc {
    top: 32px;
    right: 0px;
    font-size: 14px;
    color: #7094be;
    text-decoration: underline;
    cursor: pointer;
}

    .zc:hover {
        color: #bd0000;
    }

.logoCon input {
    height: 38px;
    width: 303px;
    border-radius: 0px;
    border: 1px #d7d7d7 solid;
    background: url("../img/logo/inputbg1.png") repeat;
    /*margin-bottom:20px;*/
    font-size: 16px;
    line-height: 38px;
    color: #777777;
    box-sizing: border-box;
    padding: 0 0 0 44px;
}

    .logoCon input:hover {
        border: 0px #00ceff solid;
        background: url("../img/logo/inputbg2.png") repeat;
        color: #000;
    }

    .logoCon input.yzmInput {
        float: left;
        width: 190px;
    }

.yzmPic {
    width: 103px;
    height: 38px;
    float: right;
    cursor: pointer;
    border: 1px #d7d7d7 solid;
}

.btnWz {
    display: block;
    clear: both;
    height: 40px;
    border-radius: 8px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 4px;
    background: url("../img/logo/btnbg.png") repeat;
}

    .btnWz:hover {
        color: #fff;
        background: #1d85d6;
    }

.dlwz {
    margin: 0 0 20px 0;
}

.logNr {
    border-bottom: 0px #1f8cca solid;
    height: 40px;
    margin: 0 0 24px 0;
    clear: both;
    position: relative;
}

    .logNr i {
        width: 18px;
        height: 18px;
        display: block;
        left: 14px;
        top: 11px;
    }

        .logNr i.user {
            background: url("../img/logo/user1.png") center no-repeat;
        }

        .logNr i.pass {
            background: url("../img/logo/mima.png") center no-repeat;
        }

        .logNr i.yzmi {
            background: url("../img/logo/yzm1.png") center no-repeat;
        }

    .logNr font {
        font-size: 18px;
        line-height: 60px;
        color: #fff;
        float: left;
    }

        .logNr font em {
            padding: 0 0 0 18px;
        }

.logoPic {
    width: 1070px;
    height: 67px;
    left: 50%;
    top: 15%;
    margin-left: -535px;
    cursor: pointer;
}

.clickbtn {
    position: absolute;
    right: 50%;
    margin-right: -580px;
    top: 22%;
}

.wjmmdiv {
    bottom: 28px;
    left: 155px;
    right: 155px;
    height: 20px;
    line-height: 20px;
}

    .wjmmdiv a {
        text-decoration: underline;
        cursor: pointer;
        color: #000;
    }
        .wjmmdiv a:hover {
            color: #fff;
            text-decoration: none;
        }
    .wjmmdiv .zcbtn {
        float: left;
    }

.wjmmdiv .wjmmbtn {
    float: right;
}


#wrap {
    background-image: url('/content/img/lbg1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}