.yichen_hot_goods3 {
    padding: var(--component-gap, 90px) 0;
}

.yichen_hot_goods3 .container {
    position: relative;
}

.yichen_hot_goods3 .container h2 {
    color: #545353;
    text-align: center;
    font-size: var(--title-size-h2, 36px);
    font-weight: 700;
    line-height: 1;
}
.yichen_hot_goods3 .container .title2{
    text-align: center;
    margin-top: 15px;
}
.yichen_hot_goods3 .yichen_hot_goods2_list {
    padding: 50px 0 0;
}

.yichen_hot_goods3 .swiper-slide {
    fill: #F5F5F5;
    position: relative;
}

.yichen_hot_goods3 .bg_pic {
    width: 100%;
    height: auto;
    aspect-ratio: 360/408;
    object-fit: cover;
    object-position: bottom;
}

.yichen_hot_goods3 .yichen_hot_goods2_item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.yichen_hot_goods3 .yichen_hot_goods2_item_title {
    width: 100%;
    border-radius: 5px;
    background: #014AB1;
    box-shadow: -1px 2px 2px 0 rgba(0, 0, 0, 0.00);
    color: #FFF;
    text-align: center;
    font-size: var(--title-size-h3);
    font-weight: 600;
    line-height: normal;
    padding: 10px 0;
    margin-top: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yichen_hot_goods3 .yichen_hot_goods2_item img {
    width: 57%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.yichen_hot_goods3 .yichen_hot_goods2_item_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 30px;
}

.yichen_hot_goods3 .yichen_hot_goods2_item_content_title {
    width: 35%;
    color: #595757;
    font-size: var(--text-size);
    font-weight: 400;
    line-height: 143%;
    text-transform: capitalize;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yichen_hot_goods3 .yichen_hot_goods2_item_content_value {
    width: calc(65% - 30px);
    color: #595757;
    font-size: var(--text-size);
    font-weight: 400;
    line-height: 143%;
    text-transform: capitalize;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yichen_hot_goods3 .swiper-button-prev:after,
.yichen_hot_goods3 .swiper-button-next:after {
    display: none !important;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.yichen_hot_goods3 .swiper-button-prev_icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-primary);
}

.yichen_hot_goods3 .iconfont {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-primary);
}

.yichen_hot_goods3 .swiper-button-prev {
    left: -66px !important;
    top: 60% !important;
}

.yichen_hot_goods3 .swiper-button-next {
    right: -66px !important;
    top: 60% !important;
}

@media (max-width: 1500px) {
    .yichen_hot_goods3 .swiper-button-prev {
        left: -40px !important;
    }

    .yichen_hot_goods3 .swiper-button-next {
        right: -40px !important;
    }
}

@media (max-width: 1200px) {
    .yichen_hot_goods2_item_content {
        padding: 0 0 0 20px;
    }

    .yichen_hot_goods3 .yichen_hot_goods2_item_content_value {
        width: calc(65% - 20px);
    }
}

@media (max-width: 992px) {

    .yichen_hot_goods3 .swiper-button-prev,
    .yichen_hot_goods3 .swiper-button-next {
        display: none !important;
    }

    .yichen_hot_goods3 .yichen_hot_goods2_item_title {
        margin-top: 12px;
        padding: 6px 0;
    }

    .yichen_hot_goods3 .yichen_hot_goods2_list {
        padding: 20px 0 0;
    }
    .yichen_hot_goods3 .bg_pic {
        aspect-ratio: 1/1;
    }
}
@media (max-width: 768px){
    .yichen_hot_goods3 .bg_pic {
        aspect-ratio: 360/408;
    }
}
@media (max-width: 576px){
    .yichen_hot_goods3 .bg_pic {
        aspect-ratio: 1/1;
    }
}