html, body {
    height: 100%;
    background: #f5f5f6
}

#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%;
    text-align: center;
}

#content > div {
    width: 1200px;
    height: 569px;
    margin: 20px auto;
    background: #fff;
}

#content > div > div {
    width: 320px;
    margin: 0 auto 15px;
}

#content h2 {
    position: relative;
    padding: 58px 0 10px;
    font-size: 22px;
    color: #333333;
}

#content h2 span {
    position: absolute;
    top: 58px;
    right: 0;
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    margin-right: 86px;
}

#content h2 span a {
    color: #3296fa;
}

#content h2 span a:hover{
    color: #ffc900;
}

#content input {
    padding-left: 16px;
    width: 304px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
    outline: none;
    background: none;
}

#content .yzm-box {
    position: relative;
}

#content .yzm-box .getyzm {
    position: absolute;
    right: -1px;
    top: 0;
    width: 100px;
    height: 42px;
    background-color: #ffc900;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

#content > div > p {
    display: block;
    width: 320px;
    line-height: 14px;
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
    color: #333;
}

#content > div > p em {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url("/img/pc/isCheck.png") no-repeat;
    background-position-x: -3px;
    background-position-y: -2px;
}

#content > div > p .active {
    background-position-y: -18px;
}

#content > div > p a {
    color: #ffa200;
}

#resetButton {
    width: 320px;
    height: 40px;
    background-color: #ffc900;
    border-radius: 2px;
    cursor: pointer;
}
.infor-box .tips {
    height: 14px;
    line-height: 14px;
    padding: 5px 0;
    text-align: left;
}
.infor-box .tips i {
    visibility: hidden;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #df3028;
    padding-left: 20px;
    background: url(/img/pc/dltipsIcon.png);
    background-repeat: no-repeat;
    background-position-x: -2px;
    background-position-y: -24px;
    background-size: 20px;
}
.account-box,.password-box,.repw-box,.yzm-box{position: relative}
.account-box em,.password-box em,.qq-box em,.repw-box em,.yzm-box em{
    position: absolute;
    top: 14px;
    left: 290px;
    display: block;
    width: 17px;
    height: 17px;
    background: url("/img/pc/dltipsIcon.png");
    background-position-x: -2px;
    background-position-y: -2px;
    display: none;
}

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

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

.yzm-box em{left:190px;}
@media screen and (min-width: 1370px) {
    html, body {
        height: 100%;
    }

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

    #content {
        height: 100%;
        width: 100%;
    }

    #content > div {
        width: 1200px;

        margin: 90px auto;
    }
}