#publicNav {
    z-index: 1;
}

#publicNav a {
    float: right;
    margin-right: 35px;
    line-height: 70px;
    font-size: 14px;
    color: #333;
}

#content {
    min-height: 900px;
    position: relative;
    width: 100%;
    background: url(/img/pc/dlbg.png?deVersion=2022031602);
    background-repeat: no-repeat;
    background-size: cover;
}

#content > div {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

#content > div .img-box {
    float: left;
    width: 583px;
    height: 483px;
    margin-top: 100px;
    background: url(/img/pc/dlleft3.png?deVersion=2022031602);
    background-size: cover;
}

#content > div .infor-box {
    float: right;
    padding: 0 32px;
    padding-bottom: 30px;
    width: 300px;
    margin-top: 122px;
    background: #fff;
}

#isShowSJ {
    position: absolute;
    right: 17px;
    top: 18px;
}

.infor-box p {
    padding: 35px 0 15px;
    font-size: 18px;
    color: #333;
}

.infor-box .tips {
    height: 14px;
    line-height: 14px;
    padding: 5px 0
}

.infor-box .tips i {
    display: none;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #df3028;
    padding-left: 20px;
    background: url(/img/pc/dltipsIcon.png?deVersion=2022031602);
    background-repeat: no-repeat;
    background-position-x: -2px;
    background-position-y: -24px;
    background-size: 20px;
}
.infor-box .tips i a{
    color: #3296fa;
}
.infor-box .tips i a:hover {
    color: #ffc900;
}

#isShowSJ {
    cursor: pointer;
    display: none;
}

.input-box-breach {
    display: none;
}

.infor-box .input-box {
    position: relative;
    width: 300px;
    height: 48px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
}

.infor-box .input-box-two {
    margin-top: 14px;
}

.infor-box .input-box em {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    width: 17px;
    height: 17px;
    background: url(/img/pc/dltipsIcon.png?deVersion=2022031602);
    background-position-x: -2px;
    background-position-y: -2px;
    display: none;
}

.infor-box input {
    padding-left: 17px;
    height: 100%;
    line-height: 100%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    border: none;
    outline: none;
    background: none;
    color: #333;
}

.infor-box button {
    margin: 17px 0 20px;
    width: 300px;
    height: 48px;
    background-color: #ffc900;
    border-radius: 2px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.infor-box button:hover {
    background-color: #ffd63f;
}

.go-register {
    float: left;
    font-size: 14px;
    color: #ffa200;
}

.go-resetpw {
    float: right;
    font-size: 14px;
    color: #999;
}

#publicFooter {
    position: absolute;
    bottom: 0;
    left: 0;
}

html, body {
    min-height: 900px;
}

@media screen and (min-width: 1601px) {
    html, body {
        height: 100%;
    }

    #publicNav {
        position: absolute;
        width: 100%;
        top: 0;
    }

    #content {
        height: 100%;

    }

    #content > div .img-box {
        margin-top: 170px;
    }

    #content > div .infor-box {
        margin-top: 192px;
    }
}