/*[2026/02/26 17:09:47] This file is generated by code, DO NOT edit this file! */
/* 修改幻灯片大标题颜色 */
/* 精确修改当前幻灯片模块的主标题 */
#slideshow-text-c5a96ea3389f .title-2 {
  color: #ffffff !important;
}

/* 精确修改当前幻灯片模块的副标题 */
#slideshow-text-c5a96ea3389f .title-1 {
  color: #f0f0f0 !important;
}
/* 隐藏所有幻灯片，只显示第一张 */
#slideshow-text-c5a96ea3389f .swiper-slide:not(:first-child) {
  display: none !important;
}

/* 隐藏轮播指示器（小圆点） */
#slideshow-text-c5a96ea3389f .swiper-pagination {
  display: none !important;
}

/* 隐藏左右切换箭头 */
#slideshow-text-c5a96ea3389f .swiper-button-next,
#slideshow-text-c5a96ea3389f .swiper-button-prev {
  display: none !important;
}

/* 禁用 Swiper 自动播放 */
#slideshow-text-c5a96ea3389f .swiper {
  pointer-events: none;
}