body {
    background: #fff;
}

body > .common-content {
    position: relative;
    margin-top: 85px;
}

.common-content .go-login {
    position: absolute;
    top: 62px;
    right: 66px;
    font-size: 14px;
    color: #007833;
}

.common-content .go-login:hover {
    color: #00572c;
}

.infor-box {
    width: 320px;
    margin: 0 auto;
    padding-bottom: 62px;
}

.infor-box h2 {
    padding: 59px 0 35px;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.infor-box .tips {
    padding-left: 28px;
    width: auto;
    height: 14px;
    margin-bottom: 9px;
    background: url(../img/index/spritelogin.png) no-repeat;
    background-position-y: -126px;
    color:#df3028
}

.infor-box label {
    display: block;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 2px;
}

.infor-box label input {
    padding-left: 16px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 2px;;
}

.infor-box label .code {
    width: 220px;
    float: left;
}

.infor-box label button {
    float: right;
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 2px;;
    box-sizing: border-box;
    font-size: 14px;
    background: #007833;
    color: #fff;
}

.sliding-code {
    width: 320px;
    height: 40px;
    text-align: center;
}
.sliding-code #nc{
    width: 320px;
    height: 40px;
}

#sureReset {
    width: 100%;
    height: 40px;
    margin-top: 22px;
    background: #007833;
    border-radius: 2px;
    border: 1px solid #007833;
    font-size: 16px;
    color: #fff;
}

#sureReset:hover {
    background: #00572c;
}
.ali-captcha-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    border-radius: 4px;
    background-color: #f1f1f2;
    color: #aaa;
}
