| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720" |
| 3 | data-pptx-master="presentation_core_master" data-pptx-master-name="Presentation Core" |
| 4 | data-pptx-layout="process_timeline" data-pptx-layout-name="Process Timeline"> |
| 5 | <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#FFFFFF" |
| 6 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 7 | <line id="process-timeline-axis" x1="196" y1="256" x2="1084" y2="256" stroke="#CBD5E1" |
| 8 | stroke-width="4" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <circle id="process-timeline-node-one" cx="196" cy="256" r="12" fill="#FFFFFF" stroke="#94A3B8" |
| 10 | stroke-width="4" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 11 | <circle id="process-timeline-node-two" cx="492" cy="256" r="12" fill="#FFFFFF" stroke="#94A3B8" |
| 12 | stroke-width="4" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 13 | <circle id="process-timeline-node-three" cx="788" cy="256" r="12" fill="#FFFFFF" stroke="#94A3B8" |
| 14 | stroke-width="4" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 15 | <circle id="process-timeline-node-four" cx="1084" cy="256" r="12" fill="#FFFFFF" stroke="#94A3B8" |
| 16 | stroke-width="4" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 17 | <rect id="process-timeline-takeaway-panel" x="64" y="568" width="1152" height="72" rx="12" fill="#F4F6F8" |
| 18 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 19 | <g id="process-timeline-title-slot" data-pptx-placeholder="title" |
| 20 | data-pptx-bounds="64 40 1152 72"> |
| 21 | <text id="process-timeline-title-carrier" data-pptx-carrier="true" |
| 22 | x="64" y="90" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 23 | font-size="36" font-weight="700">{{PAGE_TITLE}}</text> |
| 24 | </g> |
| 25 | <g id="process-timeline-one-slot" data-pptx-placeholder="object" data-pptx-idx="1" |
| 26 | data-pptx-bounds="80 168 232 344"> |
| 27 | <text id="process-timeline-one-carrier" data-pptx-carrier="true" |
| 28 | x="196" y="376" text-anchor="middle" fill="#334155" |
| 29 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{STEP_1}}</text> |
| 30 | </g> |
| 31 | <g id="process-timeline-two-slot" data-pptx-placeholder="object" data-pptx-idx="2" |
| 32 | data-pptx-bounds="376 168 232 344"> |
| 33 | <text id="process-timeline-two-carrier" data-pptx-carrier="true" |
| 34 | x="492" y="376" text-anchor="middle" fill="#334155" |
| 35 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{STEP_2}}</text> |
| 36 | </g> |
| 37 | <g id="process-timeline-three-slot" data-pptx-placeholder="object" data-pptx-idx="3" |
| 38 | data-pptx-bounds="672 168 232 344"> |
| 39 | <text id="process-timeline-three-carrier" data-pptx-carrier="true" |
| 40 | x="788" y="376" text-anchor="middle" fill="#334155" |
| 41 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{STEP_3}}</text> |
| 42 | </g> |
| 43 | <g id="process-timeline-four-slot" data-pptx-placeholder="object" data-pptx-idx="4" |
| 44 | data-pptx-bounds="968 168 232 344"> |
| 45 | <text id="process-timeline-four-carrier" data-pptx-carrier="true" |
| 46 | x="1084" y="376" text-anchor="middle" fill="#334155" |
| 47 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{STEP_4}}</text> |
| 48 | </g> |
| 49 | <g id="process-timeline-takeaway-slot" data-pptx-placeholder="body" data-pptx-idx="5" |
| 50 | data-pptx-bounds="88 584 1104 40"> |
| 51 | <text id="process-timeline-takeaway-carrier" data-pptx-carrier="true" |
| 52 | x="640" y="612" text-anchor="middle" fill="#475569" |
| 53 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="20">{{KEY_MESSAGE}}</text> |
| 54 | </g> |
| 55 | </svg> |
| 56 |