Files
2026gaokaozhiyuan/高考后-志愿填报行动方案.html
T
simon b6df028839 v1.0.0 高考志愿门户完整修复
变更摘要:
- [fix] 清理根目录 index.html 遗留代码(questionnaire-error + retryLoad 移除)
- [fix] 副标题同步更新为自估591分 + 候选志愿546条数据校准
- [fix] 页脚注入版本号 v1.0.0
- [fix] 部署版 index.html: 取消家长标签,统一 filler-tianheng
- [fix] Dashboard 文案修正(4份→2份线上问卷)
- [fix] 清理冗余部署脚本(v1-v4归档至 archived_scripts/)
- [fix] 等效位次工具纳入 deploy 目录
- [chore] .gitignore 初始化
- [init] Git 仓库初始化
2026-06-24 13:11:34 +08:00

367 lines
26 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2026高考后 · 志愿填报行动方案</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif; background: #f0f4f8; color: #1a1a2e; line-height: 1.8; }
.container { max-width: 900px; margin: 32px auto; padding: 0 20px 60px; }
h1 { text-align: center; font-size: 22px; color: #2e7d32; margin-bottom: 6px; }
.subtitle { text-align: center; font-size: 13px; color: #666; margin-bottom: 28px; }
.phase { display: flex; align-items: center; gap: 12px; margin: 36px 0 16px; }
.phase-num { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 18px; flex-shrink: 0; }
.phase-num.green { background: #2e7d32; }
.phase-num.blue { background: #1565c0; }
.phase h2 { font-size: 17px; color: #1a1a2e; }
.card { background: #fff; border-radius: 10px; padding: 18px 22px; margin-bottom: 14px; box-shadow: 0 1px 4px rgba(0,0,0,.08); }
.card-title { font-size: 14px; font-weight: 700; color: #2e7d32; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.card-title .icon { font-size: 16px; }
.timeline { border-left: 3px solid #2e7d32; margin: 10px 0 10px 8px; padding-left: 18px; }
.tl-item { margin-bottom: 14px; position: relative; }
.tl-item::before { content: ''; position: absolute; left: -24px; top: 5px; width: 10px; height: 10px; border-radius: 50%; background: #2e7d32; border: 2px solid #fff; box-shadow: 0 0 0 1px #2e7d32; }
.tl-date { font-size: 12px; color: #2e7d32; font-weight: 600; }
.tl-text { font-size: 13px; color: #333; margin-top: 2px; }
table { width: 100%; border-collapse: collapse; font-size: 13px; margin-top: 8px; }
th { background: #2e7d32; color: #fff; padding: 7px 10px; text-align: left; font-weight: 600; }
td { padding: 7px 10px; border-bottom: 1px solid #e8edf2; vertical-align: top; }
tr:nth-child(even) td { background: #f8fafc; }
.do { color: #2e7d32; font-weight: 600; }
.dont { color: #c62828; font-weight: 600; }
.alert { border-radius: 8px; padding: 12px 16px; margin: 12px 0; font-size: 13px; line-height: 1.8; }
.alert-red { background: #fde8e8; border-left: 4px solid #c62828; color: #b71c1c; }
.alert-orange { background: #fff4e8; border-left: 4px solid #e65100; color: #bf360c; }
.alert-green { background: #e8f5e9; border-left: 4px solid #2e7d32; color: #1b5e20; }
.alert-blue { background: #e8f0fe; border-left: 4px solid #1565c0; color: #0d47a1; }
.alert-purple { background: #f3e5f5; border-left: 4px solid #7b1fa2; color: #4a148c; }
.checklist { list-style: none; font-size: 13px; }
.checklist li { padding: 4px 0 4px 24px; position: relative; }
.checklist li::before { content: '✅'; position: absolute; left: 0; }
.checklist li.undo::before { content: '⬜'; }
.owner { display: inline-block; font-size: 11px; padding: 1px 8px; border-radius: 10px; margin-left: 6px; vertical-align: middle; }
.owner.mom { background: #fce4ec; color: #c2185b; }
.owner.dad { background: #e3f2fd; color: #1565c0; }
.owner.both { background: #e8f5e9; color: #2e7d32; }
hr { border: none; border-top: 1px dashed #ccc; margin: 28px 0; }
.print-btn { display: block; margin: 20px auto 0; padding: 10px 32px; background: #2e7d32; color: #fff; border: none; border-radius: 8px; font-size: 14px; cursor: pointer; }
.print-btn:hover { background: #1b5e20; }
@media print { .print-btn { display: none; } }
</style>
</head>
<body>
<div class="container">
<h1>🎓 2026高考后 · 志愿填报行动方案</h1>
<p class="subtitle">适用:Simon &amp; 芝芝 | 考生:天恒 | 高考已结束(6月9日)| 等待出分中</p>
<div style="background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:14px 20px;margin:16px 0;font-size:14px;color:#856404;text-align:center;">
<strong>⚠️ 出分前声明:</strong>本报告中的分数区间(如540~580、591等)均为<strong>高考出分前的临时预估</strong>,基于天恒6次大考数据和2026高考数学全国性高难度调整,<strong>不代表最终成绩</strong>。所有志愿填报建议将在<strong>6月26日官方出分后</strong>基于省排名(位次)重新校准。请勿以此为最终依据。
</div>
<!-- ==================== 阶段一:考后放松期 ==================== -->
<div class="phase"><div class="phase-num green">1</div><h2>考后放松期(6月10日 ~ 6月15日)— 让天恒彻底放松</h2></div>
<div class="card">
<div class="card-title"><span class="icon">🧘</span>天恒:彻底放松,不谈成绩</div>
<ul class="checklist">
<li>✅ 他想做什么就做什么(合法安全前提下),游戏/刷视频/熬夜都OK</li>
<li>✅ 可以和同学出去玩,但注意安全(不要约不熟的人去危险地方)</li>
<li>✅ 可以开始聊轻松话题:暑假想做什么、想去哪里玩、对什么感兴趣</li>
<li class="undo"><strong>不要提成绩、不要提志愿、不要提"你估了多少分"</strong></li>
</ul>
</div>
<div class="card">
<div class="card-title"><span class="icon">👨‍👩‍👦</span>父母:开始做志愿功课(后台进行)</div>
<div class="alert alert-blue">
<strong>核心原则:我们做功课,但不催孩子做决定。</strong>现在到出分前,父母先把信息收集全,等孩子状态稳定了一起讨论。
</div>
<ul class="checklist">
<li>✅ 熟悉浙江80个平行志愿投档规则("分数优先、遵循志愿")</li>
<li>✅ 对照《志愿填报预备报告》v3.5,熟悉冲/稳/保三档院校清单</li>
<li>✅ 阅读《中外合作办学专题分析报告》,了解杭电都柏林等机会</li>
<li>✅ 关注2026年新增38个本科专业(见下方专题卡片)</li>
<li>✅ 6月下旬出分后,第一时间获取天恒的省排名(位次),校准志愿方案</li>
</ul>
</div>
<!-- ==================== 阶段二:志愿调研期 ==================== -->
<div class="phase"><div class="phase-num blue">2</div><h2>志愿调研期(6月16日 ~ 出分前)— 全家一起讨论</h2></div>
<div class="card">
<div class="card-title"><span class="icon">📝</span>志愿填报 — 父母需要提前做的功课</div>
<ul class="checklist">
<li>✅ 了解浙江高考志愿填报规则:<strong>80个平行志愿</strong>,按"分数优先、遵循志愿"投档</li>
<li>✅ 提前研究"冲/稳/保"三档院校,特别是物化生组合可报的专业</li>
<li>✅ 了解<strong>数字媒体技术</strong>方向(游戏设计/交互体验/数字影像)的课程设置和就业前景</li>
<li>✅ 了解电子信息类方向(芯片/嵌入式/通信工程)作为保底方案的课程设置和就业前景</li>
<li><strong>了解各方向的薪资基准</strong>——IT行业专业技术人员年薪27.6万、数字媒体/游戏行业年均14~22万、制造业15.2万(2025国家统计局)。详见《志愿填报预备报告》</li>
<li>✅ 了解助学贷款办理流程(萧山中学一般会统一组织,留意通知)</li>
<li>✅ 了解省内电子信息强校(浙江理工大学、中国计量大学等)的录取分数和位次</li>
<li>✅ 和孩子讨论专业方向时,<strong>给信息,不给决定</strong> — 让他自己选</li>
</ul>
<div class="alert alert-blue" style="margin-top:10px;">💡 <strong>平行志愿规则要点:</strong>80个志愿按顺序投档,一旦投档成功,后面志愿全部作废。所以要把"最想去的"放前面,"保底的"放后面,不是按分数高低排!</div>
</div>
<div class="card" style="background:#fff8e1;border:1px solid #f9a825;">
<div class="card-title" style="color:#e65100;"><span class="icon">🆕</span>2026年新增38个本科专业 — 天恒的"第一届红利"</div>
<p style="font-size:13px;color:#555;line-height:1.9;margin-bottom:10px;">
2026年4月28日教育部发布<strong>新增38种本科新专业</strong>,首次增设"交叉学科"门类,2026年高考起招生。这是天恒这一届独有的"风口红利"。
</p>
<table style="font-size:13px;">
<tr><th style="width:25%;">风口赛道</th><th style="width:35%;">代表专业</th><th style="width:40%;">天恒匹配度</th></tr>
<tr>
<td><strong>未来产业/前沿交叉</strong></td>
<td>具身智能、脑机科学、工程互联网、智能计算</td>
<td style="color:#c62828;">❌ 布点985为主(650+),分数不匹配</td>
</tr>
<tr>
<td><strong>硬科技/卡脖子</strong></td>
<td>半导体工艺与装备、集成电路科学与工程</td>
<td style="color:#c62828;">❌ 西电/电子科大等620+,分数不匹配</td>
</tr>
<tr>
<td><strong>低空经济/空天</strong></td>
<td>低空技术与工程、海洋智能与无人技术</td>
<td style="color:#c62828;">❌ 北航/南航/西工大630+,分数不匹配</td>
</tr>
<tr>
<td><strong>能源/资源/深地</strong></td>
<td>能源科学与工程、交通能源融合工程</td>
<td style="color:#2e7d32;">✅ 部分双一流560~600,可能匹配</td>
</tr>
<tr>
<td><strong>AI+经济/服务</strong></td>
<td>商业人工智能、数字金融、数字公共治理</td>
<td style="color:#e65100;">⚠️ 570~600,冲档边缘</td>
</tr>
</table>
<div class="alert alert-orange" style="margin-top:10px;">
⚠️ <strong>新增专业报考策略:</strong><br>
• 只看有强势母学科的985/211/双一流首批布点院校,普校新专业慎报<br>
• 新专业多按"专业直招"(不能进校后转),填报要精准<br>
• 首届分数线可能"虚低"(考生不敢报),可以冲但不能孤注一掷<br>
• 建议80个志愿中新增专业占比≤10%(最多8个),必须有稳/保兜底
</div>
</div>
<!-- ==================== 阶段三:出分后 ==================== -->
<div class="phase"><div class="phase-num green">3</div><h2>出分后(预计6月26日左右)— 精准志愿填报</h2></div>
<div class="card">
<div class="card-title"><span class="icon">💬</span>出分后 — 各种情况的应对话术</div>
<table>
<tr><th>情况</th><th>孩子的可能反应</th><th>父母的应对话术</th></tr>
<tr><td>分数超预期</td><td>兴奋、松一口气</td><td class="do">"太好了,你去挑个喜欢的大学,我们支持你。"<br>然后正常庆祝,不过度渲染</td></tr>
<tr><td>分数符合预期</td><td>平静、接受</td><td class="do">"和估分差不多,挺好的。志愿好好填,还有很多好选择。"</td></tr>
<tr><td>分数低于预期</td><td>崩溃、自责、自我否定</td><td class="do">"分数只是一部分,我们一起来看志愿,还有很多机会。"<br>"高考不定义你这个人。"<br><strong>绝对不要说:</strong>"早跟你说了……"</td></tr>
<tr><td>孩子完全不说话</td><td>沉默、关房门</td><td class="do">给他空间。留一张纸条:"想聊的时候随时找我,冰箱里有你爱吃的东西。"</td></tr>
</table>
</div>
<div class="card">
<div class="card-title"><span class="icon">📊</span>出分后关键时间节点</div>
<div class="timeline">
<div class="tl-item">
<div class="tl-date">出分当天(约6月26日)</div>
<div class="tl-text"><strong>第一时间获取省排名(位次)</strong>,不是只盯着分数。用位次对照《志愿填报预备报告》的冲/稳/保体系进行校准。<strong>所有大学的录取本质上是按位次排的,分数只是表面数字。</strong></div>
</div>
<div class="tl-item">
<div class="tl-date">出分后1~3天</div>
<div class="tl-text">全家一起讨论志愿方案。给天恒看《志愿填报预备报告》中的院校清单,让他自己排序。<strong>父母给信息、给分析,不给决定。</strong></div>
</div>
<div class="tl-item">
<div class="tl-date">志愿填报期间(约6月29日~30日)</div>
<div class="tl-text">浙江高考志愿填报:<strong>普通类第一段</strong>。80个志愿逐个录入系统,<strong>校对三遍</strong>(院校代码/专业代码/选科要求),确认无误后提交。</div>
</div>
<div class="tl-item">
<div class="tl-date">录取结果公布(约7月中下旬)</div>
<div class="tl-text">关注浙江省教育考试院录取查询系统。一旦查到录取结果,<strong>不要再纠结"如果当初报了XX会怎样"</strong>——往前看。</div>
</div>
</div>
</div>
<!-- ==================== 阶段四:录取后 ==================== -->
<div class="phase"><div class="phase-num blue">4</div><h2>录取后 — 大学准备</h2></div>
<div class="card">
<div class="card-title"><span class="icon">🎓</span>录取后 — 大学准备清单</div>
<ul class="checklist">
<li>✅ 确认录取通知书寄达时间(一般7月底~8月初)</li>
<li>✅ 办理助学贷款(如需要,联系萧山中学学生处咨询)</li>
<li>✅ 购买笔记本电脑(等录取结果出来再买,7月底比较合适)</li>
<li>✅ 提前了解大学所在城市的生活成本、交通、住宿条件</li>
<li>✅ 暑假可以做的准备:学开车(高考后就可以报名)、提前了解专业基础课</li>
<li>✅ 心理疏导:从"高中生"到"大学生"的身份转换,给他适应空间</li>
</ul>
</div>
<hr>
<!-- ==================== 战略参考卡片 ==================== -->
<div class="phase"><div class="phase-num green">📌</div><h2>战略参考 — 父母需要掌握的底层逻辑</h2></div>
<div class="card">
<div class="card-title"><span class="icon">🤖</span>专业方向 — 天恒的核心策略(v2.0更新)</div>
<div class="alert alert-blue" style="margin-top:8px;">
<strong>核心判断(2026.6.23重大调整):</strong>数字媒体技术(游戏/交互设计/数字影像)上升为首要推荐方向。电子信息/通信工程降为保底方案。
</div>
<table style="margin-top:10px;">
<tr><th style="width:18%;">方向</th><th style="width:28%;">推荐度</th><th style="width:54%;">核心理由</th></tr>
<tr style="background:#e8f5e9;"><td><strong>数字媒体技术</strong></td><td class="do">🟢 主推荐</td><td>兴趣吻合(游戏/剧本杀/摄影);数学门槛低(仅高数+离散);需小班制/导师制院校</td></tr>
<tr><td><strong>电子信息工程</strong></td><td style="color:#e65100;">🟡 保底首选</td><td>就业面极宽;可独立干活;但5门数学硬课需正视</td></tr>
<tr><td><strong>通信工程</strong></td><td style="color:#e65100;">🟡 保底次选</td><td>算力网络红利;数学要求更高</td></tr>
<tr><td><strong>文化产业管理</strong></td><td style="color:#c62828;">🔴 备选</td><td>行业年轻,协作要求高</td></tr>
</table>
<ul class="checklist" style="margin-top:10px;">
<li>✅ 核心策略:<strong>"在天恒天生擅长的赛道上跑,顺便蹭AI红利"</strong></li>
<li>✅ 和孩子讨论时引导思考:你对游戏设计、交互体验、数字影像哪个方向最有感觉?</li>
<li>✅ 选校关键词:小班制 > 项目制 > 导师制 > 学校排名</li>
<li>✅ 详细分析见《志愿填报预备报告》v3.6</li>
</ul>
</div>
<div class="card" style="background:#f3e5f5;border:1px solid #7b1fa2;">
<div class="card-title" style="color:#7b1fa2;"><span class="icon">🌍</span>中外合作办学 — 2026暴增中的机会</div>
<p style="font-size:13px;color:#555;line-height:1.9;">
2026年中外合作办学暴增(174校+86机构+133项目),对天恒最相关的机会:
</p>
<table style="font-size:13px;">
<tr><th>项目</th><th>预估分数线</th><th>定位</th></tr>
<tr><td>杭电都柏林电子信息工程国际学院</td><td>600±102026首招)</td><td>冲档首选</td></tr>
<tr><td>浙工商中外合作</td><td>591~594</td><td>稳档首选</td></tr>
</table>
<ul class="checklist" style="margin-top:8px;">
<li>✅ 建议80个志愿中配置3~7个中外合作(4%~9%)</li>
<li><strong>前提:天恒需要有读研计划</strong>(电子信息方向深造的ROI才体现)</li>
<li>✅ 详细分析见《中外合作办学专题分析报告》</li>
</ul>
</div>
<div class="card" style="background:#fff3cd;border:1px solid #f9a825;margin-top:16px;">
<div class="card-title"><span class="icon">📊</span>考后总览 — 数学难度影响分析(2026.6.8分析结论)</div>
<div class="alert alert-red" style="margin-top:8px;">
<strong>数学难度全国性跃升 — 这不是天恒的问题,是命题方向变了。</strong>题海战术彻底失灵,全国考生同步"崩溃"。天恒的"考崩"和全国考生同频。
</div>
<table style="margin-top:10px;">
<tr><th style="width:25%;">科目</th><th style="width:35%;">考情</th><th style="width:40%;">影响评估</th></tr>
<tr><td>语文</td><td>作文质量一般</td><td>已成定局,不影响大局。今年阅读难/作文活是普遍情况</td></tr>
<tr><td>数学</td><td>全国性高难度,天恒考崩</td><td><strong>所有人同步下降,位次影响远小于分数影响</strong></td></tr>
<tr><td>英语</td><td>天恒最强科目(6次大考107.5~116.5</td><td>稳定发挥即翻盘关键</td></tr>
<tr><td>物理</td><td>6月9日上午已考</td><td>等出分后核实</td></tr>
<tr><td>化学</td><td>6月9日下午已考</td><td>等出分后核实</td></tr>
</table>
<div class="alert alert-green" style="margin-top:10px;">
<strong>核心逻辑:分数下调 ≠ 院校档次等比例下降。</strong>所有考生数学同步下滑 → 所有大学录取线同步下降 → <strong>位次变化远小于分数变化</strong>。志愿填报核心是"位次"不是"分数"。<br><br>
✅ 总分预测修订:570~610 → <strong>540~580</strong>(详见《高考预测报告》v5)。等出分后拿到省排名,再精确校准。
</div>
</div>
<hr>
<!-- ==================== v2.0 重大更新:人格画像驱动+家庭沟通策略 ==================== -->
<div class="card" style="background:#f3e5f5;border:2px solid #7b1fa2;">
<div class="card-title" style="color:#7b1fa2;"><span class="icon">🔄</span>v2.0 重大更新(2026.6.23)— 专业方向调整 + 家庭沟通策略</div>
<div class="alert alert-purple">
<strong>基于6.10~6.23多轮家庭深度沟通,两大核心变化:</strong><br>
① 专业主推方向从「电子信息/通信工程」调整为「数字媒体技术(游戏/交互设计)」<br>
② 新增《家庭沟通策略框架》——基于天恒人格特质定制的出分-填报全过程沟通指南<br>
<br>
<strong>调整根源:</strong>天恒的兴趣谱系(调酒/散打/RPG游戏设计/剧本杀/摄影)与数字媒体技术的课程结构高度吻合;数学门槛远低于电子信息(无复变/电磁场);选校关键维度变为「师生比+导师制+项目制>学校排名」。详见《志愿填报预备报告》v3.6。
</div>
</div>
<!-- ==================== 家庭沟通策略(新增) ==================== -->
<div class="phase"><div class="phase-num" style="background:#7b1fa2;">📢</div><h2>家庭沟通策略 — 基于天恒人格特质的定制框架</h2></div>
<div class="card">
<div class="card-title"><span class="icon">🧠</span>天恒人格画像(速查卡)</div>
<table style="font-size:12px;">
<tr><th style="width:22%;">维度</th><th style="width:39%;">特征</th><th style="width:39%;">对沟通的暗示</th></tr>
<tr><td>核心驱动</td><td>高自主性 + 能力表演驱动 + 需被尊重被看见</td><td>给他主动权 → 他会全力以赴</td></tr>
<tr><td>社交模式</td><td>选择性深度协作;认可的人主动互动;陌生环境不退缩</td><td>不是社恐——是"不平等对话过敏"</td></tr>
<tr><td>沟通形态</td><td>仅需要资源时主动沟通;感知被说教时逃避;理性绝对,难听意见</td><td>从"建议者"转为"选项呈现者"</td></tr>
<tr><td>领导风格</td><td>有控制欲、强势主观;成果不理想但属于学习过程</td><td>不否定控制欲 → 帮他从"拍板"到"带人"</td></tr>
</table>
</div>
<div class="card" style="background:#fff8e1;border:1px solid #f9a825;">
<div class="card-title" style="color:#e65100;"><span class="icon"></span>沟通五条铁律</div>
<ol style="font-size:13px;line-height:2.2;">
<li><strong>永远先给选项,再给分析。</strong>把决策权放在他面前,他才会认真看。<br>
<span style="color:#999;font-size:11px;">✅"这里有三个方向的数据——你花两天看看,然后我们聊你倾向哪个。"&nbsp;&nbsp;❌"这条路适合你。"</span></li>
<li><strong>用"我们看到的事实"代替"我们认为你应该"。</strong>数据可验证,主观判断会触发防御。<br>
<span style="color:#999;font-size:11px;">✅"电子信息前两年有五门数学课——你判断你能不能扛过去。"&nbsp;&nbsp;❌"你数学不好,学这个有困难。"</span></li>
<li><strong>对于他的"强势/主观"——先认可再给框架。</strong>他需要先被看见,才能打开耳朵。<br>
<span style="color:#999;font-size:11px;">✅"那次你两点做得特别好——敢于拍板、愿意担责。你有没有注意到其他人不太接话?"</span></li>
<li><strong>把沟通做成"任务制",而非日常追问。</strong>预约时间、给材料、让他做排序。<br>
<span style="color:#999;font-size:11px;">✅"周六下午两点到四点,我把材料给你,你负责做一个初步排序。"</span></li>
<li><strong>沉默不等于拒绝——给他48小时消化期。</strong>他自己会得出结论,而且会当自己的决定。<br>
<span style="color:#999;font-size:11px;">✅"不着急,你消化一下,这两天有空了我们再聊。"&nbsp;&nbsp;❌ 抛出问题后追着要回复。</span></li>
</ol>
</div>
<div class="card" style="background:#e8f5e9;border:1px solid #2e7d32;">
<div class="card-title"><span class="icon">🎯</span>出分日对话脚本(6/26左右)</div>
<div class="timeline">
<div class="tl-item">
<div class="tl-date">第一步:认领情绪(10秒),立刻切换任务</div>
<div class="tl-text">"分数出来了。你有什么感觉?——好,现在我们有两件事:第一,确认省排名。第二,把冲稳保清单校准。"<br><span style="color:#999;">原理:他需要<strong>任务感</strong>,不是情绪关注。越任务化,他越投入。</span></div>
</div>
<div class="tl-item">
<div class="tl-date">第二步:把数据给他,退后</div>
<div class="tl-text">"这是我们梳理的志愿预备报告,数字媒体、电子信息、文化管理三条路,每个都有院校清单。你看一看做个初步排序——最想去的、可以接受的、不想去的。第一直觉就行。"<br><span style="color:#999;">原理:降维——你们不是决策者,是信息提供者。决策权是他的。</span></div>
</div>
<div class="tl-item">
<div class="tl-date">第三步:如果他问"你觉得呢"(安全回应)</div>
<div class="tl-text">"我的判断不重要,但如果你愿意听,我可以告诉你我在选项里看到了什么。最终选哪个、怎么排序,你说了算——这是你接下来四年要待的地方,不是我。"<br><span style="color:#999;">原理:给信息不加压力。他需要感受到最终决定是他做的。</span></div>
</div>
</div>
</div>
<div class="card" style="background:#fce4ec;border:1px solid #c2185b;">
<div class="card-title" style="color:#c2185b;"><span class="icon">💡</span>关于他的"控制感"——一个关键对话(择机,不出分当天)</div>
<p style="font-size:13px;line-height:2;">
"我们观察你很久了。你有一个特别强的特质——你会主动去掌控局面。很多人在你这个年纪做不到。但我们也注意到,当你带人做事的时候,结果有时候不是你想要的。你有没有想过这中间缺了什么?"<br><br>
<strong>→ 停住,等他说。</strong><br><br>
<strong>收束:</strong>"掌控一件事和带一群人做成一件事,是两种不同的能力。前一个你已经有了。后一个如果你在大学里学会,将来不管做什么,你能撬动的资源会比一个人单干大得多。"<br><br>
<span style="color:#999;">核心:不是否定他的控制欲——是帮他看到已有的能力和可以获得的下一级能力之间的衔接。</span>
</p>
</div>
<!-- ==================== 考后铁律 ==================== -->
<div class="card" style="background:#e8f5e9;border:1px solid #2e7d32;">
<div class="card-title"><span class="icon">📌</span>考后阶段 — 全家三条铁律</div>
<div class="alert alert-red">
<strong>① 出分前,不追问他"估多少分"</strong><br>
让他放松,不要用"别人都在估分"给他压力。等官方出分,一翻两瞪眼。
</div>
<div class="alert alert-orange">
<strong>② 志愿讨论中,给信息不给决定</strong><br>
父母做功课、提供数据和分析,最终排序由天恒自己决定。<strong>我们的角色是参谋,不是司令。</strong>
</div>
<div class="alert alert-green">
<strong>③ 出分后,分数高低都不追加评价</strong><br>
分高:正常庆祝,不渲染"你真棒"(暗示分数=价值);分低:一起看志愿,不给"早知道"的后见之明。<strong>高考不定义他这个人。</strong>
</div>
</div>
<div style="text-align:center;color:#999;font-size:12px;margin-top:28px;">
文档创建:2026年6月10日(高考结束后) | v2.0 更新:2026年6月23日(人格画像+方向调整+沟通策略) | 从原「高考前中后行动方案」重构为考后版 | 原备考内容已归档至 .workbuddy/memory/archived/ 以最新版为准
</div>
<button class="print-btn" onclick="window.print()">🖨️ 打印 / 导出PDF</button>
</div>
</body>
</html>