/* 静态归档兼容：Swiper 3 + 公共样式，并为未归档的两期内容提供明确反馈。 */
.main-swiper > .swiper-wrapper,
.photo-swiper > .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.page17 .title-cn::before {
    background-image: url(../images.all/pc/page16/title-before-bg.png) !important;
}

.page18 .title-cn::before {
    background-image: url(../images/pc/page18/title-before-bg.png) !important;
}

#static-notice {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    padding: .22rem .36rem;
    border-radius: .08rem;
    color: #fff;
    background: rgba(0, 0, 0, .78);
    font-size: .22rem;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 850px) {
    .page17 {
        background-image: url(../images.all/mobile/page16/bg.jpg) !important;
    }

    .page17 .title-cn::before {
        background-image: url(../images.all/mobile/page16/title-before-bg.png) !important;
    }

    .page18 {
        background-image: url(../images/mobile/page18/bg.jpg) !important;
    }

    .page18 .title-cn::before {
        background-image: url(../images/mobile/page18/title-before-bg.png) !important;
    }
}
