﻿/* 轮播图 */
.carousel-item {
    display: none;
}

    .carousel-item.active {
        display: block;
    }

.list_ {
    text-align: center;
}

.reel {
    position: relative;
    margin-top: clamp(33.3px, 6.7vw, 100px);
    border-image: url(/imgs/culturalCreative/scrollMain.png) fill 63 100 / 63px 100px / 0 0;
    overflow: hidden;
}

.reel-bg {
    position: absolute;
    top: 0;
    left: 7.63%;
    right: 7.63%;
    height: 200%;
    background: url("/imgs/culturalCreative/scroll-texture.png");
    will-change: transform;
    mix-blend-mode: multiply;
    background-repeat: repeat-y;
}

.swiper-card {
    width: 59.94%;
    background-image: url('/imgs/culturalCreative/creative-ip/swiperBg.png');
    background-size: 100% 100%;
}

.skin-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .skin-card img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.5s ease;
    }

.artistic-title {
    transition: color 0.5s ease;
    cursor: pointer;
    color: #C6A467;
}

    .artistic-title.active {
        color: #8C5518 !important;
        /*        border-bottom: 2px solid #8C5518;*/
        text-decoration: underline;
        text-underline-offset: 12px;
    }

.sm-box-img {
    width: 40.39%;
    aspect-ratio: 204/273;
    /*    margin-top: -20px;*/
    position: relative;
    top: -20px;
    object-fit:contain

}
/* 遮罩层样式 */
.mask-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 158, 111, 0.6);
    /*    background: #BAA173;
    mix-blend-mode: multiply;*/
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mask-content {
    color: white;
    text-align: center;
    /*    transform: translateY(20px);*/
    transition: transform 0.3s ease;
    width: 26.16%;
}

    .mask-content:active {
        transform: scale(0.9) translateY(20px);
    }

    .mask-content:hover img {
        transform: scale(1.1)
    }

.skin-card:hover .mask-overlay {
    opacity: 1;
}

.readMore {
    background-image: url('/imgs/search/reset-bg.png');
    background-size: 100% 100%;
    padding: 10px 50px;
}

.text-indent-2 {
    text-indent: 2em;
}

.main-color {
    color: var(--bs-page-link-bg) !important;
    --bs-text-opacity: 1;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    min-width: 0;
}

.dot {
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px dashed var(--bs-page-link-bg);
    width: 1px;
    height: 50rem;
    z-index: 0;
}

.gj:hover .gj-title {
    color: var(--bs-page-link-bg) !important;
}

.jw-item {
    padding: 14px 45px 14px 40px;
    gap: 30px;
}

    .jw-item:hover {
        color: var(--bs-page-link-bg) !important;
        border-left: 2px solid var(--bs-page-link-bg) !important;
    }

        .jw-item:hover .jw-title {
            font-weight: bold;
        }

.chenglin-card {
    position: relative;
    width: 100vw;
}

    .chenglin-card .wenyang {
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        height: 462px;
    }

    .chenglin-card .wenyangleft {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 250px;
        height: 462px;
        transform: rotate(180deg)
    }

.jisi-card {
    background-image: url('/imgs/jljzJsBg1.png');
    background-size: cover;
}

.jiwen-card {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/imgs/jljzJwBg1.png');
    background-size: 100% 100%;
    overflow: visible;
}

.mj-card {
    background-image: url('/imgs/jljzMjBg.png');
    background-size: cover;
    overflow: visible;
    padding: 20px 0;
}

.jizu_ {
    width: 100%;
}

.font_size {
    font-size: 48px;
}

.font_size_ {
    font-size: 16px;
}

.rows_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bg-primary {
    background-color: var(--bg-primary) !important;
}

.color_size {
    /*    font-size: 50px;*/
    color: var(--bs-color-events_a);
}


.nav_list {
    /*    background-image: url('/imgs/public/cheningnav-list.png');*/
    /*    background-image: var(--bg-image-url5);*/
    background-color: var(--bs-saietpublid);
    box-sizing: border-box;
}

.video_jizu {
    height: 234px;
}

.header_list {
    /*    background-image: url('/imgs/public/chening-list.png');*/
    /*    background-image: var(--bg-image-url6);*/
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 2;
    top: -4rem;
}

.pubilcTitle {
    font-size: 20px;
    color: var(--bs-link-color);
}

.pubilcContent {
    font-size: 14px;
    color: var(--bs-color-gays);
}

.previousyears {
    background-color: var(--bs-color-events_7);
    position: relative
}

    .previousyears:hover .wsTitle {
        color: var(--bs-page-link-bg) !important;
    }

    .previousyears::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background-color: var(--bs-page-link-bg);
        z-index: 1;
        transition: width 0.3s ease;
    }

.ce {
    position: relative; /* 为内容创建新的定位上下文 */
}

.previousyears:hover::before {
    width: 3px; /* 悬停时显示边框 */
}

.test {
    width: 100%; /* 或者设置一个固定的宽度 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制显示三行 */
    line-clamp: 1; /* 标准属性，但尚未广泛支持 */
    line-height: 1.5em; /* 设置行高 */
    max-height: 1.5em; /* 3行的最大高度，3行 * 1.5行高 = 4.5em */
}

.ellipsis-container {
    width: 100%; /* 或者设置一个固定的宽度 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制显示三行 */
    line-clamp: 3; /* 标准属性，但尚未广泛支持 */
    line-height: 1.5em; /* 设置行高 */
    max-height: 4.5em; /* 3行的最大高度，3行 * 1.5行高 = 4.5em */
}


.gj-divider {
    height: 1px;
    margin: 20px 0;
}

.gj:first-of-type .gj-divider {
    border: 1px dashed #DEDAD5;
}

.sacrifices_back1 {
    background-image: url('/imgs/public/sacrifices-back1.png');
    background-size: cover;
}

.bot {
    position: absolute;
    right: 13%;
    top: 50%;
    transform: translateY(-50%);
}

.bot_ {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateY(-50%);
}

.sacrifices_back2 {
    background-image: url('/imgs/public/sacrifices-back.png');
    background-size: cover;
}

.text-js {
    --bs-text-opacity: 1;
    color: #EDD98E !important;
}

.sacrificesimg {
    width: 187px;
    height: auto;
}

.images_ {
    height: 2.5rem;
}




@media (max-width: 1285px) {
    .video_jizu {
        height: 216px;
    }
}

@media (max-width: 1200px) {
    .video_jizu {
        height: 320px;
    }
}

@media (max-width: 1100px) {
    .video_jizu {
        height: 280px;
    }

    .jiwen-card {
        background-size: cover !important;
    }
}

@media (max-width: 1032px) {
    .video_jizu {
        height: 271px;
    }

    .jiwen-card {
        background-size: cover !important;
    }
}

@media (max-width: 924px) {
    .video_jizu {
        height: 251px;
    }

    .swiper-card {
        width: 100%;
    }

    .jiwen-card {
        background-size: cover !important;
    }
}

@media (max-width: 880px) {
    .video_jizu {
        height: 231px;
    }

    .jiwen-card {
        background-size: cover !important;
    }
}

@media (max-width: 810px) {


    .sacrifices_back1 {
        background-image: url('/imgs/public/sacrifices-back1.png');
        background-size: cover;
        height: 150px;
        position: relative;
    }

    .bot {
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
    }

    .bot_ {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }

    .sacrifices_back2 {
        background-image: url('/imgs/public/sacrifices-back.png');
        background-size: cover;
        height: 150px;
        position: relative;
    }

    .font_size {
        font-size: 26px;
    }

    .font_size_ {
        font-size: 14px;
    }

    .sacrificesimg {
        width: 87px;
        height: auto;
    }

    .jiwen-card {
        background-size: cover !important;
    }
}

@media (max-width: 770px) {
    .video_jizu {
        height: 100%;
    }

    .jiwen-card {
        background-size: cover !important;
    }
}

@media (max-width: 510px) {
    .jizu_ {
        width: 100%;
    }

    .jiwen-card {
        background-size: cover !important;
    }
}
