.partnerContent {
    width: 100%;
    padding-bottom: 50px;
}

.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: 63vw;
    margin: 2vw auto 0;
    display: flex;
    flex-wrap: wrap;
}

.list {
    width: 21vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1vw;
    cursor: pointer;
    padding: 0.5vw;
}

.listImg {
    width: 100%;
    max-height: 10.16vw;
}

@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;
    }

    .listBox {
        width: 90vw;
        margin: 2vw auto 0;
        display: flex;
        flex-wrap: wrap;
    }

    .list {
        width: 33.33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        cursor: pointer;
        padding: 0.5vw;
    }

    .listImg {
        width: 97%;
        max-height: none;
    }
}



@media (max-width: 475px) {
    .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;
    }

    .listBox {
        width: 90vw;
        margin: 2vw auto 0;
        display: flex;
        flex-wrap: wrap;
    }

    .list {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        cursor: pointer;
        padding: 0.5vw;
    }

    .listImg {
        width: 97%;
        max-height: none;
    }
}