* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    min-height: 100vh;
    background-color: #fff;
}

/* PC端 */
#pc {
    display: block;
    min-width: 1440px;
    min-height: 888px;
    background: url('/img/body-bg.png') center center no-repeat;
    background-size: 100% 100%;
}

.qrcode-side {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 15px 10px 10px 10px;
    border: 1px solid rgba(255, 104, 1, 0.3);
    box-shadow: 0 0 25px rgba(255, 104, 1, 0.2);
    width: 120px;
}
.game-icon {
    display: none;
}

.pc-center-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 1440px;
    min-height: 888px;
    margin: 0 auto;
}

/* PC左侧 */
.pc-center-box .pc-left {
    padding-top: 130px;
}

.pc-center-box .pc-left .pc-logo {
    display: flex;
}

.pc-center-box .pc-left .pc-logo img {
    width: 72px;
    height: 72px;
    border-radius: 20px;
}

.pc-center-box .pc-left .pc-logo .pc-app-name-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
}

.pc-center-box .pc-left .pc-logo .pc-app-name-wrapper .pc-app-name {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
    margin-bottom: 10px;
}

.pc-center-box .pc-left .pc-logo .pc-app-name-wrapper .pc-app-desc {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 24px;
}

.pc-center-box .pc-left .tags {
    margin-top: 138px;
}

.pc-center-box .pc-left .tags .tag1 {
    font-size: 60px;
    font-weight: bold;
    color: rgba(0,0,0,0.9);
    line-height: 90px;
}

.pc-center-box .pc-left .tags .tag2 {
    width: 508px;
    height: 14px;
    background: rgba(254,46,30,0.37);
    border-radius: 4px;
    position: relative;
    top: -18px;
}

.pc-center-box .pc-left .tags .tag3 {
    font-size: 28px;
    font-weight: 400;
    color: rgba(0,0,0,0.7);
    line-height: 42px;
    margin-top: 12px;
}

.pc-center-box .pc-left .dowload-btn {
    margin-top: 60px;
    width: 246px;
    height: 72px;
    background: linear-gradient(90deg, #FE1E1E 0%, #FF8B50 100%);
    border-radius: 16px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pc-center-box .pc-left .dowload-btn img {
    width: 34px;
    height: 34px;
    margin-right: 3px;
}

/* PC右侧 */
.pc-center-box .pc-right {
    padding-top: 54px;
    padding-bottom: 54px;
}

.pc-center-box .pc-right-bg {
    margin-left: 20px;
    width: 760px;
    height: 760px;
    background: url('/img/bg.png') no-repeat center;
    background-size: 100% 100%;
}

.pc-center-box .pc-right-bg2 {
    margin-left: 20px;
    width: 1000px;
    height: 631px;
    background: url('/img/pc.png') no-repeat center;
    background-size: 100% 100%;
}

/* 底部样式 */
.bottom-box {
    background: #F4F5F7;
    padding: 28px 0;
}

.bottom-box .bottom-text {
    text-align: center;
    font-size: 12px;
    color: rgba(0,0,0,0.6);
    line-height: 18px;
}

.bottom-text > a {
    color: rgba(0,0,0,0.6);
    text-decoration: none;
}

.beian-icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 4px;
}



#mobile {
    display: none;
    font-size: .12rem;
    background: url('/img/body-bg-m.png') center center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0rem;
}

/* 移动端图标和标题 */
.mobile-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 22px;
}

.mobile-icon-box .mobile-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile-icon-box .mobile-icon > img {
    width: .5rem;
    height: .5rem;
    border-radius: .12rem;
}

.mobile-icon-box .mobile-icon .app-name {
    font-size: .14rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 600;
    color: #000000;
    line-height: .21rem;
    margin-top: 0.04rem;
}

/* 标题文字 */
.mobile-title {
    margin-top: .23rem;
    text-align: center;
    font-size: .24rem;
    font-family: PingFangSC-Semibold, sans-serif;
    font-weight: bold;
    color: rgba(0,0,0,0.9);
    line-height: .30rem;
}

.mobile-desc {
    text-align: center;
    margin-top: .06rem;
    font-size: .14rem;
    font-family: PingFangSC-Medium, sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.7);
    line-height: .18rem;
}

/* 中间图片 */
.mobile-img {
    width: 3.6rem;
    height: 3.96rem;
    background-image: url('/img/bg-m.png');
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
    margin-top: 0.06rem;
}

/* 底部悬浮下载条 */
.btns-bottom {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100vw;
    height: 0.64rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem 0.16rem;
    border-top: 0.01rem solid #E4E4E4;
    background-color: #fff;
}

.btns-bottom__left {
    display: flex;
}

.btns-bottom__left .bottom__left-logo {
    margin-right: 0.08rem;
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 0.12rem;
}

.btns-bottom__left .bottom__left-nama-wrapper {
    display: flex;
    flex-direction: column;
}

.btns-bottom__left .bottom__left-nama-wrapper .bottom__left-nama {
    margin-bottom: 0.02rem;
    font-size: 0.16rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 0.24rem;
}

.btns-bottom__left .bottom__left-nama-wrapper .bottom__left-desc {
    font-size: 0.12rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 0.18rem;
}

.btns-bottom__right .btns-bottom__right-btn {
    width: 1.20rem;
    height: .40rem;
    background: linear-gradient(90deg, #FE1E1E 0%, #FF8B50 100%);
    border-radius: .10rem;
    font-size: .14rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: .40rem;
}

/* 共用底部样式 - 添加移动端适配 */
.bottom-box {
    background: #F4F5F7;
    padding: 28px 0;
}

.bottom-box .bottom-text {
    text-align: center;
    font-size: 12px;
    font-family: SourceHanSansCN-Regular, sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 18px;
}

.bottom-text > a {
    color: rgba(0,0,0,0.6);
    text-decoration: none;
}

.bottom-text > a:hover {
    color: #333333;
}

.beian-icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 4px;
}

/* 移动端底部适配 */
@media screen and (max-width: 720px) {
    .bottom-box {
        display: block !important;
        background: #ffffff;
        padding: 20px 15px;
        margin-bottom: 70px;
    }
    .bottom-box .bottom-text {
        font-size: 10px;
        line-height: 16px;
    }
    .beian-icon {
        width: 12px;
        height: 12px;
    }
}
















  /* 官网框样式 - 完全通用，放在最底部，手机电脑自适应居中 */
        .official-site-wrapper {
            margin: auto;           /* 上下30px，左右auto实现居中 */
            display: flex;
            align-items: center;
            justify-content: center;      /* 内容也居中 */
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(4px);
            border: 1px solid rgba(255,215,0,0.3);
            border-radius: 40px;
            padding: 5px 5px 5px 18px;
            width: fit-content;
            max-width: 90%;               /* 移动端防止溢出 */
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
            transition: all 0.2s;
        }
        .official-site-wrapper:hover {
            border-color: #ffd700;
            background: rgba(255,255,255,0.15);
        }
        .official-site-text {
            color: #000;                  /* 改成白色更通用 */
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.5px;
            white-space: nowrap;
        }
        @media (max-width: 480px) {
            .official-site-text {
                font-size: 14px;           /* 移动端稍微缩小 */
                white-space: nowrap;
            }
        }
        .official-site-text a {
            color: #ffd700;
            text-decoration: none;
            font-weight: 500;
            margin-left: 4px;
        }
        .official-site-text a:hover {
            text-decoration: underline;
        }
        .copy-btn {
            background: linear-gradient(145deg, #ffd700, #ffb347);
            border: none;
            border-radius: 30px;
            padding: 8px 20px;
            margin-left: 15px;
            color: #1a1a2e;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 4px 10px rgba(255,215,0,0.3);
            transition: transform 0.15s, box-shadow 0.15s;
            border: 1px solid rgba(255,255,255,0.3);
            white-space: nowrap;
        }
        .copy-btn:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 14px rgba(255,215,0,0.5);
            background: linear-gradient(145deg, #ffdb4d, #ffa726);
        }
        .copy-btn:active {
            transform: scale(0.98);
        }
        .copy-btn img {
            width: 16px;
            height: 16px;
            filter: brightness(0.2);
        }
        @media (max-width: 480px) {
            .copy-btn {
                padding: 6px 14px;
                font-size: 13px;
                margin-left: 10px;
            }
        }

        /* 确保底部备案信息和官网框之间有间距 */
        .bottom-box {
            margin-top: 20px;
        }
        
        
        /* 顶部图片层 - 黑色透明背景，图片居顶显示，拦截点击 */
        .top-image-layer {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;           /* 全屏高度，但图片居顶 */
            background-color: rgba(0, 0, 0, 0.5);  /* 黑色半透明背景 */
            z-index: 99999;          /* 最上层 */
            display: none;
            pointer-events: auto;    /* 拦截所有点击事件 */
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            /* 使用flex让图片顶部显示 */
            display: none;
            flex-direction: column;
            align-items: center;
        }
        
        /* 图片样式 - 顶部显示，宽度100% */
        .top-image-layer img {
            width: 100%;              /* 宽度100%显示 */
            height: auto;             /* 高度自适应 */
            display: block;
            object-fit: cover;        /* 保证图片覆盖区域不变形 */
            border: none;
            background: transparent;
            pointer-events: none;      /* 图片本身不拦截点击，由父层拦截 */
        }
        
        /* 当微信内激活时，禁止body滚动 */
        body.wechat-active {
            overflow: hidden;
            height: 100%;
            position: relative;
            touch-action: none;
        }