.post-repair {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
}

h1 {
    font-size: 40px;
    margin-top: 100px;
}
.desc {
    font-size: 18px;
    margin-top: 24px;
    text-align: center;
}
.qrcode {
    width: 180px;
    margin-top: 48px;
}
.tip {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.divider {
    width: 900px;
    height: 1px;
    background-color: #e7e7e7;
    margin: 50px 0;
}
.progress {
    display: -webkit-box;
    display: flex;
    margin-bottom: 60px;
}
.item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin-right: 75px;
}
.progress .item:last-child {
    margin-right: 0;
}
.item-icon {
    width: 92px;
    height: 92px;
}
.name {
    font-size: 18px;
    color: #585858;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 25px;
        margin-top: 45px;
    }
    .desc {
        font-size: 16px;
        margin-top: 30px;
    }
    .qrcode {
        width: 160px;
        margin-top: 32px;
    }
    .tip {
        margin-top: 27px;
        font-size: 16px;
    }
    .tip span {
        display: block;
        margin-bottom: 5px;
    }
    .divider {
        width: 100%;
        margin: 24px 0;
    }
    .progress {
        width: 100%;
        flex-wrap: wrap;
        display: -webkit-box;
        display: flex;
        justify-content: space-around;
        margin-bottom: 30px;
    }
    .item {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        margin-right: 0;
    }
    .progress .item:last-child {
        margin-right: 0;
    }
    .item-icon {
        width: 50px;
        height: 50px;
    }
    .name {
        font-size: 13px;
        margin-top: 12px;
    }
}