/* 热榜列表样式 */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-btn-box {
    display: flex;
    position: absolute;
    bottom: 6px;
    right: 46px;
    z-index: 11;
}

.swiper-prev {
    margin-right: 4px;
}

.swiper-prev,
.swiper-next {
    color: var(--mainColor);
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
    color: #6c757d!important;
} 