.wb-banner__AMI {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wb-banner__AMI .button-prev {
    position: absolute;
    left: -50px;
    top: 30%;
}

.wb-banner__AMI .button-next {
    font-size: 30px;
    position: absolute;
    right: -50px;
    top: 30%;
}

.wb-banner__AMI .button-next .icon,
.wb-banner__AMI .button-prev .icon {
    font-size: 50px;
}

.wb-banner__AMI__box {
    width: 1200px;
    position: relative;
}

.wb-banner__AMI__swiper {
    width: 1200px;
    padding: 40px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.wb-banner__AMI__box .list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.wb-banner__AMI__box .item {
    flex: 0 0 auto;
    display: flex;
    justify-content: start;
    align-items: center;
    width: auto;
    flex-direction: column;
    color: #0D0D0D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    gap: 10px;
}

.wb-banner__AMI__box .item img {
    width: 80px;
    height: 80px;
}

.wb-banner__ATB {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.wb-banner__ATB__box {
    width: 1200px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;

}

.wb-banner__ATB__box .list .item img {
    width: 100%;
}

.wb-banner__ATB__box .swiper-pagination {
    position: absolute;
    height: 22px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wb-banner__ATB__box .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 1;
}

.wb-banner__ATB__box .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
}

.main__best-seller {
    background: #fff;
}

.main__best-seller .content-wrap {
    background: #fff;
    margin: 0;
    padding: 0;
}

.main__best-seller .base-wrap .title-box .title-type-2 .wi-icon {
    color: var(--black20);
}

.slider-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-wrap .section-box {
    width: 1200px;
}


.slider-wrap .title-box {
    width: 100%;
    display: flex;
    height: 48px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    margin-bottom: 15px;
}

.slider-wrap .title-box .title {
    color: #0D0D0D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.slider-wrap .title-box .btn-more {
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 600;
    gap: 0;
}


.slider-wrap .title-box .btn-more .wi-icon {
    color: #D5D5D5;
}

.slider-wrap .section-box .content-wrap {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    box-sizing: border-box;
    position: relative;
}


.slider-wrap .section-box .content-wrap .wi-icon {
    position: absolute;
}

.slider-wrap .section-box .content-wrap .wi-arrow-left {
    left: 0;
    width: 36px;
    top: 50%;
}

.slider-wrap .section-box .content-wrap .wi-arrow-right {
    right: 0;
    width: 36px;
    top: 50%;
}

.slider-wrap .section-box .swiper-container {
    width: 100%;
    overflow: hidden;
}

.wb-banner__AMSB__modal .content {
    max-height: 800px;
}