html[data-site-locale="cn"] body {
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

html[data-site-locale="cn"] .cn-main-nav-label {
    display: inline-flex;
    align-items: center;
    min-height: 5.555555556vw;
    color: #eadfcd;
    font-size: clamp(20px, 4.2vw, 54px);
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
    text-shadow: 0 0 10px rgba(142, 17, 17, .85), 0 1px 1px #2b2119;
}

html[data-site-locale="cn"] .gnb_wrap #menu .cn-main-nav-label--download {
    color: #cdbb9d;
    font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
    font-size: clamp(18px, 4.2vw, 40px);
    font-weight: 600;
    letter-spacing: 0;
    text-shadow: none;
}

html[data-site-locale="cn"] .btn-gnb-nav .txt {
    width: auto !important;
    min-width: 7.5em;
    height: auto !important;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    color: #a99c88;
    font-size: 22px !important;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.3;
    text-align: left;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .9);
    transition: color .2s ease, text-shadow .2s ease;
}

html[data-site-locale="cn"] .btn-gnb-nav .txt::before,
html[data-site-locale="cn"] .btn-gnb-nav .txt::after {
    display: none !important;
    background: none !important;
}

html[data-site-locale="cn"] .gnb-list-cell.actived .btn-gnb-nav .txt,
html[data-site-locale="cn"] .btn-gnb-nav:hover .txt {
    color: #f0e5d2;
    text-shadow: 0 0 9px rgba(230, 190, 116, .55), 0 1px 4px #000;
}

html[data-site-locale="cn"] [data-cn-ui-button] {
    position: relative;
}

html[data-site-locale="cn"] [data-cn-ui-button] .cn-ui-image-label {
    position: absolute;
    inset: 2px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 .55em;
    color: #f2e7ce;
    background: linear-gradient(180deg, #3c382c 0%, #211f19 100%);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.15;
    text-align: center;
    text-shadow: 0 1px 2px #000;
    pointer-events: none;
}

html[data-site-locale="cn"] [data-cn-ui-button="primary"] .cn-ui-image-label {
    background: linear-gradient(180deg, #783633 0%, #401b1c 100%);
    color: #fff0e3;
}

/* Mainland-China launch changes: the share control stays hidden, while the two
   former YouTube/Facebook buttons become QQ customer-service entries. */
html[data-site-locale="cn"] .header_wrap .share,
html[data-site-locale="cn"] .gnb_share_box {
    display: flex !important;
}

html[data-site-locale="cn"] .header_wrap .share .btn_share,
html[data-site-locale="cn"] .gnb_share_box .btn_share {
    display: none !important;
}

html[data-site-locale="cn"] .header_wrap .share {
    justify-content: flex-start;
}

html[data-site-locale="cn"] .header_wrap .share button[data-cn-qq],
html[data-site-locale="cn"] .gnb_share_box button[data-cn-qq] {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: auto;
    min-width: 62px;
    height: 24px;
    margin: 0 4px;
    padding: 0 10px 0 27px;
    border: 1px solid rgba(146, 133, 108, .72);
    border-radius: 12px;
    background: linear-gradient(180deg, #332d23 0%, #17140f 100%) !important;
    color: #92856c;
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    text-shadow: 0 1px 2px #000;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease;
}

/* Keep both short QQ labels on one shared baseline, regardless of glyph count. */
html[data-site-locale="cn"] .header_wrap .share button[data-cn-qq] .cn-qq-label,
html[data-site-locale="cn"] .gnb_share_box button[data-cn-qq] .cn-qq-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1;
    transform: translateY(-.5px);
    white-space: nowrap;
}

/* Uppercase QQ reads optically larger than adjacent CJK glyphs at the same size. */
html[data-site-locale="cn"] .header_wrap .share button[data-cn-qq="qr"] .cn-qq-latin,
html[data-site-locale="cn"] .gnb_share_box button[data-cn-qq="qr"] .cn-qq-latin {
    display: inline-block;
    margin-right: .06em;
    font-size: .88em;
    font-weight: inherit;
    letter-spacing: -.04em;
    line-height: 1;
}

html[data-site-locale="cn"] .header_wrap .share button[data-cn-qq]::before,
html[data-site-locale="cn"] .gnb_share_box button[data-cn-qq]::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    background: url("/common/cn-assets/pc/icon-qq.svg?v=20260820.1") center center / contain no-repeat;
    pointer-events: none;
    transition: filter .2s ease;
}

html[data-site-locale="cn"] .header_wrap .share button[data-cn-qq]:hover,
html[data-site-locale="cn"] .header_wrap .share button[data-cn-qq]:focus-visible,
html[data-site-locale="cn"] .gnb_share_box button[data-cn-qq]:hover,
html[data-site-locale="cn"] .gnb_share_box button[data-cn-qq]:focus-visible {
    border-color: #b9a47d;
    background: linear-gradient(180deg, #4b4232 0%, #211d17 100%) !important;
    color: #e3dcd0;
    outline: none;
}

html[data-site-locale="cn"] .header_wrap .share button[data-cn-qq]:hover::before,
html[data-site-locale="cn"] .header_wrap .share button[data-cn-qq]:focus-visible::before,
html[data-site-locale="cn"] .gnb_share_box button[data-cn-qq]:hover::before,
html[data-site-locale="cn"] .gnb_share_box button[data-cn-qq]:focus-visible::before {
    filter: brightness(1.5);
}

html[data-site-locale="cn"] .gnb_share_box button[data-cn-qq] {
    min-width: 28vw;
    height: 8.5vw;
    margin: 3.7vw 2vw 0;
    padding: 0 4vw 0 10.5vw;
    border-radius: 4.25vw;
    font-size: 3.2vw;
    letter-spacing: .06em;
}

html[data-site-locale="cn"] .gnb_share_box button[data-cn-qq]::before {
    left: 4.5vw;
    width: 4.4vw;
    height: 4.4vw;
    margin-top: -2.2vw;
}

/* QQ customer-service popup (DOM is injected by /common/cn-qq.js). */
html[data-site-locale="cn"] .cn-qq-pop {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[data-site-locale="cn"] .cn-qq-pop[hidden] {
    display: none !important;
}

html[data-site-locale="cn"] .cn-qq-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .82);
}

html[data-site-locale="cn"] .cn-qq-card {
    position: relative;
    box-sizing: border-box;
    width: 360px;
    max-width: 88vw;
    padding: 30px 26px 26px;
    border: 1px solid #6f5f3f;
    border-radius: 6px;
    background: #1d1a15;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .55);
    color: #efe6d3;
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
    text-align: center;
}

html[data-site-locale="cn"] .cn-qq-title {
    margin: 0;
    color: #f5ead2;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
}

html[data-site-locale="cn"] .cn-qq-qr-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    max-width: 72vw;
    margin: 18px auto 14px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

html[data-site-locale="cn"] .cn-qq-qr {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

html[data-site-locale="cn"] .cn-qq-qr-fallback {
    margin: 0;
    padding: 0 12px;
    color: #8b6f2f;
    font-size: 14px;
    line-height: 1.6;
}

html[data-site-locale="cn"] .cn-qq-number {
    margin: 0;
    color: #d6c9ab;
    font-size: 15px;
    letter-spacing: .02em;
}

html[data-site-locale="cn"] .cn-qq-number b {
    color: #ffd98a;
    font-weight: 700;
    letter-spacing: .08em;
}

html[data-site-locale="cn"] .cn-qq-tip {
    margin: 8px 0 0;
    color: #a99c88;
    font-size: 13px;
    line-height: 1.5;
}

html[data-site-locale="cn"] .cn-qq-join {
    margin-top: 18px;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    background: #12b7f5;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    transition: background-color .2s ease;
}

html[data-site-locale="cn"] .cn-qq-join:hover,
html[data-site-locale="cn"] .cn-qq-join:focus-visible {
    background: #0f9fd6;
    outline: none;
}

html[data-site-locale="cn"] .cn-qq-join[hidden] {
    display: none !important;
}

html[data-site-locale="cn"] .cn-qq-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    color: #a99c88;
    cursor: pointer;
    font-family: inherit;
    font-size: 24px;
    line-height: 1;
    transition: color .2s ease;
}

html[data-site-locale="cn"] .cn-qq-close:hover {
    color: #ffffff;
}

/* Store artwork is replaced with explicit direct-download actions. */
html[data-site-locale="cn"] [data-rom-download-platform] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 174px;
    height: 54px;
    margin: 0 18px 0 0;
    padding: 0 28px;
    border: 1px solid #b9a47d;
    border-radius: 2px;
    background: linear-gradient(180deg, #4b4232 0%, #211d17 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .13), 0 3px 8px rgba(0, 0, 0, .28);
    color: #f5ead2;
    cursor: pointer;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-align: center;
    text-shadow: 0 1px 2px #000;
}

html[data-site-locale="cn"] [data-rom-download-platform="android"] {
    border-color: #9b8666;
    background: linear-gradient(180deg, #574a37 0%, #2d261d 100%);
}

html[data-site-locale="cn"] [data-rom-download-platform]:hover,
html[data-site-locale="cn"] [data-rom-download-platform]:focus-visible {
    border-color: #f0cf93;
    background: linear-gradient(180deg, #695536 0%, #382818 100%);
    outline: none;
}

html[data-site-locale="cn"] #reservation_finish [data-rom-download-platform] {
    min-width: 140px;
    height: 44px;
    margin: 0 8px;
    padding: 0 16px;
    font-size: 14px;
}

/* Keep the approved transparent hero title intact at every breakpoint. */
html[data-site-locale="cn"] #main .main_box .tit img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

html[data-site-locale="cn"] .intro_download_box .cn-intro-download-button {
    min-width: 170px;
    height: 48px;
    margin: 0 5px;
    font-size: 15px;
    text-decoration: none;
}

/* Reuse the original store-button artwork so Android, Apple, and PC share one visual system. */
html[data-site-locale="cn"] [data-rom-download-platform].cn-download-art-button {
    display: block !important;
    min-width: 0;
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none !important;
    box-shadow: none;
    line-height: 0;
    overflow: visible;
}

html[data-site-locale="cn"] [data-rom-download-platform].cn-download-art-button .cn-download-art {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
}

html[data-site-locale="cn"] [data-rom-download-platform].cn-download-art-button:hover,
html[data-site-locale="cn"] [data-rom-download-platform].cn-download-art-button:focus-visible {
    border-color: transparent;
    background: none !important;
    filter: brightness(1.1);
}

html[data-site-locale="cn"] .pre_present_box [data-cn-ui-button] .cn-ui-image-label {
    inset: 0;
    border: 1px solid #8e8068;
    background: linear-gradient(180deg, #41392e 0%, #211d18 100%);
    font-size: 14px;
}

/* The tablet shell keeps the original bitmap menu rows at 24px high. */
@media screen and (max-width: 1368px) {
    html[data-site-locale="cn"] header#tablet .cn-main-nav-label {
        min-height: 24px;
        font-size: 24px;
        letter-spacing: .04em;
        line-height: 24px;
    }
}

@media screen and (max-width: 1440px) {
    html[data-site-locale="cn"] .btn-gnb-nav .txt {
        min-width: 7em;
        font-size: 17px !important;
    }
}

@media screen and (max-width: 768px) {
    html[data-site-locale="cn"] .btn-gnb-nav .txt {
        min-width: 9em;
        font-size: 18px !important;
    }

    html[data-site-locale="cn"] [data-cn-ui-button] .cn-ui-image-label {
        font-size: 12px;
    }

    html[data-site-locale="cn"] .pre_present_box [data-cn-ui-button] .cn-ui-image-label {
        font-size: clamp(12px, 2.7vw, 20px);
    }

    html[data-site-locale="cn"] #download [data-rom-download-platform] {
        min-width: 0;
        width: 25.1vw;
        height: 7.22vw;
        margin: 0 1.2vw 0 0;
        padding: 0;
        font-size: clamp(10px, 2.4vw, 16px);
    }

    html[data-site-locale="cn"] #reservation_finish [data-rom-download-platform] {
        min-width: 25vw;
        height: 9vw;
        margin: 0 1vw;
        padding: 0 1vw;
        font-size: clamp(10px, 2.5vw, 16px);
    }

    html[data-site-locale="cn"] .intro_download_box .cn-intro-download-button {
        min-width: 0;
        width: 35vw;
        height: 9vw;
        margin: 0 1vw;
        font-size: clamp(10px, 2.6vw, 16px);
    }
}

/* Simplified Chinese bitmap UI overrides. The Traditional Chinese originals stay untouched. */
html[data-site-locale="cn"] #rom .knight .btn_knight:hover span {
    background-image: url("/common/cn-assets/class/pc/bg_class_knight_on.png?v=20260810.11");
}

html[data-site-locale="cn"] #rom .magician .btn_magician:hover span {
    background-image: url("/common/cn-assets/class/pc/bg_class_magician_on.png?v=20260810.11");
}

html[data-site-locale="cn"] #rom .ranger .btn_ranger:hover span {
    background-image: url("/common/cn-assets/class/pc/bg_class_ranger_on.png?v=20260810.11");
}

html[data-site-locale="cn"] #m_rom .charactorSwiper .cha_kinght .cha .btn::before {
    background-image: url("/common/cn-assets/class/mo/bg_class_knight_on.png?v=20260810.11");
}

html[data-site-locale="cn"] #m_rom .charactorSwiper .cha_magician .cha .btn::before {
    background-image: url("/common/cn-assets/class/mo/bg_class_magician_on.png?v=20260810.11");
}

html[data-site-locale="cn"] #m_rom .charactorSwiper .cha_ranger .cha .btn::before {
    background-image: url("/common/cn-assets/class/mo/bg_class_ranger_on.png?v=20260810.11");
}

html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_knight span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_knight.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_berserker span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_berserker.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_defender span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_defender.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_vanguard span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_vanguard.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_magician span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_magician.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_priest span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_priest.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_wizards span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_wizards.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_mage span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_mage.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_ranger span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_ranger.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_scout span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_scout.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_hunter span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_hunter.png?v=20260810.14");
}
html[data-site-locale="cn"] #rom .change_container .tab_change_class .change_slayer span {
    background-image: url("/common/cn-assets/class-detail/pc/txt_change_class_slayer.png?v=20260810.14");
}

html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_knight span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_knight.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_berserker span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_berserker.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_defender span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_defender.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_vanguard span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_vanguard.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_magician span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_magician.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_priest span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_priest.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_wizards span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_wizards.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_mage span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_mage.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_ranger span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_ranger.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_scout span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_scout.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_hunter span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_hunter.png?v=20260810.14");
}
html[data-site-locale="cn"] #m_rom .change_container .tab_change_class .change_slayer span {
    background-image: url("/common/cn-assets/class-detail/mo/txt_change_class_slayer.png?v=20260810.14");
}

html[data-site-locale="cn"] #rom .storySwiper .story_paging span.slide2 .txt {
    background-image: url("/common/cn-assets/story/pc/tit_story_02.png?v=20260810.10");
}

html[data-site-locale="cn"] #rom .storySwiper .story_paging span.slide2.still .txt,
html[data-site-locale="cn"] #rom .storySwiper .story_paging span.slide2 i.icon .txt:hover,
html[data-site-locale="cn"] #rom .storySwiper .story_paging span.slide2 i.icon:hover .txt,
html[data-site-locale="cn"] #rom .storySwiper .story_paging span.slide2.swiper-pagination-bullet-active .txt {
    background-image: url("/common/cn-assets/story/pc/tit_story_02_on.png?v=20260810.10");
}

html[data-site-locale="cn"] #rom .storySwiper .story_paging span.slide3 .txt {
    background-image: url("/common/cn-assets/story/pc/tit_story_03.png?v=20260810.10");
}

html[data-site-locale="cn"] #rom .storySwiper .story_paging span.slide3.still .txt,
html[data-site-locale="cn"] #rom .storySwiper .story_paging span.slide3 i.icon .txt:hover,
html[data-site-locale="cn"] #rom .storySwiper .story_paging span.slide3 i.icon:hover .txt,
html[data-site-locale="cn"] #rom .storySwiper .story_paging span.slide3.swiper-pagination-bullet-active .txt {
    background-image: url("/common/cn-assets/story/pc/tit_story_03_on.png?v=20260810.10");
}

html[data-site-locale="cn"] #m_rom .storySwiper .story_paging span.slide2 .txt {
    background-image: url("/common/cn-assets/story/mo/tit_story_02.png?v=20260810.10");
}

html[data-site-locale="cn"] #m_rom .storySwiper .story_paging span.slide2.still .txt,
html[data-site-locale="cn"] #m_rom .storySwiper .story_paging span.slide2 i.icon .txt:hover,
html[data-site-locale="cn"] #m_rom .storySwiper .story_paging span.slide2 i.icon:hover .txt,
html[data-site-locale="cn"] #m_rom .storySwiper .story_paging span.slide2.swiper-pagination-bullet-active .txt {
    background-image: url("/common/cn-assets/story/mo/tit_story_02_on.png?v=20260810.10");
}

html[data-site-locale="cn"] #m_rom .storySwiper .story_paging span.slide3 .txt {
    background-image: url("/common/cn-assets/story/mo/tit_story_03.png?v=20260810.10");
}

html[data-site-locale="cn"] #m_rom .storySwiper .story_paging span.slide3.still .txt,
html[data-site-locale="cn"] #m_rom .storySwiper .story_paging span.slide3 i.icon .txt:hover,
html[data-site-locale="cn"] #m_rom .storySwiper .story_paging span.slide3 i.icon:hover .txt,
html[data-site-locale="cn"] #m_rom .storySwiper .story_paging span.slide3.swiper-pagination-bullet-active .txt {
    background-image: url("/common/cn-assets/story/mo/tit_story_03_on.png?v=20260810.10");
}

html[data-site-locale="cn"] .pre_present_box .form_box .number_box .input_box.phone::after {
    content: "+86";
}

/* The Taiwan pre-registration artwork contains baked-in Traditional Chinese.
   Mainland pages keep the decorative reward art, but render the copy as real,
   accessible Simplified Chinese so future copy changes do not require bitmaps. */
html[data-site-locale="cn"] .cn-preregistration-title {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    color: #eee8dc;
    font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.15;
    text-shadow: 0 2px 2px #1a1510, 0 0 8px rgba(236, 218, 184, .18);
}

html[data-site-locale="cn"] .cn-preregistration-title span {
    display: inline;
    color: #d6ad67;
    font-size: inherit;
    line-height: inherit;
}

html[data-site-locale="cn"] .cn-preregistration-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #b7a27f 12%, #b7a27f 46%, transparent 46%, transparent 54%, #b7a27f 54%, #b7a27f 88%, transparent 100%);
    opacity: .9;
}

html[data-site-locale="cn"] .cn-preregistration-title::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid #b7a27f;
    border-bottom: 2px solid #b7a27f;
    transform: translateX(-50%) rotate(45deg);
}

html[data-site-locale="cn"] .cn-preregistration-title--desktop {
    width: 615px;
    height: 93px;
    padding-top: 5px;
    font-size: 42px;
}

html[data-site-locale="cn"] .pre_present_box .cn-preregistration-intro {
    box-sizing: border-box;
    height: 40px;
    padding-top: 33px;
    color: #eadfc9;
    font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 40px;
    text-shadow: 0 2px 2px #000, 0 0 4px #000;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout] .form_box {
    position: relative;
    z-index: 3;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="desktop"] {
    background-image: url("/common/cn-assets/preregistration/pc/bg_pre_present_box_clean.png?v=20260826.5");
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="mobile"] {
    background-image: url("/common/cn-assets/preregistration/mo/bg_pre_present_box_clean.png?v=20260826.5");
}

html[data-site-locale="cn"] .cn-preregistration-reward-copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

html[data-site-locale="cn"] .cn-preregistration-reward-label {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #c7bfb1;
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    background: none;
    box-shadow: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .9);
    white-space: nowrap;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="desktop"] .cn-preregistration-reward-label--heading {
    top: 145px;
    left: 180px;
    width: 180px;
    height: 42px;
    color: #eadfc9;
    font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
    font-size: 21px;
    font-weight: 600;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="desktop"] .cn-preregistration-reward-label--ring {
    top: 338px;
    left: 205px;
    width: 120px;
    height: 32px;
    font-size: 18px;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="desktop"] .cn-preregistration-reward-label--gold,
html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="desktop"] .cn-preregistration-reward-label--scroll {
    top: 497px;
    height: 32px;
    font-size: 18px;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="desktop"] .cn-preregistration-reward-label--gold {
    left: 84px;
    width: 122px;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="desktop"] .cn-preregistration-reward-label--scroll {
    left: 286px;
    width: 210px;
}

html[data-site-locale="cn"] .pre_present_box [data-cn-ui-button="primary"] .cn-ui-image-label {
    inset: 2px 3px;
    border-color: #9b3b31;
    color: #f4e6d6;
    background: linear-gradient(180deg, rgba(124, 37, 30, .98) 0%, rgba(75, 16, 15, .98) 100%);
    font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 1px 3px #200;
}

html[data-site-locale="cn"] .cn-preregistration-title--mobile {
    width: 86vw;
    height: 12.5vw;
    padding-top: .4vw;
    font-size: 5.8vw;
}

html[data-site-locale="cn"] .cn-preregistration-title--mobile::after {
    bottom: 2.7vw;
}

html[data-site-locale="cn"] .cn-preregistration-title--mobile::before {
    bottom: 2vw;
    width: 1.25vw;
    height: 1.25vw;
    border-width: 0 .28vw .28vw 0;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="mobile"] .cn-preregistration-reward-label--intro {
    top: 4.5vw;
    left: 50%;
    width: 70vw;
    height: 14.5vw;
    color: #eadfc9;
    font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
    font-size: 5.1vw;
    font-weight: 600;
    line-height: 1.45;
    transform: translateX(-50%);
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="mobile"] .cn-preregistration-reward-label--heading {
    top: 31.7vw;
    left: 50%;
    width: 43vw;
    height: 7.5vw;
    color: #eadfc9;
    font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
    font-size: 4.15vw;
    font-weight: 600;
    transform: translateX(-50%);
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="mobile"] .cn-preregistration-reward-label--ring {
    top: 66vw;
    left: 50%;
    width: 28vw;
    height: 5.8vw;
    font-size: 3.25vw;
    transform: translateX(-50%);
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="mobile"] .cn-preregistration-reward-label--gold,
html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="mobile"] .cn-preregistration-reward-label--scroll {
    top: 94.5vw;
    height: 5.8vw;
    font-size: 3.25vw;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="mobile"] .cn-preregistration-reward-label--gold {
    left: 13.5vw;
    width: 24vw;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="mobile"] .cn-preregistration-reward-label--scroll {
    left: 48.3vw;
    width: 38vw;
    font-size: 3.05vw;
}

html[data-site-locale="cn"] .pre_present_box[data-cn-preregistration-layout="mobile"] [data-cn-ui-button="primary"] .cn-ui-image-label {
    font-size: 4.2vw;
}
