.forget-pw-box{
    width:800px;
    margin:0 auto;
    margin-top:180px;
    margin-bottom: 30px;
}
.forget-pw-top{
    width:100%;
    overflow: hidden;
    margin-bottom:15px;
}
.forget-pw-top .forget-other{
    float: right;
}
.forget-pw-top .forget-other a{
    color: #4D4D4D;
    font-weight: bold;
}
.forget-pw-top .forget-logo{
    float: left;
    color: #4D4D4D;
    font-weight: bold;
}
.forget-pw-box .forget-pw-content{
    width:100%;
    height:436px;
    background: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:50px 170px 0;
    font-size:12px;
    color: #666666;
    border: 1px solid #E6E6E6;
}
.progress-one ul{
    display: flex;
    justify-content:space-between;
    padding:0;
    text-align: center;
}
.progress-one ul li{
    width:56px;
    white-space: nowrap;
}
.progress-one ul li .progress-num{
    width:20px;
    height:20px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align: center;
    line-height:18px;
    border:1px solid #B3B3B3;
    font-size:12px;
    display: inline-block;
    color: #B3B3B3;
}
.progress-one ul li.active{
    color: #22A7F0;
}
.progress-one ul li.active .progress-num{
    color: #22A7F0;
    border-color: #22A7F0;
}
.progress-one ul li.progress-line{
    width:80px;
    border-top:1px solid #B3B3B3;
    margin-top:36px;
}
.progress-one ul li.progress-line.active{
    border-color: #22A7F0;
}
.forget-pw-content .forget-content{
    margin-top:40px;
    padding-left:20px;
    font-size:14px;
}
.forget-pw-content .forget-content p{
    font-size:14px;
    margin-bottom:20px;
    line-height:20px;
}
.forget-next-step{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #22A7F0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.forget-next-step:hover{
    text-decoration: none;
}
/* 备案 */
.keep-on-record{
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin: 20px 0;
}
.forget-progress-tiptitle{
    font-size: 16px;
    font-weight: bold;
}
.forget-progress-tiptext{
    font-size: 12px;
    color: #666;
    margin: 10px 0;
    font-weight: bold;
}
.forget-resend-code{
    font-size: 12px;
    color: #22A7F0;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
}

