.swiper-manager-container.swiper-style7 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.swiper-manager-container.swiper-style7 {
    width: 100%;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.swiper-manager-container.swiper-style7 .swiper-slide {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

/* 背景图片和视频样式 */
.swiper-manager-container.swiper-style7 .slide-background-img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
}

 .swiper-manager-container.swiper-style7 .fixedheight .slide-background-img {
        height: 100%;
        }

.swiper-manager-container.swiper-style7 .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.swiper-manager-container.swiper-style7 .video-container iframe,
.swiper-manager-container.swiper-style7 .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 内容容器样式 - 左对齐 */
.swiper-manager-container.swiper-style7 .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    color: white;
    padding: 2rem 6% 15% 6%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    text-align: left;
}

/* 文本样式 */
.swiper-manager-container.swiper-style7 .slide-title {
    font-size: 4.5rem;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
    max-width: 70%;
}

.swiper-manager-container.swiper-style7 .slide-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}

.swiper-manager-container.swiper-style7 .slide-description {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}

/* 链接按钮样式 - 透明背景+白色边框+绿色填充动画 */
.swiper-manager-container.swiper-style7 .slide-link {
    display: inline-block;
    padding: 1.2em 2em;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
    text-align: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* 从下往上的绿色背景填充动画 */
.swiper-manager-container.swiper-style7 .slide-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: green;
    transition: height 0.3s ease;
    z-index: -1;
}

.swiper-manager-container.swiper-style7 .slide-link:hover::before {
    height: 100%;
}

/* 在文字后面添加箭头 */
.swiper-manager-container.swiper-style7 .slide-link::after {
    content: ' >';
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}

.swiper-manager-container.swiper-style7 .slide-link:hover::after {
    margin-left: 10px;
}

.swiper-manager-container.swiper-style7 .slide-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    color: #fff;
}

/* 使文本更清晰的叠加层 */
.swiper-manager-container.swiper-style7 .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 3;
}

/* 导航按钮样式 */
.swiper-manager-container.swiper-style7 .swiper-button-prev, 
.swiper-manager-container.swiper-style7 .swiper-button-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s ease;
}

.swiper-manager-container.swiper-style7 .swiper-button-next svg, 
.swiper-manager-container.swiper-style7 .swiper-button-prev svg {
    margin-top: 20%;
    height: 60%;
    width: 60%;
}

.swiper-manager-container.swiper-style7 .swiper-button-prev { left: 8px; }
.swiper-manager-container.swiper-style7 .swiper-button-next { right: 8px; }

.swiper-manager-container.swiper-style7 .swiper-button-prev:hover, 
.swiper-manager-container.swiper-style7 .swiper-button-next:hover {
    background-color: rgba(0,0,0,0.75);
    transform: scale(1);
}

/* 分页指示器样式 */
.swiper-manager-container.swiper-style7 .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.swiper-manager-container.swiper-style7 .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
}

.swiper-manager-container.swiper-style7 .swiper-pagination-bullet-active {
    background: white;
    width: 12px;
    height: 12px;
}

/* 缩略图轮播样式 */
.swiper-manager-container.swiper-style7 .swiper-thumbs-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    cursor: grab;
    text-transform: uppercase;
}

.swiper-manager-container.swiper-style7 .thumbs-swiper {
    padding: 10px;
    border-radius: 4px;
    max-width: 90%;
    margin: 0 auto;
    counter-reset: thumb-counter;
}

.swiper-manager-container.swiper-style7 .thumbs-swiper .swiper-wrapper {
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 5px;
}

.swiper-manager-container.swiper-style7 .thumbs-swiper .swiper-wrapper img { display: none; }

/* 正确的缩略图样式类名 */
.swiper-manager-container.swiper-style7 .thumbs-swiper .swiper-wrapper .swiper-slide {
    min-height: 140px;
    padding: 8px 15px;
    background-color: rgba(255,255,255,0);
    counter-increment: thumb-counter;
}

.swiper-manager-container.swiper-style7 .thumbs-swiper .swiper-wrapper .swiper-slide-thumb-active {
    min-height: 140px;
    padding: 8px 15px;
    background-color: rgba(255,255,255,0.5);
}

.swiper-manager-container.swiper-style7 .thumbs-swiper .swiper-wrapper .swiper-slide .thumb-title {
    border-top: 3px solid rgba(150,150,150,0.5);
    color: rgba(255,255,255,0.5);
    display: inline-block;
    padding: 0;
    font-size: 1.8em;
    line-height: 3em;
    width: 100%;
    position: relative;
    padding-top: 25px;
}

/* 两位数字格式的序号 */
.swiper-manager-container.swiper-style7 .thumbs-swiper .swiper-wrapper .swiper-slide .thumb-title:before {
    content: counter(thumb-counter, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.8em;
    color: inherit;
    line-height: 1.5em;
    padding: 0 0px;
}

.swiper-manager-container.swiper-style7 .thumbs-swiper .swiper-wrapper .swiper-slide-thumb-active .thumb-title {
    border-top: 3px solid green;
    color: #fff;
    display: inline-block;
    padding: 0;
    font-size: 1.8em;
    line-height: 3em;
    width: 100%;
    position: relative;
    padding-top: 25px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .swiper-manager-container.swiper-style7 .slide-title { font-size: 2rem; }
    .swiper-manager-container.swiper-style7 .slide-subtitle { font-size: 1.25rem; }
    .swiper-manager-container.swiper-style7 .slide-content { padding: 1.5rem; }
    
    /* 移动端序号调整 */
    .swiper-manager-container.swiper-style7 .thumbs-swiper .swiper-wrapper .swiper-slide .thumb-title:before {
        font-size: 0.6em;
        padding: 0 6px;
    }
}