/* 图片轮播样式 */
.swiper.pic_list a {
    display: block;
    height: 310px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.swiper.pic_list a > p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0009;
    color: #fff;
    font-size: 1.125em;
    padding: 4px;
}

.swiper.pic_list .swiper-pagination {
    bottom: unset;
    top: 0;
}

.swiper.pic_list .swiper-pagination-bullet-active {
    background: var(--mainColor);
} 