.regist-steps{
    display: flex;
    margin-top: 60px;
    margin-left: 28px;
    margin: 60px 0 87px 28px;
}

.regist-steps li{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 164px;
}

.regist-steps p{
    white-space: nowrap;
}

.regist-steps li:last-child{
    margin: 0;
}

.steps-number{
    position: relative;
    width:32px;
    height:32px;
    background:rgba(221,221,221,1);
    border-radius:50%;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}

.steps-number::before{
    content: '';
    width: 196px;
    height: 4px;
    position: absolute;
    background: #ddd;
    top: 12px;
    left: -196px;
}

.now-step::before{
    background: #4C87FB;
}

.last-number::before{
    width: 0;
}

.now-step{
    background: #4C87FB;
}

.btn-size{
    width: 180px;
    height: 44px;
    cursor: pointer;
    margin-right: 26px;
}

.btn-group{
    margin-top: 60px;
}

.label{
    font-size: 14px;
}

.send-code{
    position: absolute;
    right: 5px;
    border: 0;
}
.form-group{
    position: relative;
    margin-bottom: 30px;
}

.send-code::before{
    content: '|';
    margin-right: 16px;
    color: #D5DADF;
}

.complete{
    display: flex;
    flex-direction: row;
    margin-bottom: 169px;
}

.change-tip{
    font-size: 24px;
    color: #333;
    margin-top: 7px;
    margin-bottom: 19px;
}
.back-home{
    display: block;
    margin-bottom: 40px;
    color: #4C87FB;
    text-decoration: underline;
}
.back-home:hover{
    text-decoration: underline;
}

.success-icon{
    width: 177px;
    height: 154px;
    margin-right: 32px;
    margin-left: 46px;
}

.form-verify {
    position: absolute;
    top: 46px;
    left: 80px;
}