.slideshow {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 768px) {
    .slideshow {
        height: 300px !important;
    }
}

@media (max-width: 576px) {
    .slideshow {
        height: 200px !important;
    }
}

/* 强制隐藏轮播图可能产生的水平滚动 */
.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* 轮播图分页器位置优化 */
.swiper-pagination-bullets {
    bottom: 10px !important;
}
