/* 修改时间：2026-05-03 00:40:00 | 功能：开奖网响应式样式 | 修改说明：添加骰子样式 */

/* 扑克牌图标 */
.poke1{background: url('../img/poker1_4@2x.png')no-repeat;}
.poke2{background: url('../img/poker1_3@2x.png')no-repeat;}
.poke3{background: url('../img/poker1_2@2x.png')no-repeat;}
.poke4{background: url('../img/poker1_1@2x.png')no-repeat;}
.poke5{background: url('../img/poker2_4@2x.png')no-repeat;}
.poke6{background: url('../img/poker2_3@2x.png')no-repeat;}
.poke7{background: url('../img/poker2_2@2x.png')no-repeat;}
.poke8{background: url('../img/poker2_1@2x.png')no-repeat;}
.poke9{background: url('../img/poker3_4@2x.png')no-repeat;}
.poke10{background: url('../img/poker3_3@2x.png')no-repeat;}
.poke11{background: url('../img/poker3_2@2x.png')no-repeat;}
.poke12{background: url('../img/poker3_1@2x.png')no-repeat;}
.poke13{background: url('../img/poker4_4@2x.png')no-repeat;}
.poke14{background: url('../img/poker4_3@2x.png')no-repeat;}
.poke15{background: url('../img/poker4_2@2x.png')no-repeat;}
.poke16{background: url('../img/poker4_1@2x.png')no-repeat;}
.poke17{background: url('../img/poker5_4@2x.png')no-repeat;}
.poke18{background: url('../img/poker5_3@2x.png')no-repeat;}
.poke19{background: url('../img/poker5_2@2x.png')no-repeat;}
.poke20{background: url('../img/poker5_1@2x.png')no-repeat;}
.poke21{background: url('../img/poker6_4@2x.png')no-repeat;}
.poke22{background: url('../img/poker6_3@2x.png')no-repeat;}
.poke23{background: url('../img/poker6_2@2x.png')no-repeat;}
.poke24{background: url('../img/poker6_1@2x.png')no-repeat;}
.poke25{background: url('../img/poker7_4@2x.png')no-repeat;}
.poke26{background: url('../img/poker7_3@2x.png')no-repeat;}
.poke27{background: url('../img/poker7_2@2x.png')no-repeat;}
.poke28{background: url('../img/poker7_1@2x.png')no-repeat;}
.poke29{background: url('../img/poker8_4@2x.png')no-repeat;}
.poke30{background: url('../img/poker8_3@2x.png')no-repeat;}
.poke31{background: url('../img/poker8_2@2x.png')no-repeat;}
.poke32{background: url('../img/poker8_1@2x.png')no-repeat;}
.poke33{background: url('../img/poker9_4@2x.png')no-repeat;}
.poke34{background: url('../img/poker9_3@2x.png')no-repeat;}
.poke35{background: url('../img/poker9_2@2x.png')no-repeat;}
.poke36{background: url('../img/poker9_1@2x.png')no-repeat;}
.poke37{background: url('../img/poker10_4@2x.png')no-repeat;}
.poke38{background: url('../img/poker10_3@2x.png')no-repeat;}
.poke39{background: url('../img/poker10_2@2x.png')no-repeat;}
.poke40{background: url('../img/poker10_1@2x.png')no-repeat;}
.poke41{background: url('../img/poker11_4@2x.png')no-repeat;}
.poke42{background: url('../img/poker11_3@2x.png')no-repeat;}
.poke43{background: url('../img/poker11_2@2x.png')no-repeat;}
.poke44{background: url('../img/poker11_1@2x.png')no-repeat;}
.poke45{background: url('../img/poker12_4@2x.png')no-repeat;}
.poke46{background: url('../img/poker12_3@2x.png')no-repeat;}
.poke47{background: url('../img/poker12_2@2x.png')no-repeat;}
.poke48{background: url('../img/poker12_1@2x.png')no-repeat;}
.poke49{background: url('../img/poker13_4@2x.png')no-repeat;}
.poke50{background: url('../img/poker13_3@2x.png')no-repeat;}
.poke51{background: url('../img/poker13_2@2x.png')no-repeat;}
.poke52{background: url('../img/poker13_1@2x.png')no-repeat;}

/* 骰子图标 */
.sbImgPanel{
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.sbBall{
    width: 18px;
    height: 18px;
    background-size: 100% 100% !important;
    display: inline-block;
}
.sbBall1{background: url('../img/dice-one.png')no-repeat;}
.sbBall2{background: url('../img/dice-two.png')no-repeat;}
.sbBall3{background: url('../img/dice-three.png')no-repeat;}
.sbBall4{background: url('../img/dice-four.png')no-repeat;}
.sbBall5{background: url('../img/dice-five.png')no-repeat;}
.sbBall6{background: url('../img/dice-six.png')no-repeat;}

/* 基础重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    overflow-x: hidden;
}

/* ========== 电脑端样式 (宽度 > 768px) ========== */
@media screen and (min-width: 769px) {
    body {
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
        min-height: 100vh;
    }

    /* 隐藏手机端元素 */
    .mobile-header,
    .mobile-footer {
        display: none !important;
    }

    /* 主内容区域 */
    .main-content {
        padding: 30px 20px 60px;
        min-height: calc(100vh - 60px);
    }

    .content-wrapper {
        max-width: 1400px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 16px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    /* 轮播图容器 */
    .carousel-container {
        width: 100%;
        max-height: 400px;
        overflow: hidden;
        border-radius: 16px 16px 0 0;
    }

    .carousel {
        position: relative;
        width: 100%;
        height: auto;
    }

    .carousel-wrapper {
        display: flex !important;
        transition: transform 0.5s ease;
        height: auto;
    }

    .carousel-slide {
        min-width: 100%;
        height: auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 48px;
        color: #fff;
    }

    .carousel-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        gap: 8px;
    }

    .carousel-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: all 0.3s;
    }

    .carousel-dot.active {
        background: #fff;
        transform: scale(1.2);
    }

    /* 游戏标签 */
    .game-tabs-container {
        background: #fff;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

    .game-tabs {
        display: flex !important;
        flex-wrap: wrap;
        gap: 8px;
        max-width: 1400px;
        margin: 0 auto;
    }

    .game-tab {
        padding: 8px 20px;
        background: #f0f0f0;
        border-radius: 20px;
        cursor: pointer;
        transition: all 0.3s;
        font-size: 14px;
        white-space: nowrap;
    }

    .game-tab:hover {
        background: #e0e0e0;
    }

    .game-tab.active {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
    }

    /* 开奖列表 */
    .lottery-list {
        padding: 20px;
    }

    .lottery-item {
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 15px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        border-left: 4px solid #667eea;
    }

    .lottery-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .lottery-game-name {
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .lottery-issue {
        font-size: 14px;
        color: #999;
    }

    .lottery-content {
        display: flex !important;
        align-items: center;
        gap: 20px;
    }

    .lottery-numbers {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .lottery-numbers-row {
        min-height: 60px;
        padding: 5px 0;
        text-align: center;
        width: 100%;
        overflow-x: auto;
    }

    .lottery-ball {
        width: 42px;
        height: 42px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: linear-gradient(145deg, #ff6b6b 0%, #c92a2a 50%, #a61e1e 100%);
        color: #fff;
        border-radius: 50%;
        font-size: 18px;
        font-weight: bold;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.4);
        flex-shrink: 0;
    }

    .lottery-numbers .nums-row {
        flex-direction: row !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .nums-row .lottery-ball {
        margin: 0 2px;
    }

    .num-op {
        font-size: 20px;
        font-weight: bold;
        color: #ff6b6b;
        margin: 0 4px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    /* 六合彩波色 */
    .lottery-ball.ball-red {
        background: linear-gradient(145deg, #ff6b6b 0%, #c92a2a 50%, #a61e1e 100%);
    }

    .lottery-ball.ball-blue {
        background: linear-gradient(145deg, #45B7D1 0%, #2980B9 50%, #1a5276 100%);
    }

    .lottery-ball.ball-green {
        background: linear-gradient(145deg, #96CEB4 0%, #27AE60 50%, #1e8449 100%);
    }

    /* 特码特殊显示 - 球形旋转效果 */
    .lottery-ball.special-ball {
        animation: sphereRotate 3s infinite linear;
        border: 3px solid #ffd700;
        margin-left: 10px;
        transform-style: preserve-3d;
    }

    @keyframes sphereRotate {
        0% {
            transform: rotateY(0deg);
        }
        100% {
            transform: rotateY(360deg);
        }
    }

    /* 数字颜色 */
    .lottery-ball.ball-0 { background: linear-gradient(145deg, #FF6B6B 0%, #c92a2a 100%); }
    .lottery-ball.ball-1 { background: linear-gradient(145deg, #4ECDC4 0%, #26a69a 100%); }
    .lottery-ball.ball-2 { background: linear-gradient(145deg, #45B7D1 0%, #2980B9 100%); }
    .lottery-ball.ball-3 { background: linear-gradient(145deg, #96CEB4 0%, #27AE60 100%); }
    .lottery-ball.ball-4 { background: linear-gradient(145deg, #FFEAA7 0%, #f39c12 100%); color: #333; }
    .lottery-ball.ball-5 { background: linear-gradient(145deg, #DDA0DD 0%, #9b59b6 100%); }
    .lottery-ball.ball-6 { background: linear-gradient(145deg, #98D8C8 0%, #1abc9c 100%); }
    .lottery-ball.ball-7 { background: linear-gradient(145deg, #F7DC6F 0%, #f1c40f 100%); color: #333; }
    .lottery-ball.ball-8 { background: linear-gradient(145deg, #BB8FCE 0%, #8e44ad 100%); }
    .lottery-ball.ball-9 { background: linear-gradient(145deg, #85C1E9 0%, #3498db 100%); }

    /* 骰子样式 */
    .lottery-ball.dice {
        border-radius: 8px;
        background: linear-gradient(145deg, #fff 0%, #e0e0e0 100%);
        color: #333;
        font-size: 14px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    }

    /* 牛牛牌型 */
    .niuniu-card {
        display: inline-block;
        padding: 4px 12px;
        margin: 0 4px;
        background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
        border-radius: 6px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .niuniu-card.niuniu-nn {
        background: linear-gradient(145deg, #FFD700 0%, #FFA500 100%);
        color: #fff;
    }

    .niuniu-card.niuniu-none {
        background: linear-gradient(145deg, #6c757d 0%, #495057 100%);
        color: #fff;
    }

    /* 加拿大牛牛样式 */
    .niuniu-row {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 15px 0;
    }

    .niuniu-side {
        padding: 10px;
        border-radius: 8px;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .niuniu-side.blue-win {
        background: linear-gradient(145deg, #45B7D1 0%, #2980B9 100%);
    }

    .niuniu-side.red-win {
        background: linear-gradient(145deg, #ff6b6b 0%, #c92a2a 100%);
        color: #fff;
    }

    .niuniu-result {
        font-size: 16px;
        font-weight: bold;
    }

    .niuniu-pokers {
        display: flex !important;
        gap: 5px;
    }

    .pokeImg {
        background-size: 100% 100% !important;
        height: 60px;
        width: 45px;
        display: block;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .niuniu-team {
        font-size: 16px;
        color: #666;
    }

    .niuniu-vs {
        font-size: 20px;
        font-weight: bold;
        color: #667eea;
    }

    .winColor {
        color: #C82834;
    }

    .lossColor {
        color: #1F8E01;
    }

    .lottery-result {
        font-size: 24px;
        font-weight: bold;
        color: #667eea;
    }

    .lottery-content {
        display: flex !important;
        flex-direction: column;
        gap: 12px;
    }

    .lottery-info {
        flex: 1;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around;
        align-items: center;
        gap: 8px;
    }

    .lottery-formula {
        font-size: 14px;
        color: #666;
    }

    .lottery-type-tag {
        display: inline-block;
        padding: 4px 12px;
        background: #f0f0f0;
        border-radius: 12px;
        font-size: 12px;
        color: #666;
    }

    .lottery-time {
        font-size: 12px;
        color: #999;
        margin-top: 5px;
    }

    /* 加载状态 */
    .loading-state {
        text-align: center;
        padding: 60px 20px;
        color: #999;
    }

    .loading-spinner {
        width: 40px;
        height: 40px;
        border: 3px solid #f0f0f0;
        border-top-color: #667eea;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 0 auto 15px;
    }

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

    /* 加载更多按钮 */
    .load-more-btn {
        text-align: center;
        padding: 20px;
    }

    .load-more-btn button {
        padding: 12px 40px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
        border: none;
        border-radius: 25px;
        font-size: 14px;
        cursor: pointer;
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .load-more-btn button:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
    }

    /* 无数据提示 */
    .no-data-tip {
        text-align: center;
        padding: 60px 20px;
        color: #999;
        font-size: 16px;
    }
}

/* ========== 手机端样式 (宽度 <= 768px) ========== */
@media screen and (max-width: 768px) {
    /* 顶部固定栏 */
    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .header-content {
        font-size: 18px;
        font-weight: bold;
    }

    /* 轮播图 */
    .carousel-container {
        margin-top: 50px;
        width: 100%;
        height: auto;
    }

    .carousel {
        position: relative;
        width: 100%;
        height: auto;
    }

    .carousel-wrapper {
        display: flex !important;
        transition: transform 0.5s ease;
        height: auto;
    }

    .carousel-slide {
        min-width: 100%;
        height: auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #fff;
    }

    .carousel-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        gap: 6px;
    }

    .carousel-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: all 0.3s;
    }

    .carousel-dot.active {
        background: #fff;
        transform: scale(1.2);
    }

    /* 游戏标签横向滚动 */
    .game-tabs-container {
        background: #fff;
        padding: 10px 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .game-tabs {
        display: flex !important;
        gap: 8px;
        padding: 0 15px;
        min-width: max-content;
    }

    .game-tab {
        padding: 8px 16px;
        background: #f5f5f5;
        border-radius: 18px;
        cursor: pointer;
        transition: all 0.3s;
        font-size: 13px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .game-tab:active {
        transform: scale(0.95);
    }

    .game-tab.active {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
    }

    /* 主内容区域 - 底部留出footer空间 */
    .main-content {
        padding: 10px 10px 70px;
        min-height: calc(100vh - 50px - 180px - 50px);
    }

    .content-wrapper {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
    }

    /* 开奖列表 */
    .lottery-list {
        padding: 10px;
    }

    .lottery-item {
        background: #fff;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border-left: 3px solid #667eea;
    }

    .lottery-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: 1px solid #f0f0f0;
    }

    .lottery-game-name {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .lottery-issue {
        font-size: 12px;
        color: #999;
    }

    .lottery-content {
        display: flex !important;
        align-items: center;
        gap: 15px;
    }

    .lottery-numbers {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center;
        gap: 6px;
        flex-wrap: wrap;
    }

    .lottery-numbers-row {
        min-height: 60px;
        padding: 5px 0;
        text-align: center;
        width: 100%;
        overflow-x: auto;
    }

    .lottery-numbers .nums-row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .nums-row .lottery-ball {
        margin: 0 2px;
    }

    .num-op {
        font-size: 16px;
        font-weight: bold;
        color: #ff6b6b;
        margin: 0 3px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .lottery-ball {
        width: 34px;
        height: 34px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: linear-gradient(145deg, #ff6b6b 0%, #c92a2a 50%, #a61e1e 100%);
        color: #fff;
        border-radius: 50%;
        font-size: 15px;
        font-weight: bold;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.4);
    }

    /* 六合彩波色 */
    .lottery-ball.ball-red {
        background: linear-gradient(145deg, #ff6b6b 0%, #c92a2a 50%, #a61e1e 100%);
    }

    .lottery-ball.ball-blue {
        background: linear-gradient(145deg, #45B7D1 0%, #2980B9 50%, #1a5276 100%);
    }

    .lottery-ball.ball-green {
        background: linear-gradient(145deg, #96CEB4 0%, #27AE60 50%, #1e8449 100%);
    }

    /* 特码特殊显示 - 球形旋转效果 */
    .lottery-ball.special-ball {
        animation: sphereRotate 3s infinite linear;
        border: 3px solid #ffd700;
        margin-left: 10px;
        transform-style: preserve-3d;
    }

    @keyframes sphereRotate {
        0% {
            transform: rotateY(0deg);
        }
        100% {
            transform: rotateY(360deg);
        }
    }

    /* 数字颜色 */
    .lottery-ball.ball-0 { background: linear-gradient(145deg, #FF6B6B 0%, #c92a2a 100%); }
    .lottery-ball.ball-1 { background: linear-gradient(145deg, #4ECDC4 0%, #26a69a 100%); }
    .lottery-ball.ball-2 { background: linear-gradient(145deg, #45B7D1 0%, #2980B9 100%); }
    .lottery-ball.ball-3 { background: linear-gradient(145deg, #96CEB4 0%, #27AE60 100%); }
    .lottery-ball.ball-4 { background: linear-gradient(145deg, #FFEAA7 0%, #f39c12 100%); color: #333; }
    .lottery-ball.ball-5 { background: linear-gradient(145deg, #DDA0DD 0%, #9b59b6 100%); }
    .lottery-ball.ball-6 { background: linear-gradient(145deg, #98D8C8 0%, #1abc9c 100%); }
    .lottery-ball.ball-7 { background: linear-gradient(145deg, #F7DC6F 0%, #f1c40f 100%); color: #333; }
    .lottery-ball.ball-8 { background: linear-gradient(145deg, #BB8FCE 0%, #8e44ad 100%); }
    .lottery-ball.ball-9 { background: linear-gradient(145deg, #85C1E9 0%, #3498db 100%); }

    /* 骰子样式 */
    .lottery-ball.dice {
        border-radius: 6px;
        background: linear-gradient(145deg, #fff 0%, #e0e0e0 100%);
        color: #333;
        font-size: 12px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    /* 牛牛牌型 */
    .niuniu-card {
        display: inline-block;
        padding: 3px 8px;
        margin: 0 3px;
        background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
        border-radius: 4px;
        font-size: 12px;
        font-weight: bold;
        color: #333;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .niuniu-card.niuniu-nn {
        background: linear-gradient(145deg, #FFD700 0%, #FFA500 100%);
        color: #fff;
    }

    .niuniu-card.niuniu-none {
        background: linear-gradient(145deg, #6c757d 0%, #495057 100%);
        color: #fff;
    }

    /* 加拿大牛牛样式 */
    .niuniu-row {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 15px 0;
    }

    .niuniu-side {
        padding: 10px;
        border-radius: 8px;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .niuniu-side.blue-win {
        background: linear-gradient(145deg, #45B7D1 0%, #2980B9 100%);
    }

    .niuniu-side.red-win {
        background: linear-gradient(145deg, #ff6b6b 0%, #c92a2a 100%);
        color: #fff;
    }

    .niuniu-result {
        font-size: 16px;
        font-weight: bold;
    }

    .niuniu-pokers {
        display: flex !important;
        gap: 5px;
    }

    .pokeImg {
        background-size: 100% 100% !important;
        height: 60px;
        width: 45px;
        display: block;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .niuniu-team {
        font-size: 16px;
        color: #666;
    }

    .niuniu-vs {
        font-size: 20px;
        font-weight: bold;
        color: #667eea;
    }

    .winColor {
        color: #C82834;
    }

    .lossColor {
        color: #1F8E01;
    }

    .lottery-result {
        font-size: 20px;
        font-weight: bold;
        color: #667eea;
    }

    .lottery-content {
        display: flex !important;
        flex-direction: column;
        gap: 8px;
    }

    .lottery-info {
        flex: 1;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around;
        align-items: center;
        gap: 8px;
    }

    .lottery-formula {
        font-size: 13px;
        color: #666;
    }

    .lottery-type-tag {
        display: inline-block;
        padding: 3px 10px;
        background: #f5f5f5;
        border-radius: 10px;
        font-size: 11px;
        color: #666;
    }

    .lottery-time {
        font-size: 11px;
        color: #999;
        margin-top: 3px;
    }

    /* 加载状态 */
    .loading-state {
        text-align: center;
        padding: 40px 20px;
        color: #999;
    }

    .loading-spinner {
        width: 18px;
        height: 18px;
        border: 2px solid #f0f0f0;
        border-top-color: #667eea;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 0 auto 10px;
    }

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

    /* 加载更多按钮 */
    .load-more-btn {
        text-align: center;
        padding: 15px;
    }

    .load-more-btn button {
        width: 100%;
        padding: 12px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
        border: none;
        border-radius: 22px;
        font-size: 14px;
        cursor: pointer;
        transition: opacity 0.3s;
    }

    .load-more-btn button:active {
        opacity: 0.8;
    }

    /* 无数据提示 */
    .no-data-tip {
        text-align: center;
        padding: 40px 20px;
        color: #999;
        font-size: 14px;
    }

    /* 底部固定栏 */
    .mobile-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: #fff;
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .footer-content {
        display: flex !important;
        width: 100%;
    }

    .footer-tab {
        flex: 1;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #999;
        transition: color 0.3s;
    }

    .footer-tab:active {
        color: #667eea;
    }

    .footer-tab.active {
        color: #667eea;
    }

    .tab-icon {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .tab-text {
        font-size: 11px;
    }

    /* 加拿大牛牛移动端响应式 */
    .niuniu-row {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 2vw;
        padding: 3vw 0;
        width: 100%;
    }

    .niuniu-side {
        padding: 10px;
        border-radius: 8px;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 1vw;
        flex: 1;

    .niuniu-side.blue-win {
        background: linear-gradient(145deg, #45B7D1 0%, #2980B9 100%);
    }

    .niuniu-side.red-win {
        background: linear-gradient(145deg, #ff6b6b 0%, #c92a2a 100%);
        color: #fff;
    }
        max-width: 40vw;
    }

    .niuniu-result {
        font-size: 4.5vw;
        font-weight: bold;
    }

    .niuniu-pokers {
        display: flex !important;
        gap: 0.8vw;
        justify-content: center;
        flex-wrap: wrap;
    }

    .pokeImg {
        background-size: 100% 100% !important;
        height: 11vw;
        width: 8.5vw;
        display: block;
        border-radius: 0.8vw;
        box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
    }

    .niuniu-team {
        font-size: 4vw;
        color: #666;
    }

    .niuniu-vs {
        font-size: 5vw;
        font-weight: bold;
        color: #667eea;
        flex-shrink: 0;
        padding: 0 1vw;
    }

    /* 骰子移动端适配 */
    .sbImgPanel {
        gap: 2vw;
    }

    .sbBall {
        width: 12vw;
        height: 12vw;
    }

    .winColor {
        color: #C82834;
    }

    .lossColor {
        color: #1F8E01;
    }
}