.modifty-phone{
    width: 100%;
    padding: 10px 20px 70px;
    background-color: #ffffff;
}
.centr{
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    padding-top: 60px;
}
.el-steps--horizontal{
    width: 60%;
}
.steps-one{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.one-top{
    font-size: 14px;
    color: #333333;
}
.one-center{
    margin-top: 22px;
    display: flex;
    align-items: center;
}
.phone-search-text{
    background-color: var(--themeColor);
    font-size: 14px;
    color: #fff;
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.one-btn{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.yan .el-input__inner{
    border-right: none;
    border-radius: 0px !important;
}
.one-top-one{
    width: 320px;
    display: flex;
    height: 40px;
    align-items: center;
    border: 1px solid #DDDDDD;
}
.img-div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 100%;
}
.img-div img {
    width: 20px;
    height: 20px;
}
.one-top-one .shu {
    width: 1px;
    height: 24px;
    background-color: #DDDDDD;
}
.new-phone .el-input__inner{
    height: 38px;
    border: none;
}
.success-img{
    width: 90px;
    height: 90px;
}
.succecc-txt{
    margin-top: 20px;
    font-size: 26px;
    color: #333333;
}
.el-step__head.is-success {
    color: #E1251B;
    border-color: #E1251B;
}
.el-step__title.is-success{
    color: #666666;
}
.el-step__title.is-process{
    color: #666666;
    font-weight: normal;
}
.el-step__title.is-wait{
    color: #666666;
}
.el-step__head.is-process {
    color: #C0C4CC;
    border-color: #C0C4CC;
}
.phone-btn{
    width: 144px !important;
    height: 42px !important;
    background-color: #CCCCCC !important;
    border-radius: 2px !important;
    padding: 0px 0px;
    border: none !important;
}
.phone-steps{
    display: flex;
    align-items: center;
}
.phone-steps>div{
    display: flex;
    align-items: center;
}
.phone-steps-txt{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #DDDDDD;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}
.phone-steps-h{
    width: 76px;
    height: 6px;
    background-color: #DDDDDD;
}
.select-phone-steps-txt{
    background-color: var(--themeColor);
    color: #fff;
}
.select-phone-steps-h{
    background-color: var(--themeColor);
    border-radius: 3px;
}
.phone-steps-h-one{
    background-color: var(--themeColor);
    border-radius: 3px;
}
.phone-steps-h-two{
    background-color: var(--themeColor);
}