.runfeng_design_product {
    position: relative;
    overflow: hidden;
    padding: var(--content-gap) 0 calc(var(--content-gap) + var(--content-gap-md));
}

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

.runfeng_design_product_list {
    width: 100%;
    margin-top: calc(var(--text-gap-lg) * 2);
    margin-left: calc(var(--text-gap-md) * 2) !important;
}

.runfeng_design_product_item {
    position: relative;
}

.runfeng_design_product_item img {
    width: 100%;
    aspect-ratio: 340/600;
    object-fit: cover;
}

.runfeng_design_product_item_content_title {
    color: var(--title-text-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.54;
    margin-top: calc(var(--text-gap-md) / 2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.runfeng_design_product_item_content_desc {
    color: rgba(40, 40, 40, 0.70);
    font-size: var(--text-size);
    font-weight: 400;
    line-height: 1.375;
    margin-top: 4px;
    /* height: calc(var(--text-size) * 1.375 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
    word-break: break-all;
}

.runfeng_design_product .swiper-pagination .swiper-pagination-bullet {
    background: rgba(40, 40, 40, 0.20);
}

.runfeng_design_product .swiper-pagination .swiper-pagination-bullet-active {
    background: #282828;
}

.runfeng_design_product .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--content-gap) !important;
}