< style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif; background: #f7f3e9; color: #3e2723; line-height: 1.7; padding-bottom: 20px; } .bg-1 { background: #fff; border-radius: 12px; margin: 12px; padding: 18px; box-shadow: 0 2px 12px rgba(62, 39, 35, .08); border-left: 4px solid #c62828; } .bg-2 { background: linear-gradient(135deg, #fff8f0, #fff3e6); border-left-color: #f9a825; } .bg-3 { background: linear-gradient(135deg, #e8f5e9, #f1f8e9); border-left-color: #2e7d32; } .bg-4 { background: linear-gradient(135deg, #e3f2fd, #e8f0fe); border-left-color: #1565c0; } .head-hero { background: linear-gradient(160deg, #2e1a0e 0%, #5d2e1b 60%, #8b4513 100%); padding: 30px 20px 24px; text-align: center; color: #fff; border-radius: 0 0 40px 40px; position: relative; overflow: hidden; } .head-hero::after { content: ""; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 80%; height: 30px; background: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent); border-radius: 50%; } .head-hero h1 { font-size: 30px; letter-spacing: 4px; text-shadow: 0 2px 8px rgba(0, 0, 0, .4); font-weight: 900; } .head-hero .sub { font-size: 15px; margin-top: 6px; background: rgba(255, 255, 255, .15); display: inline-block; padding: 4px 18px; border-radius: 20px; backdrop-filter: blur(4px); } .head-hero .icon-wrap { display: flex; justify-content: center; gap: 14px; margin-top: 16px; flex-wrap: wrap; } .head-hero .icon-wrap span { background: rgba(255, 255, 255, .2); border-radius: 20px; padding: 4px 14px; font-size: 13px; border: 1px solid rgba(255, 255, 255, .3); } .img-wrap { text-align: center; margin: 16px 0; } .img-wrap img { max-width: 100%; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, .1); display: inline-block; } .section-title { display: flex; align-items: center; margin: 24px 12px 12px; font-size: 20px; font-weight: 800; color: #4e342e; } .section-title::before { content: ""; display: inline-block; width: 6px; height: 24px; background: #c62828; border-radius: 3px; margin-right: 10px; } .section-title .en { font-size: 12px; color: #999; font-weight: 400; margin-left: 8px; letter-spacing: 1px; } .rule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; } .rule-item { background: #fff; border-radius: 10px; padding: 14px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, .04); border-top: 3px solid #c62828; } .rule-item .ico { font-size: 28px; display: block; margin-bottom: 6px; } .rule-item .text { font-size: 14px; font-weight: 600; color: #4e342e; } .rule-item .desc { font-size: 12px; color: #888; margin-top: 4px; } .tip-box { background: #fff8e1; border: 2px dashed #f9a825; border-radius: 12px; padding: 14px 16px; margin: 16px 0; font-size: 14px; } .tip-box .tip-title { font-weight: 700; color: #e65100; margin-bottom: 6px; } table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14px; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, .04); } table th { background: #5d2e1b; color: #fff; padding: 10px 8px; text-align: center; font-weight: 600; } table td { padding: 10px 8px; text-align: center; border-bottom: 1px solid #f5f0eb; } table tr:last-child td { border-bottom: none; } .faq-item { background: #fff; border-radius: 12px; margin: 12px; padding: 18px; box-shadow: 0 2px 8px rgba(0, 0, 0, .04); border-left: 4px solid #2e7d32; } .faq-item .q { font-weight: 700; color: #2e7d32; font-size: 15px; display: flex; align-items: center; } .faq-item .q::before { content: "问"; background: #2e7d32; color: #fff; font-size: 12px; padding: 2px 8px; border-radius: 10px; margin-right: 8px; font-weight: 600; } .faq-item .a { margin-top: 10px; padding-left: 30px; font-size: 14px; color: #5d4037; border-left: 2px solid #e0e0e0; } .faq-item .a::before { content: "答"; background: #f9a825; color: #fff; font-size: 12px; padding: 2px 8px; border-radius: 10px; margin-right: 8px; font-weight: 600; display: inline-block; vertical-align: middle; margin-left: -28px; margin-right: 12px; } .footer-note { text-align: center; padding: 24px 16px 10px; color: #8d6e63; font-size: 13px; } .footer-note .btn-back { display: inline-block; margin-top: 10px; padding: 8px 24px; background: #5d2e1b; color: #fff; border-radius: 24px; font-size: 14px; text-decoration: none; box-shadow: 0 4px 12px rgba(93, 46, 27, .3); } .steps { counter-reset: step; margin: 14px 0; } .steps .step { position: relative; padding: 10px 10px 10px 46px; background: #fff; border-radius: 10px; margin-bottom: 8px; font-size: 14px; box-shadow: 0 2px 6px rgba(0, 0, 0, .04); } .steps .step::before { counter-increment: step; content: counter(step); position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; background: #c62828; color: #fff; border-radius: 50%; font-size: 13px; font-weight: 700; text-align: center; line-height: 24px; } .tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; } .tag-list span { background: #f5f0eb; border-radius: 16px; padding: 4px 14px; font-size: 13px; color: #5d4037; } @media(max-width:400px) { .rule-grid { grid-template-columns: 1fr; } .head-hero h1 { font-size: 24px; } }

🀄 湖北麻将赖子打法

癞子规则 · 实战技巧 · 口诀大全
🔥 全能赖子 🎯 胡牌神器 💡 红中癞子

湖北麻将赖子打法,是流行于湖北黄冈、黄梅、武穴等地的特色麻将玩法。其核心是"赖子"(癞子)——一种可以充当任何牌的"万能牌",让牌局充满变数与乐趣!

湖北麻将赖子打法图解
#癞子麻将 #万能牌 #湖北特色

一、赖子牌确认规则 Lai Zi Confirm

🎲 赖子是如何确定的?

庄家掷两颗骰子,根据点数确定"翻牌"位置。
在牌墙中翻出一张明牌(如翻出"5筒")。
该牌的下一张即为赖子(如翻出5筒,则6筒为赖子)。
若翻出9筒(序数牌最大),则返回1筒为赖子。
📌 特殊说明
红中在某些湖北玩法中天然是赖子,固定不可翻。各地域规则略有差异,开打前务必确认清楚!
翻出牌赖子牌备注
1筒2筒顺延
5万6万顺延
9条1条循环
红中红中红中固定赖子

二、赖子牌使用规则 Lai Zi Rules

🃏
当任意牌用
可替代万/筒/条
🎭
碰杠使用
赖子可参与碰/杠
🏆
胡牌算赖
胡牌时赖子算万能
🚫
不能单吊
纯赖子不能单独胡
⚠️ 重要限制

三、胡牌牌型与番数 Hu Types

牌型说明番数
平胡普通4搭+一对将1倍
碰碰胡全部刻子+一对将2倍
七对7组对子2倍
清一色同一花色3倍
赖子翻倍每含1个赖子+1倍动态
湖北麻将胡牌牌型表

四、实战技巧与口诀 Skill & Tips

🧠 赖子打法核心口诀

"一手赖子一手牌,胡牌快慢看安排;
碰碰胡来七对易,清一色要看你手气;
赖子要留关键张,舍小留大算清账;
别人打赖不要碰,留到胡牌当神仙!"
留赖子配搭子:赖子优先与手中搭子配合,如手中有4、5万,赖子可当3万或6万。
勿滥用碰牌:赖子牌型灵活,随意碰牌会打乱手牌结构。
盯下家防点炮:赖子能改变听牌方向,出牌要更谨慎。
听牌选多口:利用赖子听2-3个口,提高胡牌概率。

五、常见问题解答 FAQ

赖子可以打出吗?
在绝大多数湖北赖子打法中,赖子是不允许打出的。如果手中没有其他牌可出,只能拆其他牌。违规打出赖子算"诈胡"处理。
赖子能代替已经碰过的牌吗?
不能。赖子只能作为手中未成型的牌来使用。已经碰出的刻子不能用赖子再替代。但赖子本身可以作为碰牌时的那张牌参与碰。
两个赖子可以当一对将吗?
可以。两个赖子可以组成一对将,这是最常见的用法之一。三个赖子也可以组成一副刻子。
赖子翻倍怎么算?
一般规则是:胡牌时手牌中每含1个赖子,番数+1倍。例如平胡1倍,含2个赖子就是1+2=3倍。具体还看各地约定。
没有赖子能胡牌吗?
当然可以。没有赖子胡牌叫"素胡",有些地方素胡还有额外加成。赖子只是增加胡牌灵活性,不是必须的。

六、湖北各地赖子玩法差异 Regional Diff

地区规则特点
黄梅红中固定赖子,翻牌赖子双赖子
武穴翻牌赖子,红中可替代任何牌
黄冈赖子不能参与杠牌
武汉周边赖子算分时不翻倍

七、新手快速上手 Quick Start

确认赖子牌:记住翻出的赖子是什么。
配整手牌:将赖子融入搭子,规划听牌。
有碰就碰?不,思考要不要碰。
听牌尽量多口听。
胡牌别贪,适可而止。
湖北麻将新手指南

※ 以上内容依据湖北多地通用赖子打法整理,具体以当地棋牌室规则为准。