.tabList{
    display: flex;
    gap: .63rem;
    margin-bottom: 1.5rem;
}

.tabList .item{
    flex: 1;
    height: 0.81rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .13rem;
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    cursor: pointer;
}

.tabList .item img{
    width: .4rem;
    height: .4rem;
    object-fit: contain;
}

.tabList .item.act{
    background: #fff;
    color: #060708;
}

.content >.item{
    display: none;
}

.content >.item.act{
    display: block;
}

.conFoot{
    width: 100%;
    height: 4.2rem;
    background: #1F1F1F;
    display: flex;
    margin: .77rem 0 .98rem;
}

.conFoot img{
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.conFoot .right{
    width: 50%;
    padding: 1.23rem .75rem;
}

.lastTab .tabTit{
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    margin-bottom: .69rem;
    text-align: center;
}

.lastTab .list{
    display: flex;
    gap: .1rem;
    justify-content: center;
    margin-bottom: .42rem;
}

.lastTab .item{
    flex: 1;
    height: 0.5rem;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 0.15rem;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lastTab .item.act{
    background: #FFFFFF;
    color: #060708;
}

.lastTab .imgBox{
    width: 100%;
    height: 7.2rem;
}

.lastTab .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.lastTab .imgBox img.act{
    display: block;
}

.lastFoot{
    width: 100%;
    height: 10.8rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.lastFoot .text{
    margin-top: 1.7rem;
    max-width: 4.91rem;
    margin-left: 3.17rem;
}

.lastFoot .text .tit{
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    margin-bottom: .46rem;
}

.quality{
    padding: .43rem 0 3.24rem;
}

.quality .item .tit{
    width: 100%;
    min-height: 0.52rem;
    background: #4C4C4C;
    font-family: MiSans;
    font-weight: 600;
    font-size: 0.26rem;
    color: #FFFFFF;
    margin: .56rem 0 .61rem;
    padding: 0 .27rem;
    display: flex;
    align-items: center;
}

.quality .item .content{
    padding: 0 .8rem;
    margin-bottom: .94rem;
}

.quality .item .swiper{
    padding: 0 .8rem .67rem;
}

.quality .item .swiper img{
    height: 7.22rem;
    height: 6.55rem;
    display: block;
}

.quality .item .swiper .swiper-button-prev,
.quality .item .swiper .swiper-button-next{
    width: 0.62rem;
    height: 6.55rem;
    background: #282828;
    margin: 0;
    top: auto;
    bottom: .67rem;
}
.quality .item .swiper .swiper-button-prev::after,
.quality .item .swiper .swiper-button-next::after{
    color: #fff;
    font-size: .6rem;
}

.quality .item .swiper .swiper-pagination{
    bottom: 0;
    display: flex;
    justify-content: center;
}
.quality .item .swiper .swiper-pagination .swiper-pagination-bullet{
    width: .22rem;
    height: .22rem;
    background: transparent;
    border: 2px solid #fff;
    font-size: .14rem;
    align-items: center;
    justify-content: center;
    margin: 0 .1rem;
}