.runfeng_related_goods{
    padding: var(--text-gap) 0 var(--content-gap);
}

.runfeng_related_goods_title{
    color: var(--title-text-color);
    font-size: var(--title-size-h6);
    font-weight: 700;
    line-height: 1.25;
}
.runfeng_goods_read_nav_content_related_products{
    margin-top: var(--text-gap-md);
}

.runfeng_goods_read_nav_content_related_products_item_image {
    position: relative;
}

.runfeng_goods_read_nav_content_related_products_item_tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.runfeng_goods_read_nav_content_related_products_item_tag_text {
    padding: 3px 10px;
    color: #FFF;
    font-family: var(--title-font-family);
    font-size: var(--text-size);
    font-weight: 700;
    line-height: 1.25;

}

.runfeng_goods_read_nav_content_related_products_item_tag_text:nth-child(odd) {
    background: #535353;
}

.runfeng_goods_read_nav_content_related_products_item_tag_text:nth-child(even) {
    background: #7E7E7E;
}

.runfeng_goods_read_nav_content_related_products .swiper-slide img {
    width: 100%;
    aspect-ratio: 342/220;
    object-fit: cover;
}

.runfeng_goods_read_nav_content_related_products_item_content_title {
    color: var(--title-text-color);
    font-family: var(--title-font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.55;
    margin-top: 14px;
    height: calc(22px * 1.55 * 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.runfeng_goods_read_nav_content_related_products_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 * 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}