diff --git a/employee-app/health-checkup/doc/design-overview.html b/employee-app/health-checkup/doc/design-overview.html
new file mode 100644
index 0000000..a0bc00c
--- /dev/null
+++ b/employee-app/health-checkup/doc/design-overview.html
@@ -0,0 +1,461 @@
+
+
+
+
+
+健康体检员工端 · 页面设计总览
+
+
+
+
+
+
+
+
+
+
+ 健康体检主页(index.html)· 计划 Banner 轮播 + 服务入口
+
+
+
+
+
+
+
+
+
+ 选择体检类型 + 选择医院(booking-type.html / booking-hospital.html)· 个人信息确认弹窗
+
+
+ 选择项目(booking-project.html)· 必检/选检Tab + 提交/推荐弹窗 + 项目详情 + 已选项目确认
+
+
+ 预约日期 + 预约结果(booking-date.html / booking-date-selected.html)· 成功/失败两态
+
+
+
+
+
+
+
+
+
+ 选择医院 + 病史问卷(gastro-hospital.html / gastro-questionnaire.html)· 就诊卡条件题
+
+
+ 预约日期 + 预约结果(gastro-date.html / gastro-date-selected.html)
+
+
+
+
+
+
+
+
+
+ 医院预选(gastro-preselect.html)· 多选 + 提交确认 + 完成回显
+
+
+
+
+
+
+
+
+
+ 选择医院 → 预约日期 → 预约结果(cta-hospital.html / cta-date.html / cta-date-selected.html)
+
+
+
+
+
+
+
+
+
+ 现场体检(my-appointments-all.html)· 三类体检 Tab
+
+
+
+
+
+
+
+
+
+ 报告列表 + 三类专项报告(reports.html / report-query.html / report-cta.html / report-gastro.html)
+
+
+ 指标纵向对比 + 指标分析详情(indicator-compare.html / indicator-compare-detail.html)
+
+
+
+
+
+
+
+
+
+ 消息列表 / 详情(暂缓 · 后续统一站内消息)+ 一键咨询(consult.html)
+
+
+
+
+
+
+
+
+
+ 操作说明 + 讲解详情(process-guide.html / process-guide-detail.html)· 图文/视频两态
+
+
+
+
+
+
+
×
+
![]()
+
+
+
+
+
+
diff --git a/index.html b/index.html
index 1d8d2df..1552381 100644
--- a/index.html
+++ b/index.html
@@ -660,6 +660,7 @@ const SITE_MAP = [
{n:'应用主页(收起态)',f:'index.html'},
] },
{ name:'健康体检', dir:'employee-app/health-checkup', entry:'index.html', prd:'employee-app/health-checkup/doc/PRD.md', pages:[
+ { file:'doc/design-overview.html', label:'页面总览' },
{ file:'index.html', label:'健康体检主页' },
{ file:'booking-type.html', label:'选择体检类型' },
{ file:'booking-hospital.html', label:'预约-选择医院' },