/* 为右上角的指示器添加特殊样式 */
#mobile-case-event .swiper-pagination {
    @apply !top-0 !right-[10px] !bottom-auto !left-auto !w-auto !h-auto;
    text-align: right;
}

/* 自定义指示器点的样式 */
#mobile-case-event .swiper-pagination-bullet {
    @apply bg-white/50 border border-white !w-2 !h-2 mx-1;
    width: 6px!important;
    border-radius: 5px!important;
}

/* 活跃指示器点的样式 */
#mobile-case-event .swiper-pagination-bullet-active {
    @apply bg-white !w-3 !h-3;
    width: 10px!important;
    background-color: #fff!important;
}
