.yichen_hot_goods2 {
    padding: var(--component-gap) 0 0;
    font-family: var(--font-family);
}

.yichen_hot_goods2 h2 {
    color: #545353;
    text-align: center;
    font-size: var(--title-size-h2);
    font-weight: 700;
    line-height: 1;
}
.yichen_hot_goods2 .title2{
    text-align: center;
    margin-top: 15px;
}

.yichen_hot_goods2 .yichen_hot_goods2_list {
    padding: 50px 38px 0;
}

.yichen_hot_goods2 .yichen_hot_goods2_weight,
.yichen_hot_goods2 h3 {
    color: #545353;
    font-size: var(--title-size-h3);
    font-weight: 600;
    line-height: 1.3333;
}

.yichen_hot_goods2 h3{
    height: calc(var(--title-size-h3) * 1.3333 * 4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.yichen_hot_goods2 .yichen_hot_goods2_btn {
    border-radius: 6px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-size: var(--text-flag-size);
    font-weight: 600;
    line-height: 1.66;
    padding: 3px 19px;
    margin-top: 23px;
    width: fit-content;
}

.yichen_hot_goods2 .yichen_hot_goods2_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 220px;
}

.yichen_hot_goods2 .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 37px 30px 37px 30px;
    margin-bottom: 5px;
}

.yichen_hot_goods2 .yichen_hot_goods2_pic {
    width: 42%;
    height: auto;
    aspect-ratio: 217/177;
    object-fit: cover;
}


.yichen_hot_goods2 .yichen_hot_goods2_img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: calc(18px - 100%);
    left: 0;
    background: #002EA5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yichen_hot_goods2 .yichen_hot_goods2_img_box img {
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.yichen_hot_goods2 .swiper-slide:hover .yichen_hot_goods2_img_box {
    bottom: 0;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .yichen_hot_goods2 .yichen_hot_goods2_list {
        padding: 30px 5px 0;
    }
    .yichen_hot_goods2 .yichen_hot_goods2_box{
        min-height: 160px;
    }
}
