/* 全局样式 */
body {
    padding-top: 0 !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.content_wrapper {
    top: 86px;
}

.index-container {
    background-color: #212121;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    overflow: hidden;
    /* padding-top: 4.43vw; */
}

.index-container .content-section {
    z-index: 10;
    position: relative;
}

.section-page {
    position: relative;
}

.section-page *,
.common-popup * {
    line-height: initial;
    font-family: 'fzlt-gb1';
}

/* 第一部分 视频部分 */
/* px转成vw 要除以7.5px */
.section-page-1 {
    height: 177.73vw;
    position: relative;
}

.section-page-1 .videoBox-bg {
    width: 100%;
    height: 100%;
    position: relative;
}

.section-page-1 .videoBox-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/30th-anniversary/images/2025-kohler-30-pc/kv1.jpg) left top / 100% auto;
    z-index: 9;
}

.videoBox-bg.video-playing::before {
    display: none;
}

.section-page-1 .video {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    position: relative;
    z-index: 1;
}

.section-page-1 .video-play {
    width: 11.3vw;
    height: 11.3vw;
    background-image: url(../images/2025-kohler-30-pc/btn-play.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 159vw;
    right: 7.5vw;
    z-index: 10;
}

.section-page-1 .video-stop {
    background-image: url(../images/2025-kohler-30-pc/btn-stop.png);
}

.section-page-1 .video-text {
    font-size: 8.7vw;
    position: absolute;
    left: 6vw;
    top: 75%;
    color: #fff;
    line-height: 1.34;
}

.section-page-1 .kv-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* 第二部分 五个小视频 */
.section-page-text {
    width: 100%;
    padding: 0 6vw;
    font-size: 5vw;
    color: #fff;
    margin-top: 14vw;
    margin-bottom: 5vw;
    /* font-weight: bold; */
    font-family: 'fzlt-mid';
}

.section-page-content {
    font-size: 3.2vw;
    color: #fff;
    line-height: 1.8;
    margin-left: 6vw;
    margin-right: 6vw;
    margin-bottom: 7.33vw;
    text-align: justify;
}

.section-page-2 .listBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.06vw;
    position: relative;
}

.section-page-2 .listBox-item {
    position: relative;
    /* pointer-events: none; */
}

.section-page-2 .listBox-item::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.4);
    /* pointer-events: none; */
}

.section-page-2 .listBox-item.show::before {
    display: none;
}

.section-page-2 .listBox-item.tips::after {
    content: "即将发布，敬请期待";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    white-space: nowrap;
    padding: 8px 25px;
    border-radius: 50px;
    transform: translate(-50%, -50%);
}

.section-page-2 .listBox-img {
    width: 100%;
    height: auto;
    display: block;
}

.section-page-2 .listBox-item-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7.33vw;
    display: flex;
    align-items: center;
    gap: 3.2vw;
}

.section-page-2 .listBox-text {
    font-size: 3vw;
    line-height: 1.8;
}

.section-page-2 .btn-play-30 {
    width: 6.67vw;
    height: 6.67vw;
    background-image: url(../images/2025-kohler-30-mob/btn-play2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    visibility: hidden;
    ;
}

.section-page-2 .listBox-item.show .btn-play-30 {
    visibility: visible;
}

/* 第三部分  大事记*/
.section-page-3 .section-page-content {
    margin-bottom: 9vw;
}

.section-page-3 .swiper {
    width: 100%;
    position: relative;
}

.section-page-3 .mySwiper {
    padding-left: 6vw;
}

.section-page-3 .mySwiper .swiper-slide {
    width: 42.67vw;
    height: auto;
}

.section-page-3 .mySwiper .swiper-img {
    width: 100%;
    height: 42.67vw;
    object-fit: cover;
}

.section-page-3 .swiper-button-next,
.section-page-3 .swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 3.64vw;
    height: 3.64vw;
    opacity: 1;
    display: none;
}

.section-page-3 .swiper-button-next:after,
.section-page-3 .swiper-button-prev:after {
    font-size: 1.6vw;
}

.section-page-3 .mySwiper-timeline {
    margin-bottom: 5.33vw;
}

.section-page-3 .mySwiper-timeline .swiper-slide {
    width: 50vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2.4vw;
    flex-shrink: 0;
}

.section-page-3 .mySwiper-timeline .progressbar {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.section-page-3 .mySwiper-timeline .progressbar::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.5s ease-in-out;
}

.section-page-3 .timeline-year,
.section-page-3 .timeline-txt {
    font-size: 2.8vw;
    color: #fff;
    line-height: initial;
}

.section-page-3 .pointer {
    width: 1.06vw;
    height: 1.06vw;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

.section-page-3 .mySwiper-timeline .swiper-slide.swiper-slide-active .progressbar::before {
    width: 50%;
}

.section-page-3 .mySwiper-timeline .swiper-slide.swiper-slide-active .pointer {
    opacity: 1;
}


/* 第四部分 设计长廊 */
.section-page-4 .section-page-content {
    margin-bottom: 5.33vw;
}

.section-page-4 .mySwiper-design {
    position: relative;
}

.section-page-4 .mySwiper-design .swiper-slide {
    width: 80vw;
}

.section-page-4 .mySwiper-design .swiper-slide:first-child {
    margin-left: 6vw;
}

.section-page-4 .swiper-img-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-page-4 .swiper-img-box .swiper-img {
    width: 38.36vw;
    height: auto;
    display: block;
}

.section-page-4 .swiper-img-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.7vw;
    margin-bottom: 5.33vw;
    color: #fff;
}

.section-page-4 .line {
    width: 27vw;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.section-page-4 .line::before {
    content: "";
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-page-4 .line-left::before {
    right: -1.2vw;
}

.section-page-4 .line-right::before {
    left: -1.2vw;
}

.section-page-4 .title {
    font-size: 2.78vw;
}

.section-page-4 .swiper-button-next:after,
.section-page-4 .swiper-button-prev:after {
    content: none;
}

.section-page-4 .swiper-button-next,
.section-page-4 .swiper-button-prev {
    width: 1.3vw;
    height: 2.448vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
    display: none;
}

.section-page-4 .swiper-button-next.swiper-button-disabled,
.section-page-4 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}

.section-page-4 .swiper-button-next {
    background-image: url(../images/2025-kohler-30-pc/arrow-right.png);
}

.section-page-4 .swiper-button-prev {
    background-image: url(../images/2025-kohler-30-pc/arrow-left.png);
}

.section-page-4 .swiper-button-next:hover,
.section-page-4 .swiper-button-prev:hover {
    opacity: 1;
}

/* 第五部分 限定臻礼 */

.section-page-5 .img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.section-page-5 .img-box img {
    width: 100%;
    height: auto;
}

.section-page-5 .img-box .swiper-slide {
    width: 80vw;
}

.section-page-5 .img-box .swiper-slide:first-child {
    margin-left: 6vw;
}

.section-page-5 .swiper-button-next:after,
.section-page-5 .swiper-button-prev:after {
    content: none;
}

.section-page-5 .swiper-button-next,
.section-page-5 .swiper-button-prev {
    width: 1.3vw;
    height: 2.448vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
    display: none;
}

.section-page-5 .swiper-button-next.swiper-button-disabled,
.section-page-5 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}

.section-page-5 .swiper-button-next {
    background-image: url(../images/2025-kohler-30-pc/arrow-right.png);
}

.section-page-5 .swiper-button-prev {
    background-image: url(../images/2025-kohler-30-pc/arrow-left.png);
}

.section-page-5 .swiper-button-next:hover,
.section-page-5 .swiper-button-prev:hover {
    opacity: 1;
}

/* 第六部分 探索更多 */
.section-page-6 .section-page-text {
    width: 100%;
    padding: 0 6vw;
    font-size: 3.4vw;
    margin-top: 11.3vw;
    margin-bottom: 14vw;
    text-align: center;
    line-height: 2;
    font-weight: normal;
    font-family: 'fzlt-gb1';
}

.section-page-6 .btn-more-30 {
    font-size: 4.27vw;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-bottom: 12.8vw;
}

.section-page-6 .more-links {
    width: 100%;
    padding: 0 6vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12vw 14.6vw;
    color: #fff;
    font-size: 2.67vw;
    line-height: 1.2;
    margin-bottom: 12.8vw;
}

.section-page-6 .more-links li {
    list-style: none;
    text-align: center;
}

.section-page-6 .more-links a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
}

.section-page-6 .more-links img {
    width: 14.8vw;
    height: 14.8vw;
}

/* 第七部分 底部 */
.section-page-7 img {
    width: 100%;
    height: auto;
    display: block;
}


/* 第八部分 雅集纷呈 盛事荟萃 */
.section-page-8 .section-page-content {
    margin-bottom: 5.33vw;
}

.section-page-8 .mySwiper-note {
    position: relative;
}

.section-page-8 .mySwiper-note .swiper-slide {
    width: 80vw;
}

.section-page-8 .mySwiper-note .swiper-slide:first-child {
    margin-left: 6vw;
}

.section-page-8 .swiper-button-next:after,
.section-page-8 .swiper-button-prev:after {
    content: none;
}

.section-page-8 .swiper-button-next,
.section-page-8 .swiper-button-prev {
    width: 1.3vw;
    height: 2.448vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
    display: none;
}

.section-page-8 .swiper-button-next.swiper-button-disabled,
.section-page-8 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}

.section-page-8 .swiper-button-next {
    background-image: url(../images/2025-kohler-30-pc/arrow-right.png);
}

.section-page-8 .swiper-button-prev {
    background-image: url(../images/2025-kohler-30-pc/arrow-left.png);
}

.section-page-8 .swiper-button-next:hover,
.section-page-8 .swiper-button-prev:hover {
    opacity: 1;
}

.section-page-8 .note-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
}

.section-page-8 .note-content-img {
    width: 100%;
}

.section-page-8 .note-content-img img {
    width: 100%;
    height: auto;
    display: block;
}

.section-page-8 .note-content-title {
    font-size: 3.2vw;
    color: #fff;
}















/* 动画 */
.scroll-animation {
    transform: translateY(60px);
    opacity: 0;
    /* 添加基础transition，避免抖动 */
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    /* 移动端优化 */
    will-change: transform, opacity;
}

.scroll-animation.active {
    transform: translateY(0);
    opacity: 1;
}

.scroll-left-animation {
    transform: translateX(-260px);
    opacity: 0;
    /* 添加基础transition，避免抖动 */
    transition: transform 2s cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    /* 移动端优化 */
    will-change: transform, opacity;
}

.scroll-left-animation.active {
    transform: translateX(0);
    opacity: 1;
}

.scroll-right-animation {
    transform: translateX(260px);
    opacity: 0;
    /* 添加基础transition，避免抖动 */
    transition: transform 2s cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    /* 移动端优化 */
    will-change: transform, opacity;
}

.scroll-right-animation.active {
    transform: translateX(0);
    opacity: 1;
}

.scroll-top-animation {
    transform: translateY(-60px);
    opacity: 0;
    /* 添加基础transition，避免抖动 */
    transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    /* 移动端优化 */
    will-change: transform, opacity;
}

.scroll-top-animation.active {
    transform: translateY(0);
    opacity: 1;
}

/* 弹窗公共样式 */
.common-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/2025-kohler-30-mob/note-modal.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    z-index: 10000;
    overflow: hidden;
}

.common-popup .common-popup-close {
    width: 8.67vw;
    height: 8.67vw;
    background-image: url(../images/2025-kohler-30-mob/btn-close2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -14vw;
    left: 50%;
    transform: translateX(-50%);
}

.common-popup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* 视频播放弹窗 */
.video-popup .video-popup-content {
    width: 88vw;
    /* max-height: 100vw; */
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-popup .video-popup-video {
    width: 100%;
    height: auto;
    max-height: 140vw;
    object-fit: contain;
    border-radius: 0.781vw;
}

/* 大事记弹窗 */
.note-popup .note-popup-content {
    width: 88vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #212121;
}

.note-popup .common-popup-close {
    bottom: -18vw;
}

.note-popup .note-popup-content {
    padding: 8vw;
    padding-bottom: 18vw;
}

.note-popup .note-popup-title {
    font-size: 4.66vw;
    line-height: 1.2;
    color: #fff;
}

.note-popup .note-popup-title-year,
.note-popup .note-popup-title-txt {
    font-family: 'fzlt-mid';
}

.note-popup .note-popup-content-img {
    width: 100%;
    margin-top: 6.66vw;
    margin-bottom: 6.66vw;
}

.note-popup .note-popup-content-txt {
    font-size: 3.06vw;
    line-height: 1.56;
    color: #fff;
}

.note-popup .note-popup-content-tips {
    font-size: 2.13vw;
    margin-top: 1.5vw;
    line-height: 1.56;
    color: #fff;
}

.note-activity-popup .note-popup-content-img-box {
    width: 71vw;
    margin-top: 6.66vw;
    margin-bottom: 6.66vw;
    overflow: hidden;
}

.note-activity-popup .mySwiper-note-popup-img {
    position: relative;
}

.note-activity-popup .mySwiper-note-popup-img .swiper-slide {
    width: 100%;
}

.note-activity-popup .mySwiper-note-popup-img .swiper-slide .note-popup-content-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.note-activity-popup .mySwiper-note-popup-img .swiper-slide .note-popup-content-img-txt {
    font-size: 1vw;
    line-height: 1.85;
    color: #fff;
    position: absolute;
    bottom: 1.06vw;
    left: 1.5vw;
}

.note-activity-popup .swiper-pagination {
    position: absolute;
    bottom: 1.06vw;
}

.note-activity-popup .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 0;
    width: 4.5px;
    height: 2.5px;
    margin: 0 2px !important;
}

/* 雅集纷呈 盛事荟萃 视频弹窗 */
.note-activity-popup.type-img .swiper {
    display: block;
}

.note-activity-popup.type-img .note-popup-content-video {
    display: none;
}

.note-activity-popup.type-video .swiper {
    display: none;
}

.note-activity-popup.type-video .note-popup-content-video {
    display: block;
}

.note-activity-popup .note-popup-content-video {
    width: 100%;
}
.note-activity-popup .note-popup-content-video video {
    width: 100%;
    height: 40vw;
    object-fit: cover;
}



/* 移动端头部样式 */
@media (max-width: 992px) {
    .index-container {
        padding-top: 3.75rem;
    }

    .section-page-1 .videoBox-bg::before {
        background: url(../images/2025-kohler-30-mob/kv1.jpg) left top / 100% auto;
    }
}

/* pc端头部样式 */
@media (min-width: 2048px) {
    .index-container {
        /* padding-top: 4.15vw; */
    }
}

/* 移动端内容样式 */
@media (max-width: 768px) {
    .vv-mob {
        display: block !important;
    }

    .vv-pc {
        display: none !important;
    }
}

/* pc端内容样式 */
@media (min-width: 769px) {
    .vv-mob {
        display: none !important;
    }

    .vv-pc {
        display: block !important;
    }

    .section-page {
        padding: 0 10vw;
    }

    /* 第一部分 视频部分 */
    /* px转成vw 要除以19.2px */
    .section-page-1 {
        height: 42vw;
        padding: 0;
    }

    .section-page-1 .video-text {
        font-size: 3.33vw;
        left: 10vw;
        top: 28vw;
    }

    .section-page-1 .video-play {
        width: 6.563vw;
        height: 6.563vw;
        right: 10vw;
        top: 28vw;
    }

    /* 第二部分 五个小视频 */
    .section-page-text {
        padding: 0;
        font-size: 1.25vw;
        margin-top: 3.281vw;
        margin-bottom: 1.354vw;
    }

    .section-page-content {
        width: 100%;
        font-size: 0.99vw;
        line-height: 1.78;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 3.281vw;
    }

    .section-page-2 .listBox {
        gap: 0.521vw;
        flex-wrap: nowrap;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .section-page-2 .listBox-item {
        width: auto;
        cursor: pointer;
        overflow: hidden;
    }

    .section-page-2 .listBox-img {
        transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .section-page-2 .listBox-item:hover .listBox-img {
        transform: scale(1.2);
    }

    .section-page-2 .listBox-item:hover .btn-play-30 {
        opacity: 1;
    }

    .section-page-2 .listBox-item:hover .listBox-text {
        transform: scale(1.2);
    }

    .section-page-2 .listBox-item-text {
        flex-direction: column-reverse;
        top: inherit;
        bottom: 1.875vw;
        transform: translateY(0);
        left: 0;
        gap: 4.688vw;
        width: 100%;
    }

    .section-page-2 .listBox-text {
        font-size: 1.042vw;
        color: #fff;
        transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .section-page-2 .listBox-text-mob {
        opacity: 0;
    }

    .section-page-2 .listBox-text-pc {
        position: absolute;
        top: 1.82vw;
        right: 1.82vw;
    }

    .section-page-2 .listBox-item:nth-child(4) .listBox-text {
        color: #000;
    }

    .section-page-2 .btn-play-30 {
        width: 5.2vw;
        height: 5.2vw;
        background-image: url(../images/2025-kohler-30-pc/btn-play.png);
        transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
        margin: 0 auto;
    }

    /* 第三部分 */
    .section-page-3 .section-page-text {
        margin-top: 4.948vw;
    }

    .section-page-3 .section-page-content {
        margin-bottom: 2.344vw;
    }

    .section-page-3 .mySwiper,
    .section-page-3 .mySwiper-timeline {
        padding-left: 0;
        width: auto;
        overflow: hidden;
    }

    .section-page-3 .mySwiper .swiper-slide {
        width: 12.5vw;
        cursor: pointer;
    }

    .section-page-3 .mySwiper .swiper-img {
        height: 12.5vw;
    }

    .section-page-3 .swiper-button-next,
    .section-page-3 .swiper-button-prev {
        opacity: 0.7;
        display: flex;
        top: 74%;
    }

    .section-page-3 .swiper-button-next.swiper-button-disabled,
    .section-page-3 .swiper-button-prev.swiper-button-disabled {
        opacity: 0.35;
    }

    .section-page-3 .swiper-button-next {
        right: 5vw;
    }

    .section-page-3 .swiper-button-prev {
        left: 5vw;
    }

    .section-page-3 .mySwiper-timeline {
        margin-bottom: 1.77vw;
    }

    .section-page-3 .mySwiper-timeline .swiper-slide {
        gap: 0.625vw;
        width: 13vw;
    }

    .section-page-3 .timeline-year,
    .section-page-3 .timeline-txt {
        font-size: 0.833vw;
        opacity: 0.7;
        cursor: pointer;
    }

    .section-page-3 .pointer {
        width: 0.417vw;
        height: 0.417vw;
        opacity: 0;
    }

    .section-page-3 .mySwiper-timeline .swiper-slide.swiper-slide-active .pointer {
        opacity: 0;
    }

    .section-page-3 .mySwiper-timeline .swiper-slide.swiper-slide-active .progressbar::before {
        width: 0;
    }

    .section-page-3 .mySwiper-timeline .swiper-slide.active .pointer {
        opacity: 0;
    }

    .section-page-3 .mySwiper-timeline .swiper-slide.active .progressbar::before {
        width: 100%;
    }

    .section-page-3 .mySwiper-timeline .swiper-slide.active.current .pointer {
        opacity: 1 !important;
    }

    .section-page-3 .mySwiper-timeline .swiper-slide.active.current .timeline-year,
    .section-page-3 .mySwiper-timeline .swiper-slide.active.current .timeline-txt {
        opacity: 1 !important;
    }

    .section-page-3 .mySwiper-timeline .swiper-slide.active.current .progressbar::before {
        width: 50% !important;
    }

    .section-page-3 .swiper-btn-more {
        display: flex;
        padding: 0.521vw 1.042vw;
        background-color: rgba(0, 0, 0, 0.85);
        border-radius: 1.042vw;
        font-size: 0.833vw;
        color: #fff;
        position: absolute;
        bottom: 1.042vw;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .section-page-3 .mySwiper .swiper-slide:hover .swiper-btn-more {
        opacity: 1;
    }

    /* 第四部分 设计长廊 */
    .section-page-4 .section-page-text {
        margin-top: 4.948vw;
    }

    .section-page-4 .section-page-content {
        margin-bottom: 3.6vw;
    }

    .section-page-4 .swiper-img-title {
        gap: 1vw;
        margin-bottom: 2vw;
    }

    .section-page-4 .title {
        font-size: 0.938vw;
    }

    .section-page-4 .line {
        width: 35vw;
    }

    .section-page-4 .line::before {
        width: 0.6vw;
        height: 0.6vw;
    }

    .section-page-4 .line-left::before {
        right: -0.6vw;
    }

    .section-page-4 .line-right::before {
        left: -0.6vw;
    }

    .section-page-4 .mySwiper-design {
        overflow: hidden;
    }

    .section-page-4 .mySwiper-design .swiper-slide:first-child {
        margin-left: 0;
    }

    .section-page-4 .mySwiper-design .swiper-slide {
        width: 100%;
    }

    .section-page-4 .swiper-img-box {
        gap: 0;
        justify-content: space-between;
    }

    .section-page-4 .swiper-img-box .swiper-img {
        width: 18.5vw;
    }

    .section-page-4 .swiper-button-next,
    .section-page-4 .swiper-button-prev {
        display: block;
        top: 68%;
    }

    .section-page-4 .swiper-button-next {
        right: 5vw;
    }

    .section-page-4 .swiper-button-prev {
        left: 5vw;
    }

    /* 第五部分 限定臻礼 */
    .section-page-5 .img-box {
        padding: 0;
        overflow: hidden;
    }

    .section-page-5 .img-box .swiper-slide:first-child {
        margin-left: 0;
    }

    .section-page-5 .img-box .swiper-slide {
        width: 100%;
    }

    .section-page-5 .section-page-text {
        margin-top: 4.948vw;
    }

    .section-page-5 .section-page-content {
        margin-bottom: 1.5vw;
    }

    .section-page-5 .swiper-button-next,
    .section-page-5 .swiper-button-prev {
        display: block;
        top: 60%;
    }

    .section-page-5 .swiper-button-next {
        right: 5vw;
    }

    .section-page-5 .swiper-button-prev {
        left: 5vw;
    }

    /* 第六部分 探索更多 */
    .section-page-6 {
        padding: 0 16.875vw;
    }

    .section-page-6 .section-page-text {
        font-size: 1.25vw;
        margin-top: 3.125vw;
        margin-bottom: 5.208vw;
    }

    .section-page-6 .btn-more-30 {
        font-size: 1.25vw;
        margin-bottom: 2.865vw;
    }

    .section-page-6 .more-links {
        padding: 0;
        font-size: 0.677vw;
        /* flex-wrap: nowrap; */
        /* justify-content: space-between; */
        gap: 0;
        margin-bottom: 3.9vw;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .section-page-6 .more-links a {
        gap: 0.677vw;
    }

    .section-page-6 .more-links img {
        width: 3.33vw;
        height: auto;
        min-width: 98px;
    }

    .section-page-6 .more-links span {
        line-height: 1.4;
    }

    /* 第七部分 底部 */
    .section-page-7 {
        padding: 0;
    }

    /* 第八部分 雅集纷呈 盛事荟萃 */
    .section-page-8 .section-page-content {
        margin-bottom: 1.93vw;
    }

    .section-page-8 .mySwiper-note {
        overflow: hidden;
    }

    .section-page-8 .mySwiper-note .swiper-slide {
        width: 18vw;
        cursor: pointer;
    }

    .section-page-8 .mySwiper-note .swiper-slide:first-child {
        margin-left: 0;
    }

    .section-page-8 .swiper-button-next,
    .section-page-8 .swiper-button-prev {
        display: block;
        top: 60%;
    }

    .section-page-8 .swiper-button-next {
        right: 5vw;
    }

    .section-page-8 .swiper-button-prev {
        left: 5vw;
    }

    .section-page-8 .note-content {
        gap: 0.73vw;
    }

    .section-page-8 .note-content-title {
        font-size: 0.99vw;
    }


    /* 公共弹窗样式 */
    .common-popup::before {
        content: none;
    }

    .common-popup .common-popup-close {
        width: 0.9vw;
        height: 0.9vw;
        background-image: url(../images/2025-kohler-30-pc/btn-close.png);
        top: 1vw;
        right: 1vw;
        left: auto;
        transform: translate(0, 0);
        cursor: pointer;
    }

    /* 视频弹窗 */
    .video-popup {
        background-image: url(../images/2025-kohler-30-pc/note-modal.jpg);
    }

    .video-popup .video-popup-content {
        width: 79vw;
        /* height: 36.979vw; */
    }

    /* 大事记弹窗 */
    .note-popup {
        /* display: block; */
        background-image: url(../images/2025-kohler-30-pc/note-modal.jpg);
    }

    .note-popup .note-popup-content {
        width: 75vw;
        height: 26.719vw;
        display: flex !important;
        justify-content: space-between;
        padding: 0;
    }

    .note-popup .note-popup-content-img {
        width: 45.833vw;
        margin: 0;
    }

    .note-popup .note-popup-content-box {
        width: 29vw;
        padding: 2.5vw;
    }

    .note-popup .note-popup-title {
        font-size: 1.25vw;
    }

    .note-popup .note-popup-content-txt {
        font-size: 0.9375vw;
        margin-top: 1.25vw;
    }

    .note-popup .note-popup-content-tips {
        font-size: 0.9vw;
        margin-top: 0.729vw;
    }



    /* 雅集纷呈 盛事荟萃 弹窗 */
    .note-activity-popup .note-popup-content-img-box {
        margin: 0;
        width: 45.833vw;
    }

    .note-activity-popup .mySwiper-note-popup-img .swiper-slide .note-popup-content-img-txt {
        font-size: 0.73vw;
        left: 1.3vw;
    }


    /* 雅集纷呈 盛事荟萃 视频弹窗 */
    .note-activity-popup .note-popup-content-video {
        padding: 1vw;
    }
    .note-activity-popup .note-popup-content-video video {
        height: 100%;
    }
}