.ball.special[data-v-2bb87fef] {
    color: #fff
}

.dashboard-container[data-v-2bb87fef] {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 20px
}

.dashboard-container .lottery-section[data-v-2bb87fef] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px
}

.dashboard-container .lottery-section .lottery-card[data-v-2bb87fef] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden
}

.dashboard-container .lottery-section .lottery-card .lottery-title[data-v-2bb87fef] {
    background: #68b0db;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    letter-spacing: 1px
}

.dashboard-container .lottery-section .lottery-card .card-tabs[data-v-2bb87fef] {
    display: flex;
    background: #ff6b6b;
    border-bottom: none
}

.dashboard-container .lottery-section .lottery-card .card-tabs .tab[data-v-2bb87fef] {
    padding: 12px 20px;
    cursor: pointer;
    transition: all .3s;
    color: #fff;
    font-size: 14px;
    border-radius: 8px 8px 0 0
}

.dashboard-container .lottery-section .lottery-card .card-tabs .tab.active[data-v-2bb87fef] {
    background: rgba(255,255,255,.2);
    border-bottom: 3px solid #fff
}

.dashboard-container .lottery-section .lottery-card .card-tabs .tab[data-v-2bb87fef]:hover {
    background: rgba(255,255,255,.1)
}

.dashboard-container .lottery-section .lottery-card .draw-result[data-v-2bb87fef] {
    padding: 20px
}

.dashboard-container .lottery-section .lottery-card .draw-result .period-text[data-v-2bb87fef] {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center
}

.dashboard-container .lottery-section .lottery-card .draw-result .period-text .period-label[data-v-2bb87fef] {
    color: #333
}

.dashboard-container .lottery-section .lottery-card .draw-result .period-text .period-label .period-number[data-v-2bb87fef] {
    color: #ff7b00;
    padding: 0 5px;
    font-size: 18px
}

.dashboard-container .lottery-section .lottery-card .draw-result .period-text .period-time[data-v-2bb87fef] {
    margin-left: 8px
}

.dashboard-container .lottery-section .lottery-card .draw-result .balls-container[data-v-2bb87fef] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.dashboard-container .lottery-section .lottery-card .draw-result .balls-container .result-balls[data-v-2bb87fef] {
    display: flex;
    align-items: center;
    gap: 8px
}

.dashboard-container .lottery-section .lottery-card .draw-result .balls-container .result-balls .ball-item[data-v-2bb87fef] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.dashboard-container .lottery-section .lottery-card .draw-result .balls-container .result-balls .ball-item .ball[data-v-2bb87fef] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff
}

.dashboard-container .lottery-section .lottery-card .draw-result .balls-container .result-balls .plus[data-v-2bb87fef] {
    font-size: 20px;
    margin: 10px 5px 0;
    align-self: flex-start
}

.dashboard-container .lottery-section .lottery-card .next-draw[data-v-2bb87fef] {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.dashboard-container .lottery-section .lottery-card .next-draw .next-info[data-v-2bb87fef] {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    align-items: center
}

.dashboard-container .lottery-section .lottery-card .next-draw .next-info .next-period[data-v-2bb87fef] {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: .5px
}

.dashboard-container .lottery-section .lottery-card .next-draw .next-info .next-time[data-v-2bb87fef] {
    font-size: 14px;
    margin-top: 5px;
    color: #666;
    letter-spacing: .3px
}

.dashboard-container .lottery-section .lottery-card .next-draw .countdown[data-v-2bb87fef] {
    display: flex;
    gap: 10px
}

.dashboard-container .lottery-section .lottery-card .next-draw .countdown .time-item[data-v-2bb87fef] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}

.dashboard-container .lottery-section .lottery-card .next-draw .countdown .time-item .time-block[data-v-2bb87fef] {
    background: #20b0cd;
    color: #fff;
    padding: 0;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease
}

.dashboard-container .lottery-section .lottery-card .next-draw .countdown .time-item .time-block .number[data-v-2bb87fef] {
    font-size: 20px;
    display: block;
    line-height: 1;
    transition: transform .3s ease
}

.dashboard-container .lottery-section .lottery-card .next-draw .countdown .time-item .unit[data-v-2bb87fef] {
    color: #666
}

@keyframes pulse-2bb87fef {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1)
    }
}

@keyframes numberChange-2bb87fef {
    0% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-5px) scale(1.1)
    }

    to {
        transform: translateY(0) scale(1)
    }
}

.other-box[data-v-2bb87fef] {
    display: flex
}

.other-lottery-section[data-v-2bb87fef] {
    flex: 1;
    margin-top: 30px
}

.other-lottery-section .section-title[data-v-2bb87fef] {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 2px solid #333
}

.other-lottery-section .other-lottery-list[data-v-2bb87fef] {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.other-lottery-section .other-lottery-list .other-lottery-row[data-v-2bb87fef] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    padding: 20px;
    box-shadow: 0 2px 8px #0000001a;
    transition: all .3s ease
}

.other-lottery-section .other-lottery-list .other-lottery-row[data-v-2bb87fef]:hover {
    box-shadow: 0 4px 16px #00000026;
    transform: translateY(-2px)
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content[data-v-2bb87fef] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-left[data-v-2bb87fef] {
    width: 200px
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-left .lottery-name[data-v-2bb87fef] {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-left .lottery-period[data-v-2bb87fef] {
    font-size: 14px
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-left .lottery-period .period-text[data-v-2bb87fef] {
    color: #333
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-left .lottery-period .period-text .period-number[data-v-2bb87fef] {
    color: #ff7b00;
    padding: 0 5px;
    font-size: 16px
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right[data-v-2bb87fef] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section[data-v-2bb87fef] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-label[data-v-2bb87fef] {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
    flex-shrink: 0
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls[data-v-2bb87fef] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball[data-v-2bb87fef] {
    width: 40px;
    height: 40px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.red[data-v-2bb87fef] {
    background: #ff6b6b
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.blue[data-v-2bb87fef] {
    background: #4ecdc4
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.green[data-v-2bb87fef] {
    background: #95e1d3
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.purple[data-v-2bb87fef] {
    background: #a855f7
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.orange[data-v-2bb87fef] {
    background: #fb923c
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.pink[data-v-2bb87fef] {
    background: #f472b6
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.gold[data-v-2bb87fef] {
    background: #fbbf24
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.lime[data-v-2bb87fef] {
    background: #84cc16
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.cyan[data-v-2bb87fef] {
    background: #06b6d4
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.yellow[data-v-2bb87fef] {
    background: #eab308
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.teal[data-v-2bb87fef] {
    background: #14b8a6
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .result-section .result-balls .result-ball.indigo[data-v-2bb87fef] {
    background: #6366f1
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .next-section[data-v-2bb87fef] {
    display: flex;
    align-items: center;
    gap: 8px
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .next-section .next-label[data-v-2bb87fef] {
    font-size: 14px;
    color: #333
}

.other-lottery-section .other-lottery-list .other-lottery-row .lottery-content .lottery-right .next-section .next-info[data-v-2bb87fef] {
    font-size: 13px;
    color: #666
}

.rightBox[data-v-2bb87fef] {
    width: 300px;
    margin-left: 20px;
    margin-top: 30px
}

.next-period-number[data-v-2bb87fef] {
    color: #ff7b00;
    font-size: 18px
}

.recommend-section[data-v-2bb87fef] {
    background: #fff;
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px
}

.recommend-section .recommend-title[data-v-2bb87fef] {
    font-size: 20px;
    color: #333;
    margin: 0 0 5px;
    text-align: center
}

.recommend-section .recommend-subtitle[data-v-2bb87fef] {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px
}

.recommend-section .game-grid[data-v-2bb87fef] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px
}

.recommend-section .game-grid .game-item[data-v-2bb87fef] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease;
    background: #f8f9fa;
    border: 1px solid #e9ecef
}

.recommend-section .game-grid .game-item[data-v-2bb87fef]:hover {
    transform: translateY(-2px);
    background: #fff
}

.recommend-section .game-grid .game-item .game-name[data-v-2bb87fef] {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 1.2
}

.recommend-section .game-grid .game-item:hover .game-icon[data-v-2bb87fef] {
    transform: scale(1.1)
}

.game-icon[data-v-2bb87fef] {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 8px;
    transition: all .3s ease
}

.game-icon1[data-v-2bb87fef] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 8px;
    transition: all .3s ease
}
