.runfeng_goods_hots {
    padding: 0 0 var(--content-gap);
    overflow: hidden;
}

.runfeng_goods_hots_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.runfeng_goods_hots_title {
    color: var(--title-text-color);
    font-size: var(--title-size-h1);
    font-weight: 700;
    line-height: 1.52;
}

@media (min-width: 1200px) {
    .runfeng_goods_hots_info {
        max-width: 60%;
    }
}

@media (min-width: 1500px) {
    .runfeng_goods_hots_info {
        max-width: 50%;
    }
}

.runfeng_goods_hots_list {
    width: 125vw;
    margin-left: -12.5vw !important;
    margin-top: calc(var(--text-gap-lg) * 2);
    padding-bottom: 100px !important;
}

.runfeng_goods_hots_list .swiper-slide {
    width: 100%;
    aspect-ratio: 10/7;
    object-fit: cover;
    position: relative;
}

.runfeng_goods_hots_list .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.runfeng_goods_hots_list .swiper-slide .runfeng_goods_hots_item_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-content: flex-end;
    padding: 0 var(--text-gap) var(--text-gap-md);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.2%, rgba(0, 0, 0, 0.40) 93.3%);
    color: #FFF;
    font-size: var(--title-size-h6);
    font-weight: 700;
    line-height: 1.5;
    
    height: calc(var(--title-size-h6) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.runfeng_goods_hots .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0 !important;
}

.runfeng_goods_hots .swiper-pagination .swiper-pagination-bullet {
    background: rgba(40, 40, 40, 0.2);
}

.runfeng_goods_hots .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(40, 40, 40, 1);
}

@media screen and (max-width: 1200px) {
    .runfeng_goods_hots_list {
        padding-bottom: 60px !important;
    }
}

@media screen and (max-width: 992px) {
    .runfeng_goods_hots_list {
        width: 140vw;
        margin-left: -20vw !important;
    }
}

@media screen and (max-width: 768px) {
    .runfeng_goods_hots_list {
        width: 150vw;
        margin-left: -25vw !important;
    }
}

@media screen and (max-width: 576px) {
    .runfeng_goods_hots_list {
        width: 170vw;
        padding-bottom: 40px !important;
        margin-left: -35vw !important;
    }
}

@media screen and (max-width: 480px) {
    .runfeng_goods_hots_list {
        width: 180vw;
        margin-left: -40vw !important;
    }
}