.reset-password {
    text-align: center;
    margin-top: 66px;
}

.reset-password .title {
    height: 32px;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    line-height: 48px;
    margin-bottom: 24px;
}

.reset-progress {
    height: 60px;
    line-height: 60px;
    background: rgba(167, 167, 167, 0.08);
}

.reset-progress li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #A7A7A7;
}

.reset-progress li i {
    float: left;
    margin-top: 18px;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url(../images/progress-unchecked.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.reset-progress li.active {
    font-weight: bold;
    color: #000000;
}

.reset-progress li.active i {
    background-image: url(../images/checked.png);
}

.reset-progress li.next {
    margin: 0 40px;
}

.reset-progress li.next i {
    background-image: url(../images/progress-next.png);
}

.form {
    height: 624px;
}

.form-item div {
    display: inline-block;
    height: 44px;
    line-height: 44px;
}

.form-label {
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    text-align: right;
    margin-right: 20px;
}

.form-value {
    width: 520px;
    text-align: left;
}

.form-value input {
    width: 376px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    padding: 0 12px;
    font-size: 16px;
}

.form-vcode input {
    width: 220px;
}

.form-vcode .vcode {
    display: inline-block;
    width: 136px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
}

.vcode-tip {
    font-size: 14px;
    font-weight: 400;
    color: #A7A7A7;
    line-height: 44px;
    margin-left: 12px;
    margin-right: 10px;
    cursor: pointer;
}

.form-submit {
    width: 400px;
    height: 44px;
}

.form-sms {
    position: relative;
}

.form-sms input {
    width: 220px;
}

.form-sms button {
    position: absolute;
    width: 136px;
    height: 44px;
    right: 118px;
    top: 0;
}

.success-title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    line-height: 42px;
    margin-bottom: 12px;
}

.success-tip {
    font-size: 14px;
    color: #A7A7A7;
    line-height: 21px;
}

.success-btn {
    width: 160px;
    height: 44px;
}

.sms.disabled {
    background: #E5E5E5;
    color: #A7A7A7;
}