/* ========== 全局基础样式 ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-family: "Microsoft Yahei", sans-serif;
}

/* ========== 全局文字渐变样式 ========== */
body,
h1, h2, h3, h4, h5, h6,
p, span, a, li, label,
button, input, textarea, select,
.stv-desc-text,
.page5-switch-item,
.stv-title-top,
.stv-more-btn,
.news-tab__item,
.news-list__item,
.news-more__btn,
.icesnow-name-box h1,
.icesnow-video-tip span,
.icesnow-skill-item p,
.icesnow-type-tag span,
.icesnow-attr-list,
.icesnow-name-desc,
.side-anchor-link,
.header-nav-link,
.news-tab__item--active,
.stv-arrow,
.stv-tab-item,
.stv-tab-item.active,
.stv-right-box,
.stv-play-circle,
.page5-switch-arrow,
.page5-switch-item.active,
.game-top-item,
.game-top-item-en,
.game-menu-title,
.game-menu-item,
.game-content-title,
.game-content-text,
.news-tab-item,
.news-tab-item a,
.news-tab-item.active a,
.news-item,
.news-icon,
.news-date,
.detail-back-btn,
.detail-title,
.detail-time,
.detail-article p,
.detail-red-text,
.detail-sign,
.detail-top-btn,
.footer-icon,
.footer-qrcode-txt,
.footer-copyright,
.footer-copy-text p,
.footer-copy-logo,
.zsy-nav-text-cn,
.zsy-nav-text-en,
.zsy-left-title,
.zsy-left-item,
.zsy-left-item.active,
.zsy-left-subitem,
.zsy-content-title,
.zsy-content-step-title,
.zsy-content-step-desc,
.zsy-content-step-desc p,
.zsy-content-list-item {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #e6d9bc, #b9a478);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 0.5px #998563;
}

/* 排除有背景图的元素 */
[style*="background-image"],
.page-section,
.news-banner__item,
.news-banner__img,
.tab_item img,
.icesnow-skill-item img,
.stv-thumb-img,
.header-logo,
.header-download,
.age-tip,
.footer-qrcode-img {
    -webkit-text-fill-color: initial;
    background-image: inherit;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: initial;
    -webkit-text-stroke: initial;
}

/* ========== 顶部导航 ========== */
.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, #0a0502, #180e0680);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
    z-index: 999;
}

.header-logo {
    width: 140px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header-nav-list {
    display: flex;
    gap: 40px;
}

.header-nav-link {
    text-decoration: none;
    font-size: 16px;
    padding: 8px 4px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.header-download {
    width: 160px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ========== 左侧锚点导航 ========== */
.side-anchor {
    position: fixed;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 998;
    font-weight: 700;
}

.side-anchor-link {
    text-decoration: none;
    font-size: 20px;
    padding: 4px 0;
    text-align: left;
}

/* ========== 整屏滚动容器 ========== */
.page-container {
    height: 100vh;
    overflow: hidden;
}

.page-section {
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

/* page2内容垂直居中 */
#page2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
}

/* ========== 适龄提示 ========== */
.age-tip {
    position: absolute;
    right: 20px;
    top: 100px;
    width: 60px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ========== 移动端适配 ========== */
@media (max-width: 1024px) {
    .header-nav-list {
        gap: 20px;
    }
    .header-nav-link {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .page-header {
        height: 70px;
        padding: 0 15px;
    }
    .header-logo {
        width: 100px;
        height: 60px;
    }
    .header-nav-list {
        display: none;
    }
    .header-download {
        width: 120px;
        height: 60px;
    }
    .side-anchor {
        left: 10px;
        gap: 18px;
    }
    .side-anchor-link {
        font-size: 13px;
    }
    .age-tip {
        right: 10px;
        top: 90px;
        width: 50px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .side-anchor {
        display: none;
    }
    .age-tip {
        display: none;
    }
}

/* ================================================================
   page2 - 新闻区域
   ================================================================ */

/* 内容容器 Block */
.news-container {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    max-width: 1400px;
    width: 100%;
}

/* 左侧轮播【已修复】 */
.news-banner {
    flex: 1;
    min-width: 300px;
    position: relative;
    overflow: visible;
    height: 360px;
}
.news-banner__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.news-banner__item--active {
    opacity: 1;
    z-index: 2;
}
.news-banner__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 6px;
}

/* 轮播控件样式：左右箭头 + 中间小圆点 */
.news-banner__control {
    position: absolute;
    width: 60%;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
.news-banner__btn {
    width: 44px;
    height: 44px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.news-banner__btn--prev {
    background-image: url('images/swiper_prov.png');
}
.news-banner__btn--next {
    background-image: url('images/swiper_next.png');
}

/* 圆点容器 - 居中 */
.news-banner__dots {
    display: flex;
    gap: 16px;
}
/* 圆点样式 */
.news-banner__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6e5b40;
    cursor: pointer;
}
.news-banner__dot--active {
    background: #ffffff;
    box-shadow: 0 0 8px #e9d299;
}

/* 右侧新闻 Block */
.news-content {
    flex: 1;
    min-width: 300px;
}

/* 新闻标签栏 */
.news-tab {
    display: flex;
    gap: 45px;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}


/* 下划线动画 - 使用独立元素实现平滑移动 */
.news-tab__underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #d4b270;
    transition: all 0.3s ease;
    border-radius: 2px;
}


.news-tab__item--active {
    font-weight: bold;
}
.news-tab__item {
    cursor: pointer;
    padding: 0 4px 8px 4px;
    position: relative;
    transition: all 0.3s ease;
}

/* 新闻列表项 - 默认全部显示，通过JS控制隐藏/显示 */
.news-list__item {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #3e3228;
    font-size: 17px;
    transition: all 0.3s ease;
}

/* 隐藏的新闻项 */
.news-list__item.hidden {
    display: none;
}




.news-tab .news-tab__item--active::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 32px;
    width: 32px;
    height: 3px;
    background: #d4b270;
    transition: 0.3s;
}

/* 新闻列表 */
.news-list {
    border-top: 1px solid #705c3a;
}

.news-list__link {
    text-decoration: none;
}
.news-list__date {
    white-space: nowrap;
}

/* 更多按钮 */
.news-more {
    margin-top: 30px;
    text-align: right;
}
.news-more__btn {
    display: inline-block;
    padding: 7px 22px;
    border: 1px solid #92794c;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .news-container {
        flex-direction: column;
        gap: 60px;
    }
    .news-tab {
        font-size: 18px;
        gap: 25px;
    }
    .news-list__item {
        font-size: 15px;
        padding: 12px 0;
        flex-direction: column;
        gap: 5px;
    }
    .news-banner__control {
        width: 100%;
        bottom: -40px;
    }
    .news-banner {
        height: 280px;
    }
}
@media (max-width: 480px) {
    .news-tab {
        font-size: 16px;
        gap: 15px;
    }
    .news-list__item {
        font-size: 14px;
    }
    .news-more__btn {
        padding: 5px 15px;
        font-size: 14px;
    }
}

/* ================================================================
   page3 - Tab切换区域（居中布局）
   ================================================================ */

.tab_wrap {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    transition: 0.6s;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 20px 30px;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.tab_left {
    flex: 1;
    min-width: 0;
    max-width: 800px;
    position: relative;
    z-index: 2;
}

.tab_right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
    width: 90px;
    position: relative;
    z-index: 2;
}

.tab_item {
    width: 90px;
    height: 80px;
    border: 2px solid #fff;
    opacity: 0.7;
    cursor: pointer;
    flex-shrink: 0;
}

.tab_item.active {
    opacity: 1;
}

.tab_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 内容块默认全部隐藏，激活才显示 */
.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
    margin-top: 0;
    width: 100%;
}

/* 确保视频在正确的位置 */
.tab_content.active .icesnow-wrap {
    max-width: 100%;
    margin: 0;
}

.tab_content.active .icesnow-video-box {
    width: 100%;
}

.tab_content.active .icesnow-video-box video {
    width: 100%;
    display: block;
    max-height: 70vh;
    object-fit: contain;
}

/* ========== 平板适配 ========== */
@media (max-width: 1024px) {
    .tab_container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 20px 15px;
    }

    .tab_left {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .tab_right {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
        padding: 0;
    }

    .tab_item {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

    .tab_content.active {
        width: 100%;
        margin-top: 0;
    }
    
    .tab_content.active .icesnow-wrap {
        padding: 15px;
    }
    
    .tab_content.active .icesnow-video-box video {
        max-height: 50vh;
    }
}

@media (max-width: 768px) {
    .tab_wrap {
        padding: 10px 0;
        min-height: auto;
    }

    .tab_container {
        padding: 10px 10px;
        gap: 20px;
    }

    .tab_left {
        padding: 0;
    }

    .tab_right {
        gap: 8px;
    }

    .tab_item {
        width: 55px;
        height: 55px;
    }
    
    .tab_content.active .icesnow-wrap {
        padding: 10px;
    }
    
    .tab_content.active .icesnow-video-box video {
        max-height: 40vh;
    }
}

@media (max-width: 480px) {
    .tab_item {
        width: 45px;
        height: 45px;
    }
    
    .tab_right {
        gap: 5px;
    }
    
    .tab_content.active .icesnow-video-box video {
        max-height: 30vh;
    }
}

/* ================================================================
   icesnow - 角色视频展示组件（居中优化版）
   ================================================================ */

.icesnow-wrap {
    max-width: 100%;
    margin: 0;
    background: #191518;
    border: 1px solid #705c42;
    border-radius: 6px;
    padding: 20px;
    font-family: "Microsoft Yahei", serif;
    position: relative;
    z-index: 2;
}

/* 顶部角色标题区域 - 居中 */
.icesnow-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 10px;
}

.icesnow-name-box {
    text-align: left;
}

.icesnow-name-box h1 {
    font-size: clamp(28px, 4vw, 52px);
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.2;
}

.icesnow-name-box h1 span {
    font-size: clamp(16px, 2vw, 22px) !important;
}

.icesnow-name-desc {
    font-size: 14px;
    margin: 6px 0 0;
}

.icesnow-type-tag {
    display: flex;
    gap: 24px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.icesnow-type-tag span {
    font-size: 15px;
}

/* 右侧属性小字 */
.icesnow-attr-list {
    line-height: 2.2;
    font-size: 14px;
    text-align: right;
}

/* 中间视频容器 - 居中 */
.icesnow-video-box {
    width: 100%;
    background: #221e21;
    position: relative;
    border: 1px solid #5a4c38;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
}

.icesnow-video-box video {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.icesnow-video-tip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 14px;
    background: linear-gradient(transparent, #0009);
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 4px;
}

/* 底部技能Tab缩略栏 - 居中 */
.icesnow-skill-tab {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 8px;
    gap: 8px;
    scrollbar-width: thin;
}

.icesnow-skill-tab::-webkit-scrollbar {
    height: 4px;
}

.icesnow-skill-tab::-webkit-scrollbar-thumb {
    background: #705c42;
    border-radius: 4px;
}

.icesnow-skill-item {
    flex-shrink: 0;
    width: clamp(60px, 10vw, 92px);
    cursor: pointer;
    text-align: center;
    transition: transform 0.2s;
}

.icesnow-skill-item:hover {
    transform: scale(1.05);
}

.icesnow-skill-item img {
    width: 100%;
    max-width: 70px;
    border: 2px solid transparent;
    border-radius: 4px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.icesnow-skill-item.active img {
    border-color: #e6c988;
    box-shadow: 0 0 8px #e6c98877;
}

.icesnow-skill-item p {
    margin: 6px 0 0;
    font-size: clamp(10px, 1.5vw, 13px);
}

/* icesnow 移动端适配 */
@media (max-width: 1024px) {
    .tab_content.active {
        width: 100% !important;
    }
    
    .icesnow-skill-tab {
        justify-content: center;
        gap: 6px;
    }
    
    .icesnow-skill-item {
        width: 56px;
    }
    
    .icesnow-skill-item img {
        max-width: 56px;
    }
    
    .icesnow-attr-list {
        text-align: left;
    }
    
    .icesnow-top {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .icesnow-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .icesnow-attr-list {
        margin-top: 10px;
        text-align: left;
    }
    
    .icesnow-wrap {
        padding: 12px;
    }
    
    .icesnow-video-box video {
        aspect-ratio: 16/9;
        min-height: 180px;
    }
    
    .icesnow-video-tip {
        flex-direction: column;
        gap: 4px;
        font-size: 12px;
        padding: 6px 10px;
    }
    
    .icesnow-name-box h1 {
        font-size: 24px !important;
    }
    
    .icesnow-name-box h1 span {
        font-size: 16px !important;
        display: block;
        margin-top: 2px;
    }
    
    .icesnow-skill-item {
        width: 48px;
    }
    
    .icesnow-skill-item img {
        max-width: 48px;
    }
}

@media (max-width: 480px) {
    .icesnow-wrap {
        padding: 8px;
        border-radius: 4px;
    }
    
    .icesnow-video-box video {
        min-height: 150px;
    }
    
    .icesnow-skill-item {
        width: 40px;
    }
    
    .icesnow-skill-item img {
        max-width: 40px;
    }
    
    .icesnow-skill-tab {
        gap: 4px;
    }
    
    .icesnow-name-box h1 {
        font-size: 20px !important;
    }
    
    .icesnow-video-tip {
        font-size: 10px;
        padding: 4px 8px;
    }
}

/* ================================================================
   page4 - stv 视听站（居中布局）
   ================================================================ */

.stv-wrap {
    width: 100%;
    min-height: 100vh;
    padding: 20px 15px;
    font-family: "Microsoft Yahei", serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stv-container {
    max-width: 1300px;
    width: 100%;
    margin: 0;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

/* 左侧大屏视频区域 */
.stv-left-box {
    flex: 0 0 60%;
    position: relative;
}

.stv-big-video {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 4px;
    background: #333;
    position: relative;
}

.stv-big-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* 播放圆形按钮 */
.stv-play-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #00000077;
    border: 2px solid #c0b088;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s;
}

.stv-play-circle:hover {
    background: #000000aa;
    transform: translate(-50%, -50%) scale(1.1);
}

/* 右侧区域 */
.stv-right-box {
    flex: 1;
    min-width: 280px;
}

.stv-title-top {
    font-size: 38px;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 16px;
}

/* 顶部tab按钮 视频/壁纸 */
.stv-tab-group {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 22px;
}

.stv-tab-item {
    padding: 6px 28px;
    border: 1px solid #b8a67c;
    border-radius: 30px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s;
}

.stv-tab-item.active {
    background: #b8a67c;
}

.stv-tab-item:hover {
    background: #b8a67c55;
}

/* 文字简介 */
.stv-desc-text {
    padding: 16px 14px;
    border: 1px solid #b9aa84;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 15px;
    border-radius: 4px;
}

/* 缩略图+左右箭头容器 */
.stv-thumb-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.stv-arrow {
    font-size: 28px;
    cursor: pointer;
    padding: 0 6px;
    transition: all 0.3s;
    user-select: none;
    flex-shrink: 0;
}

.stv-arrow:hover {
    transform: scale(1.2);
}

.stv-thumb-box {
    flex: 1;
    overflow: hidden;
    border-radius: 4px;
}

.stv-thumb-list {
    display: flex;
    transition: transform 0.4s ease;
}

.stv-thumb-item {
    min-width: 100%;
    cursor: pointer;
    padding: 0 4px;
}

.stv-thumb-img {
    width: 100%;
    aspect-ratio: 16/9;
    background: #444;
    border-radius: 4px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.stv-thumb-item.active .stv-thumb-img {
    border-color: #e6c988;
    box-shadow: 0 0 12px #e6c98855;
}

.stv-thumb-img:hover {
    transform: scale(1.02);
}

/* MORE按钮 */
.stv-more-btn {
    display: block;
    margin: 18px auto 0;
    padding: 7px 32px;
    border: 1px solid #b8a67c;
    border-radius: 30px;
    width: fit-content;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}

.stv-more-btn:hover {
    background: #b8a67c33;
    transform: scale(1.05);
}

/* ========== 平板适配 ========== */
@media (max-width: 1024px) {
    .stv-wrap {
        padding: 30px 15px;
        min-height: auto;
    }

    .stv-container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .stv-left-box {
        flex: none;
        width: 100%;
        max-width: 700px;
    }

    .stv-right-box {
        width: 100%;
        max-width: 700px;
        min-width: 0;
    }

    .stv-title-top {
        font-size: 32px;
    }

    .stv-play-circle {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

/* ========== 手机适配 ========== */
@media (max-width: 768px) {
    .stv-wrap {
        padding: 20px 10px;
    }

    .stv-container {
        gap: 20px;
    }

    .stv-left-box {
        max-width: 100%;
    }

    .stv-right-box {
        max-width: 100%;
    }

    .stv-title-top {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .stv-desc-text {
        font-size: 14px;
        padding: 12px 10px;
    }

    .stv-play-circle {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .stv-arrow {
        font-size: 22px;
        padding: 0 4px;
    }

    .stv-more-btn {
        padding: 6px 24px;
        font-size: 14px;
    }

    .stv-tab-item {
        padding: 5px 18px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .stv-wrap {
        padding: 15px 8px;
    }

    .stv-container {
        gap: 16px;
    }

    .stv-title-top {
        font-size: 22px;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }

    .stv-desc-text {
        font-size: 13px;
        padding: 10px 8px;
        line-height: 1.6;
    }

    .stv-play-circle {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .stv-arrow {
        font-size: 18px;
        padding: 0 3px;
    }

    .stv-thumb-wrap {
        gap: 6px;
    }

    .stv-more-btn {
        padding: 5px 18px;
        font-size: 13px;
        margin-top: 14px;
    }

    .stv-tab-item {
        padding: 4px 14px;
        font-size: 13px;
    }

    .stv-tab-group {
        gap: 12px;
    }
}

/* ================================================================
   page5 - 亮点导览切换
   ================================================================ */

#page5 {
    width: 100%;
    min-height: 85vh;
    position: relative;
    box-sizing: border-box;
}
.page5-switch-btnbox {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.page5-switch-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #96805c;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(22, 18, 15, 0.55);
}
.page5-switch-item {
    width: 70px;
    height: 70px;
    border: 1px solid #96805c;
    border-radius: 50%;
    background: rgba(22, 18, 15, 0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
}
.page5-switch-item.active {
    border-color: #d4b879;
}

/* 移动端适配 */
@media (max-width: 768px) {
    #page5 {
        min-height: 62vh;
    }
    .page5-switch-item {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .page5-switch-arrow {
        width: 24px;
        height: 24px;
    }
}

/* ================================================================
   ydzn-map - 游戏指引地图
   ================================================================ */

.game-top-item {
    cursor: pointer;
}
.game-top-item.active {
    background: #b8a67c;
}

.game-content-box {
    display: none;
}
.game-content-box:first-child {
    display: block;
}
.game-top-item {
    cursor: pointer;
}
.game-top-item.active {
    background: #b8967c;
}
.game-content-box {
    display: none;
}
.game-content-box.show {
    display: block;
}

/* ================================================================
   game-task-wrap - 游戏任务
   ================================================================ */

.game-task-wrap {
    max-width: 1500px;
    margin: 100px auto;
    padding: 0 15px;
}

/* 顶部导航 */
.game-top-nav {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.game-top-item {
    width: 118px;
    height: 60px;
    background: #e4d5bc;
    border: 2px solid #b19b74;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
}

.game-top-item.active {
    background: #d1b992;
    font-weight: bold;
}

.game-top-item-en {
    font-size: 11px;
    margin-top: 2px;
}

/* 主体左右布局 */
.game-main-layout {
    display: flex;
    gap: 20px;
}

/* 左侧菜单 */
.game-left-menu {
    width: 210px;
    flex-shrink: 0;
}

.game-menu-title {
    background: #d3bd99;
    border: 2px solid #b19b74;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    margin-bottom: 8px;
}

.game-menu-list {
    list-style: none;
}

.game-menu-item {
    background: #e4d5bc;
    border: 2px solid #b19b74;
    padding: 9px 12px;
    margin-bottom: 6px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
}

.game-menu-item.active {
    background: #d1b992;
    font-weight: bold;
}

.game-menu-item.sub {
    padding-left: 24px;
    font-size: 13px;
}

/* 右侧内容区 */
.game-right-content {
    flex: 1;
    background: #fdfbf8;
    border: 2px solid #d3bd99;
    padding: 20px 25px;
    min-height: 580px;
}

.game-content-item {
    display: none;
}

.game-content-item.show {
    display: block;
}

.game-content-title {
    font-size: 22px;
    margin-bottom: 18px;
    border-left: 4px solid #b19b74;
    padding-left: 10px;
}

.game-content-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .game-main-layout {
        flex-direction: column;
    }
    .game-left-menu {
        width: 100%;
    }
    .game-top-nav {
        flex-wrap: wrap;
    }
    .game-top-item {
        width: 100px;
        height: 50px;
        font-size: 12px;
    }
}

/* ================================================================
   news - 新闻列表页
   ================================================================ */

.news-wrap {
    width: 100%;
    font-family: "Microsoft Yahei", sans-serif;
    background: #fff;
}

/* 顶部背景图 */
.news-banner {
    width: 100%;
    height: 420px;
    position: relative;
}

/* 顶部TAB导航 */
.news-tab-bar {
    position: absolute;
    left: 12%;
    bottom: 0;
    display: flex;
    gap: 40px;
}
.news-tab-item {
    font-size: 22px;
    padding: 14px 4px;
    cursor: pointer;
    position: relative;
}
.news-tab-item.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 20px;
    height: 28px;
    background: #c7b898;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* 新闻列表 */
.news-list-container {
    max-width: 75%;
    margin: 35px auto;
}
.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    margin-bottom: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 鼠标移入效果：右移 + 放大 */
.news-item:hover {
    transform: translateX(10px) scale(1.02);
    background: #f5e9cd;
}

/* 标题 + 字体图标 */
.news-title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.news-icon {
    font-size: 12px !important;
}

/* 日期样式 */
.news-date {
    text-align: right;
    line-height: 1.3;
}
.news-date-day {
    font-size: 22px;
    display: block;
}
.news-date-year {
    font-size: 13px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .news-banner {
        height: 240px;
    }
    .news-tab-bar {
        left: 5%;
        gap: 22px;
    }
    .news-tab-item {
        font-size: 17px;
    }
    .news-list-container {
        max-width: 92%;
    }
    .news-item {
        padding: 14px 10px;
        font-size: 15px;
    }
    .news-date-day {
        font-size: 17px;
    }
}

/* ================================================================
   news-detail - 新闻详情页
   ================================================================ */

.detail-wrap {
    width: 100%;
    background: #ffffff;
    font-family: "Microsoft Yahei", SimSun, sans-serif;
}

/* 顶部banner区域 */
.detail-banner {
    width: 100%;
    height: 340px;
    position: relative;
}

/* 返回按钮 */
.detail-back-btn {
    position: absolute;
    left: 18%;
    bottom: 30px;
    font-size: 18px;
    text-decoration: none;
}
.detail-back-btn i {
    margin-right: 4px;
}

/* 正文容器 */
.detail-content-box {
    max-width: 65%;
    margin: 40px auto 60px;
    padding: 0 15px;
}

/* 标题 */
.detail-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 12px;
}

/* 发布时间 */
.detail-time {
    text-align: center;
    font-size: 15px;
    margin-bottom: 22px;
    display: block;
}

/* 标题分割横线 */
.detail-title-wrap {
    position: relative;
    margin-bottom: 35px;
}
.detail-title-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 1px;
    background: #998869;
}

/* 正文段落 */
.detail-article p {
    font-size: 16px;
    line-height: 1.8;
    margin: 14px 0;
}

/* 温馨提示黄标 */
.detail-tip-tag {
    background: #ffdd33;
    padding: 2px 6px;
}

/* 落款居右 */
.detail-sign {
    text-align: right;
    margin-top: 45px;
    line-height: 1.7;
}

/* 返回顶部按钮 */
.detail-top-btn {
    position: fixed;
    right: 40px;
    bottom: 80px;
    width: 52px;
    height: 52px;
    background: #c9b999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .detail-banner {
        height: 220px;
    }
    .detail-back-btn {
        left: 6%;
    }
    .detail-content-box {
        max-width: 94%;
    }
    .detail-title {
        font-size: 22px;
    }
    .detail-top-btn {
        right: 18px;
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}

/* ================================================================
   footer - 页脚
   ================================================================ */

.footer-wrap {
    width: 100%;
    font-family: "Microsoft Yahei", sans-serif;
}

/* 上方图标栏 */
.footer-icon-top {
    width: 100%;
    height: 120px;
    background: #c9bc9f;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    position: relative;
    flex-wrap: wrap;
    padding: 0 20px;
}

/* 单个图标容器 */
.footer-icon-item {
    position: relative;
    cursor: pointer;
}
.footer-icon {
    font-size: 42px;
}

/* 二维码弹窗 悬浮显示 */
.footer-qrcode-box {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    background: #222;
    padding: 8px;
    border-radius: 6px;
    display: none;
}

/* 小三角 */
.footer-qrcode-box::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #222;
}
.footer-qrcode-img {
    width: 100%;
    height: 140px;
    background: #e9e9e9 url("") center/cover no-repeat;
}
.footer-qrcode-img img {
    width: 140px;
    height: 140px;
}
.footer-qrcode-txt {
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
}

/* hover弹出二维码 */
.footer-icon-item:hover .footer-qrcode-box {
    display: block;
}

/* 底部黑色版权区 */
.footer-copyright {
    width: 100%;
    background: #0c0c0c;
    padding: 40px 20px;
}
.footer-copy-inner {
    max-width: 72%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 30px;
}
.footer-copy-text p {
    line-height: 2;
    font-size: 15px;
}
.footer-copy-logo {
    font-size: 60px;
    font-weight: bold;
}
.footer-copy-logo img {
    width: 100px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .footer-icon-top {
        height: 90px;
        gap: 45px;
    }
    .footer-icon {
        font-size: 32px;
    }
    .footer-copy-inner {
        max-width: 96%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-copy-logo {
        font-size: 42px;
    }
    .footer-copy-text p {
        font-size: 13px;
        line-height: 1.8;
    }
    .footer-qrcode-box {
        width: 130px;
    }
}

/* ================================================================
   ydzn - 指引页
   ================================================================ */

/* 顶部导航容器 */
.zsy-nav-wrap {
    width: 100%;
    padding: 30px 15px;
    margin-top: 100px;
}
.zsy-nav-list {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.zsy-nav-item {
    background-size: 100% 100%;
    min-width: 130px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e8dfcd;
    border: 1px solid #c9b89c;
    border-radius: 6px;
    box-shadow: 2px 2px 6px #ccc;
    position: relative;
}

.zsy-nav-text-cn {
    font-size: 20px;
    font-weight: bold;
}
.zsy-nav-text-en {
    font-size: 10px;
}

/* 主体容器 */
.zsy-main-box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
    gap: 30px;
}

/* 左侧菜单栏 */
.zsy-left-menu {
    width: 180px;
    flex-shrink: 0;
}
.zsy-left-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px solid #c9b89c;
}
.zsy-left-item {
    padding: 6px 12px;
    font-size: 17px;
    cursor: pointer;
    margin: 4px 0;
}
.zsy-left-item.active {
    font-weight: bold;
}
.zsy-left-subitem {
    padding-left: 24px;
    font-size: 16px;
}

/* 右侧内容区 */
.zsy-right-content {
    flex: 1;
}
.zsy-content-title {
    font-size: 36px;
    margin-bottom: 25px;
}
.zsy-content-block {
    margin-bottom: 18px;
}
.zsy-content-step-title {
    font-size: 18px;
    margin: 10px 0 8px;
}
.zsy-content-step-desc {
    padding-left: 22px;
    line-height: 1.7;
    font-size: 16px;
}
.zsy-content-list-item {
    padding-left: 22px;
    line-height: 1.8;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .zsy-main-box {
        flex-direction: column;
    }
    .zsy-left-menu {
        width: 100%;
    }
    .zsy-nav-item {
        min-width: 105px;
        height: 70px;
    }
    .zsy-nav-text-cn {
        font-size: 16px;
    }
    .zsy-content-title {
        font-size: 28px;
    }
    .zsy-nav-wrap {
        margin-top: 50px;
        padding: 15px 10px;
    }
}