        /* ============================================================
           完整样式 - 保留您现有的UI效果
           ============================================================ */

        /* ===== 全局重置 ===== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #edeff0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        html {
            background: #edeff0;
        }

        .home-container {
            max-width: 720px;
            margin: 0 auto;
            min-height: 100vh;
            background: #edeff0;
            height: 100%;
            width: 100%;
            box-sizing: border-box;
            padding-top: 56px;
        }

        .main {
            max-width: 720px;
            width: 100%;
            margin: 0 auto;
        }

        /* ============================================================
           1. 顶部导航 - 您原有的蓝色样式
           ============================================================ */
        .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: fixed;
            width: 100%;
            max-width: 720px; /*电脑版宽度*/
            top: 0px;
            z-index: 99;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            overflow: hidden;
            background-color: #2161dd;
            height: 56px;
            padding: 0 10px;
        }

            .header .logo {
                display: flex;
                align-items: center;
                min-width: 0;
                flex: 1;
            }

            .header .logo img {
                width: 200px;
                height: 40px;
                margin-left: 10px;
            }

            .header a.vip3-scroll-top {
                display: flex;
                flex-direction: column;
                align-items: center;
                color: #fff;
                margin-right: 10px;
                text-decoration: none;
                font-size: 12px;
                flex-shrink: 0;
            }

            .header a {
                display: flex;
                flex-direction: column;
                align-items: center;
                color: #fff;
                margin-right: 10px;
                text-decoration: none;
                font-size: 12px;
            }

                .header a img {
                    width: 24px;
                    height: 24px;
                }

        /* ===== 开奖区域 .boxkj 样式优化 ===== */
        .boxkj {
            background: #fff;
            padding: 0;
            margin-top: 5px;
            border-radius: 8px;
            border: 1px solid #1989fa;
            box-shadow: none;
            overflow: hidden;
        }

        /* 彩种切换栏 - 优化 */
        .tab2 {
            display: flex;
            gap: 0;
            background: #fff;
            border-bottom: 1px solid #1989fa;
            margin: 0;
            padding: 0;
        }

            .tab2 .menu {
                flex: 1;
                text-align: center;
                padding: 10px 4px;
                background: #fff;
                border: none;
                border-right: 1px solid #eef1f6;
                border-radius: 0;
                cursor: pointer;
                font-size: 13px;
                font-weight: 500;
                color: #333;
                transition: background 0.2s ease, color 0.2s ease;
            }

                .tab2 .menu:last-child {
                    border-right: none;
                }

                .tab2 .menu.active {
                    background: #2161dd;
                    color: #fff;
                    font-weight: bold;
                    box-shadow: none;
                }

                .tab2 .menu:active {
                    transform: none;
                    opacity: 0.88;
                }

        .boxkj > .content,
        .boxkj .lottery-top-inner {
            margin: 0;
            border: none;
            border-radius: 0;
            box-shadow: none;
            padding: 10px 12px 8px;
            background: #fff;
        }

        /* 期号 + 倒计时 + 历史记录 */
        .kjbt {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 4px 0 8px 0;
            gap: 6px;
            flex-wrap: nowrap;
            white-space: nowrap;
        }

            .kjbt .kjjg h2 {
                font-weight: 400;
                font-size: 16px;
                margin: 0;
                padding: 0;
                white-space: nowrap;
            }

                .kjbt .kjjg h2 span {
                    color: #E71607;
                    font-weight: bold;
                    font-size: 18px;
                }

        .kj-djs {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 13px;
            flex-shrink: 1;
            min-width: 0;
            white-space: nowrap;
        }

            .kj-djs .label {
                white-space: nowrap;
                color: #000;
            }

            .kj-djs .van-count-down {
                color: #E71607;
                font-weight: bold;
                font-size: 16px;
                white-space: nowrap;
            }

        .kjbt a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 12px;
            color: #2161dd;
            background: transparent;
            padding: 0;
            border-radius: 0;
            flex-shrink: 0;
            white-space: nowrap;
            height: auto;
            border: none;
            transition: opacity 0.2s;
        }

            .kjbt a:active {
                opacity: 0.7;
                background: transparent;
            }

        /* ⭐ 号码球 - 优化间距和样式 */
        .ball {
            display: flex;
            justify-content: space-around;
            align-items: center;
            /*padding: 12px 4px 8px 4px;
            min-height: 80px;*/
            gap: 6px;
        }

            .ball .boll-box {
                flex: 1;
                display: flex;
                flex-direction: column;
                align-items: center;
                min-width: 0;
            }

                /* 号码球 - 图片背景 */
                .ball .boll-box strong {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 46px;
                    height: 46px;
                    font-size: 20px;
                    font-weight: 700;
                    color: #000;
                    border-radius: 50%;
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
                    background-image: url(/assets/images/vip3/home/default.png);
                }

                    .ball .boll-box strong .num {
                        position: relative;
                        top: -2px;
                        font-size: 18px;
                        font-weight: 700;
                        color: #000;
                    }

                    /* 三种颜色球 - 图片 */
                    .ball .boll-box strong.red {
                        background-image: url(/assets/images/vip3/home/hong.png);
                    }

                    .ball .boll-box strong.green {
                        background-image: url(/assets/images/vip3/home/lv.png);
                    }

                    .ball .boll-box strong.blue {
                        background-image: url(/assets/images/vip3/home/lan.png);
                    }

                .ball .boll-box p {
                    padding-top: 4px;
                    font-size: 14px;
                    text-align: center;
                    color: #555;
                }

                    .ball .boll-box p b {
                        opacity: 0.4;
                        margin: 0 1px;
                    }

        /* 下期信息 + 刷新 */
        .kjrq {
             padding: 10px 0 4px 0;
            text-align: center;
            font-size: 14px;
            color: #333;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 6px;
            flex-wrap: nowrap;
            overflow-x: auto;
           /* border-top: 1px solid #dcdee0;*/
            /*margin-top: 6px;*/
        }

            .kjrq .period {
                color: #E71607;
                font-weight: bold;
            }

            .kjrq .time {
                color: #333;
            }

            .kjrq .week {
                color: #1989fa;
                font-size: 12px;
            }

            /* 开奖区域刷新按钮 - 优化 */
            .kjrq .kj-refresh-btn {
                color: #ee0a24;
                cursor: pointer;
                margin-left: 10px;
                font-weight: 500;
                flex-shrink: 0;
                font-size: 13px;
                padding: 2px 10px;
                border-radius: 4px;
                background: #f0f5ff;
                border: 1px solid #d6e4ff;
                transition: all 0.2s;
            }

                .kjrq .kj-refresh-btn:active {
                    background: #d6e4ff;
                    transform: scale(0.95);
                }

        /* ============================================================
           3. tool-box (来自 index.vue)
           ============================================================ */
        .tool-box {
            background-color: #f1f1f1;
            padding-bottom: 1px;
        }

        .tool-help {
            display: flex;
            padding: 6px;
            gap: 5px;
        }

            .tool-help a {
                display: flex;
                justify-content: center;
                flex: 1;
                height: 55px;
                background: #fff;
                border-radius: 11px 11px 0px 0px;
                text-decoration: none;
                align-items: center;
            }

                .tool-help a img {
                    width: 52px;
                    height: 55px;
                }

                .tool-help a span {
                    display: flex;
                    align-items: center;
                    height: 55px;
                    color: #333;
                    font-size: 12px;
                }

        .tool-lottle {
            margin: 0 6px 6px;
        }

            .tool-lottle .tab {
                display: flex;
                gap: 8px;
            }

                .tool-lottle .tab .menu {
                    flex: 1;
                    text-align: center;
                    padding: 8px 0;
                    background: #fff;
                    border-radius: 5px;
                    cursor: pointer;
                    font-size: 14px;
                    font-weight: 500;
                }

                    .tool-lottle .tab .menu.active {
                        background: #3d9c42;
                        color: #fff;
                        font-weight: bold;
                    }

        /* ============================================================
           4. 底部导航 (来自 index.vue .subnav)
           ============================================================ */
        .subnav {
            background: rgba(255, 255, 255, 0.95);
            display: flex;
            justify-content: space-around;
            padding: 15px 10px;
            margin: 8px 3px;
            border-radius: 20px;
        }

            .subnav .nav-item {
                display: flex;
                flex-direction: column;
                align-items: center;
                cursor: pointer;
                flex: 1;
                text-decoration: none;
            }

                .subnav .nav-item img {
                    width: 60px;
                    height: 60px;
                    object-fit: contain;
                }

            .subnav .nav-text span {
                font-size: 16px;
                font-weight: bold;
                color: #333;
                margin-top: 4px;
            }

        /* ============================================================
           5. 公告栏
           ============================================================ */
        .nc-noticebar {
            margin: 8px 3px;
            border-radius: 8px;
        }

            .nc-noticebar .van-notice-bar {
                border-radius: 5px;
                padding-left: 10px;
                display: flex;
                align-items: center;
            }

            .nc-noticebar .notice-icon {
                width: 24px;
                height: 24px;
                vertical-align: middle;
            }

            .nc-noticebar .notice-label {
                color: #fff;
                font-weight: bold;
                font-size: 16px;
                margin-left: 5px;
                margin-right: 10px;
            }

        /* ============================================================
           6. 寻宝标签
           ============================================================ */
        .custom-nav-wrapper {
            padding: 8px 12px;
        }

        .custom-nav2-label {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .custom-nav2-label li {
                display: block;
            }

                .custom-nav2-label li a {
                    display: block;
                    font-size: 14px;
                    font-weight: bold;
                    text-align: center;
                    padding: 10px 4px;
                    background: #e7e7e7;
                    border-radius: 8px;
                    color: #422923;
                    text-decoration: none;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .custom-nav2-label li a:active {
                        background-color: #d5d5d5;
                    }

        /* ============================================================
           7. 内容区 - cont2-box (来自 index.vue)
           ============================================================ */
        .home-content {
            padding: 0 3px;
        }

        .cont2-box {
            margin: 0 0 6px 0;
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid rgba(111, 81, 96, 0.3);
        }

            .cont2-box .title {
                background-color: #2a6be8 !important;
                font-weight: 700;
                color: rgb(255, 255, 0);
                font-size: 24px;
                text-align: center;
                margin: 0;
                padding: 5px 0;
                border-bottom: 1px solid rgba(111, 81, 96, 0.3);
            }

            .cont2-box a {
                display: flex;
                align-items: center;
                justify-content: center;
                border-bottom: 0.5px solid #e5e5e5;
                font-size: 16px;
                padding: 8px 10px;
                color: #2161dd;
                text-decoration: none;
                background: #ceebd629;
            }

                .cont2-box a:last-child {
                    border-bottom: none;
                }

            .cont2-box table {
                width: 100%;
                border-collapse: collapse;
            }

                .cont2-box table td {
                    padding: 8px 10px;
                    word-break: break-all;
                }

                .cont2-box table p {
                    margin: 4px 0;
                    font-size: 15px;
                    line-height: 1.8;
                }

        /* ============================================================
           8. 内容区 - cont3-box (来自 index.vue)
           ============================================================ */
        .cont3-box {
            width: 100%;
            margin: 0 0 6px 0;
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid rgba(111, 81, 96, 0.3);
        }

            .cont3-box .title {
                background-color: #8bc34a !important;
                font-weight: 400;
                color: rgb(0, 0, 255);
                font-size: 24px;
                text-align: center;
                margin: 0;
                padding: 10px 0;
                text-shadow: 1px 1px 1px #ff5722;
                border-bottom: 1px solid rgba(111, 81, 96, 0.3);
            }

            .cont3-box .list {
                display: flex;
                flex-wrap: wrap;
                margin: 15px 0 10px;
                padding: 0 5px;
            }

                .cont3-box .list a {
                    flex: 0 0 calc(33% - 22px);
                    margin: 0 10px 10px;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    border: solid 1px #ccc;
                    font-size: 16px;
                    border-radius: 5px;
                    color: #000;
                    text-decoration: none;
                    background: #fff;
                    transition: all 0.3s;
                }

                    .cont3-box .list a:hover {
                        background: #f0f8ff;
                        border-color: #8bc34a;
                    }

                    .cont3-box .list a span {
                        display: block;
                        border-radius: 5px;
                        padding: 0 10px;
                    }

        /* ============================================================
           9. 图库 (来自 index.vue .cms-box)
           ============================================================ */
        .cms-box {
            padding: 3px 0;
            margin: 0 3px;
        }

            .cms-box .cms-main {
                width: 100%;
                overflow: hidden;
                border: solid 1px rgba(111, 81, 96, 0.3);
                border-radius: 10px;
                background: #fff;
            }

                .cms-box .cms-main .cms-head {
                    border-top-right-radius: 10px;
                    border-top-left-radius: 10px;
                    border-bottom: solid 1px rgba(111, 81, 96, 0.3);
                    background-image: linear-gradient(#2161dd, #2161dd);
                    display: flex;
                    height: 40px;
                    justify-content: center;
                    align-items: center;
                    gap: 5px;
                    font-size: 22px;
                    font-weight: 700;
                    color: #fff;
                }

                    .cms-box .cms-main .cms-head .title {
                        font-size: 22px;
                        color: #fff;
                    }

                .cms-box .cms-main .cms-list {
                    padding: 0;
                    margin: 0;
                    list-style: none;
                }

                    .cms-box .cms-main .cms-list li {
                        display: flex;
                        align-items: stretch;
                        font-size: 15px;
                        border-bottom: 0.5px solid #1989fa;
                        background: #c4dbf3;
                        min-height: 44px;
                    }

                        .cms-box .cms-main .cms-list li:last-child {
                            border-bottom: none;
                        }

                        .cms-box .cms-main .cms-list li > div {
                           /* padding: 8px 5px;*/
                            display: flex;
                            align-items: center;
                        }

                        .cms-box .cms-main .cms-list li .qh {
                            min-width: 70px;
                            max-width: 130px;
                            text-align: center;
                            font-weight: 700;
                            color: #E71607;
                            flex-shrink: 0;
                            justify-content: center;
                        }

                        .cms-box .cms-main .cms-list li .kj {
                            flex: 1;
                            word-break: break-all;
                            background: #fff;
                            border-left: 1px solid rgba(111, 81, 96, 0.3);
                            border-right: 1px solid rgba(111, 81, 96, 0.3);
                            padding: 8px 10px;
                            min-height: 44px;
                            align-items: center;
                            flex-wrap: wrap;
                            gap: 2px;
                            justify-content: center;
                            text-align: center;
                            background: #c4dbf3;
                        }

                        .cms-box .cms-main .cms-list li .js {
                            width: 70px;
                            text-align: center;
                            font-weight: 700;
                            flex-shrink: 0;
                            justify-content: center;
                        }

                            .cms-box .cms-main .cms-list li .js .cms-green {
                                color: #43a643;
                            }

                            .cms-box .cms-main .cms-list li .js .cms-red {
                                color: #E71607;
                            }

                .cms-box .cms-main .cms-rule {
                    width: 100%;
                    background: #fff;
                    /*padding: 12px 10px;*/
                    font-size: 18px;
                    font-weight: bold;
                    /*line-height: 2;*/
                    text-align: center;
                    display: block !important; /* ← 加上这一行 */
                }

                    .cms-box .cms-main .cms-rule p {
                        margin: 4px 0;
                        text-align: center;
                        display: block !important; /* ← 加上这一行 */
                    }

                    .cms-box .cms-main .cms-rule .rule-red {
                        color: #E71607;
                    }

                    .cms-box .cms-main .cms-rule .rule-blue {
                        color: #1565c0;
                    }

                .cms-box .cms-main .cms-foot {
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 10px;
                    display: flex;
                    height: 36px;
                    justify-content: flex-end;
                    align-items: center;
                    padding: 0 20px;
                    color: rgb(7, 193, 96);
                    background: rgba(7, 193, 96, 0.357);
                    font-weight: 600;
                    font-size: 14px;
                    cursor: pointer;
                }

                    .cms-box .cms-main .cms-foot span:hover {
                        text-decoration: underline;
                    }

                /* FRule=1 占满整行 */
                .cms-box .cms-main .cms-list li .kj-full {
                    flex: 1;
                    word-break: break-all;
                    background: #fff;
                    padding: 8px 10px;
                    min-height: 44px;
                    align-items: center;
                    flex-wrap: wrap;
                    gap: 2px;
                    justify-content: center;
                    text-align: center;
                    border: none;
                }

        .cms-list img {
            width: 100%;
            display: block;
            border-radius: 4px;
        }

        /* ============================================================
           10. 底部声明
           ============================================================ */
        .footer-declaration {
            background: #2161dd;
            padding: 15px 20px;
            text-align: center;
            border-radius: 10px;
            margin: 8px 3px;
            color: #fff;
            
        }

            .footer-declaration .copyright-info {
                font-size: 20px;
                font-weight: bold;
            }

            .footer-declaration .declaration-text {
                font-size: 14px;
                margin-top: 8px;
                opacity: 0.95;
            }

            .footer-declaration .disclaimer-text {
                font-size: 12px;
                opacity: 0.8;
                margin-top: 8px;
                
            }

        /* ============================================================
           11. 返回顶部
           ============================================================ */
        .back-to-top {
            position: fixed;
            bottom: 140px;
            right: 20px;
            z-index: 999;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0.8;
            transition: opacity 0.3s;
        }

            .back-to-top:hover {
                opacity: 1;
            }

            .back-to-top img {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
            }

        /* ============================================================
           12. 加载动画
           ============================================================ */
        .custom-loading {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.5);
        }

        .custom-loading-content {
            background: rgba(0, 0, 0, 0.8);
            padding: 30px 40px;
            border-radius: 20px;
            text-align: center;
        }

        .custom-loading-spinner {
            width: 50px;
            height: 50px;
            border: 4px solid rgba(255, 255, 255, 0.3);
            border-top: 4px solid #fff;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
            margin: 0 auto;
        }

        .custom-loading-text {
            color: #fff;
            margin-top: 15px;
            font-size: 20px;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* ============================================================
           13. 轮播主图
           ============================================================ */
        .nc-swipe {
            /*border-radius: 12px;
            padding: 0 10px;
            margin-bottom: 6px;*/
            border-radius: 12px;
            padding: 0 10px;
            margin-bottom: 6px;
            margin-top: 10px;
        }

            .nc-swipe .van-swipe {
                height: 160px !important;
                border-radius: 10px;
                overflow: hidden;
            }

            .nc-swipe .van-swipe__track {
                height: 100% !important;
                display: flex;
            }

            .nc-swipe .van-swipe-item {
                height: 160px !important;
                border-radius: 10px;
                overflow: hidden;
                flex-shrink: 0;
            }

                .nc-swipe .van-swipe-item a {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                .nc-swipe .van-swipe-item img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

        /* ============================================================
           14. 分隔线、工具类
           ============================================================ */
        .divider-line {
            width: 100%;
            background: #eee;
            height: 4px;
        }

        .fixed-box {
            position: fixed;
            width: 100%;
            max-width: 720px;
            top: 0;
            z-index: 99;
        }

        /* ============================================================
           15. 响应式
           ============================================================ */
        @media (max-width: 600px) {
            .ball .item .number {
                width: 35px;
                height: 35px;
                line-height: 35px;
            }

                .ball .item .number span {
                    font-size: 14px;
                }

            .ball .item .name {
                font-size: 12px;
            }

            .kjbt .kjjg h2 {
                font-size: 14px;
            }

            .kjbt a {
                font-size: 12px;
                padding: 2px 8px;
                height: 26px;
            }

            .kj-djs {
                font-size: 12px;
            }

                .kj-djs .van-count-down {
                    font-size: 16px;
                }

            .kjrq .xqkj {
                font-size: 12px !important;
            }

                .kjrq .xqkj .van-count-down {
                    font-size: 12px !important;
                }

            .boxkj .tab .menu {
                font-size: 12px;
                line-height: 30px;
            }

            .tool-lottle .tab .menu {
                font-size: 12px;
                padding: 6px 0;
            }

            .cont2-box .title {
                font-size: 18px;
                padding: 4px 0;
            }

            .cont3-box .title {
                font-size: 18px;
                padding: 8px 0;
            }

            .cont3-box .list a {
                flex: 0 0 calc(50% - 22px);
                font-size: 14px;
                height: 44px;
                line-height: 44px;
            }

            .custom-nav2-label {
                grid-template-columns: repeat(3, 1fr);
            }

                .custom-nav2-label li a {
                    font-size: 12px;
                    padding: 8px 2px;
                }
        }

        @media (max-width: 400px) {
            .ball .item .number {
                width: 28px;
                height: 28px;
                line-height: 28px;
            }

                .ball .item .number span {
                    font-size: 12px;
                }

            .ball .item .name {
                font-size: 10px;
            }

            .ball .item .jia {
                font-size: 14px;
                line-height: 28px;
            }

            .cont3-box .list a {
                flex: 0 0 calc(50% - 16px);
                margin: 0 8px 8px;
                font-size: 12px;
                height: 38px;
                line-height: 38px;
            }

            .cont2-box .title {
                font-size: 16px;
            }

            .cont3-box .title {
                font-size: 16px;
            }

            .custom-nav2-label {
                grid-template-columns: repeat(3, 1fr);
                gap: 4px;
            }

                .custom-nav2-label li a {
                    font-size: 11px;
                    padding: 6px 2px;
                }
        }

        @media (max-width: 480px) {
            .nc-swipe .van-swipe {
                height: 120px !important;
            }

            .nc-swipe .van-swipe-item {
                height: 120px !important;
            }

            .header .logo img {
                width: 140px;
                height: 30px;
            }

            .vip3-brand-domain {
                font-size: 18px;
            }

            .vip3-brand-tagline {
                font-size: 12px;
                letter-spacing: 1px;
            }

            .vip3-brand-icon,
            .vip3-brand-icon img {
                width: 34px !important;
                height: 34px !important;
            }

            .header a {
                font-size: 10px;
            }

                .header a img {
                    width: 18px;
                    height: 18px;
                }
        }

         /*生肖图样式*/
        .sdheadtop {
            text-align: center;
            background-image: linear-gradient(#2161dd, #2161dd);
            color: #fff;
            text-shadow: 0px 0px 10px #f00;
            height: 40px;
            line-height: 40px;
            font-size: 15pt;
            font-weight: 700;
        }

 .sx-img-content {
     background: #fff;
     padding: 5px;
 }

     .sx-img-content img {
         width: 100%;
         display: block;
         border-radius: 4px;
     }
/* 掉球隐藏态 */
.lottery-ball-hidden strong { background-image: url(/assets/images/vip3/home/default.png) !important; }
.lottery-ball-hidden .lottery-top-ball-num { visibility: hidden; }
.lottery-ball-hidden strong::after { content: "0"; position: relative; top: -2px; font-size: 18px; font-weight: 700; color: #000; }
/* 开奖前 9 分钟：灰球内显示「官网正在开奖中」逐字 */
.lottery-ball-hidden.is-drawing-wait .lottery-top-ball-num {
  visibility: visible !important;
  font-size: 13px;
  line-height: 1;
  color: #111;
  font-weight: 700;
}
.lottery-ball-hidden.is-drawing-wait strong::after {
  content: none !important;
}
.lottery-ball-revealed.lottery-ball-dropping strong { animation: vip3-ball-drop 0.45s ease; }
@keyframes vip3-ball-drop { 0% { transform: translateY(-18px); opacity: 0.2; } 100% { transform: translateY(0); opacity: 1; } }
.lottery-top-plus { display: none; }
.ball .boll-box strong.ball-red, .ball .boll-box strong.red { background-image: url(/assets/images/vip3/home/hong.png); }
.ball .boll-box strong.ball-blue, .ball .boll-box strong.blue { background-image: url(/assets/images/vip3/home/lan.png); }
.ball .boll-box strong.ball-green, .ball .boll-box strong.green { background-image: url(/assets/images/vip3/home/lv.png); }
#home-lottery-box .lottery-bar-loading[hidden] { display: none !important; }
#home-lottery-box.is-loading .lottery-bar-loading { display: block !important; }
.tab2 .menu.lottery-tab[disabled] { opacity: 0.6; pointer-events: none; }
.vip3-logo-text { color: #fff; font-size: 18px; font-weight: 700; white-space: nowrap; }

/* 顶部品牌：xg6698.cc + 新香港钱多多 */
.vip3-brand {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px;
  margin: 0;
  margin-right: 8px;
  text-decoration: none !important;
  line-height: 1.15;
  max-width: calc(100% - 72px);
}
.vip3-brand-icon {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  animation: vip3MoneyBob 1.8s ease-in-out infinite;
}
.vip3-brand-icon img {
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  background: #2161dd;
  box-shadow: none;
  border: none;
}
.vip3-coin-spark {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff7a8;
  box-shadow: 0 0 6px #ffe566;
  animation: vip3Spark 1.4s ease-out infinite;
  pointer-events: none;
}
.vip3-coin-spark.s2 {
  top: 10px;
  right: -2px;
  width: 4px;
  height: 4px;
  animation-delay: 0.45s;
}
.vip3-coin-spark.s3 {
  top: -2px;
  right: 12px;
  width: 5px;
  height: 5px;
  animation-delay: 0.9s;
}
.vip3-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  min-width: 0;
}
.vip3-brand-domain {
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.5px;
  white-space: nowrap;
  background: linear-gradient(90deg, #fff 0%, #ffe566 28%, #fff 55%, #9fd4ff 78%, #fff 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: vip3BrandShine 3.2s linear infinite;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}
.vip3-brand-tagline {
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
  color: #ffe566;
  animation: vip3BrandPulse 2.4s ease-in-out infinite;
  text-shadow: 0 0 8px rgba(255, 229, 102, 0.45);
}
@keyframes vip3BrandShine {
  0% { background-position: 100% 50%; }
  100% { background-position: -100% 50%; }
}
@keyframes vip3BrandPulse {
  0%, 100% { opacity: 0.82; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-1px); }
}
@keyframes vip3MoneyBob {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.06); }
}
@keyframes vip3Spark {
  0% { opacity: 0; transform: scale(0.4) translate(0, 0); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.2) translate(4px, -6px); }
}
@media (prefers-reduced-motion: reduce) {
  .vip3-brand-domain,
  .vip3-brand-tagline,
  .vip3-brand-icon,
  .vip3-coin-spark {
    animation: none;
  }
  .vip3-brand-domain {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
  }
  .vip3-brand-tagline { color: #ffe566; -webkit-text-fill-color: #ffe566; }
  .vip3-coin-spark { display: none; }
}
.cms-table-wrap { display: block !important; padding: 0 !important; background: transparent !important; border: none !important; }
.cms-box .cat-table { width: 100%; border-collapse: collapse; margin: 0; }
.cms-box .cat-table thead { display: none; }
.cms-box .cat-table tbody tr { display: flex; align-items: stretch; font-size: 15px; border-bottom: 0.5px solid #1989fa; background: #c4dbf3; min-height: 44px; }
.cms-box .cat-table tbody tr:last-child { border-bottom: none; }
.cms-box .cat-table td { display: flex; align-items: center; border: none; padding: 8px 5px; vertical-align: middle; }
.cms-box .cat-table td:nth-child(1) { min-width: 70px; max-width: 130px; text-align: center; font-weight: 700; color: #E71607; flex-shrink: 0; justify-content: center; background: #c4dbf3; }
.cms-box .cat-table td:nth-child(2) { flex: 1; word-break: break-all; background: #c4dbf3; border-left: 1px solid rgba(111,81,96,0.3); border-right: 1px solid rgba(111,81,96,0.3); padding: 8px 10px; min-height: 44px; justify-content: center; text-align: center; flex-wrap: wrap; gap: 2px; }
.cms-box .cat-table td:nth-child(3) { width: 70px; text-align: center; font-weight: 700; flex-shrink: 0; justify-content: center; background: #c4dbf3; }
.cms-box .cat-table td.result-hit, .cms-box .cat-table td.result-hit .cat-result-inner { color: #43a643; }
.cms-box .cat-table td.result-miss, .cms-box .cat-table td.result-miss .cat-result-inner { color: #E71607; }
.cms-box .contentdi { display: block; width: 100%; padding: 8px 10px; background: #fff; text-align: center; font-size: 14px; }
.vip3-swipe-single img { width: 100%; height: 160px; object-fit: cover; border-radius: 10px; display: block; }
.vip3-notice-bar { background: #2161dd; color: #fff; border-radius: 5px; padding: 8px 10px; display: flex; align-items: center; gap: 8px; overflow: hidden; margin: 0; }
.vip3-notice-bar .notice-label { font-weight: bold; white-space: nowrap; font-size: 16px; }
.vip3-notice-track { flex: 1; overflow: hidden; white-space: nowrap; }
.vip3-notice-track span { display: inline-block; padding-left: 100%; animation: vip3-marquee 18s linear infinite; }
@keyframes vip3-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
body.home-vip3 { background: #edeff0; max-width: none; padding: 0; margin: 0; }
body.home-vip3 .home-container { padding-top: 56px; }
.kj-djs .vip3-countdown { color: #E71607; font-weight: bold; font-size: 16px; white-space: nowrap; }
.home-vip3 .content { margin: 0 3px 6px; border-radius: 10px; border: 1px solid rgba(111,81,96,0.3); overflow: hidden; background: #fff; box-shadow: none; max-width: 100%; }
.home-vip3 .content .list-title { background: linear-gradient(#2161dd,#2161dd); color: #fff; font-size: 20px; font-weight: 700; text-align: center; padding: 10px 8px; border-bottom: 1px solid rgba(111,81,96,0.3); min-height: auto; }
.home-vip3 .content .list-title::after { display: none; }
.home-vip3 .content .table-wrap { padding: 0; }
.home-vip3 .content .cat-table thead { display: none; }
.home-vip3 .content .cat-table tbody tr { display: flex; border-bottom: 0.5px solid #1989fa; background: #c4dbf3; min-height: 44px; }
.home-vip3 .content .cat-table td { display: flex; align-items: center; border: none; padding: 8px 5px; }
.home-vip3 .content .cat-table td:nth-child(1) { min-width: 70px; color: #E71607; font-weight: 700; justify-content: center; }
.home-vip3 .content .cat-table td:nth-child(2) { flex: 1; justify-content: center; text-align: center; border-left: 1px solid rgba(111,81,96,0.3); border-right: 1px solid rgba(111,81,96,0.3); padding: 8px 10px; }
.home-vip3 .content .cat-table td:nth-child(3) { width: 70px; justify-content: center; font-weight: 700; }
.home-vip3 .content .cat-table td.result-hit { color: #43a643; }
.home-vip3 .content .cat-table td.result-miss { color: #E71607; }
.home-vip3 .boxkj { margin: 5px 3px 0; }
.home-vip3 .boxkj.content,
.home-vip3 .boxkj > .content,
.home-vip3 .boxkj .content,
.home-vip3 .boxkj .lottery-top-inner {
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 10px 12px 8px !important;
  background: #fff !important;
  overflow: visible !important;
}
.home-vip3 .boxkj .tab2 .menu {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.home-vip3 .boxkj .tab2 .menu.active {
  background: #2161dd;
  color: #fff;
}
.home-vip3 .boxkj .tab2 .menu:active {
  transform: none;
}
.home-vip3 .boxkj .kjbt a {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
}
.home-vip3 .tool-box { margin-top: 0; }
.home-vip3 .nc-noticebar { margin: 8px 3px 0; }
.home-vip3 .nc-swipe { margin-top: 0; }

/* ===== 全站字号（对齐参考站 vip3） ===== */
body.home-vip3,
body.home-vip3 .home-container,
body.home-vip3 .main {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.home-vip3 .header a { font-size: 12px; }
.home-vip3 .tab2 .menu { font-size: 13px; }
.home-vip3 .kjbt .kjjg h2 { font-size: 16px; }
.home-vip3 .kjbt .kjjg h2 span { font-size: 18px; }
.home-vip3 .kj-djs { font-size: 13px; }
.home-vip3 .kjrq { font-size: 14px; }
.home-vip3 .ball .boll-box p { font-size: 14px; }
.home-vip3 .ball .boll-box strong .num { font-size: 18px; }
.home-vip3 .tool-help a span { font-size: 12px; }
.home-vip3 .cms-box .cms-main .cms-head { font-size: 22px; }
.home-vip3 .cms-box .cms-main .cms-head .title { font-size: 22px; }
.home-vip3 .cms-box .cms-main .cms-list li { font-size: 15px; }
.home-vip3 .cms-box .cat-table td { font-size: 15px; }
.home-vip3 .cms-box .cms-main .cms-rule { font-size: 18px; }
.home-vip3 .content .cat-table td { font-size: 15px; }
.home-vip3 .content .list-title { font-size: 20px; }
.home-vip3 .footer-declaration .declaration-text { font-size: 14px; }
.home-vip3 .footer-declaration .disclaimer-text { font-size: 12px; }
.home-vip3 .sdheadtop { font-size: 15pt; }

/* ===== 栏目资料：大号 + 花花绿绿（对齐 80845 / vip3） ===== */
.home-vip3 .cms-box .cms-main .cms-list li .kj {
  background: #c4dbf3 !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px 8px !important;
  min-height: 48px;
}
.home-vip3 .cms-box .cms-cat-label {
  color: #1a237e;
  font-size: 20px;
  font-weight: 700;
  margin-right: 6px;
}
.home-vip3 .cms-box .cms-pick-text {
  color: #1565c0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.home-vip3 .cms-box .cms-pick-text .hit,
.home-vip3 .cms-box .kj .hit,
.home-vip3 .cms-box .hit {
  background: none !important;
  color: #E71607 !important;
  padding: 0;
  border-radius: 0;
  font-weight: 800 !important;
  font-size: 26px !important;
}
.home-vip3 .cms-box .cms-main .cms-list li .qh {
  font-size: 16px;
  color: #E71607;
  font-weight: 800;
  min-width: 72px;
}
.home-vip3 .cms-box .cms-main .cms-list li .js {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  width: auto;
  min-width: 100px;
  max-width: 130px;
  padding: 8px 6px !important;
  white-space: nowrap;
  line-height: 1.35;
  font-size: 14px;
  font-weight: 700;
}
.home-vip3 .cms-box .cms-open-label,
.home-vip3 .cms-box .cms-result-body,
.home-vip3 .cms-box .cms-result-zod,
.home-vip3 .cms-box .cms-result-num,
.home-vip3 .cms-box .js .cms-green,
.home-vip3 .cms-box .js .cms-red {
  display: inline;
  white-space: nowrap;
  flex-shrink: 0;
}
.home-vip3 .cms-box .cms-open-label {
  color: #E71607;
  font-weight: 800;
}
.home-vip3 .cms-box .cms-result-body {
  color: #E71607;
  font-weight: 800;
  font-size: 14px;
}
.home-vip3 .cms-box .cms-result-zod {
  color: #2389e9;
  font-weight: 800;
}
.home-vip3 .cms-box .cms-result-num {
  color: #E71607;
  font-weight: 800;
}
.home-vip3 .cms-box .cms-green {
  color: #43a643 !important;
  font-weight: 800;
}
.home-vip3 .cms-box .cms-red {
  color: #E71607 !important;
  font-weight: 800;
}
.home-vip3 .cms-box .js.result-hit .cms-result-body {
  color: #43a643;
}
.home-vip3 .cms-box .js.result-miss .cms-result-body {
  color: #E71607;
}
.home-vip3 .cms-box .js.result-pending .cms-result-body {
  color: #999;
}
/* 三头中特等特殊栏 */
.home-vip3 .cms-box .ts-heads {
  font-size: 22px;
  font-weight: 800;
  color: #1a237e;
}
.home-vip3 .cms-box .ts-head-chip {
  display: inline-block;
  background: none;
  color: #E71607;
  padding: 0 4px;
  margin: 2px;
  border-radius: 0;
  font-size: 24px;
  font-weight: 800;
}
.home-vip3 .cms-box .sanxiao .cms-pick-text,
.home-vip3 .cms-box .cat-table.sanxiao td:nth-child(2) {
  color: #bc0aef;
  font-size: 26px;
}
.home-vip3 .content .cat-table td:nth-child(2),
.home-vip3 .content .panel-list,
.home-vip3 .content .period-block {
  font-size: 20px;
  font-weight: 700;
}
.home-vip3 .vip3-mid-ad {
  margin: 0 3px 8px;
  padding: 0;
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.home-vip3 .vip3-mid-ad a {
  display: block;
}
.home-vip3 .vip3-mid-ad img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.home-vip3 .liuhe-gallery-banner {
  margin: 0 10px;
  padding: 0;
  line-height: 0;
}
.home-vip3 .liuhe-gallery-banner a {
  display: block;
}
.home-vip3 .liuhe-gallery-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.home-vip3 #yemingzhu_panel .kj,
.home-vip3 #temaxuanji_panel .kj {
  flex: 1 1 auto;
  text-align: center;
  line-height: 1.5;
}
.home-vip3 #yemingzhu_panel .kj p,
.home-vip3 #temaxuanji_panel .kj p {
  margin: 4px 0;
}
.home-vip3 #yemingzhu_panel .ref-vip3-cms-link,
.home-vip3 #temaxuanji_panel .ref-vip3-cms-link,
.home-vip3 #yemingzhu_panel .yemingzhu-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.home-vip3 .content .hit {
  background: none !important;
  color: #E71607 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  padding: 0;
}

/* ===== 高手区 / PK大赛：对齐参考站 cms-box，链接无下划线、字号加大 ===== */
.home-vip3 .cms-box-remote .cms-main .cms-list li .kj {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 8px !important;
  min-height: 48px;
}
.home-vip3 .pk-link,
.home-vip3 .cms-box-remote .pk-link,
.home-vip3 .content .pk-link {
  color: #2389e9;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.home-vip3 .pk-link:active,
.home-vip3 .cms-box-remote .pk-link:active {
  opacity: 0.75;
}
.home-vip3 .pk-cat {
  color: #dc2626;
  font-weight: 800;
  font-size: 20px;
}
.home-vip3 .pk-badge {
  display: inline-block;
  border: 1px solid #dc2626;
  color: #dc2626;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  background: #fef2f2;
  white-space: nowrap;
}
.home-vip3 .cms-box-remote .js {
  font-size: 15px;
}
.home-vip3 .cms-box-remote .js .cms-open-label,
.home-vip3 .cms-box-remote .js .cms-result-body,
.home-vip3 .cms-box-remote .js .cms-result-zod,
.home-vip3 .cms-box-remote .js .cms-result-num {
  display: inline;
  white-space: nowrap;
}
.home-vip3 .cms-box-remote .js .cms-open-label {
  color: #E71607;
  font-weight: 800;
}
.home-vip3 .cms-box-remote .js .cms-result-zod {
  color: #2389e9;
  font-weight: 800;
}
.home-vip3 .cms-box-remote .js .cms-result-num {
  color: #E71607;
  font-weight: 800;
}
.home-vip3 .cms-box-remote .js .cms-green {
  color: #43a643;
  font-weight: 800;
}
.home-vip3 .cms-box-remote .js .cms-red {
  color: #E71607;
  font-weight: 800;
}
.home-vip3 .cms-box-remote .cms-main .cms-list li .qh {
  font-size: 18px;
}

/* 高手内页（expert.php） */
.home-vip3.expert-page-vip3 .expert-detail-mount {
  margin: 0 0 6px;
}

.home-vip3.expert-page-vip3 .expert-bottom-sections {
  margin: 0;
}

.home-vip3.expert-page-vip3 .expert-page-back {
  margin: 0 0 6px;
  padding: 10px 12px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(111, 81, 96, 0.3);
}

.home-vip3.expert-page-vip3 .expert-page-back a {
  color: #2161dd;
  text-decoration: none;
  font-size: 15px;
}

.home-vip3.expert-page-vip3 .expert-detail-loading {
  margin: 0 0 6px;
  padding: 16px 14px 14px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(111, 81, 96, 0.3);
}

.home-vip3.expert-page-vip3 .expert-detail-loading-title {
  font-size: 15px;
  font-weight: 700;
  color: #422923;
  margin-bottom: 12px;
}

.home-vip3.expert-page-vip3 .expert-detail-load-bar {
  height: 4px;
  margin: 0 0 10px;
  background: #e7e7e7;
  border-radius: 999px;
  overflow: hidden;
}

.home-vip3.expert-page-vip3 .expert-detail-load-fill {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #2a6be8, #2161dd);
  transition: width 0.35s ease;
}

.home-vip3.expert-page-vip3 .expert-detail-load-text {
  font-size: 12px;
  color: #666;
}

.home-vip3.expert-page-vip3 .expert-detail-inline-status {
  margin: 0 0 6px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(111, 81, 96, 0.3);
}

.home-vip3.expert-page-vip3 .cms-box-remote .cms-main .cms-list li .kj {
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}

/* 全网更新最早免费好料：框/字号与下方 cms-box 一致，「专业公式」在右列 */
.home-vip3 .xgc-haoliao-wrap {
  margin: 0;
  padding: 3px 0;
}

.home-vip3 .xgc-haoliao-wrap .cms-main {
  border: solid 1px rgba(111, 81, 96, 0.3);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.home-vip3 .xgc-haoliao-tit {
  text-align: center;
  padding: 8px 10px 6px;
  background: #fff;
  border-bottom: solid 1px rgba(111, 81, 96, 0.3);
}

.home-vip3 .xgc-haoliao-tit img {
  max-width: 100%;
  width: auto !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
}

.home-vip3 .xgc-haoliao-tit-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 8px;
  color: #e60000;
  font-size: 22px;
  font-weight: 800;
}

.home-vip3 .xgc-haoliao-arrow {
  color: #e60000;
  font-size: 20px;
  line-height: 1;
}

.home-vip3 .xgc-haoliao-wrap .cms-list li {
  display: flex;
  align-items: stretch;
  min-height: 48px;
  font-size: 20px;
  border-bottom: 0.5px solid #1989fa;
  background: #c4dbf3;
}

.home-vip3 .xgc-haoliao-wrap .cms-list li:last-child {
  border-bottom: none;
}

.home-vip3 .xgc-haoliao-wrap .cms-list li .kj {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 10px 8px !important;
  min-height: 48px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  background: #c4dbf3;
  border-left: none;
  border-right: 1px solid rgba(111, 81, 96, 0.3);
  word-break: break-all;
}

.home-vip3 .xgc-haoliao-wrap .cms-list li .js {
  width: auto;
  min-width: 72px;
  max-width: 96px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  background: #c4dbf3;
  white-space: nowrap;
}

.home-vip3 .xgc-haoliao-link {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: inherit;
  max-width: 100%;
  overflow: hidden;
}

.home-vip3 .xgc-haoliao-ico {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0;
  display: inline-block !important;
  border-radius: 0 !important;
  vertical-align: middle;
}

.home-vip3 .xgc-haoliao-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}