/* 颜色修改 - 将 #053973 替换为 #9a0201 */
.swiper-pagination-bullet-active {
    background: #9a0201;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    color: #9a0201;
}

/* 颜色修改 - 将蓝色系色值替换为 #9a0201 的70% */
:root {
  --swiper-theme-color: rgba(154, 2, 1, 0.5);
}
.swiper-pagination-progressbar:before {background: rgba(154, 2, 1, 0.7);}
