﻿/* 长方形分页器样式 */
.swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.6);
    opacity: 0.5;
    transition: all 0.3s;
    margin: 0 4px !important; /* 横向间距 */
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 24px; /* 激活状态加宽 */
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
