@import url("base.css");

body, .logoDiv, .logoCon, .logoBg, .bgdiv, .logfoot {
    position: absolute;
}

body, .bgdiv {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../Img/loginsl/bg.jpg) bottom right no-repeat;
    overflow: hidden;
}

#canv {
    background: url(../Img/loginsl/bg.jpg) bottom right no-repeat;
}

.logoDiv {
    height: 166px;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    background: url("../Img/loginsl/logo.png") top center no-repeat;
    z-index: 10;
}

.dlpic {
    padding: 0 0 15px 0;
}

.logoCon {
    padding: 110px 60px 0px 445px;
    box-sizing: border-box;
    height: 462px;
    width: 831px;
    background: url("../img/loginsl/dlBg.png") top center no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -415px;
    text-align: center;
    z-index: 10;
}

.logl {
    width: 49%;
    height: 617px;
    left: 0px;
    top: 50%;
    margin: -308px 0 0 0;
    background: url(../img/loginsl/logl.png) right center no-repeat;
}

.logr {
    width: 46%;
    height: 611px;
    right: 0px;
    top: 50%;
    margin: -305px 0 0 0;
}

.logtitle {
    background: url(../img/loginsl/logTitle.png) top center no-repeat;
    width: 526px;
    height: 111px;
    float: left;
}

.logrCon {
    background: url(../img/loginsl/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: 52px;
    width: 185px;
    border-radius: 4px;
    border: 0px #6eeffc solid;
    background: url("../Img/loginsl/inputbg1.png") repeat;
    /*margin-bottom:20px;*/
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    float: left;
}

    .logoCon input:hover {
        border: 0px #00ceff solid;
        color: #00ceff;
    }

    .logoCon input.yzmInput {
        float: left;
        width: 102px;
    }

.yzmPic {
    width: 98px;
    height: 52px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 0px;
}

.btndiv {
    clear: both;
    height: 75px;
}

.btnWz {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin: 0px 0px 0;
    background: #006cc6;
    border: 1px #134b7e solid;
    color: #01ffff;
    font-weight: 500;
    width: 48%;
    float: left;
}

    .btnWz:hover {
        background: #2585d5;
        border: 1px #134b7e solid;
        color: #fff;
    }

.logNr {
    border: 1px #134b7e solid;
    height: 50px;
    border-radius: 0px;
    margin: 0 0px 20px 0px;
    clear: both;
    background: #01248d;
}

    .logNr:hover {
        border: 1px #89d2f5 solid;
    }

    .logNr font {
        font-size: 18px;
        line-height: 52px;
        color: #a4d6ef;
        float: left;
        background: url(../img/loginsl/user1.png) center left no-repeat;
        margin: 0 0px 0 25px;
        padding: 0 0 0 34px;
        padding: 0 0 0 34px;
    }

    .logNr:hover font {
        background: url(../img/loginsl/user2.png) center left no-repeat;
        color: #fff;
    }

    .logNr font.mm {
        background: url(../img/loginsl/password1.png) center left no-repeat;
    }

    .logNr:hover font.mm {
        background: url(../img/loginsl/password2.png) center left no-repeat;
    }

    .logNr font.yzm {
        background: url(../img/loginsl/yzmPic1.png) center left no-repeat;
    }

    .logNr:hover font.yzm {
        background: url(../img/loginsl/yzmPic2.png) center left no-repeat;
    }

    .logNr font em {
        padding: 0 0 0 18px;
    }
.wdbtn {
    width: 50%;
    float: left;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #166cf4;
    text-decoration: underline;
    cursor:pointer;
}
.wdbtn:hover {
    color: #99a81d;
    text-decoration: none;
}
.logfoot {
    height:60px;
    line-height:30px;
    font-size:12px;
    color:#fff;
    text-align:center;
    left:0px;
    right:0px;
    bottom:0px;
}
.logoCon .btndiv .wdbtn {
    display: none;
}
.aBtn .wdbtn, .aBtn .wdbtn:hover {
    color: #fff;
    font-size: 16px;
}
.aBtn .wdbtn:hover {
    color: #01ffff;
}