.desktop {
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 0px;
    overflow: hidden;
}

* {
    -webkit-user-drag: none
}

.desktop .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    object-fit: cover;
}

.desktop .fixed-bg * {
    object-fit: cover;
}

.content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desktop .contact {
    display: flex;
}

.desktop .contact img {
    width: 12vw;
    margin-right: 20px;
    cursor: pointer;
}

.bottom {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}

.main-left {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}


.downloadArea {
    display: flex;
    position: absolute;
    right: 10vw;
    bottom: 13vw;
}

.slg {
    position: absolute;
    top: 0;
    max-width: 90%;
    max-height: 100%
}

.content .qrcode-box {
    display: inline-block;
    width: 180px;
    height: 180px;
    padding: 10px;
    box-sizing: border-box;
}

.df {
    display: flex;
    justify-content: space-around;
}

.inside {
    border-radius: 10px;
    background: #fff;
    height: 100%;
}


.qrcode_tip {
    font-size: 1vw;
    font-weight: 100;
    position: fixed;
    bottom: 1vw;
    margin-left: .5vw;
}

.btn-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.btn-box .btn {
    display: inline-block;
    width: 250px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    background: transparent;
    font-size: 24px;
}

.btn-box img {
    width: 100%;
}


.btn-box .btn:hover {
    transform: translateY(-4px) scale(1.05)
}

.qrcode_left {
    display: flex;
    position: relative;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8vh;
}


@keyframes scrollBanner {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ========== HJ PC：封面/UI 用 desktop；仅 video 的 mp4 仍用 mobile 路径（脚本内） ========== */

.desktop.hj-pc {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    /* 主背景在内联 style 上，避免未加载 desktop.css 时不显示 */
}

.hj-pc__frame {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 100vh;
    max-height: 100dvh;
    box-sizing: border-box;
    /* 过重会把根节点上的背景图几乎盖住，调浅后仍能压住内容可读性 */
    background: linear-gradient(180deg,
            rgba(8, 2, 18, 0.38) 0%,
            rgba(18, 6, 28, 0.48) 45%,
            rgba(6, 2, 12, 0.58) 100%);
}

.hj-pc__header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(4px, 0.7vh, 10px) clamp(10px, 2vw, 24px) clamp(2px, 0.5vh, 6px);
    box-sizing: border-box;
}

.hj-pc__brand img {
    display: block;
    height: clamp(24px, 5vh, 50px);
    width: auto;
    object-fit: contain;
}

.hj-pc__actions {
    display: flex;
    align-items: center;
    gap: clamp(6px, 0.9vw, 12px);
}

.hj-pc__actions img {
    display: block;
    height: clamp(22px, 5vh, 34px);
    width: auto;
    max-width: min(150px, 20vw);
    object-fit: contain;
    cursor: pointer;
}

.hj-pc__hero {
    flex-shrink: 0;
    text-align: center;
    padding: clamp(2px, 0.5vh, 8px) clamp(8px, 1.6vw, 20px) clamp(2px, 0.5vh, 6px);
    box-sizing: border-box;
}

.hj-pc__hero img {
    display: block;
    max-width: min(920px, 92vw);
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(255, 0, 127, 0.5)) drop-shadow(0 0 28px rgba(255, 60, 150, 0.28));
}

.hj-desk-main {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.hj-pc__grid.cover-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: clamp(4px, 0.55vh, 8px) clamp(5px, 0.75vw, 10px);
    width: 100%;
    max-width: min(1240px, 96vw);
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: clamp(2px, 0.45vh, 6px) clamp(8px, 1.4vw, 18px) clamp(2px, 0.5vh, 8px);
    box-sizing: border-box;
    align-content: start;
}

.hj-pc__grid .cover-grid__sentinel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    grid-column: auto;
    grid-row: auto;
}

.hj-pc__grid .cover-cell {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.hj-pc__grid .cover-cell:hover {
    z-index: 4;
}

.hj-pc__grid .cover-cell__thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: min(22vh, calc((100vw - 88px) * 0.44));
    flex-shrink: 0;
    border-radius: clamp(6px, 0.9vmin, 10px);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 64, 140, 0.18);
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hj-pc__grid .cover-cell:hover .cover-cell__thumb {
    transform: scale(1.06);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55),
        0 0 0 2px rgba(255, 100, 170, 0.42);
}

@media (prefers-reduced-motion: reduce) {
    .hj-pc__grid .cover-cell__thumb {
        transition: none;
    }

    .hj-pc__grid .cover-cell:hover .cover-cell__thumb {
        transform: scale(1);
    }
}

.hj-pc__grid .cover-cell__thumb img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    pointer-events: none;
    vertical-align: top;
}

/* 封面中央：粉渐变圆 + 白三角（随 thumb 一起 hover 缩放） */
.hj-pc__grid .cover-cell__thumb::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(36px, 3.2vmin, 52px);
    height: clamp(36px, 3.2vmin, 52px);
    border-radius: 50%;
    background: linear-gradient(180deg, #ffe0f0 0%, #ffb3d6 35%, #e91e8c 100%);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 2;
}

.hj-pc__grid .cover-cell__thumb::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 2px), -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent #fff;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.06));
    pointer-events: none;
    z-index: 3;
}

.hj-pc__float-promo {
    position: absolute;
    z-index: 18;
    right: clamp(4px, 1vw, 14px);
    top: 50%;
    transform: translateY(-50%);
    width: clamp(236px, 26vw, 296px);
    max-width: calc(100% - 20px);
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    box-sizing: border-box;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 22px rgba(255, 80, 150, 0.22));
}

.hj-pc__float-promo-card {
    position: relative;
    top: 0;
    left: -16vw;
    cursor: default;
    border-radius: 14px;
    border: 2px solid #ff4d9f;
    box-sizing: border-box;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55),
        0 0 18px rgba(255, 100, 170, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    background: linear-gradient(165deg, #ffffff 0%, #fff0f7 28%, #ffd6ea 72%, #ffc4e3 100%);
    background-image:
        repeating-linear-gradient(118deg,
            rgba(255, 255, 255, 0.22) 0 1px,
            transparent 1px 11px),
        repeating-linear-gradient(208deg,
            rgba(255, 140, 190, 0.06) 0 1px,
            transparent 1px 12px),
        linear-gradient(165deg, #ffffff 0%, #fff0f7 28%, #ffd6ea 72%, #ffc4e3 100%);
    overflow: visible;
}

.hj-pc__float-promo-copy.statsDownload {
    cursor: pointer;
}

.hj-pc__float-promo-copy.statsDownload:focus {
    outline: 2px solid rgba(255, 91, 154, 0.9);
    outline-offset: 2px;
}

.hj-pc__float-promo-copy.statsDownload:focus:not(:focus-visible) {
    outline: none;
}

.hj-pc__float-spark {
    position: absolute;
    width: 11px;
    height: 11px;
    pointer-events: none;
    background: #fff;
    opacity: 0.95;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.95));
    clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
}

.hj-pc__float-spark--tl {
    top: 7px;
    left: 9px;
}

.hj-pc__float-spark--br {
    bottom: 7px;
    right: 9px;
    transform: scale(0.8);
}

.hj-pc__float-promo-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(6px, 1vw, 10px);
    padding: clamp(8px, 1.1vh, 12px) clamp(8px, 1.2vw, 12px);
    box-sizing: border-box;
    min-height: clamp(96px, 11vh, 128px);

}

.hj-pc__qrpic {
    flex: 0 0 auto;
    align-self: center;
    width: min(102px, 34%);
    max-width: 118px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-sizing: border-box;
    cursor: default;
    user-select: none;
    -webkit-user-drag: none;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #ff5ca8;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 5px rgba(255, 80, 150, 0.18);
}

.hj-pc__qrcode-host {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
}

.hj-pc__qrcode-host img,
.hj-pc__qrcode-host canvas {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.hj-pc__float-promo-copy {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    align-self: center;
}

.hj-pc__float-promo-line1 {
    margin: 0 0 4px;
    font-weight: 800;
    line-height: 1.3;
    font-size: clamp(11px, 1.08vw, 13px);
    color: #d81b7b;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hj-pc__float-promo-line2 {
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: clamp(10px, 1vw, 12px);
    color: #e0207a;
}

.hj-pc__float-promo-888 {
    font-size: 1.28em;
    font-weight: 900;
    letter-spacing: 0.02em;
    background: linear-gradient(185deg, #fff9c4 0%, #ffd54f 35%, #ff9800 70%, #f57c00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #e65100;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 1px 0 rgba(183, 28, 28, 0.35));
}

@supports not (-webkit-background-clip: text) {
    .hj-pc__float-promo-888 {
        color: #ff9800;
        -webkit-text-fill-color: unset;
    }
}

.hj-pc__footer {
    flex-shrink: 0;
    text-align: center;
    padding: 16px 24px 24px;
    background: linear-gradient(180deg, transparent, rgba(6, 3, 10, 0.85));
}

.hj-pc__tip {
    margin: 0 0 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.hj-pc__down {
    display: inline-block;
    width: 200px;
    max-width: 40vw;
    height: auto;
    cursor: pointer;
}

/* 视频弹层（与 mobile 同类名，PC 尺寸微调） */
.video-modal.video-modal--pc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.video-modal.video-modal--pc.is-open {
    display: flex;
}

.video-modal--pc .video-modal__mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.video-modal--pc .video-modal__box {
    position: relative;
    z-index: 1;
    /* 原约 960px / 92vw，整体缩小约 1/3 → 约 2/3 尺寸 */
    width: min(61vw, 640px);
    max-width: 640px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
}

/* 关闭：粉圆 + CSS 白叉（无图） */
.video-modal--pc .video-modal__videoWrap>.video-modal__close--corner {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(160deg, #ff6ba9, #e91e7a);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    line-height: 0;
    z-index: 8;
    display: block;
}

.video-modal--pc .video-modal__videoWrap>.video-modal__close--corner::before,
.video-modal--pc .video-modal__videoWrap>.video-modal__close--corner::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 14px;
    margin-left: -1px;
    margin-top: -7px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.video-modal--pc .video-modal__videoWrap>.video-modal__close--corner::before {
    transform: rotate(45deg);
}

.video-modal--pc .video-modal__videoWrap>.video-modal__close--corner::after {
    transform: rotate(-45deg);
}

.video-modal--pc .video-modal__videoWrap {
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
    border: 3px solid #ff9ec8;
    box-shadow: 0 0 0 1px rgba(255, 158, 200, 0.45),
        0 0 20px rgba(255, 130, 180, 0.22),
        0 10px 32px rgba(0, 0, 0, 0.5);
    background: #000;
}

.video-modal--pc .video-modal__player {
    width: 100%;
    max-height: 52vh;
    background: #000;
    display: block;
    border: none;
    border-radius: 0;
}

.video-modal--pc .video-modal__loading {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    font-size: 15px;
    pointer-events: none;
}

.video-modal--pc .video-modal__videoWrap.is-loading .video-modal__loading {
    display: flex;
}

.video-modal--pc .video-modal__loading-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ff9ec8;
    border-radius: 50%;
    animation: hjPcVideoSpin 0.75s linear infinite;
}

@keyframes hjPcVideoSpin {
    to {
        transform: rotate(360deg);
    }
}

.video-modal--pc .video-modal__playPause {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(233, 30, 122, 0.45);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal--pc .video-modal__pp-icon--play {
    display: block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent #fff;
}

.video-modal--pc .video-modal__pp-icon--pause {
    display: none;
    width: 22px;
    height: 20px;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.video-modal--pc .video-modal__pp-icon--pause::before,
.video-modal--pc .video-modal__pp-icon--pause::after {
    content: '';
    width: 4px;
    height: 14px;
    background: #fff;
    border-radius: 1px;
}

.video-modal--pc .video-modal__videoWrap.is-playing .video-modal__pp-icon--play {
    display: none;
}

.video-modal--pc .video-modal__videoWrap.is-playing .video-modal__pp-icon--pause {
    display: flex;
}

@media (max-width: 1200px) {
    .hj-pc__float-promo {
        right: 6px;
        width: clamp(228px, 28vw, 288px);
    }
}

@media (max-width: 1100px) {
    .hj-pc__grid.cover-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .hj-pc__float-promo {
        width: clamp(220px, 72vw, 276px);
        right: 6px;
    }

    .hj-pc__grid.cover-grid {
        padding-right: clamp(72px, 20vw, 168px);
    }
}

@media (max-width: 720px) {
    .hj-pc__grid.cover-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 4px 8px 6px;
        padding-right: clamp(64px, 16vw, 148px);
        gap: 4px 6px;
    }

    .hj-pc__header {
        padding: 6px 10px 4px;
    }
}