.testimonials-customer-review {
    margin-bottom: 1rem;
    padding: 0 2.2rem;
    position: relative;
    margin-top: 0.92rem;
}
.testimonials-customer-review h2 {
    color:#333;
    text-align: center;
    font-family: Avenir;
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 800;
    line-height: 0.66rem;
    text-transform: uppercase;
    margin-bottom: 0.39rem;
}
.testimonials-customer-review .customer-rating {
    border-radius: 8px;
    background: #F8F8F8;
    padding-top: 0.41rem;
    padding-bottom: 0.41rem;
    text-align: center;
    margin-bottom: 0.41rem;
}
.testimonials-customer-review .customer-rating .title {
    color: #333;
    font-family: Avenir;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 800;
    line-height:133.333%;
    margin-bottom: 0.21rem;
}
.testimonials-customer-review .customer-rating .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
}
.testimonials-customer-review .customer-rating .content .score {
    color: #333;
    text-align: center;
    font-family: Avenir;
    font-size: max(0.24rem,12px);
    font-style: normal;
    font-weight: 800;
    line-height: 133.333%;
}
.testimonials-customer-review  .star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.testimonials-customer-review .customer-rating .content .total {
    color: #B5B5B5;
    text-align: center;
    font-family: Avenir;
    font-size: max(0.20rem,12px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.testimonials-customer-review .customer img {
    width: 0.80rem;
    height: 0.80rem;
    border-radius: 50%;
}

.testimonials-customer-review .testimonials-swiper .swiper-slide {
    border-radius: 8px;
    background: #F8F8F8;
    display: flex;
    width: 4.75rem;
    height: 4.28rem;
    padding: 0.39rem 0.15rem 0.31rem 0.30rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0.7rem;
}

.testimonials-customer-review .testimonials-swiper .swiper-slide .customer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    margin-bottom: 0.1rem;
}

.testimonials-customer-review .testimonials-swiper .swiper-slide .customer .name {
    display: flex;
    gap: 0.03rem;
    color:  #333;
    font-family: Avenir;
    font-size: max(0.20rem,12px);
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
}

.testimonials-customer-review .testimonials-swiper .swiper-slide .time {
    color:  #B5B5B5;
    font-family: Avenir;
    font-size: max(0.18rem,12px);
    font-style: normal;
    font-weight: 400;
    line-height: 177.778%;
}

.testimonials-customer-review .testimonials-swiper .swiper-slide .customer .name span {
    display: flex;
    align-items: center;
}

.testimonials-customer-review .testimonials-swiper .swiper-slide .des {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: Avenir;
    font-size: max(0.18rem,12px);
    font-style: normal;
    font-weight: 400;
    line-height: 177.778%;
}

.testimonials-customer-review .testimonials-swiper .swiper-pagination-bullet {
    background-color: #D9D9D9 !important;
}

.testimonials-customer-review .testimonials-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2C63A0 !important;
}


.testimonials-customer-review .testimonials-swiper  .swiper-button-next, .testimonials-customer-review .testimonials-swiper .swiper-button-prev {
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 50%;
    top: 43%;
}
.testimonials-customer-review .testimonials-swiper  .swiper-button-next:hover, 
.testimonials-customer-review .testimonials-swiper .swiper-button-prev:hover {
    background-color: var(--Color,#5396FF);
}
.testimonials-customer-review .testimonials-swiper  .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
}

.testimonials-customer-review .testimonials-swiper .swiper-button-next:after, .testimonials-customer-review .testimonials-swiper .swiper-button-prev:after {
    display: none!important;
}


@media screen and (max-width: 1025px) {
    .testimonials-customer-review {
        padding: 0 0.3rem;
    }
    .testimonials-customer-review .testimonials-swiper .swiper-slide {
        width: 6.86rem;
        height: initial;
        padding: 0.51rem 0.39rem;
    }
    .testimonials-customer-review .testimonials-swiper .swiper-slide .des,
    .testimonials-customer-review .testimonials-swiper .swiper-slide .customer .name {
        font-size: 0.24rem;
    }
    .testimonials-customer-review .testimonials-swiper  .swiper-pagination-bullet {
       padding: 0.05rem;
    }

}