游戏配置
奖级配置
奖级 条件 名称
特等 6红+1蓝
一等 6红+0蓝
二等 5红+1蓝
三等 5红+0蓝
四等 4红+1蓝
五等 4红+0蓝
六等 3红+1蓝
开奖速度
玩法设置
允许多注投注
开奖音效
显示中奖概率
中奖概率参考
特等奖(6+1)1/17,720,000
一等奖(6+0)1/1,477,000
二等奖(5+1)1/118,000
三等奖(5+0)1/9,900
六等(3+1)1/96
🎱 幸运数字
彩票风格选号游戏 · 选6+1号码 · 等待开奖
红球区(1–35,选6个)
已选 0/6
蓝球区(1–12,选1个)
已选 0/1
当前选号: 尚未选号,请从上方选择或点击机选
等待开奖中…
摇号机待机
本次开奖
红球匹配
蓝球匹配
中奖结果
累计中奖统计
总开奖次数 0
历史开奖记录
🎱
暂无开奖记录
function mobileSwitchTab(tab) { var left = document.getElementById('panel-left'); var right = document.getElementById('panel-right'); document.querySelectorAll('.mobile-tab').forEach(function(b){b.classList.remove('active');}); var btn = document.getElementById('tab-' + tab); if (btn) btn.classList.add('active'); if (tab === 'config') { if (left) left.classList.toggle('expanded'); if (right) right.classList.remove('expanded'); } else if (tab === 'data') { if (right) right.classList.toggle('expanded'); if (left) left.classList.remove('expanded'); } else { if (left) left.classList.remove('expanded'); if (right) right.classList.remove('expanded'); } } function toggleSound() { var on = GameSound.toggle(); var icon = document.getElementById('sound-icon'); if (icon) icon.textContent = on ? '🔊' : '🔇'; }