.renman2-section .text-columns-with-images__title {
    overflow: hidden;
    margin-bottom: 10px;
}

.renman2-section .text-columns-with-images__subtitle {
    margin-bottom: 20px;
}

.renman2-section .text-columns-with-images__control {
    text-align: center;
    margin-top: 30px;
}

.renman2-section .renman-card {
    height: 100%;
    position: relative;
    width: 100%;
    font-size: 0;
}

.renman2-section .renman-card__wrapper {
    height: 100%;
    position: relative;
    transition: all 0.2s;
    z-index: 2;
    overflow: hidden;
}

.renman2-section .renman-card__image {
    display: inline-block;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.renman2-section .renman-card__image--round {
    border-radius: 50%;
}

.renman2-section .renman-card__link {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.renman2-section .renman-card__link img {
    height: 100%;
    left: 0;
    min-height: 1px;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.renman2-section .renman-card__content {
    margin:  0;
}

.renman2-section .renman-card__title {
    margin-bottom: 15px;
    font-size: 16px;
}

.renman2-section .renman-card__icon {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.renman2-section .renman-card__text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.renman2-section .renman-card__button {
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    font-size: 14px;
}

.renman2-section .renman-card__button--left {
    justify-content: flex-start;
}

.renman2-section .renman-card__button--center {
    justify-content: center;
}

.renman2-section .renman-card__button .button-text {
    margin-right: 7px;
    word-break: break-all;
}

.renman2-section .renman-card__button .button-arrow {
    display: inline-flex;
    transform: rotate(-90deg);
}

.renman2-section .renman-card__button .button-arrow svg {
    width: 12px;
    height: 12px;
}

.renman2-section .renman-card__video {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.renman2-section .swiper-wrapper {
    align-items: stretch;
}

.renman2-section .swiper-slide {
    display: flex;
    height: auto;
}

.renman2-section .swiper-slide>.renman-card {
    width: 100%;
}

.renman2-section .swiper {
    position: relative;
}

.renman2-section .swiper-button-next,
.renman2-section .swiper-button-prev {
    background: #f1f1f1;
    border-radius: 50%;
    padding: 18px;
    width: 25px;
    height: 25px;
    z-index: 5;
}

.renman2-section .swiper-button-next:after,
.renman2-section .swiper-button-prev:after {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.renman2-section .swiper-pagination {
    position: relative;
    margin-top: 16px;
    bottom: auto;
}

.renman2-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #c8c8c8;
    opacity: 1;
    transition: all 0.2s;
}

.renman2-section .swiper-pagination-bullet-active {
    background: #000;
    width: 20px;
    border-radius: 4px;
}

@media (max-width: 959px) {
    .renman2-section .text-columns-with-images__title {
        /* font-size: var(--renman2-title-mobile, inherit); */
    }

    .renman2-section .text-columns-with-images__subtitle {
        margin-bottom: 10px;
    }

    .renman2-section .renman-card__icon {
        width: 25px;
    }

    .renman2-section .renman-card__title {
        margin-bottom: 10px;
    }

    .renman2-section .renman-card__text {
        margin-bottom: 10px;
    }

    .renman2-section .text-columns-with-images__control {
        margin-top: 20px;
    }

    .renman2-section .swiper-button-next,
    .renman2-section .swiper-button-prev {
        display: none;
    }
}

.renman2-section .swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

/* 加购图标（仅展示） */
.renman2-section .renman-card__qa-icon {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    opacity: 0.7;
    pointer-events: none;
}

.renman2-section .renman-card__qa-icon--link {
    pointer-events: auto;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.renman2-section .renman-card__qa-icon--link:hover {
    opacity: 1;
    transform: scale(1.08);
}

.renman2-section .renman-card__qa-icon svg {
    width: 18px;
    height: 18px;
    color: #29252c;
}

.renman2-section .renman-card__qa-icon--top-left {
    top: 10px;
    left: 10px;
}

.renman2-section .renman-card__qa-icon--top-right {
    top: 10px;
    right: 10px;
}

.renman2-section .renman-card__qa-icon--bottom-left {
    bottom: 10px;
    left: 10px;
}

.renman2-section .renman-card__qa-icon--bottom-right {
    bottom: 10px;
    right: 10px;
}

@media (max-width: 768px) {
    .renman2-section .renman-card__qa-icon {
        width: 32px;
        height: 32px;
    }

    .renman2-section .renman-card__qa-icon svg {
        width: 16px;
        height: 16px;
    }
}
