.yichen_hot_goods {
    padding: var(--component-gap) 0 0;
    overflow: hidden;
    position: relative;
    margin-left: calc((100vw - 1200px) / 2);
}

.yichen_hot_goods_title h2 {
    color: #545353;
    text-align: center;
    font-size: var(--title-size-h1);
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}
.yichen_hot_goods_title .title2{
    text-align: center;
    margin-top: 15px;
    margin-bottom:100px;
}
.yichen_hot_goods_title {
    margin-left: calc((1200px - 100vw) / 2);
}

.yichen_hot_goods_list {
    position: relative;
    margin-top: 50px;
    padding-right: 65px !important;
}

.yichen_hot_goods .swiper {
    overflow: inherit !important;
}


.yichen_hot_goods .swiper-btn-prev,
.yichen_hot_goods .swiper-btn-next {
    width: 36px !important;
    height: 36px !important;
    cursor: pointer;
}

.yichen_hot_goods_list_btn {
    position: absolute;
    top: -98px;
    right: calc((100vw - 1200px) / 2);
    display: flex;
    align-items: center;
    gap: 12px;
}

.yichen_hot_goods .swiper-slide {
    width: 100%;
    background: #F5F5F5;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.yichen_hot_goods_item_img {
    width: 100%;
    text-align: center;
}

.yichen_hot_goods .swiper-slide img {
    width: 57.5%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.yichen_hot_goods .swiper-slide h3 {
    color: var(--color-primary);
    font-size: var(--title-size-h3);
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yichen_hot_goods_item_info {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 11px;
    height: max-content;

}

.yichen_hot_goods_item_info_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 11px;
}

.yichen_hot_goods_item_info_title {
    /* word-break: break-all; */
    width: 41%;
    color: #545353;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.yichen_hot_goods_item_info_value {
    word-break: break-all;
    width: 52%;
    color: #545353;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1500px) {

    .yichen_hot_goods_item_info_title,
    .yichen_hot_goods_item_info_value {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .yichen_hot_goods {
        margin-left: calc((100vw - 960px) / 2);
    }

    .yichen_hot_goods_title {
        margin-left: calc((960px - 100vw) / 2);
    }

    .yichen_hot_goods_list_btn {
        top:-90px;
        right: calc((100vw - 960px) / 2);
    }
}

@media screen and (max-width: 992px) {
    .yichen_hot_goods {
        margin-left: calc((100vw - 720px) / 2);
    }

    .yichen_hot_goods_item_info_title,
    .yichen_hot_goods_item_info_value {
        font-size: 12px;
    }

    .yichen_hot_goods_title {
        margin-left: calc((720px - 100vw) / 2);
    }

    .yichen_hot_goods_list_btn {
        right: calc((100vw - 720px) / 2);
    }
}

@media screen and (max-width: 768px) {
    .yichen_hot_goods_item_info {
        gap: 6px;
        margin-top: 6px;
    }

    .yichen_hot_goods {
        margin-left: calc((100vw - 540px) / 2);
    }

    .yichen_hot_goods_title {
        margin-left: 0;
    }

    .yichen_hot_goods_list_btn {
        right: calc((100vw - 540px) / 2);
    }

    .yichen_hot_goods {
        padding: 50px 0 0;
    }

    .yichen_hot_goods_title h2 {
        text-align: left;
    }

    /* .yichen_goods_type {
        padding: 12px 0 0;
    } */

    .yichen_hot_goods_list {
        margin-top: 25px;
    }

    .yichen_hot_goods .swiper-button-prev {
        left: -60px !important;
    }

    .yichen_hot_goods .swiper-button-prev:after,
    .yichen_hot_goods .swiper-button-next:after {
        font-size: 12px !important;
    }

    .yichen_hot_goods_list_btn {
        top: -55px;
    }

    .yichen_hot_goods .swiper-btn-prev,
    .yichen_hot_goods .swiper-btn-next {
        width: 24px !important;
        height: 24px !important;
    }
}

@media screen and (max-width: 576px) {
    .yichen_hot_goods .swiper-slide h3 {
        font-size: 14px;
    }

    .yichen_hot_goods .swiper-slide {
        padding: 10px 8px;
    }

    .yichen_hot_goods {
        margin-left: calc((100vw - 450px) / 2);
    }

    .yichen_hot_goods_list_btn {
        right: calc((100vw - 450px) / 2);
    }
}

@media screen and (max-width: 480px) {
    .yichen_hot_goods {
        margin-left: calc((100vw - 360px) / 2);
    }

    .yichen_hot_goods_list_btn {
        right: calc((100vw - 360px) / 2);
    }

    .yichen_hot_goods_item_info_title,
    .yichen_hot_goods_item_info_value {
        word-break: break-word;
    }
}