.afterSaleContent {
    width: 100%;
}

.bannerImg {
    width: 100%;
    height: 30.21vw
}

.contentTitle {
    width: 100%;
    color: rgba(38, 38, 38, 1);
    font-size: 2vw;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    text-align: center;
    margin: 3vw 0;
}

.afterSale_img {
    width: 62.5vw;
    height: 34.48vw;
    margin: 3.17vw calc(50% - 31.25vw);
}

.listBox {
    width: 62.5vw;
    margin: 2vw auto 0;
}

.list {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #EAEDF4;
    display: flex;
    justify-content: space-between;
}

.list_blue {
    width: 0.42vw;
    height: 1.25vw;
    background-color: #1B7BFF;
}

.listContent {
    height: 6vw;
    flex: 1;
    padding-left: 1vw;
}

.listTitle {
    color: rgba(0, 0, 0, 1);
    font-size: 1.04vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listText {
    color: rgba(85, 95, 111, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 1.56vw;
}

.listTime {
    color: rgba(163, 167, 177, 1);
    font-size: 0.78vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin-top: 1.56vw;
}

.pageBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4vw auto;
}

.pageList {
    width: 1.67vw;
    height: 1.67vw;
    border-radius: 5px;
    border: 1px solid rgba(217, 217, 217, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(89, 89, 89, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin: 0 0.21vw;
    cursor: pointer;
}

.pageList:hover {
    color: #1B7BFF !important;
    border-color: #1B7BFF !important;
}

.pageListAction {
    color: #1B7BFF !important;
    border-color: #1B7BFF !important;
}

@media (max-width: 768px) {
    .contentTitle {
        width: 100%;
        color: rgba(38, 38, 38, 1);
        font-size: 5vw;
        font-family: PingFang-SC-Bold;
        font-weight: 700;
        text-align: center;
        margin: 3vw 0;
    }

    .afterSale_img {
        width: 90vw;
        height: auto;
        margin: 3.17vw calc(50% - 45vw);
    }

    .listBox {
        width: 90vw;
        margin: 2vw auto 0;
    }

    .list_blue {
        width: 1vw;
        height: 3.5vw;
        background-color: #1B7BFF;
    }

    .listContent {
        height: auto;
        flex: 1;
        padding-left: 1vw;
    }

    .listTitle {
        color: rgba(0, 0, 0, 1);
        font-size: 2.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .listText {
        color: rgba(85, 95, 111, 1);
        font-size: 2.3vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 1.56vw;
    }

    .listTime {
        color: rgba(163, 167, 177, 1);
        font-size: 2.3vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin-top: 1.56vw;
    }

    .pageBox {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 4vw auto;
    }

    .pageList {
        width: 5vw;
        height: 5vw;
        border-radius: 5px;
        border: 1px solid rgba(217, 217, 217, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(89, 89, 89, 1);
        font-size: 3vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin: 0 1vw;
        cursor: pointer;
    }
}