.pw-see-sty{
    position: absolute;
    right: 5px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 8px 5px;
    text-align: center;bottom: 0px;

}
.modify-content[data-login="18"] .progress-item::after{
    display: none;
}
.modify-content[data-login="18"] .reset-password .progress-item .circle-c{
    background: #B3B3B3;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    position: relative;
    margin-right: 0px;
}
.modify-content[data-login="18"] .reset-password .progress-item.done .circle-c{
    background: #475A66;
}
.modify-content[data-login="18"] .reset-password .progress-item .circle-c::before{
    top: 23px;
    left: -60px;
}
.modify-content[data-login="18"] .reset-password .progress-item{
    width: 63px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modify-content[data-login="18"] .reset-password .progress-txt{
    text-align: center;
}
@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
.resume-reset.resume-reset-loading{
    -webkit-animation: rotate 0.75s linear infinite;
            animation: rotate 0.75s linear infinite;
}

