/* Page3 轮播图外部容器样式 */
/* 分页器样式 */
.page3 {
    display: flex;
    flex-direction: column;
}

/* 淡入淡出效果 */
.page3 .swiper-slide {
    /* opacity: 0 !important; */
    transition: opacity 1s ease !important;
    /* position: absolute; */
    top: 0;
    width: 100%;
    height: 100%;
}

.page3 .swiper-slide-active {
    opacity: 1 !important;
    position: relative;
}

.page3 .swiper-pagination {
    bottom: -4vw;
}

.page3 .swiper-pagination span {
    /* width: 245px; */
    width: 15vw;
    /* height: 3px; */
    height: 0.2vw;
    border-radius: 0;
    background: #dcdcdc;
    color: #dcdcdc;
    opacity: 1;
    text-align: left;
    /* font-size: 20px; */
    font-size: 1.3vw;
    /* line-height: 50px; */
    line-height: 3vw;
    font-family: AlibabaPuHuiTi-3-35-Thin;
}

.page3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    /* margin: 0 45px; */
    margin: 0 2.8vw;
}

/* 自定义图片分页器容器 */
.custom-image-pagination {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

/* 分页项样式 */
.pagination-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

/* 分页图片样式 */
.bullet-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* 激活状态样式 */
.pagination-item.active .bullet-image {
    border-color: #000;
    margin: 2px;
    /* 外边距 */
    box-shadow: 0 0 0 2px rgba(149, 0, 48, 0.3);
    transform: scale(1.1);
}

.page3 .page3-pagination-container .swiper-pagination span::after {
    content: "";
    /* 清空内容 */
    display: block;
    width: 100%;
    height: 100%;
    background: var(--backgroundImage-109-url) no-repeat center;
    background-size: contain;
}

.bullet-1 {
    width: 100%;
    background-image: var(--backgroundImage-109-1-url);
}

.bullet-2 {
    width: 100%;
    background-image: var(--backgroundImage-109-2-url);
}

.bullet-3 {
    width: 100%;
    background-image: var(--backgroundImage-109-3-url);
}

.bullet-4 {
    width: 100%;
    background-image: var(--backgroundImage-109-4-url);
}

.bullet-5 {
    width: 100%;
    background-image: var(--backgroundImage-109-5-url);
}

.bullet-6 {
    width: 100%;
    background-image: var(--backgroundImage-109-6-url);
}

.bullet-7 {
    width: 100%;
    background-image: var(--backgroundImage-109-7-url);
}


/* 自定义分页器容器 */
.custom-pagination {
    display: flex;
    justify-content: center;
    gap: 0vw;
    margin-top: 2vw;
    width: 100%;
}

/* 分页缩略图样式 */
.pagination-thumb {
    width: 2.8229vw;
    height: 2.8229vw;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.2229vw;
    /* 控制缩略图与边框的距离 */
    background-size: 85% 85%;
    background-position: center;
    background-repeat: no-repeat;
}

/* 悬停效果 */
.pagination-thumb:hover {
    border-color: #ccc;
    opacity: 0.9;
    transition: all 0.2s ease;
    transform: scale(1.1) !important;
}

.pagination-thumb.active {
    border-color: #ccc !important;
    transform: scale(1.1) !important;
    box-shadow: 0 0 1px rgba(251, 208, 140, 0.5) !important;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .pagination-thumb {
        width: 40px;
        height: 40px;
    }
}

/* 新增文字描述样式 - 独立控制 */
.pagination-text {
    font-size: 14px;
    color: #999;
    /* 默认文字颜色 */
    margin-top: 1vw;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(5px);
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 700;
}


/* 文字激活状态 */
.pagination-text.active {
    color: #000;
    /* 激活文字颜色 */
    font-weight: bold;
    opacity: 1;
    transform: translateY(0);
}

/* 文字悬停效果 */
.pagination-text:hover {
    color: #000;
    font-weight: bold;
    opacity: 1;
    transform: translateY(0);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .pagination-text {
        font-size: 12px;
    }
}

/* 中等屏幕（平板/笔记本） */
@media (min-width: 769px) and (max-width: 1366px) {
    .pagination-text {
        font-size: 10px;
        color: #999;
        /* 默认文字颜色 */
        margin-top: 1vw;
        text-align: center;
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateY(5px);
        font-family: "HarmonyOS Sans SC", sans-serif;
        font-weight: 700;
    }
}

/* 大屏设备（台式机/4K） */
/* 标准笔记本/台式机（1440-1920px） */
@media (min-width: 1367px) and (max-width: 1920px) {
    .pagination-text {
        font-size: 14px;
        color: #999;
        /* 默认文字颜色 */
        margin-top: 1vw;
        text-align: center;
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateY(5px);
        font-family: "HarmonyOS Sans SC", sans-serif;
        font-weight: 700;
    }
}

/* 2K 屏幕（1921-2560px） */
@media (min-width: 1921px) and (max-width: 2560px) {
    .pagination-text {
        font-size: 20px;
        color: #999;
        /* 默认文字颜色 */
        margin-top: 1vw;
        text-align: center;
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateY(5px);
        font-family: "HarmonyOS Sans SC", sans-serif;
        font-weight: 700;
    }
}

/* ----------- 4K 屏幕（2561-3840px） ----------- */
@media (min-width: 2561px) and (max-width: 3840px) {
    .pagination-text {
        font-size: 28px;
        color: #999;
        /* 默认文字颜色 */
        margin-top: 1vw;
        text-align: center;
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateY(5px);
        font-family: "HarmonyOS Sans SC", sans-serif;
        font-weight: 700;
    }
}

@media (min-width: 3841px) {
    .pagination-text {
        font-size: 60px;
        color: #999;
        /* 默认文字颜色 */
        margin-top: 1vw;
        text-align: center;
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateY(5px);
        font-family: "HarmonyOS Sans SC", sans-serif;
        font-weight: 700;
    }
}