.jcsj-detail-content .small-title {
    width: 148px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: linear-gradient(90deg, rgba(251, 0, 255, 1) 0%, rgba(93, 72, 250, 1) 100%);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
}

.jcsj-detail-content .sldb-box {
    width: 1000px;
    /* height: 404px; */
    margin: 80px auto 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* 精彩瞬间样式 */
.jcsj-detail-content .site-swiper {
    width: 90%;
    /* margin-top: 80px; */
    margin: 80px auto 0;
    overflow: visible;
}

.jcsj-detail-content .yyhj-box {
    display: flex;
    flex-wrap: wrap;
}
.jcsj-detail-content .yyhj-box .img-box {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}

.jcsj-detail-content .yyhj-box .img-box img {
    width: 100%;
    /* height: 258px; */
    height: auto;
}

/* 轮播图 */
.jcsj-detail-content .site-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

/* 修改导航按钮样式 */
.jcsj-detail-content .swiper-button-next {
    /* right: 20px !important; */
    right: -60px !important;
}
.jcsj-detail-content .swiper-button-prev {
    /* left: 20px !important; */
    left: -60px !important;
}
.jcsj-detail-content .swiper-button-next,
.jcsj-detail-content .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.jcsj-detail-content .swiper-button-next:after,
.jcsj-detail-content .swiper-button-prev:after {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

/* 悬停效果 */
.jcsj-detail-content .swiper-button-next:hover,
.jcsj-detail-content .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1 !important;
}

.jcsj-detail-content .swiper-navigation-icon {
    width: 40% !important;
    height: 40% !important;
}

/* 鼠标悬停时显示导航按钮和分页器 */
.jcsj-detail-content .site-swiper:hover .swiper-button-next,
.jcsj-detail-content .site-swiper:hover .swiper-button-prev {
    opacity: 1;
}

/* 调整分页器位置，避免与内容重叠 */
.jcsj-detail-content .swiper-pagination {
    bottom: 30px !important;
}

@media (max-width: 1199.99px) {
    .jcsj-detail-content .sldb-box {
        width: 90%;
    }
}

@media (max-width: 575.99px) {
    .jcsj-detail-content .sldb-box {
        /* height: 200px; */
    }
    .jcsj-detail-content .yyhj-box .img-box {
        width: 100%;
        margin-right: 0px;
    }
}

@media (min-width: 576px) and (max-width: 1199.99px) {
    .jcsj-detail-content .yyhj-box .img-box {
        width: calc((100% - 30px) / 2);
    }
    .jcsj-detail-content .yyhj-box .img-box:nth-child(1),
    .jcsj-detail-content .yyhj-box .img-box:nth-child(2) {
        margin-bottom: 30px;
    }
    .jcsj-detail-content .yyhj-box .img-box:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .jcsj-detail-content .yyhj-box .img-box:nth-child(1),
    .jcsj-detail-content .yyhj-box .img-box:nth-child(2),
    .jcsj-detail-content .yyhj-box .img-box:nth-child(3) {
        margin-bottom: 30px;
    }
    .jcsj-detail-content .yyhj-box .img-box:nth-child(3n) {
        margin-right: 0;
    }
}