lt-ppt 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +31 -0
  3. package/dist/InnerApp-Cw-WNV5d.js +96942 -0
  4. package/dist/favicon.ico +0 -0
  5. package/dist/imgs/template_1.webp +0 -0
  6. package/dist/imgs/template_2.webp +0 -0
  7. package/dist/imgs/template_3.webp +0 -0
  8. package/dist/imgs/template_4.webp +0 -0
  9. package/dist/imgs/template_5.webp +0 -0
  10. package/dist/imgs/template_6.webp +0 -0
  11. package/dist/imgs/template_7.webp +0 -0
  12. package/dist/imgs/template_8.webp +0 -0
  13. package/dist/index-Bp6Exf0_.js +166 -0
  14. package/dist/index-lXMdfvq4.js +8 -0
  15. package/dist/lib-CcU3sBPZ.js +1907 -0
  16. package/dist/logo.png +0 -0
  17. package/dist/lt-ppt.css +7 -0
  18. package/dist/lt-ppt.es.js +5 -0
  19. package/dist/lt-ppt.umd.js +461 -0
  20. package/dist/mocks/AIPPT.json +475 -0
  21. package/dist/mocks/AIPPT_Outline.md +69 -0
  22. package/dist/mocks/imgs.json +482 -0
  23. package/dist/mocks/slides.json +184 -0
  24. package/dist/mocks/template_1.json +1 -0
  25. package/dist/mocks/template_2.json +1 -0
  26. package/dist/mocks/template_3.json +1 -0
  27. package/dist/mocks/template_4.json +1 -0
  28. package/dist/mocks/template_5.json +1 -0
  29. package/dist/mocks/template_6.json +1 -0
  30. package/dist/mocks/template_7.json +1 -0
  31. package/dist/mocks/template_8.json +1 -0
  32. package/dist/pinia-CVat9nJz.js +4417 -0
  33. package/dist/screen-B0Lx73x7.js +12797 -0
  34. package/dist/tippy.esm-Dos-q4Dz.js +1711 -0
  35. package/dist/types/lib.d.ts +2 -0
  36. package/dist/types/src/InnerApp.vue.d.ts +10 -0
  37. package/dist/types/src/LtPPT.vue.d.ts +22 -0
  38. package/dist/types/src/components/Button.vue.d.ts +28 -0
  39. package/dist/types/src/components/ButtonGroup.vue.d.ts +16 -0
  40. package/dist/types/src/components/Checkbox.vue.d.ts +19 -0
  41. package/dist/types/src/components/CheckboxButton.vue.d.ts +16 -0
  42. package/dist/types/src/components/ColorButton.vue.d.ts +5 -0
  43. package/dist/types/src/components/ColorListButton.vue.d.ts +5 -0
  44. package/dist/types/src/components/ColorPicker/Alpha.vue.d.ts +12 -0
  45. package/dist/types/src/components/ColorPicker/Checkboard.vue.d.ts +11 -0
  46. package/dist/types/src/components/ColorPicker/EditableInput.vue.d.ts +10 -0
  47. package/dist/types/src/components/ColorPicker/Hue.vue.d.ts +13 -0
  48. package/dist/types/src/components/ColorPicker/Saturation.vue.d.ts +13 -0
  49. package/dist/types/src/components/ColorPicker/index.vue.d.ts +11 -0
  50. package/dist/types/src/components/Contextmenu/MenuContent.vue.d.ts +7 -0
  51. package/dist/types/src/components/Contextmenu/index.vue.d.ts +9 -0
  52. package/dist/types/src/components/Contextmenu/types.d.ts +13 -0
  53. package/dist/types/src/components/Divider.vue.d.ts +9 -0
  54. package/dist/types/src/components/Drawer.vue.d.ts +24 -0
  55. package/dist/types/src/components/FileInput.vue.d.ts +20 -0
  56. package/dist/types/src/components/FullscreenSpin.vue.d.ts +11 -0
  57. package/dist/types/src/components/GradientBar.vue.d.ts +15 -0
  58. package/dist/types/src/components/ImageWaterfallViewer.vue.d.ts +35 -0
  59. package/dist/types/src/components/Input.vue.d.ts +41 -0
  60. package/dist/types/src/components/LaTeXEditor/FormulaContent.vue.d.ts +7 -0
  61. package/dist/types/src/components/LaTeXEditor/SymbolContent.vue.d.ts +5 -0
  62. package/dist/types/src/components/LaTeXEditor/hfmath.d.ts +2 -0
  63. package/dist/types/src/components/LaTeXEditor/index.vue.d.ts +73 -0
  64. package/dist/types/src/components/LanguageSwitch.vue.d.ts +2 -0
  65. package/dist/types/src/components/Message.vue.d.ts +23 -0
  66. package/dist/types/src/components/Modal.vue.d.ts +32 -0
  67. package/dist/types/src/components/MoveablePanel.vue.d.ts +41 -0
  68. package/dist/types/src/components/NumberInput.vue.d.ts +38 -0
  69. package/dist/types/src/components/OutlineEditor.vue.d.ts +9 -0
  70. package/dist/types/src/components/Popover.vue.d.ts +38 -0
  71. package/dist/types/src/components/PopoverMenuItem.vue.d.ts +18 -0
  72. package/dist/types/src/components/RadioButton.vue.d.ts +15 -0
  73. package/dist/types/src/components/RadioGroup.vue.d.ts +19 -0
  74. package/dist/types/src/components/Select.vue.d.ts +143 -0
  75. package/dist/types/src/components/SelectCustom.vue.d.ts +20 -0
  76. package/dist/types/src/components/SelectGroup.vue.d.ts +9 -0
  77. package/dist/types/src/components/Slider.vue.d.ts +22 -0
  78. package/dist/types/src/components/Switch.vue.d.ts +12 -0
  79. package/dist/types/src/components/Tabs.vue.d.ts +26 -0
  80. package/dist/types/src/components/TextArea.vue.d.ts +29 -0
  81. package/dist/types/src/components/TextColorButton.vue.d.ts +12 -0
  82. package/dist/types/src/components/WritingBoard.vue.d.ts +32 -0
  83. package/dist/types/src/configs/animation.d.ts +34 -0
  84. package/dist/types/src/configs/chart.d.ts +4 -0
  85. package/dist/types/src/configs/element.d.ts +2 -0
  86. package/dist/types/src/configs/font.d.ts +4 -0
  87. package/dist/types/src/configs/hotkey.d.ts +41 -0
  88. package/dist/types/src/configs/imageClip.d.ts +25 -0
  89. package/dist/types/src/configs/latex.d.ts +11 -0
  90. package/dist/types/src/configs/lines.d.ts +16 -0
  91. package/dist/types/src/configs/mime.d.ts +1 -0
  92. package/dist/types/src/configs/shapes.d.ts +26 -0
  93. package/dist/types/src/configs/storage.d.ts +1 -0
  94. package/dist/types/src/configs/symbol.d.ts +5 -0
  95. package/dist/types/src/configs/theme.d.ts +11 -0
  96. package/dist/types/src/directive/clickOutside.d.ts +3 -0
  97. package/dist/types/src/directive/contextmenu.d.ts +3 -0
  98. package/dist/types/src/directive/index.d.ts +5 -0
  99. package/dist/types/src/directive/loading.d.ts +3 -0
  100. package/dist/types/src/directive/tooltip.d.ts +3 -0
  101. package/dist/types/src/hooks/useAIPPT.d.ts +14 -0
  102. package/dist/types/src/hooks/useAddSlidesOrElements.d.ts +6 -0
  103. package/dist/types/src/hooks/useAlignActiveElement.d.ts +5 -0
  104. package/dist/types/src/hooks/useAlignElementToCanvas.d.ts +5 -0
  105. package/dist/types/src/hooks/useCombineElement.d.ts +6 -0
  106. package/dist/types/src/hooks/useCopyAndPasteElement.d.ts +7 -0
  107. package/dist/types/src/hooks/useCreateElement.d.ts +36 -0
  108. package/dist/types/src/hooks/useDeleteElement.d.ts +5 -0
  109. package/dist/types/src/hooks/useExport.d.ts +11 -0
  110. package/dist/types/src/hooks/useGlobalHotkey.d.ts +2 -0
  111. package/dist/types/src/hooks/useHideElement.d.ts +6 -0
  112. package/dist/types/src/hooks/useHistorySnapshot.d.ts +6 -0
  113. package/dist/types/src/hooks/useImport.d.ts +15 -0
  114. package/dist/types/src/hooks/useLink.d.ts +6 -0
  115. package/dist/types/src/hooks/useLoadSlides.d.ts +4 -0
  116. package/dist/types/src/hooks/useLockElement.d.ts +6 -0
  117. package/dist/types/src/hooks/useMoveElement.d.ts +4 -0
  118. package/dist/types/src/hooks/useOrderElement.d.ts +6 -0
  119. package/dist/types/src/hooks/usePasteDataTransfer.d.ts +7 -0
  120. package/dist/types/src/hooks/usePasteEvent.d.ts +2 -0
  121. package/dist/types/src/hooks/usePasteTextClipboardData.d.ts +8 -0
  122. package/dist/types/src/hooks/useScaleCanvas.d.ts +7 -0
  123. package/dist/types/src/hooks/useScreening.d.ts +6 -0
  124. package/dist/types/src/hooks/useSearch.d.ts +44 -0
  125. package/dist/types/src/hooks/useSectionHandler.d.ts +8 -0
  126. package/dist/types/src/hooks/useSelectElement.d.ts +5 -0
  127. package/dist/types/src/hooks/useShapeFormatPainter.d.ts +4 -0
  128. package/dist/types/src/hooks/useSlideBackgroundStyle.d.ts +21 -0
  129. package/dist/types/src/hooks/useSlideHandler.d.ts +16 -0
  130. package/dist/types/src/hooks/useSlideTheme.d.ts +14 -0
  131. package/dist/types/src/hooks/useTextFormatPainter.d.ts +4 -0
  132. package/dist/types/src/hooks/useUniformDisplayElement.d.ts +6 -0
  133. package/dist/types/src/lib.d.ts +5 -0
  134. package/dist/types/src/locales/en.d.ts +859 -0
  135. package/dist/types/src/locales/index.d.ts +1753 -0
  136. package/dist/types/src/locales/zh-CN.d.ts +887 -0
  137. package/dist/types/src/services/axios.d.ts +2 -0
  138. package/dist/types/src/services/fetch.d.ts +2 -0
  139. package/dist/types/src/services/index.d.ts +36 -0
  140. package/dist/types/src/store/index.d.ts +6 -0
  141. package/dist/types/src/store/keyboard.d.ts +16 -0
  142. package/dist/types/src/store/main.d.ts +915 -0
  143. package/dist/types/src/store/screen.d.ts +6 -0
  144. package/dist/types/src/store/slides.d.ts +1559 -0
  145. package/dist/types/src/store/snapshot.d.ts +21 -0
  146. package/dist/types/src/types/AIPPT.d.ts +36 -0
  147. package/dist/types/src/types/edit.d.ts +111 -0
  148. package/dist/types/src/types/export.d.ts +1 -0
  149. package/dist/types/src/types/injectKey.d.ts +10 -0
  150. package/dist/types/src/types/lt-ppt.d.ts +30 -0
  151. package/dist/types/src/types/mobile.d.ts +1 -0
  152. package/dist/types/src/types/slides.d.ts +732 -0
  153. package/dist/types/src/types/toolbar.d.ts +9 -0
  154. package/dist/types/src/utils/clipboard.d.ts +9 -0
  155. package/dist/types/src/utils/common.d.ts +18 -0
  156. package/dist/types/src/utils/crypto.d.ts +10 -0
  157. package/dist/types/src/utils/database.d.ts +17 -0
  158. package/dist/types/src/utils/element.d.ts +94 -0
  159. package/dist/types/src/utils/emitter.d.ts +23 -0
  160. package/dist/types/src/utils/font.d.ts +1 -0
  161. package/dist/types/src/utils/fonts.d.ts +5 -0
  162. package/dist/types/src/utils/fullscreen.d.ts +3 -0
  163. package/dist/types/src/utils/htmlParser/format.d.ts +3 -0
  164. package/dist/types/src/utils/htmlParser/index.d.ts +4 -0
  165. package/dist/types/src/utils/htmlParser/lexer.d.ts +2 -0
  166. package/dist/types/src/utils/htmlParser/parser.d.ts +15 -0
  167. package/dist/types/src/utils/htmlParser/stringify.d.ts +3 -0
  168. package/dist/types/src/utils/htmlParser/tags.d.ts +4 -0
  169. package/dist/types/src/utils/htmlParser/types.d.ts +55 -0
  170. package/dist/types/src/utils/iframe-sdk/index.d.ts +52 -0
  171. package/dist/types/src/utils/iframe-sdk/types.d.ts +30 -0
  172. package/dist/types/src/utils/image.d.ts +32 -0
  173. package/dist/types/src/utils/message.d.ts +28 -0
  174. package/dist/types/src/utils/print.d.ts +7 -0
  175. package/dist/types/src/utils/prosemirror/commands/replaceText.d.ts +2 -0
  176. package/dist/types/src/utils/prosemirror/commands/setListStyle.d.ts +4 -0
  177. package/dist/types/src/utils/prosemirror/commands/setTextAlign.d.ts +5 -0
  178. package/dist/types/src/utils/prosemirror/commands/setTextIndent.d.ts +3 -0
  179. package/dist/types/src/utils/prosemirror/commands/toggleList.d.ts +8 -0
  180. package/dist/types/src/utils/prosemirror/index.d.ts +4 -0
  181. package/dist/types/src/utils/prosemirror/plugins/index.d.ts +10 -0
  182. package/dist/types/src/utils/prosemirror/plugins/inputrules.d.ts +7 -0
  183. package/dist/types/src/utils/prosemirror/plugins/keymap.d.ts +3 -0
  184. package/dist/types/src/utils/prosemirror/plugins/placeholder.d.ts +2 -0
  185. package/dist/types/src/utils/prosemirror/schema/index.d.ts +24 -0
  186. package/dist/types/src/utils/prosemirror/schema/marks.d.ts +17 -0
  187. package/dist/types/src/utils/prosemirror/schema/nodes.d.ts +11 -0
  188. package/dist/types/src/utils/prosemirror/utils.d.ts +69 -0
  189. package/dist/types/src/utils/selection.d.ts +1 -0
  190. package/dist/types/src/utils/svg2Base64.d.ts +1 -0
  191. package/dist/types/src/utils/svgPathParser.d.ts +120 -0
  192. package/dist/types/src/utils/textParser.d.ts +5 -0
  193. package/dist/types/src/views/Editor/AIPPTDialog.vue.d.ts +111 -0
  194. package/dist/types/src/views/Editor/Canvas/AlignmentLine.vue.d.ts +9 -0
  195. package/dist/types/src/views/Editor/Canvas/EditableElement.vue.d.ts +12 -0
  196. package/dist/types/src/views/Editor/Canvas/ElementCreateSelection.vue.d.ts +9 -0
  197. package/dist/types/src/views/Editor/Canvas/GridLines.vue.d.ts +2 -0
  198. package/dist/types/src/views/Editor/Canvas/LinkDialog.vue.d.ts +115 -0
  199. package/dist/types/src/views/Editor/Canvas/MouseSelection.vue.d.ts +9 -0
  200. package/dist/types/src/views/Editor/Canvas/Operate/BorderLine.vue.d.ts +9 -0
  201. package/dist/types/src/views/Editor/Canvas/Operate/CommonElementOperate.vue.d.ts +14 -0
  202. package/dist/types/src/views/Editor/Canvas/Operate/ImageElementOperate.vue.d.ts +14 -0
  203. package/dist/types/src/views/Editor/Canvas/Operate/LineElementOperate.vue.d.ts +12 -0
  204. package/dist/types/src/views/Editor/Canvas/Operate/LinkHandler.vue.d.ts +8 -0
  205. package/dist/types/src/views/Editor/Canvas/Operate/MultiSelectOperate.vue.d.ts +8 -0
  206. package/dist/types/src/views/Editor/Canvas/Operate/ResizeHandler.vue.d.ts +9 -0
  207. package/dist/types/src/views/Editor/Canvas/Operate/RotateHandler.vue.d.ts +2 -0
  208. package/dist/types/src/views/Editor/Canvas/Operate/ShapeElementOperate.vue.d.ts +16 -0
  209. package/dist/types/src/views/Editor/Canvas/Operate/TableElementOperate.vue.d.ts +14 -0
  210. package/dist/types/src/views/Editor/Canvas/Operate/TextElementOperate.vue.d.ts +14 -0
  211. package/dist/types/src/views/Editor/Canvas/Operate/index.vue.d.ts +16 -0
  212. package/dist/types/src/views/Editor/Canvas/Ruler.vue.d.ts +13 -0
  213. package/dist/types/src/views/Editor/Canvas/ShapeCreateCanvas.vue.d.ts +9 -0
  214. package/dist/types/src/views/Editor/Canvas/ViewportBackground.vue.d.ts +2 -0
  215. package/dist/types/src/views/Editor/Canvas/hooks/useCommonOperate.d.ts +89 -0
  216. package/dist/types/src/views/Editor/Canvas/hooks/useDragElement.d.ts +7 -0
  217. package/dist/types/src/views/Editor/Canvas/hooks/useDragLineElement.d.ts +7 -0
  218. package/dist/types/src/views/Editor/Canvas/hooks/useDrop.d.ts +3 -0
  219. package/dist/types/src/views/Editor/Canvas/hooks/useInsertFromCreateSelection.d.ts +12 -0
  220. package/dist/types/src/views/Editor/Canvas/hooks/useMouseSelection.d.ts +24 -0
  221. package/dist/types/src/views/Editor/Canvas/hooks/useMoveShapeKeypoint.d.ts +6 -0
  222. package/dist/types/src/views/Editor/Canvas/hooks/useRotateElement.d.ts +6 -0
  223. package/dist/types/src/views/Editor/Canvas/hooks/useScaleElement.d.ts +8 -0
  224. package/dist/types/src/views/Editor/Canvas/hooks/useSelectElement.d.ts +6 -0
  225. package/dist/types/src/views/Editor/Canvas/hooks/useViewportSize.d.ts +11 -0
  226. package/dist/types/src/views/Editor/Canvas/index.vue.d.ts +5 -0
  227. package/dist/types/src/views/Editor/CanvasTool/ChartPool.vue.d.ts +7 -0
  228. package/dist/types/src/views/Editor/CanvasTool/LinePool.vue.d.ts +7 -0
  229. package/dist/types/src/views/Editor/CanvasTool/MediaInput.vue.d.ts +22 -0
  230. package/dist/types/src/views/Editor/CanvasTool/ShapeItemThumbnail.vue.d.ts +6 -0
  231. package/dist/types/src/views/Editor/CanvasTool/ShapePool.vue.d.ts +7 -0
  232. package/dist/types/src/views/Editor/CanvasTool/TableGenerator.vue.d.ts +12 -0
  233. package/dist/types/src/views/Editor/CanvasTool/index.vue.d.ts +2 -0
  234. package/dist/types/src/views/Editor/EditorHeader/HotkeyDoc.vue.d.ts +2 -0
  235. package/dist/types/src/views/Editor/EditorHeader/index.vue.d.ts +4 -0
  236. package/dist/types/src/views/Editor/ExportDialog/ExportImage.vue.d.ts +8 -0
  237. package/dist/types/src/views/Editor/ExportDialog/ExportJSON.vue.d.ts +6 -0
  238. package/dist/types/src/views/Editor/ExportDialog/ExportPDF.vue.d.ts +8 -0
  239. package/dist/types/src/views/Editor/ExportDialog/ExportPDF2.vue.d.ts +8 -0
  240. package/dist/types/src/views/Editor/ExportDialog/ExportPPTX.vue.d.ts +8 -0
  241. package/dist/types/src/views/Editor/ExportDialog/ExportSpecificFile.vue.d.ts +6 -0
  242. package/dist/types/src/views/Editor/ExportDialog/index.vue.d.ts +2 -0
  243. package/dist/types/src/views/Editor/ImageLibPanel.vue.d.ts +2 -0
  244. package/dist/types/src/views/Editor/MarkupPanel.vue.d.ts +2 -0
  245. package/dist/types/src/views/Editor/NotesPanel.vue.d.ts +57 -0
  246. package/dist/types/src/views/Editor/Remark/Editor.vue.d.ts +14 -0
  247. package/dist/types/src/views/Editor/Remark/index.vue.d.ts +35 -0
  248. package/dist/types/src/views/Editor/SearchPanel.vue.d.ts +111 -0
  249. package/dist/types/src/views/Editor/SelectPanel.vue.d.ts +2 -0
  250. package/dist/types/src/views/Editor/SymbolPanel.vue.d.ts +4 -0
  251. package/dist/types/src/views/Editor/Thumbnails/Templates.vue.d.ts +17 -0
  252. package/dist/types/src/views/Editor/Thumbnails/index.vue.d.ts +91 -0
  253. package/dist/types/src/views/Editor/Toolbar/ElementAnimationPanel.vue.d.ts +2 -0
  254. package/dist/types/src/views/Editor/Toolbar/ElementPositionPanel.vue.d.ts +2 -0
  255. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/AudioStylePanel.vue.d.ts +2 -0
  256. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ChartDataEditor.vue.d.ts +19 -0
  257. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ThemeColorsSetting.vue.d.ts +9 -0
  258. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue.d.ts +2 -0
  259. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue.d.ts +2 -0
  260. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue.d.ts +2 -0
  261. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/LineStylePanel.vue.d.ts +2 -0
  262. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue.d.ts +2 -0
  263. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/TableStylePanel.vue.d.ts +2 -0
  264. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/TextStylePanel.vue.d.ts +2 -0
  265. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/VideoStylePanel.vue.d.ts +2 -0
  266. package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/index.vue.d.ts +2 -0
  267. package/dist/types/src/views/Editor/Toolbar/MultiPositionPanel.vue.d.ts +2 -0
  268. package/dist/types/src/views/Editor/Toolbar/MultiStylePanel.vue.d.ts +2 -0
  269. package/dist/types/src/views/Editor/Toolbar/SlideAnimationPanel.vue.d.ts +2 -0
  270. package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/ThemeColorsSetting.vue.d.ts +6 -0
  271. package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/ThemeStylesExtract.vue.d.ts +6 -0
  272. package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/index.vue.d.ts +2 -0
  273. package/dist/types/src/views/Editor/Toolbar/common/ElementColorMask.vue.d.ts +2 -0
  274. package/dist/types/src/views/Editor/Toolbar/common/ElementFilter.vue.d.ts +2 -0
  275. package/dist/types/src/views/Editor/Toolbar/common/ElementFlip.vue.d.ts +2 -0
  276. package/dist/types/src/views/Editor/Toolbar/common/ElementOpacity.vue.d.ts +2 -0
  277. package/dist/types/src/views/Editor/Toolbar/common/ElementOutline.vue.d.ts +7 -0
  278. package/dist/types/src/views/Editor/Toolbar/common/ElementShadow.vue.d.ts +2 -0
  279. package/dist/types/src/views/Editor/Toolbar/common/RichTextBase.vue.d.ts +2 -0
  280. package/dist/types/src/views/Editor/Toolbar/common/SVGLine.vue.d.ts +14 -0
  281. package/dist/types/src/views/Editor/Toolbar/index.vue.d.ts +2 -0
  282. package/dist/types/src/views/Editor/index.vue.d.ts +2 -0
  283. package/dist/types/src/views/Mobile/MobileEditor/ElementToolbar.vue.d.ts +2 -0
  284. package/dist/types/src/views/Mobile/MobileEditor/Header.vue.d.ts +6 -0
  285. package/dist/types/src/views/Mobile/MobileEditor/MobileEditableElement.vue.d.ts +8 -0
  286. package/dist/types/src/views/Mobile/MobileEditor/MobileOperate.vue.d.ts +12 -0
  287. package/dist/types/src/views/Mobile/MobileEditor/SlideToolbar.vue.d.ts +2 -0
  288. package/dist/types/src/views/Mobile/MobileEditor/index.vue.d.ts +9 -0
  289. package/dist/types/src/views/Mobile/MobilePlayer.vue.d.ts +6 -0
  290. package/dist/types/src/views/Mobile/MobilePreview.vue.d.ts +8 -0
  291. package/dist/types/src/views/Mobile/MobileThumbnails.vue.d.ts +2 -0
  292. package/dist/types/src/views/Mobile/index.vue.d.ts +2 -0
  293. package/dist/types/src/views/Screen/BaseView.vue.d.ts +5 -0
  294. package/dist/types/src/views/Screen/BottomThumbnails.vue.d.ts +4 -0
  295. package/dist/types/src/views/Screen/CountdownTimer.vue.d.ts +13 -0
  296. package/dist/types/src/views/Screen/PresenterView.vue.d.ts +8 -0
  297. package/dist/types/src/views/Screen/ScreenElement.vue.d.ts +10 -0
  298. package/dist/types/src/views/Screen/ScreenSlide.vue.d.ts +10 -0
  299. package/dist/types/src/views/Screen/ScreenSlideList.vue.d.ts +9 -0
  300. package/dist/types/src/views/Screen/SlideThumbnails.vue.d.ts +9 -0
  301. package/dist/types/src/views/Screen/WritingBoardTool.vue.d.ts +77 -0
  302. package/dist/types/src/views/Screen/hooks/useExecPlay.d.ts +20 -0
  303. package/dist/types/src/views/Screen/hooks/useFullscreen.d.ts +5 -0
  304. package/dist/types/src/views/Screen/hooks/useSlideSize.d.ts +6 -0
  305. package/dist/types/src/views/Screen/hooks/useSlidesWithTurningMode.d.ts +14 -0
  306. package/dist/types/src/views/Screen/index.vue.d.ts +2 -0
  307. package/dist/types/src/views/components/ThumbnailSlide/ThumbnailElement.vue.d.ts +7 -0
  308. package/dist/types/src/views/components/ThumbnailSlide/index.vue.d.ts +10 -0
  309. package/dist/types/src/views/components/element/AudioElement/AudioPlayer.vue.d.ts +17 -0
  310. package/dist/types/src/views/components/element/AudioElement/BaseAudioElement.vue.d.ts +6 -0
  311. package/dist/types/src/views/components/element/AudioElement/ScreenAudioElement.vue.d.ts +39 -0
  312. package/dist/types/src/views/components/element/AudioElement/index.vue.d.ts +9 -0
  313. package/dist/types/src/views/components/element/ChartElement/BaseChartElement.vue.d.ts +7 -0
  314. package/dist/types/src/views/components/element/ChartElement/Chart.vue.d.ts +15 -0
  315. package/dist/types/src/views/components/element/ChartElement/chartOption.d.ts +15 -0
  316. package/dist/types/src/views/components/element/ChartElement/index.vue.d.ts +9 -0
  317. package/dist/types/src/views/components/element/ElementOutline.vue.d.ts +8 -0
  318. package/dist/types/src/views/components/element/ImageElement/BaseImageElement.vue.d.ts +6 -0
  319. package/dist/types/src/views/components/element/ImageElement/ImageClipHandler.vue.d.ts +18 -0
  320. package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImageEllipseOutline.vue.d.ts +8 -0
  321. package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImagePolygonOutline.vue.d.ts +9 -0
  322. package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImageRectOutline.vue.d.ts +11 -0
  323. package/dist/types/src/views/components/element/ImageElement/ImageOutline/index.vue.d.ts +6 -0
  324. package/dist/types/src/views/components/element/ImageElement/index.vue.d.ts +9 -0
  325. package/dist/types/src/views/components/element/ImageElement/useClipImage.d.ts +19 -0
  326. package/dist/types/src/views/components/element/ImageElement/useFilter.d.ts +6 -0
  327. package/dist/types/src/views/components/element/LatexElement/BaseLatexElement.vue.d.ts +6 -0
  328. package/dist/types/src/views/components/element/LatexElement/index.vue.d.ts +9 -0
  329. package/dist/types/src/views/components/element/LineElement/BaseLineElement.vue.d.ts +6 -0
  330. package/dist/types/src/views/components/element/LineElement/LinePointMarker.vue.d.ts +11 -0
  331. package/dist/types/src/views/components/element/LineElement/index.vue.d.ts +9 -0
  332. package/dist/types/src/views/components/element/ProsemirrorEditor.vue.d.ts +33 -0
  333. package/dist/types/src/views/components/element/ShapeElement/BaseShapeElement.vue.d.ts +6 -0
  334. package/dist/types/src/views/components/element/ShapeElement/GradientDefs.vue.d.ts +11 -0
  335. package/dist/types/src/views/components/element/ShapeElement/PatternDefs.vue.d.ts +6 -0
  336. package/dist/types/src/views/components/element/ShapeElement/index.vue.d.ts +68 -0
  337. package/dist/types/src/views/components/element/TableElement/BaseTableElement.vue.d.ts +6 -0
  338. package/dist/types/src/views/components/element/TableElement/CustomTextarea.vue.d.ts +15 -0
  339. package/dist/types/src/views/components/element/TableElement/EditableTable.vue.d.ts +22 -0
  340. package/dist/types/src/views/components/element/TableElement/StaticTable.vue.d.ts +14 -0
  341. package/dist/types/src/views/components/element/TableElement/index.vue.d.ts +11 -0
  342. package/dist/types/src/views/components/element/TableElement/useHideCells.d.ts +6 -0
  343. package/dist/types/src/views/components/element/TableElement/useSubThemeColor.d.ts +6 -0
  344. package/dist/types/src/views/components/element/TableElement/utils.d.ts +8 -0
  345. package/dist/types/src/views/components/element/TextElement/BaseTextElement.vue.d.ts +7 -0
  346. package/dist/types/src/views/components/element/TextElement/index.vue.d.ts +11 -0
  347. package/dist/types/src/views/components/element/VideoElement/BaseVideoElement.vue.d.ts +6 -0
  348. package/dist/types/src/views/components/element/VideoElement/ScreenVideoElement.vue.d.ts +6 -0
  349. package/dist/types/src/views/components/element/VideoElement/VideoPlayer/index.vue.d.ts +19 -0
  350. package/dist/types/src/views/components/element/VideoElement/VideoPlayer/useMSE.d.ts +3 -0
  351. package/dist/types/src/views/components/element/VideoElement/index.vue.d.ts +9 -0
  352. package/dist/types/src/views/components/element/hooks/useElementFill.d.ts +6 -0
  353. package/dist/types/src/views/components/element/hooks/useElementFlip.d.ts +5 -0
  354. package/dist/types/src/views/components/element/hooks/useElementOutline.d.ts +9 -0
  355. package/dist/types/src/views/components/element/hooks/useElementShadow.d.ts +6 -0
  356. package/dist/vue-i18n-R6dI71u7.js +3595 -0
  357. package/package.json +109 -0
@@ -0,0 +1 @@
1
+ {"title":"未命名演示文稿","width":1000,"height":562.5,"theme":{"themeColors":["rgba(0,175,87,1)"],"fontColor":"#333","fontName":"SourceHanSerif","backgroundColor":"#fff","shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"outline":{"width":2,"color":"#525252","style":"solid"}},"slides":[{"id":"yNOtpfSr2v","elements":[{"type":"shape","id":"si3zXNmsXe","left":137.83787926648478,"top":-53.770073632466904,"width":223.40667979473,"height":747.4277687905803,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true,"opacity":0.5},{"type":"shape","id":"W4pVD_c9-a","left":370.13830852198134,"top":-51.74862092232594,"width":125.72744164695678,"height":705.2044320309786,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"shape","id":"VHRaVqrBxJ","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true,"text":{"content":"<p style=\"\"><br class=\"ProseMirror-trailingBreak\"></p>","align":"middle","defaultFontName":"","defaultColor":"#333"}},{"type":"shape","id":"jzmV3fSRAA","left":256,"top":236.12217967720687,"width":488,"height":20,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":1,"lock":false},{"type":"text","id":"sgcMBR6pHx","left":136.78787097516323,"top":124.13733119235837,"width":726.4242580496735,"height":93,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSerif;\">封面页主标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"ulo2LT-YlF","left":218.63354037267072,"top":273.95390219347047,"width":562.7329192546584,"height":68,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"font-family: SourceHanSerif;\">封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"text","id":"FWODLSbtXG","left":402.639751552795,"top":396.64393939393943,"width":194.72049689440993,"height":48,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">演讲人:XXX</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"cover"},{"id":"aqvK-aIiO6","elements":[{"type":"shape","id":"rkKwPIieoL","left":137.83787926648478,"top":-53.770073632466904,"width":223.40667979473,"height":747.4277687905803,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true,"opacity":0.5},{"type":"shape","id":"CFlnNyWgi0","left":370.13830852198134,"top":-51.74862092232594,"width":125.72744164695678,"height":705.2044320309786,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"shape","id":"igMW0JfpkW","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"text","id":"YRQNZEAUz0","left":138.38031145270412,"top":137.92518212127212,"width":734.5962504949438,"height":93,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSerif;\">封面页主标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"g_Ccu2jGJE","left":224.31197707284676,"top":247.24999999999997,"width":562.7329192546584,"height":68,"content":"<p style=\"text-align: center;\"><span style=\"font-family: SourceHanSerif;\">封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题封面页副标题</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"R2G2wPCw9D","left":256.00000000000006,"top":401.9469793284162,"width":488,"height":39.03274941770184,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.2,"lock":false},{"type":"text","id":"330YXWsWl-","left":402.63975155279513,"top":397.4633540372671,"width":194.72049689440993,"height":48,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">演讲人:XXX</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"cover"},{"id":"QOJ0f4-cPu","elements":[{"type":"shape","id":"dWfzegk3tB","left":137.83787926648478,"top":-53.770073632466904,"width":223.40667979473,"height":747.4277687905803,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true,"opacity":0.5},{"type":"shape","id":"HP3lKWsy9Z","left":370.13830852198134,"top":-51.74862092232594,"width":125.72744164695678,"height":705.2044320309786,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"shape","id":"8ZHUxO7qw8","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"text","id":"YLvsjCD6VZ","left":74.88528742027239,"top":81.5909090909091,"width":177.7848484848485,"height":103.390625,"content":"<p style=\"\"><strong><span style=\"font-size: 54px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"94v57wtndT","left":157.72808523065,"top":224.13254281949935,"width":497.1014492753623,"height":50.32938076416337,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"zhCbOF-iGL"},{"type":"text","id":"QFq6DYCs_c","left":169.26403162055334,"top":226.79723320158104,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项1</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"zhCbOF-iGL"},{"type":"shape","id":"3tkb1Qu4WT","left":92.26403162055335,"top":210.79723320158104,"width":77,"height":77,"viewBox":[77,77],"path":"M 9.625 0 L 67.375 0 Q 77 0 77 9.625 L 77 67.375 Q 77 77 67.375 77 L 9.625 77 Q 0 77 0 67.375 L 0 9.625 Q 0 0 9.625 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"zhCbOF-iGL"},{"type":"shape","id":"FznkVTqcxF","left":92.26403162055335,"top":319.94381076282326,"width":77,"height":77,"viewBox":[77,77],"path":"M 9.625 0 L 67.375 0 Q 77 0 77 9.625 L 77 67.375 Q 77 77 67.375 77 L 9.625 77 Q 0 77 0 67.375 L 0 9.625 Q 0 0 9.625 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: #ffffff;\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"dXs0KVfObu"},{"type":"shape","id":"lTVgackXKi","left":157.72808523065,"top":333.2791203807416,"width":497.1014492753623,"height":50.32938076416337,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"dXs0KVfObu"},{"type":"text","id":"kwvAWETsXw","left":169.26403162055334,"top":335.94381076282326,"width":478.4000439790869,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项2</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"dXs0KVfObu"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"5ZmGwydNst","elements":[{"type":"shape","id":"d7OINbb5Yl","left":137.83787926648478,"top":-53.770073632466904,"width":223.40667979473,"height":747.4277687905803,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true,"opacity":0.5},{"type":"shape","id":"Omyx34BFLp","left":370.13830852198134,"top":-51.74862092232594,"width":125.72744164695678,"height":705.2044320309786,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"shape","id":"h5DwXXzvmv","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"text","id":"1yUGyXiHpn","left":74.88528742027239,"top":81.5909090909091,"width":177.7848484848485,"height":103.390625,"content":"<p style=\"\"><strong><span style=\"font-size: 54px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"FlxeN1bm3r","left":157.72808523065,"top":213.52648221343875,"width":497.1014492753623,"height":50.32938076416337,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"AhdjStcTkV"},{"type":"text","id":"ayMfK4hhcZ","left":169.26403162055334,"top":216.19117259552044,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项1</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"AhdjStcTkV"},{"type":"shape","id":"S4XMwk2fIC","left":92.26403162055335,"top":200.19117259552044,"width":77,"height":77,"viewBox":[77,77],"path":"M 9.625 0 L 67.375 0 Q 77 0 77 9.625 L 77 67.375 Q 77 77 67.375 77 L 9.625 77 Q 0 77 0 67.375 L 0 9.625 Q 0 0 9.625 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"AhdjStcTkV"},{"type":"shape","id":"mEXvCmvSXt","left":92.26403162055335,"top":297.26446137614164,"width":77,"height":77,"viewBox":[77,77],"path":"M 9.625 0 L 67.375 0 Q 77 0 77 9.625 L 77 67.375 Q 77 77 67.375 77 L 9.625 77 Q 0 77 0 67.375 L 0 9.625 Q 0 0 9.625 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: #ffffff;\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"anW70q8l8x"},{"type":"shape","id":"_vnvmFb-8P","left":157.72808523065,"top":310.5997709940599,"width":497.1014492753623,"height":50.32938076416337,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"anW70q8l8x"},{"type":"text","id":"yMhAy8-ct1","left":169.26403162055334,"top":313.26446137614164,"width":478.4000439790869,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项2</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"anW70q8l8x"},{"type":"shape","id":"mN6vizvAEI","left":92.26403162055341,"top":394.3377501567627,"width":77,"height":77,"viewBox":[77,77],"path":"M 9.625 0 L 67.375 0 Q 77 0 77 9.625 L 77 67.375 Q 77 77 67.375 77 L 9.625 77 Q 0 77 0 67.375 L 0 9.625 Q 0 0 9.625 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"XVUkkiYXlb"},{"type":"shape","id":"lhN498N5n2","left":157.72808523065015,"top":407.67305977468106,"width":497.1014492753623,"height":50.32938076416337,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"XVUkkiYXlb"},{"type":"text","id":"jBLzUiXPAf","left":169.26403162055345,"top":410.3377501567627,"width":478.4000439790869,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项3</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"XVUkkiYXlb"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"TaDoYI4Pbf","elements":[{"type":"shape","id":"yaQnX7F2s2","left":137.83787926648478,"top":-53.770073632466904,"width":223.40667979473,"height":747.4277687905803,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true,"opacity":0.5},{"type":"shape","id":"3_BWsZHyqf","left":370.13830852198134,"top":-51.74862092232594,"width":125.72744164695678,"height":705.2044320309786,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"shape","id":"OzYZPiDC4O","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"text","id":"ck26HYgDH9","left":74.88528742027239,"top":81.5909090909091,"width":177.7848484848485,"height":103.390625,"content":"<p style=\"\"><strong><span style=\"font-size: 54px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"8F36sS8pBP","left":146.36444886701332,"top":201.8729907773386,"width":497.1014492753623,"height":42.75362318840579,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"TYWpY7kXVT"},{"type":"text","id":"LJhlVLXP86","left":155.7151515151511,"top":199.62661396574438,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项1</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"TYWpY7kXVT"},{"type":"shape","id":"pcHMy4zSiH","left":91.5064558629773,"top":193.2498023715415,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"TYWpY7kXVT"},{"type":"shape","id":"5jpOx2zJ_U","left":146.36444886701338,"top":274.7517786561265,"width":497.1014492753623,"height":42.75362318840579,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"5fhV_ZIB8K"},{"type":"text","id":"Ie_jtr7NOf","left":155.71515151515115,"top":272.50540184453223,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项2</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"5fhV_ZIB8K"},{"type":"shape","id":"sqtkB6LgK6","left":91.5064558629773,"top":266.12859025032935,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"5fhV_ZIB8K"},{"type":"shape","id":"nnAy1Iih9T","left":146.36444886701372,"top":347.6305665349143,"width":497.1014492753623,"height":42.75362318840579,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"jAVReZQNpN"},{"type":"text","id":"LAvGVNVcDj","left":155.71515151515143,"top":345.38418972332005,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项3</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"jAVReZQNpN"},{"type":"shape","id":"OXdsNIg7E8","left":91.50645586297753,"top":339.0073781291172,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"jAVReZQNpN"},{"type":"shape","id":"H3QTL05eKP","left":146.36444886701372,"top":420.5093544137022,"width":497.1014492753623,"height":42.75362318840579,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"RK1qm4KrtP"},{"type":"text","id":"hEzEwUkJCl","left":155.71515151515143,"top":418.262977602108,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项4</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"RK1qm4KrtP"},{"type":"shape","id":"26Cm9dCrhv","left":91.50645586297739,"top":411.8861660079051,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"RK1qm4KrtP"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"avo4SvJBbs","elements":[{"type":"shape","id":"_Qn_XwT8_W","left":137.83787926648478,"top":-53.770073632466904,"width":223.40667979473,"height":747.4277687905803,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true,"opacity":0.5},{"type":"shape","id":"g6cN9heR_w","left":370.13830852198134,"top":-51.74862092232594,"width":125.72744164695678,"height":705.2044320309786,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"shape","id":"iKXmAYWLiT","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"text","id":"-EAg4cB4DC","left":74.88528742027239,"top":81.5909090909091,"width":177.7848484848485,"height":103.390625,"content":"<p style=\"\"><strong><span style=\"font-size: 54px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"e9VZLmmsav","left":129.4492973518623,"top":200.85928853754942,"width":497.1014492753623,"height":27.30882740447959,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"jYsg0sIFnl"},{"type":"text","id":"QLqjAny25d","left":138.8,"top":192.0137022397892,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项1</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"jYsg0sIFnl"},{"type":"shape","id":"pgGUQy9SMC","left":93.8,"top":192.0137022397892,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"jYsg0sIFnl"},{"type":"shape","id":"KL4csJImiJ","left":129.4492973518624,"top":260.05772475921697,"width":497.1014492753623,"height":27.30882740447959,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"WTh0Jw4RUB"},{"type":"text","id":"fXheMUyagC","left":138.80000000000013,"top":251.2121384614568,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项2</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"WTh0Jw4RUB"},{"type":"shape","id":"ER7Z0W2ZUI","left":93.80000000000003,"top":251.2121384614568,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"WTh0Jw4RUB"},{"type":"shape","id":"UBENDaAjDY","left":129.4492973518624,"top":319.2561609808846,"width":497.1014492753623,"height":27.30882740447959,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"gCYktWhJAz"},{"type":"text","id":"TPsASo9epN","left":138.80000000000013,"top":310.41057468312437,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项3</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"gCYktWhJAz"},{"type":"shape","id":"wojrJGW_1t","left":93.79999999999994,"top":310.41057468312437,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"gCYktWhJAz"},{"type":"shape","id":"FtoJUddxoe","left":129.4492973518624,"top":378.4545972025522,"width":497.1014492753623,"height":27.30882740447959,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"GbJDcFNXPO"},{"type":"text","id":"y7PHlNSo1B","left":138.80000000000013,"top":369.60901090479194,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项4</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"GbJDcFNXPO"},{"type":"shape","id":"YhrEMIRXbM","left":93.79999999999983,"top":369.60901090479194,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"GbJDcFNXPO"},{"type":"shape","id":"DY2nSQ5IsB","left":129.4492973518624,"top":437.65303342421976,"width":497.1014492753623,"height":27.30882740447959,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"qIGGaQInfq"},{"type":"text","id":"Kfe24mBM0M","left":138.80000000000013,"top":428.8074471264595,"width":478.40004397908683,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项5</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"qIGGaQInfq"},{"type":"shape","id":"_6J7dFO8Zj","left":93.79999999999976,"top":428.8074471264595,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"qIGGaQInfq"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"wz27izgazT","elements":[{"type":"shape","id":"Ufv7RE6ZsK","left":137.83787926648478,"top":-53.770073632466904,"width":223.40667979473,"height":747.4277687905803,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true,"opacity":0.5},{"type":"shape","id":"4FrB0IOeT4","left":370.13830852198134,"top":-51.74862092232594,"width":125.72744164695678,"height":705.2044320309786,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"shape","id":"3ngWb-Q18x","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"text","id":"e1Zo8roJ6x","left":57.36243128506189,"top":74.77272727272728,"width":177.7848484848485,"height":103.390625,"content":"<p style=\"\"><strong><span style=\"font-size: 54px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"jVxzKjxuMz","left":110.53458477213469,"top":187.3603566036159,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"r5Asegwrar","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"vEyCZSuru_","left":119.8852874202724,"top":187.3603566036159,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项1</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"r5Asegwrar"},{"type":"shape","id":"TUQ1zrS1zI","left":74.88528742027239,"top":187.3603566036159,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"r5Asegwrar"},{"type":"shape","id":"21qsRWJSeI","left":110.53458477213465,"top":259.5335827903234,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"4ASopXzXuZ","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"59NxT4ZHJq","left":119.88528742027236,"top":259.5335827903234,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项3</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"4ASopXzXuZ"},{"type":"shape","id":"hIkF5RclBd","left":74.88528742027235,"top":259.5335827903234,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"4ASopXzXuZ"},{"type":"shape","id":"iFoH-RR-yZ","left":110.53458477213466,"top":330.13964339638403,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"3tWaw1Dcx_","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"LZ9SpgtDDR","left":119.88528742027236,"top":330.13964339638403,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项5</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"3tWaw1Dcx_"},{"type":"shape","id":"U098Y5tQK7","left":74.88528742027236,"top":330.13964339638403,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"3tWaw1Dcx_"},{"type":"shape","id":"H_4eulp2hh","left":535.6492973518625,"top":187.36035660361597,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"gEVysy2uIo","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"hDSCyea6H_","left":545.0000000000002,"top":187.36035660361597,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项2</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"gEVysy2uIo"},{"type":"shape","id":"uz4MSAIgJb","left":500,"top":187.36035660361597,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"gEVysy2uIo"},{"type":"shape","id":"zUzgyHr-V7","left":535.6492973518623,"top":259.53358279032346,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"3lKLA4nOee","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"7puGxnzJSV","left":545,"top":259.53358279032346,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项4</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"3lKLA4nOee"},{"type":"shape","id":"WDXMNQXXij","left":500,"top":259.53358279032346,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"3lKLA4nOee"},{"type":"shape","id":"7JnTKI8H20","left":535.6492973518623,"top":330.1396433963841,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"Xqs5XuO6Kx","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"NXe9WBfqw8","left":545,"top":330.1396433963841,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项6</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"Xqs5XuO6Kx"},{"type":"shape","id":"WeqEWYvM6k","left":500,"top":330.1396433963841,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"Xqs5XuO6Kx"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"rfIL0NHmGq","elements":[{"type":"shape","id":"68cjOY7BYN","left":137.83787926648478,"top":-53.770073632466904,"width":223.40667979473,"height":747.4277687905803,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true,"opacity":0.5},{"type":"shape","id":"uuQ8A4sCjf","left":370.13830852198134,"top":-51.74862092232594,"width":125.72744164695678,"height":705.2044320309786,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"shape","id":"k6rB3hfGvh","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"text","id":"ToN1jCYbxI","left":57.36243128506189,"top":60.6,"width":177.7848484848485,"height":103.390625,"content":"<p style=\"\"><strong><span style=\"font-size: 54px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"9t0-fJ-D7a","left":110.5345847721346,"top":168.6818181818182,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"KVWyoaITud","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"eL7tmNvtxf","left":119.8852874202723,"top":168.6818181818182,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项1</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"KVWyoaITud"},{"type":"shape","id":"LCkvXZcbML","left":74.88528742027229,"top":168.6818181818182,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"KVWyoaITud"},{"type":"shape","id":"-WfTX7V39N","left":110.53458477213465,"top":234.12203206121723,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"MrBk3b-uVR","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"4LYhMD2avG","left":119.88528742027236,"top":234.12203206121723,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项3</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"MrBk3b-uVR"},{"type":"shape","id":"sMew0mStaF","left":74.88528742027235,"top":234.12203206121723,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"MrBk3b-uVR"},{"type":"shape","id":"l2dKn8xsaG","left":110.53458477213466,"top":299.5622459406163,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"zuEqLiYZpm","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"v5v3xrmk-2","left":119.88528742027236,"top":299.5622459406163,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项5</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"zuEqLiYZpm"},{"type":"shape","id":"mFVHeduM8g","left":74.88528742027236,"top":299.5622459406163,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"zuEqLiYZpm"},{"type":"shape","id":"fBtRKAlHjr","left":110.53458477213465,"top":365.00245982001536,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"0RwoHdaw3c","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"dUDTalJ3wb","left":119.88528742027235,"top":365.00245982001536,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项7</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"0RwoHdaw3c"},{"type":"shape","id":"eD2a4NGa59","left":74.88528742027235,"top":365.00245982001536,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">07</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"0RwoHdaw3c"},{"type":"shape","id":"R_m7lh_7Nu","left":110.53458477213461,"top":430.4426736994144,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"1QuEFRFyoZ","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"ck-IW4m7kI","left":119.88528742027226,"top":430.4426736994144,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项9</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"1QuEFRFyoZ"},{"type":"shape","id":"CBA3LzlC_k","left":74.88528742027225,"top":430.4426736994144,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">09</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"1QuEFRFyoZ"},{"type":"shape","id":"S8RmYq9Ryf","left":535.6492973518624,"top":166.56338300402518,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"37WCoECfSJ","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"Yut6N6-vtb","left":545.0000000000001,"top":166.56338300402518,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项2</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"37WCoECfSJ"},{"type":"shape","id":"N5gmpJ2lWB","left":500.00000000000006,"top":166.56338300402518,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"37WCoECfSJ"},{"type":"shape","id":"sHjN8Fb0Mi","left":535.6492973518624,"top":232.00359688342422,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"e_WoYyPIMS","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"pDJUOplkXq","left":545.0000000000001,"top":232.00359688342422,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项4</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"e_WoYyPIMS"},{"type":"shape","id":"AstY6rVR-m","left":500.0000000000001,"top":232.00359688342422,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"e_WoYyPIMS"},{"type":"shape","id":"72fINLSgiI","left":535.6492973518624,"top":297.4438107628233,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"bLUDtMHckK","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"txdOh-7GXQ","left":545.0000000000001,"top":297.4438107628233,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项6</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"bLUDtMHckK"},{"type":"shape","id":"kEaB4Yk9K8","left":500.0000000000001,"top":297.4438107628233,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"bLUDtMHckK"},{"type":"shape","id":"A6u-drdLQZ","left":535.6492973518624,"top":362.88402464222236,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"17neEKY9sW","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"39HKeq1wiJ","left":545.0000000000001,"top":362.88402464222236,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项8</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"17neEKY9sW"},{"type":"shape","id":"rdwuiuo1s6","left":500.0000000000001,"top":362.88402464222236,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">08</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"17neEKY9sW"},{"type":"shape","id":"q3ti-kdAIq","left":535.6492973518624,"top":428.3242385216214,"width":363.01054018445325,"height":45.00000000000001,"viewBox":[363.01054018445325,45.00000000000001],"path":"M 5.625000000000001 0 L 357.38554018445325 0 Q 363.01054018445325 0 363.01054018445325 5.625000000000001 L 363.01054018445325 39.37500000000001 Q 363.01054018445325 45.00000000000001 357.38554018445325 45.00000000000001 L 5.625000000000001 45.00000000000001 Q 0 45.00000000000001 0 39.37500000000001 L 0 5.625000000000001 Q 0 0 5.625000000000001 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"_FfZROPHiU","pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"N-UO2kNnqU","left":545.0000000000001,"top":428.3242385216214,"width":346.581862160905,"height":44,"content":"<p style=\"\"><span style=\"font-family: SourceHanSans;\">目录项10</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"_FfZROPHiU"},{"type":"shape","id":"rnkJrWIqhd","left":500,"top":428.3242385216214,"width":45,"height":45,"viewBox":[45,45],"path":"M 5.625 0 L 39.375 0 Q 45 0 45 5.625 L 45 39.375 Q 45 45 39.375 45 L 5.625 45 Q 0 45 0 39.375 L 0 5.625 Q 0 0 5.625 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">10</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"_FfZROPHiU"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"HhBWOpf8m5","elements":[{"type":"shape","id":"8EQVeRoUqn","left":-98.49904306220095,"top":-66.75534290271132,"width":223.4,"height":747.4,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.6,"lock":true,"opacity":0.5},{"type":"shape","id":"g14rBpLbrM","left":32.4526315789474,"top":31.194098883572543,"width":935.0947368421052,"height":500.11180223285487,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"shape","id":"5HGGYxr6v-","left":43.510691324351185,"top":-62.72584667199966,"width":125.31342200909816,"height":705.2,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"text","id":"JfhlesUolv","left":781.1085260494496,"top":31.194098883572543,"width":169.25215311004786,"height":121.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 66px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"text","id":"O4E1npJhWM","left":787.9742236400923,"top":118.1166218102073,"width":155.5207579287623,"height":56,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(47, 47, 47);\">CONTENT</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"WpG_WFLgzb","left":234.41909993280075,"top":214.62015810276682,"width":612.7151440836606,"height":53.3596837944664,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"KbAoPKFQaU"},{"type":"text","id":"RTbm9XqgOy","left":240.3999611768199,"top":217.4015625,"width":596.2187975733847,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"KbAoPKFQaU"},{"type":"shape","id":"_wXP1hkW4i","left":843.5964302015602,"top":201.3,"width":80,"height":80,"viewBox":[80,80],"path":"M 10 0 L 70 0 Q 80 0 80 10 L 80 70 Q 80 80 70 80 L 10 80 Q 0 80 0 70 L 0 10 Q 0 0 10 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"KbAoPKFQaU"},{"type":"shape","id":"LIH_ZK6rjR","left":234.41909993280075,"top":326.2947992510922,"width":612.7151440836606,"height":53.3596837944664,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"ey2ud0KcpB"},{"type":"text","id":"HcaoMcwnjU","left":240.3999611768199,"top":329.07620364832536,"width":596.2187975733847,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"ey2ud0KcpB"},{"type":"shape","id":"gx8MwCX4SR","left":843.5964302015602,"top":312.97464114832536,"width":80,"height":80,"viewBox":[80,80],"path":"M 10 0 L 70 0 Q 80 0 80 10 L 80 70 Q 80 80 70 80 L 10 80 Q 0 80 0 70 L 0 10 Q 0 0 10 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"ey2ud0KcpB"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"koQ2KI6CUr","elements":[{"type":"shape","id":"sTG_mSxVpn","left":-98.49904306220095,"top":-66.75534290271132,"width":223.4,"height":747.4,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.6,"lock":true,"opacity":0.5},{"type":"shape","id":"QhrSfbVHN5","left":32.4526315789474,"top":31.194098883572543,"width":935.0947368421052,"height":500.11180223285487,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"shape","id":"8vDeQQbDNT","left":43.510691324351185,"top":-62.72584667199966,"width":125.31342200909816,"height":705.2,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"text","id":"wWYV_TVLzj","left":781.1085260494496,"top":31.194098883572543,"width":169.25215311004786,"height":121.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 66px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"text","id":"SsGljINHpC","left":787.9742236400923,"top":118.1166218102073,"width":155.5207579287623,"height":56,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(47, 47, 47);\">CONTENT</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"2_LuVuKT6p","left":234.41909993280075,"top":214.62015810276682,"width":612.7151440836606,"height":53.3596837944664,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"87zNgVe1Jb"},{"type":"text","id":"mz2f7SaXU9","left":240.3999611768199,"top":217.4015625,"width":596.2187975733847,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"87zNgVe1Jb"},{"type":"shape","id":"Y8NZFqJRr4","left":843.5964302015602,"top":201.3,"width":80,"height":80,"viewBox":[80,80],"path":"M 10 0 L 70 0 Q 80 0 80 10 L 80 70 Q 80 80 70 80 L 10 80 Q 0 80 0 70 L 0 10 Q 0 0 10 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"87zNgVe1Jb"},{"type":"shape","id":"oE2zi0ddBZ","left":234.41909993280075,"top":323.3043686290826,"width":612.7151440836606,"height":53.3596837944664,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"9-iiCqECW_"},{"type":"text","id":"eHy7c4Tul4","left":240.3999611768199,"top":326.0857730263158,"width":596.2187975733847,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"9-iiCqECW_"},{"type":"shape","id":"qu0mbDp1gw","left":843.5964302015602,"top":309.9842105263158,"width":80,"height":80,"viewBox":[80,80],"path":"M 10 0 L 70 0 Q 80 0 80 10 L 80 70 Q 80 80 70 80 L 10 80 Q 0 80 0 70 L 0 10 Q 0 0 10 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"9-iiCqECW_"},{"type":"shape","id":"naZJR_xq2w","left":234.41909993280075,"top":431.9885791553984,"width":612.7151440836606,"height":53.3596837944664,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"groupId":"Nncb8nggfW"},{"type":"text","id":"zQMC6R10BL","left":240.3999611768199,"top":434.7699835526316,"width":596.2187975733847,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项3</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"Nncb8nggfW"},{"type":"shape","id":"Qir1y9fhW_","left":843.5964302015602,"top":418.6684210526316,"width":80,"height":80,"viewBox":[80,80],"path":"M 10 0 L 70 0 Q 80 0 80 10 L 80 70 Q 80 80 70 80 L 10 80 Q 0 80 0 70 L 0 10 Q 0 0 10 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"Nncb8nggfW"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"TqCwGZAohM","elements":[{"type":"shape","id":"bwup574foC","left":-98.49904306220095,"top":-66.75534290271132,"width":223.4,"height":747.4,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.6,"lock":true,"opacity":0.5},{"type":"shape","id":"3uxwMNucTD","left":32.4526315789474,"top":31.194098883572543,"width":935.0947368421052,"height":500.11180223285487,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"shape","id":"VGuT-OnR9z","left":43.510691324351185,"top":-62.72584667199966,"width":125.31342200909816,"height":705.2,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"text","id":"qHjmnmMyXF","left":781.1085260494496,"top":31.194098883572543,"width":169.25215311004786,"height":121.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 66px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"text","id":"HAw-8uH-6H","left":787.9742236400923,"top":118.1166218102073,"width":155.5207579287623,"height":56,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(47, 47, 47);\">CONTENT</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"dmV6GsX8oV","left":260.99394017950516,"top":187.4015625,"width":612.7,"height":60,"viewBox":[612.7,60],"path":"M 7.5 0 L 605.2 0 Q 612.7 0 612.7 7.5 L 612.7 52.5 Q 612.7 60 605.2 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"D4UUvdIKjG"},{"type":"text","id":"ykVHKsmqVt","left":268.96842183819734,"top":193.503125,"width":588.2443159146925,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"D4UUvdIKjG"},{"type":"shape","id":"Il7yS_xJZn","left":865.7346026044735,"top":187.4015625,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"D4UUvdIKjG"},{"type":"shape","id":"g12n5xH1C4","left":260.9939401795053,"top":259.09497794346424,"width":612.7,"height":60,"viewBox":[612.7,60],"path":"M 7.5 0 L 605.2 0 Q 612.7 0 612.7 7.5 L 612.7 52.5 Q 612.7 60 605.2 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"4wDez1vXEr"},{"type":"text","id":"9hwtFTfqf9","left":268.96842183819746,"top":265.19654044346424,"width":588.2443159146925,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"4wDez1vXEr"},{"type":"shape","id":"69jZPntS8q","left":865.7346026044736,"top":259.09497794346424,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"4wDez1vXEr"},{"type":"shape","id":"cr2tR9ChWf","left":260.99394017950505,"top":330.7883933869285,"width":612.7,"height":60,"viewBox":[612.7,60],"path":"M 7.5 0 L 605.2 0 Q 612.7 0 612.7 7.5 L 612.7 52.5 Q 612.7 60 605.2 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"A4OulzyoDT"},{"type":"text","id":"R-Itf44roX","left":268.96842183819723,"top":336.8899558869285,"width":588.2443159146925,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项3</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"A4OulzyoDT"},{"type":"shape","id":"UM3BU1bBPI","left":865.7346026044734,"top":330.7883933869285,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"A4OulzyoDT"},{"type":"shape","id":"Yj_F4n__q9","left":260.9939401795053,"top":402.4818088303927,"width":612.7,"height":60,"viewBox":[612.7,60],"path":"M 7.5 0 L 605.2 0 Q 612.7 0 612.7 7.5 L 612.7 52.5 Q 612.7 60 605.2 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"xW_VqDrymN"},{"type":"text","id":"P-6axxpJDO","left":268.96842183819746,"top":408.5833713303927,"width":588.2443159146925,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项4</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"xW_VqDrymN"},{"type":"shape","id":"HCB7jXyyZN","left":865.7346026044736,"top":402.4818088303927,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"xW_VqDrymN"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"fhFOg5KQFk","elements":[{"type":"shape","id":"veg23EwY0_","left":-98.49904306220095,"top":-66.75534290271132,"width":223.4,"height":747.4,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.6,"lock":true,"opacity":0.5},{"type":"shape","id":"r8O1ELnx_i","left":32.4526315789474,"top":31.194098883572543,"width":935.0947368421052,"height":500.11180223285487,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"shape","id":"8PaEK4lozQ","left":43.510691324351185,"top":-62.72584667199966,"width":125.31342200909816,"height":705.2,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"text","id":"Tea0kNOrXk","left":781.1085260494496,"top":24.194098883572543,"width":169.25215311004786,"height":121.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 66px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"text","id":"dzOukaPFXM","left":787.9742236400923,"top":111.1166218102073,"width":155.5207579287623,"height":56,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(47, 47, 47);\">CONTENT</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"0Ot0ozipPb","left":260.9939401795053,"top":171.1166218102073,"width":612.7,"height":60,"viewBox":[612.7,60],"path":"M 7.5 0 L 605.2 0 Q 612.7 0 612.7 7.5 L 612.7 52.5 Q 612.7 60 605.2 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"m5pC6Od6rk"},{"type":"text","id":"yXioFPswYL","left":268.96842183819746,"top":177.2181843102073,"width":588.2443159146925,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"m5pC6Od6rk"},{"type":"shape","id":"xDYG51hOGL","left":865.7346026044736,"top":171.1166218102073,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"m5pC6Od6rk"},{"type":"shape","id":"vaYIfoy0nt","left":260.9939401795053,"top":241.68252794025364,"width":612.7,"height":60,"viewBox":[612.7,60],"path":"M 7.5 0 L 605.2 0 Q 612.7 0 612.7 7.5 L 612.7 52.5 Q 612.7 60 605.2 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"-9pQNkA1VM"},{"type":"text","id":"PFJlmYVkV5","left":268.96842183819746,"top":247.78409044025364,"width":588.2443159146925,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"-9pQNkA1VM"},{"type":"shape","id":"TcWkl6ZGcB","left":865.7346026044736,"top":241.68252794025364,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"-9pQNkA1VM"},{"type":"shape","id":"LHf6EFrXd6","left":260.99394017950505,"top":312.2484340703,"width":612.7,"height":60,"viewBox":[612.7,60],"path":"M 7.5 0 L 605.2 0 Q 612.7 0 612.7 7.5 L 612.7 52.5 Q 612.7 60 605.2 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"g2dmO16uBZ"},{"type":"text","id":"-uGfi4i5L1","left":268.96842183819723,"top":318.3499965703,"width":588.2443159146925,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项3</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"g2dmO16uBZ"},{"type":"shape","id":"61K2fv8d7A","left":865.7346026044734,"top":312.2484340703,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"g2dmO16uBZ"},{"type":"shape","id":"wTkuEO4JT_","left":260.9939401795053,"top":382.81434020034635,"width":612.7,"height":60,"viewBox":[612.7,60],"path":"M 7.5 0 L 605.2 0 Q 612.7 0 612.7 7.5 L 612.7 52.5 Q 612.7 60 605.2 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"amo4CO1gI0"},{"type":"text","id":"hbskgCRQ19","left":268.96842183819746,"top":388.91590270034635,"width":588.2443159146925,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项4</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"amo4CO1gI0"},{"type":"shape","id":"eO6n6zNl6Y","left":865.7346026044736,"top":382.81434020034635,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"amo4CO1gI0"},{"type":"shape","id":"s2XoGZEsNo","left":260.99394017950505,"top":453.3802463303927,"width":612.7,"height":60,"viewBox":[612.7,60],"path":"M 7.5 0 L 605.2 0 Q 612.7 0 612.7 7.5 L 612.7 52.5 Q 612.7 60 605.2 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"84uISE95Hj"},{"type":"text","id":"pqLL2hbmeO","left":268.96842183819723,"top":459.4818088303927,"width":588.2443159146925,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项5</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"84uISE95Hj"},{"type":"shape","id":"5rg6txTI_t","left":865.7346026044734,"top":453.3802463303927,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"84uISE95Hj"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"TN9A1wuDyD","elements":[{"type":"shape","id":"rDWvIgs7GP","left":-96.28570805955827,"top":-81.21955191596503,"width":126.66263581547035,"height":747.4,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.6,"lock":true,"opacity":0.5},{"type":"shape","id":"Drr7dTRQbx","left":19.494098883572597,"top":18.235566188197744,"width":961.0118022328548,"height":526.0288676236045,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"shape","id":"f-vkyfopIS","left":-24.356716194567646,"top":-86.4110710916216,"width":85.35105064791652,"height":705.2,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":false},{"type":"text","id":"nLWYSW9-n9","left":796.1085260494496,"top":17.194098883572543,"width":169.25215311004786,"height":121.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 66px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"text","id":"eS96uvgAbb","left":802.9742236400923,"top":104.1166218102073,"width":155.5207579287623,"height":56,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(47, 47, 47);\">CONTENT</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"o3CrRxcK49","left":530.9234449760764,"top":175.11024222488035,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"lGIze7t3kI"},{"type":"text","id":"iJfb2NO88X","left":539.8947368421052,"top":181.21180472488035,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"lGIze7t3kI"},{"type":"shape","id":"Q4m2Xk3ivE","left":887.4583657742505,"top":175.11024222488035,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"lGIze7t3kI"},{"type":"shape","id":"L1VFwzl2XL","left":530.9234449760764,"top":264.480448084035,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"PMJpevGkBy"},{"type":"text","id":"5YNLNiaogn","left":539.8947368421052,"top":270.582010584035,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项4</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"PMJpevGkBy"},{"type":"shape","id":"9kGz6tCrk-","left":887.4583657742505,"top":264.480448084035,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"PMJpevGkBy"},{"type":"shape","id":"wSYk8prlCO","left":530.9234449760763,"top":345.9852472089314,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"-PLqcVD8De"},{"type":"text","id":"mjhDsSC5Wz","left":539.8947368421051,"top":352.08680970893136,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项6</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"-PLqcVD8De"},{"type":"shape","id":"ijSMgxyGbx","left":887.4583657742504,"top":345.9852472089314,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"-PLqcVD8De"},{"type":"shape","id":"V6TRifv2YO","left":100.33333333333326,"top":175.11024222488035,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"_avmDX6hxN"},{"type":"text","id":"OvBFj771AY","left":109.30462519936202,"top":181.21180472488035,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"_avmDX6hxN"},{"type":"shape","id":"cZFwE4a8j2","left":456.86825413150734,"top":175.11024222488035,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"_avmDX6hxN"},{"type":"shape","id":"uAlR_pUTwV","left":100.33333333333326,"top":264.480448084035,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"5tqi1osk--"},{"type":"text","id":"fgIEErz_a-","left":109.30462519936202,"top":270.582010584035,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项3</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"5tqi1osk--"},{"type":"shape","id":"rMEGIUJkji","left":456.86825413150734,"top":264.480448084035,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"5tqi1osk--"},{"type":"shape","id":"rD1jwpBOuI","left":100.33333333333314,"top":345.9852472089314,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"IHRowcQWNa"},{"type":"text","id":"f4773FMRNj","left":109.30462519936191,"top":352.08680970893136,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项5</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"IHRowcQWNa"},{"type":"shape","id":"YcOXEv2yj5","left":456.86825413150723,"top":345.9852472089314,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"IHRowcQWNa"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"rdNAKfobSN","elements":[{"type":"shape","id":"BichrtzHx0","left":-96.28570805955827,"top":-81.21955191596503,"width":126.66263581547035,"height":747.4,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.6,"lock":true,"opacity":0.5},{"type":"shape","id":"19sW1Df5uN","left":19.494098883572597,"top":18.235566188197744,"width":961.0118022328548,"height":526.0288676236045,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"shape","id":"2-d5MF2nRM","left":-24.356716194567646,"top":-86.4110710916216,"width":85.35105064791652,"height":705.2,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"text","id":"I7fp-f7O_U","left":796.1085260494496,"top":17.194098883572543,"width":169.25215311004786,"height":121.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 66px;\"><span style=\"font-family: SourceHanSerif;\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"text","id":"MrVC_7DdL1","left":802.9742236400923,"top":104.1166218102073,"width":155.5207579287623,"height":56,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(47, 47, 47);\">CONTENT</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false},{"type":"shape","id":"FtscUbGget","left":530.9234449760764,"top":165.14214015151512,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"V4D-yUEtEc"},{"type":"text","id":"ncCNt62Yk2","left":539.8947368421052,"top":171.24370265151512,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"V4D-yUEtEc"},{"type":"shape","id":"HH9UwMbnMZ","left":887.4583657742505,"top":165.14214015151512,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"V4D-yUEtEc"},{"type":"shape","id":"LqyH-HqOPG","left":530.9234449760764,"top":237.79084367523922,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"ZQgX3ffeGs"},{"type":"text","id":"dHHYpe4_1y","left":539.8947368421052,"top":243.89240617523922,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项4</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"ZQgX3ffeGs"},{"type":"shape","id":"qBtyUZ7Y4N","left":887.4583657742505,"top":237.79084367523922,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"ZQgX3ffeGs"},{"type":"shape","id":"XoVMUd-RhQ","left":530.9234449760763,"top":310.4395471989633,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"I7fIa2JuJJ"},{"type":"text","id":"lhxxMEcOj5","left":539.8947368421051,"top":316.5411096989632,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项6</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"I7fIa2JuJJ"},{"type":"shape","id":"lQEAtook_-","left":887.4583657742504,"top":310.4395471989633,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"I7fIa2JuJJ"},{"type":"shape","id":"YmM2xUIzgN","left":530.9234449760764,"top":383.08825072268735,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"GyltDRYGQE"},{"type":"text","id":"3tD2QyRGyU","left":539.8947368421052,"top":389.1898132226873,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项8</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"GyltDRYGQE"},{"type":"shape","id":"4NSDZ5RHo0","left":887.4583657742505,"top":383.08825072268735,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">08</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"GyltDRYGQE"},{"type":"shape","id":"0XEWR3XTdv","left":530.9234449760764,"top":455.7369542464114,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"xjTDZVSXFS"},{"type":"text","id":"0mVR2d5ZsJ","left":539.8947368421052,"top":461.83851674641136,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项10</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"xjTDZVSXFS"},{"type":"shape","id":"jGg7VXi6Ky","left":887.4583657742505,"top":455.7369542464114,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">10</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"xjTDZVSXFS"},{"type":"shape","id":"1bvltzprZz","left":105.3141945773524,"top":165.14214015151512,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"qrNigymmNS"},{"type":"text","id":"oi5TNCIrTl","left":114.28548644338116,"top":171.24370265151512,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"qrNigymmNS"},{"type":"shape","id":"PBVqJnve43","left":461.8491153755265,"top":165.14214015151512,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"qrNigymmNS"},{"type":"shape","id":"rSnDenb5Sh","left":105.3141945773524,"top":237.79084367523922,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"9P3aZlfhnt"},{"type":"text","id":"TxJ5LzG3ZQ","left":114.28548644338116,"top":243.89240617523922,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项3</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"9P3aZlfhnt"},{"type":"shape","id":"stdjuvipI8","left":461.8491153755265,"top":237.79084367523922,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"9P3aZlfhnt"},{"type":"shape","id":"KbuoGqHytR","left":105.31419457735228,"top":310.4395471989633,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"KXMJTF7Hg5"},{"type":"text","id":"0eNo0V3qJ9","left":114.28548644338105,"top":316.5411096989632,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项5</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"KXMJTF7Hg5"},{"type":"shape","id":"34RChY9BK_","left":461.84911537552637,"top":310.4395471989633,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"KXMJTF7Hg5"},{"type":"shape","id":"9EsxNNkQy1","left":105.3141945773524,"top":383.08825072268735,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"BK7pexPyfZ"},{"type":"text","id":"IZOf9LhX9K","left":114.28548644338116,"top":389.1898132226873,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项7</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"BK7pexPyfZ"},{"type":"shape","id":"qv2nlMgEQz","left":461.8491153755265,"top":383.08825072268735,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">07</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"BK7pexPyfZ"},{"type":"shape","id":"6edvVMozoM","left":105.3141945773524,"top":455.7369542464114,"width":364.4942583732058,"height":60,"viewBox":[364.4942583732058,60],"path":"M 7.5 0 L 356.9942583732058 0 Q 364.4942583732058 0 364.4942583732058 7.5 L 364.4942583732058 52.5 Q 364.4942583732058 60 356.9942583732058 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"e9MR5MBEjk"},{"type":"text","id":"2GupWFN7q8","left":114.28548644338116,"top":461.83851674641136,"width":339.04176408056173,"height":47.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">目录项9</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"e9MR5MBEjk"},{"type":"shape","id":"5y26RUR9Yq","left":461.8491153755265,"top":455.7369542464114,"width":60,"height":60,"viewBox":[60,60],"path":"M 7.5 0 L 52.5 0 Q 60 0 60 7.5 L 60 52.5 Q 60 60 52.5 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(255, 255, 255);\">09</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemNumber"},"groupId":"e9MR5MBEjk"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"contents"},{"id":"isaTganpsq","elements":[{"type":"shape","id":"GAVpmykAl3","left":0,"top":0,"width":690,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.5},{"type":"shape","id":"DjZ5tPCHrU","left":689.9,"top":0,"width":310,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"zJw7dKYzXm","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(128, 128, 128)"},"lock":true},{"type":"shape","id":"7YE7xW_TP5","left":291.4619565217391,"top":271.25,"width":417.07608695652175,"height":20,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"lock":true},{"type":"text","id":"nDwaV3AWbj","left":181.4878371025111,"top":318.44334895415415,"width":637.0243257949779,"height":68,"content":"<p style=\"text-align: center;\"><span style=\"font-family: SourceHanSerif;\">过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题页副标题过渡页副标题页副标题过渡页副标题页副标题</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"text","id":"jmGwryQmSl","left":400.31897926634764,"top":112.25956937799043,"width":199.3620414673046,"height":152,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 88px;\"><span style=\"color: #00af57;\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"opacity":0.2,"textType":"partNumber"},{"type":"text","id":"J6msoHEeYH","left":136.6313777723675,"top":169.86894437799043,"width":726.737244455265,"height":94.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSerif;\">过渡页标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"transition"},{"id":"wf6aBmU2gz","elements":[{"type":"shape","id":"iS2XKeeCap","left":500,"top":-2.220446049250313e-15,"width":311.15108695652174,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.5,"groupId":"49C0lBkslm"},{"type":"shape","id":"1x4aKfUTZn","left":188.8489130434782,"top":-2.220446049250313e-15,"width":311.15108695652174,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true,"groupId":"49C0lBkslm"},{"type":"shape","id":"sikEDNlgjT","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(150, 150, 150)"},"lock":true},{"type":"text","id":"ekBr3WB1H-","left":263.9402972599484,"top":168.45312500000003,"width":653.2560761638563,"height":86.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 44px;\"><span style=\"font-family: SourceHanSerif;\">过渡页标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title"},{"type":"text","id":"qC-adJqwYz","left":181.48783710251104,"top":313.45929791747153,"width":637.0243257949779,"height":68,"content":"<p style=\"text-align: center;\"><span style=\"font-family: SourceHanSerif;\">过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"Vf3lWXJNSq","left":287.8637422360251,"top":261.25,"width":212.13625776397498,"height":20,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"lock":false,"groupId":"X7Dcs8l-ep"},{"type":"shape","id":"bwawyxJj7Z","left":500.00000000000006,"top":261.25,"width":212.13625776397498,"height":20,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":1,"lock":false,"groupId":"X7Dcs8l-ep"},{"type":"text","id":"c0CyExXgfM","left":60.21552510228136,"top":135.36076555023922,"width":247.2089314194577,"height":200,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 120px;\"><span style=\"color: rgb(0, 175, 87);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"opacity":0.2,"textType":"partNumber"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"transition"},{"id":"muxgPjg8QH","elements":[{"type":"shape","id":"wS6pxc70Lz","left":0,"top":-5.684341886080802e-14,"width":1000,"height":562.5000000000001,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.5},{"type":"shape","id":"MLRsSaxBLF","left":285.11739130434785,"top":-5.684341886080802e-14,"width":429.7652173913043,"height":562.7,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"rp1cldHEnj","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(128, 128, 128)"},"lock":true},{"type":"text","id":"55kbKkZc6A","left":136.31918996017978,"top":158.8320353601818,"width":727.3616200796405,"height":94.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSerif;\">过渡页标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title"},{"type":"text","id":"lAVkINk4S6","left":190.64534626002023,"top":307.4784366734524,"width":618.7093074799595,"height":68,"content":"<p style=\"text-align: center;\"><span style=\"font-family: SourceHanSerif;\">过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"L9429Jfhth","left":291.4619565217391,"top":261.25,"width":417.07608695652175,"height":20,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"lock":true,"groupId":"7NREhT5q2g"},{"type":"shape","id":"t0DAeLPZdI","left":433.3058743078052,"top":261.25,"width":133.38825138438966,"height":20,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":1,"lock":true,"groupId":"7NREhT5q2g"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"transition"},{"id":"UvfgamJ0O0","elements":[{"type":"shape","id":"GnyFq6pmDg","left":0,"top":-3.175237850427948e-14,"width":1000,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.5},{"type":"shape","id":"HSZLKIqiHV","left":0,"top":281.25,"width":1000.8249999999999,"height":281.24999999999994,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"wRdx_HWSRk","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(128, 128, 128)"},"lock":true},{"type":"text","id":"Xm6aTvgxTL","left":101.78595725403508,"top":190.9663950358851,"width":796.4280854919298,"height":130.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"font-family: SourceHanSerif;\">过渡页标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title","lineHeight":1.8},{"type":"shape","id":"NXQXSIFSwf","left":58.86810207336523,"top":69.5712918660287,"width":40,"height":40,"viewBox":[40,40],"path":"M 0 0 L 0 40 L 40 40 L 40 30 L 10 30 L 10 0 Z","fill":"#00af57","fixedRatio":false,"rotate":90,"pathFormula":"L","keypoints":[0.25],"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"}},{"type":"shape","id":"K1bnITBqaB","left":899.9434657494995,"top":450.428227049219,"width":40,"height":40,"viewBox":[40,40],"path":"M 0 0 L 0 40 L 40 40 L 40 30 L 10 30 L 10 0 Z","fill":"#00af57","fixedRatio":false,"rotate":-90,"pathFormula":"L","keypoints":[0.25],"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"opacity":0.5},{"type":"text","id":"GgATqGqrnx","left":190.64534626002023,"top":321.3570200358851,"width":618.7093074799595,"height":68,"content":"<p style=\"text-align: center;\"><span style=\"font-family: SourceHanSerif;\">过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题过渡页副标题</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"text","id":"PIfV-KGRFt","left":835.2783939791647,"top":69.5712918660287,"width":96.69059011164273,"height":80,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 40px;\"><span style=\"color: rgb(0, 175, 87);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"opacity":0.5,"textType":"partNumber"},{"type":"text","id":"8n44pMyMM8","left":689.7441037080323,"top":69.5712918660287,"width":145.53429027113236,"height":80,"content":"<p style=\"text-align: right;\"><strong><span style=\"font-size: 40px;\"><span style=\"color: rgb(0, 175, 87);\">PART</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"transition"},{"id":"2RKqazpeGa","elements":[{"type":"shape","id":"yXGSbnyL7u","left":0,"top":-7.336956521739296,"width":1000.4834920703879,"height":569.8369565217392,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.5},{"type":"shape","id":"DXD1vn-oX6","left":0,"top":465.69673913043476,"width":1000.4834920703879,"height":96.80326086956529,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"ab-jMb8W0j","left":14.902615600411327,"top":7.988586956521708,"width":970.6782608695653,"height":501.125731572013,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(128, 128, 128)"},"lock":true},{"type":"image","id":"rKxheQxH9k","src":"https://images.pexels.com/photos/9751/field-agriculture-wheat.jpg","width":751.6885973580196,"height":501.125731572013,"left":564.0375993047314,"top":7.988586956521708,"fixedRatio":true,"rotate":0,"filters":{"opacity":"15%"},"lock":false,"imageType":"pageFigure"},{"type":"shape","id":"Lcx6KjCs2d","left":87.72457129276344,"top":63.42629449263862,"width":48,"height":48,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"AQ1-X8DII5","left":87.72457129276344,"top":179.70757922474164,"width":388.01657703259536,"height":164,"content":"<p style=\"\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"text","id":"0004uvvl5O","left":143.4129297491408,"top":61.02785699263862,"width":668.4020960393957,"height":52.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: SourceHanSerif;\">内容页标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title","lineHeight":1},{"type":"shape","id":"-H1RXLgLq0","left":87.72457129276344,"top":138.67424242424244,"width":388.01657703259536,"height":20,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"lock":false}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"content"},{"id":"514zy6CgYj","elements":[{"type":"shape","id":"AkDf09jgtn","left":0,"top":-7.336956521739296,"width":1000.4834920703879,"height":569.8369565217392,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.5},{"type":"shape","id":"k6Ia0GkZIk","left":0,"top":465.69673913043476,"width":1000.4834920703879,"height":96.80326086956529,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"tuqeVt6nPg","left":14.902615600411327,"top":7.988586956521708,"width":970.6782608695653,"height":501.125731572013,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(128, 128, 128)"},"lock":true},{"type":"image","id":"-uT96fvYoi","src":"https://images.pexels.com/photos/9751/field-agriculture-wheat.jpg","width":751.6885973580196,"height":501.125731572013,"left":500.24174603519396,"top":7.988586956521708,"fixedRatio":true,"rotate":0,"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":true},{"type":"shape","id":"wTFGyQv1Or","left":87.72457129276344,"top":62.42629449263862,"width":48,"height":48,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"GyAsGv1bji","left":87.72457129276344,"top":163.50377921087298,"width":326.21434417773094,"height":50.09534706331045,"viewBox":[326.21434417773094,50.09534706331045],"path":"M 6.261918382913806 0 L 319.95242579481715 0 Q 326.21434417773094 0 326.21434417773094 6.261918382913806 L 326.21434417773094 43.83342868039664 Q 326.21434417773094 50.09534706331045 319.95242579481715 50.09534706331045 L 6.261918382913806 50.09534706331045 Q 0 50.09534706331045 0 43.83342868039664 L 0 6.261918382913806 Q 0 0 6.261918382913806 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"ftjA8kw3gY","text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemTitle"}},{"type":"text","id":"vsoQNbnjjm","left":87.72457129276344,"top":213.59912627418342,"width":326.21434417773094,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"ftjA8kw3gY"},{"type":"text","id":"4pN2c5expi","left":143.4129297491408,"top":60.02785699263862,"width":668.4020960393957,"height":52.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: SourceHanSerif;\">内容页标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title","lineHeight":1},{"type":"shape","id":"ho-9TIOTgf","left":582.1743320583137,"top":163.50377921087298,"width":326.21434417773094,"height":50.09534706331045,"viewBox":[326.21434417773094,50.09534706331045],"path":"M 6.261918382913806 0 L 319.95242579481715 0 Q 326.21434417773094 0 326.21434417773094 6.261918382913806 L 326.21434417773094 43.83342868039664 Q 326.21434417773094 50.09534706331045 319.95242579481715 50.09534706331045 L 6.261918382913806 50.09534706331045 Q 0 50.09534706331045 0 43.83342868039664 L 0 6.261918382913806 Q 0 0 6.261918382913806 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"s9k4p_olVq","text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemTitle"}},{"type":"text","id":"v1WUaAufk2","left":582.1743320583137,"top":213.59912627418342,"width":326.21434417773094,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"s9k4p_olVq"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"content"},{"id":"HDy1GuUx6k","elements":[{"type":"shape","id":"TgMZ-KDnQu","left":0,"top":-7.336956521739296,"width":1000.4834920703879,"height":569.8369565217392,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.5},{"type":"shape","id":"zskNlnj_4i","left":0,"top":465.69673913043476,"width":1000.4834920703879,"height":96.80326086956529,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"k7sQbyPtSy","left":14.902615600411327,"top":7.988586956521708,"width":970.6782608695653,"height":501.125731572013,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(128, 128, 128)"},"lock":true},{"type":"shape","id":"M_VcKw7Fl1","left":53.1,"top":55.42629449263862,"width":48,"height":48,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"qgNnRXDmgD","left":52.836214035985144,"top":148.82801555062562,"width":282.3546950549239,"height":41.12405519728174,"viewBox":[282.3546950549239,41.12405519728174],"path":"M 5.140506899660218 0 L 277.2141881552637 0 Q 282.3546950549239 0 282.3546950549239 5.140506899660218 L 282.3546950549239 35.983548297621525 Q 282.3546950549239 41.12405519728174 277.2141881552637 41.12405519728174 L 5.140506899660218 41.12405519728174 Q 0 41.12405519728174 0 35.983548297621525 L 0 5.140506899660218 Q 0 0 5.140506899660218 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"wPTpt0BfXE","text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemTitle"}},{"type":"text","id":"nRStnws8ZT","left":52.836214035985144,"top":189.95207074790736,"width":282.3546950549239,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"wPTpt0BfXE"},{"type":"text","id":"WTIQRVopGw","left":108.78835845637735,"top":53.02785699263862,"width":701.2968328815009,"height":52.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: SourceHanSerif;\">内容页标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title","lineHeight":1},{"type":"shape","id":"4N4gt4pOFk","left":356.00797942628606,"top":148.82801555062562,"width":282.3546950549239,"height":41.12405519728174,"viewBox":[282.3546950549239,41.12405519728174],"path":"M 5.140506899660218 0 L 277.2141881552637 0 Q 282.3546950549239 0 282.3546950549239 5.140506899660218 L 282.3546950549239 35.983548297621525 Q 282.3546950549239 41.12405519728174 277.2141881552637 41.12405519728174 L 5.140506899660218 41.12405519728174 Q 0 41.12405519728174 0 35.983548297621525 L 0 5.140506899660218 Q 0 0 5.140506899660218 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"_TlVQSDqns","text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemTitle"}},{"type":"text","id":"gUUuBW4-xv","left":356.00797942628606,"top":189.95207074790736,"width":282.3546950549239,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"_TlVQSDqns"},{"type":"shape","id":"AHz51D2eKx","left":659.1797448165869,"top":148.82801555062562,"width":282.3546950549239,"height":41.12405519728174,"viewBox":[282.3546950549239,41.12405519728174],"path":"M 5.140506899660218 0 L 277.2141881552637 0 Q 282.3546950549239 0 282.3546950549239 5.140506899660218 L 282.3546950549239 35.983548297621525 Q 282.3546950549239 41.12405519728174 277.2141881552637 41.12405519728174 L 5.140506899660218 41.12405519728174 Q 0 41.12405519728174 0 35.983548297621525 L 0 5.140506899660218 Q 0 0 5.140506899660218 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"pGZ8ogOT17","text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemTitle"}},{"type":"text","id":"lB4ImD3bH-","left":659.1797448165869,"top":189.95207074790736,"width":282.3546950549239,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"pGZ8ogOT17"},{"type":"image","id":"NZW__HyKOH","src":"https://images.pexels.com/photos/9751/field-agriculture-wheat.jpg","width":970.6782608695653,"height":97.87641633728593,"left":14.902615600411323,"top":411.23790219124874,"fixedRatio":true,"rotate":0,"clip":{"shape":"rect","range":[[0,61.796042617960424],[100,77.01674277016743]]},"filters":{"blur":"0px","opacity":"15%"},"imageType":"pageFigure"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"content"},{"id":"MhN6sdvGfe","elements":[{"type":"shape","id":"9uJjWbObN2","left":0,"top":-7.336956521739296,"width":1000.4834920703879,"height":569.8369565217392,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.5},{"type":"shape","id":"RrfK1sgxbW","left":0,"top":465.69673913043476,"width":1000.4834920703879,"height":96.80326086956529,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"60Qbo2R48U","left":14.902615600411327,"top":7.988586956521708,"width":970.6782608695653,"height":501.125731572013,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(128, 128, 128)"},"lock":true},{"type":"shape","id":"K6MlS44jp0","left":39.1,"top":62.42629449263862,"width":48,"height":48,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"#00af57","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"Yb6MxXqwdh","left":39.1,"top":165.82801555062562,"width":219.55565199272297,"height":41.12405519728174,"viewBox":[219.55565199272297,41.12405519728174],"path":"M 5.140506899660218 0 L 214.41514509306276 0 Q 219.55565199272297 0 219.55565199272297 5.140506899660218 L 219.55565199272297 35.983548297621525 Q 219.55565199272297 41.12405519728174 214.41514509306276 41.12405519728174 L 5.140506899660218 41.12405519728174 Q 0 41.12405519728174 0 35.983548297621525 L 0 5.140506899660218 Q 0 0 5.140506899660218 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"eak5a4msqa","text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemTitle"}},{"type":"text","id":"qMimn1j-mK","left":39.1,"top":206.95207074790736,"width":219.555651992723,"height":164,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"eak5a4msqa"},{"type":"text","id":"ENMrnGdpi-","left":99.8170665903487,"top":60.02785699263862,"width":710.2681247475296,"height":52.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: SourceHanSerif;\">内容页标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title","lineHeight":1},{"type":"shape","id":"btnwN4XXtG","left":273.89844485064674,"top":165.82801555062562,"width":219.55565199272297,"height":41.12405519728174,"viewBox":[219.55565199272297,41.12405519728174],"path":"M 5.140506899660218 0 L 214.41514509306276 0 Q 219.55565199272297 0 219.55565199272297 5.140506899660218 L 219.55565199272297 35.983548297621525 Q 219.55565199272297 41.12405519728174 214.41514509306276 41.12405519728174 L 5.140506899660218 41.12405519728174 Q 0 41.12405519728174 0 35.983548297621525 L 0 5.140506899660218 Q 0 0 5.140506899660218 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"5Lp7_dpJT7","text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemTitle"}},{"type":"text","id":"-Chu5g1MWd","left":273.89844485064674,"top":206.95207074790736,"width":219.555651992723,"height":164,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"5Lp7_dpJT7"},{"type":"shape","id":"f8cIw2e9dU","left":508.6968897012935,"top":165.82801555062562,"width":219.55565199272297,"height":41.12405519728174,"viewBox":[219.55565199272297,41.12405519728174],"path":"M 5.140506899660218 0 L 214.41514509306276 0 Q 219.55565199272297 0 219.55565199272297 5.140506899660218 L 219.55565199272297 35.983548297621525 Q 219.55565199272297 41.12405519728174 214.41514509306276 41.12405519728174 L 5.140506899660218 41.12405519728174 Q 0 41.12405519728174 0 35.983548297621525 L 0 5.140506899660218 Q 0 0 5.140506899660218 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"RMBX2WR8GH","text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemTitle"}},{"type":"text","id":"2wGW0WWKGj","left":508.6968897012935,"top":206.95207074790736,"width":219.555651992723,"height":164,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"RMBX2WR8GH"},{"type":"shape","id":"aP8_Qm2KiK","left":743.4953345519403,"top":165.82801555062562,"width":219.55565199272297,"height":41.12405519728174,"viewBox":[219.55565199272297,41.12405519728174],"path":"M 5.140506899660218 0 L 214.41514509306276 0 Q 219.55565199272297 0 219.55565199272297 5.140506899660218 L 219.55565199272297 35.983548297621525 Q 219.55565199272297 41.12405519728174 214.41514509306276 41.12405519728174 L 5.140506899660218 41.12405519728174 Q 0 41.12405519728174 0 35.983548297621525 L 0 5.140506899660218 Q 0 0 5.140506899660218 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"v5FpZclZTn","text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"itemTitle"}},{"type":"text","id":"GkPiP8XmA8","left":743.4953345519403,"top":206.95207074790736,"width":219.555651992723,"height":164,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"v5FpZclZTn"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"content"},{"id":"AP-M93ncYn","elements":[{"type":"image","id":"wZR8dB_VCr","src":"https://images.pexels.com/photos/9751/field-agriculture-wheat.jpg","width":1000,"height":666.6666666666667,"left":-5.684341886080802e-14,"top":-98.8007246376817,"fixedRatio":true,"rotate":0,"filters":{"opacity":"10%"},"lock":true,"imageType":"background"},{"type":"shape","id":"spK2KKVMLj","left":0,"top":178.53260869565207,"width":1000.4834920703879,"height":155.8433229813665,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":180,"lock":true,"opacity":0.5},{"type":"shape","id":"lljcoHgNA9","left":1.532107773982716e-13,"top":292.5998447204967,"width":1000.8249999999999,"height":113.92282608695662,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-180,"lock":true},{"type":"shape","id":"rfqOT3hY7d","left":61.39728682464654,"top":118.17992797419328,"width":877.2054263507068,"height":360.2152183649747,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"text","id":"akhpVkIq85","left":41.58916622772275,"top":24.199066730174163,"width":917.3051596149423,"height":86.796875,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 44px;\"><span style=\"font-family: SourceHanSerif;\">内容页标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title"},{"type":"shape","id":"npdnzXK8N2","left":200.3751614571122,"top":206.53260869565167,"width":287.216184262809,"height":33.14957353858956,"viewBox":[287.216184262809,33.14957353858956],"path":"M 4.143696692323695 0 L 283.0724875704853 0 Q 287.216184262809 0 287.216184262809 4.143696692323695 L 287.216184262809 29.005876846265863 Q 287.216184262809 33.14957353858956 283.0724875704853 33.14957353858956 L 4.143696692323695 33.14957353858956 Q 0 33.14957353858956 0 29.005876846265863 L 0 4.143696692323695 Q 0 0 4.143696692323695 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"gFhQLhzpNU","opacity":0.3},{"type":"text","id":"ddNQz43Eqe","left":302.52674932809373,"top":178.53260869565167,"width":82.91300852084603,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"\"><span style=\"color: #00af57;\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"textType":"itemNumber","lineHeight":1,"groupId":"gFhQLhzpNU"},{"type":"text","id":"r7El7fP5fr","left":200.61690749230607,"top":246.51948757763964,"width":286.97443822761517,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\">内容项标题</span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"gFhQLhzpNU"},{"type":"text","id":"VyuzPeB8dP","left":200.61690749230607,"top":282.66506211180047,"width":286.97443822761517,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"gFhQLhzpNU"},{"type":"shape","id":"uYyuV3VgEX","left":512.4086542800787,"top":206.53260869565167,"width":287.216184262809,"height":33.14957353858956,"viewBox":[287.216184262809,33.14957353858956],"path":"M 4.143696692323695 0 L 283.0724875704853 0 Q 287.216184262809 0 287.216184262809 4.143696692323695 L 287.216184262809 29.005876846265863 Q 287.216184262809 33.14957353858956 283.0724875704853 33.14957353858956 L 4.143696692323695 33.14957353858956 Q 0 33.14957353858956 0 29.005876846265863 L 0 4.143696692323695 Q 0 0 4.143696692323695 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"dO292edZBm","opacity":0.3},{"type":"text","id":"qBkLtYMo2t","left":614.5602421510597,"top":178.53260869565167,"width":82.91300852084603,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(0, 175, 87);\">02</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"textType":"itemNumber","lineHeight":1,"groupId":"dO292edZBm"},{"type":"text","id":"zVynNFy48F","left":512.6504003152726,"top":246.51948757763967,"width":286.97443822761517,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\">内容项标题</span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"dO292edZBm"},{"type":"text","id":"QJmLFURewO","left":512.6504003152726,"top":282.66506211180047,"width":286.97443822761517,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"dO292edZBm"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"content"},{"id":"jvSOXgaggc","elements":[{"type":"image","id":"WIfkY9LorQ","src":"https://images.pexels.com/photos/9751/field-agriculture-wheat.jpg","width":1000,"height":666.6666666666667,"left":-5.684341886080802e-14,"top":-98.8007246376817,"fixedRatio":true,"rotate":0,"filters":{"opacity":"10%"},"lock":true},{"type":"shape","id":"QWnOmN-_E_","left":0,"top":178.53260869565207,"width":1000.4834920703879,"height":155.8433229813665,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":180,"lock":true,"opacity":0.5},{"type":"shape","id":"dXyeCVJQL_","left":1.532107773982716e-13,"top":292.5998447204967,"width":1000.8249999999999,"height":113.92282608695662,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-180,"lock":true},{"type":"shape","id":"64XnS2TYgI","left":28.00414487887311,"top":118.17992797419328,"width":943.9917102422538,"height":360.2152183649747,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"text","id":"bhtRp1ATIM","left":41.58916622772275,"top":24.199066730174163,"width":917.3051596149423,"height":86.796875,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 44px;\"><span style=\"font-family: SourceHanSerif;\">内容页标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title"},{"type":"shape","id":"HAWvygEtCp","left":58.344230399865424,"top":206.53260869565167,"width":268.27679032341507,"height":33.14957353858956,"viewBox":[268.27679032341507,33.14957353858956],"path":"M 4.143696692323695 0 L 264.13309363109136 0 Q 268.27679032341507 0 268.27679032341507 4.143696692323695 L 268.27679032341507 29.005876846265863 Q 268.27679032341507 33.14957353858956 264.13309363109136 33.14957353858956 L 4.143696692323695 33.14957353858956 Q 0 33.14957353858956 0 29.005876846265863 L 0 4.143696692323695 Q 0 0 4.143696692323695 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"McoIiuhBJf","opacity":0.3},{"type":"text","id":"_OTiLtnuPN","left":151.02612130114994,"top":178.53260869565167,"width":82.91300852084603,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"\"><span style=\"color: #00af57;\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"textType":"itemNumber","lineHeight":1,"groupId":"McoIiuhBJf"},{"type":"text","id":"dHSp5MC4Wz","left":58.58597643505927,"top":246.51948757763964,"width":268.03504428822123,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\">内容项标题</span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"McoIiuhBJf"},{"type":"text","id":"zEr_BGcexS","left":58.58597643505927,"top":282.66506211180047,"width":268.03504428822123,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"McoIiuhBJf"},{"type":"shape","id":"p-kBjRN_Dh","left":364.75170132248127,"top":206.53260869565167,"width":268.27679032341507,"height":33.14957353858956,"viewBox":[268.27679032341507,33.14957353858956],"path":"M 4.143696692323695 0 L 264.13309363109136 0 Q 268.27679032341507 0 268.27679032341507 4.143696692323695 L 268.27679032341507 29.005876846265863 Q 268.27679032341507 33.14957353858956 264.13309363109136 33.14957353858956 L 4.143696692323695 33.14957353858956 Q 0 33.14957353858956 0 29.005876846265863 L 0 4.143696692323695 Q 0 0 4.143696692323695 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"zscga6Gwo2","opacity":0.3},{"type":"text","id":"uqrTNxkClE","left":457.43359222376574,"top":178.53260869565167,"width":82.91300852084603,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(0, 175, 87);\">02</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"textType":"itemNumber","lineHeight":1,"groupId":"zscga6Gwo2"},{"type":"text","id":"Ex6sQOrzVj","left":364.9934473576751,"top":246.51948757763967,"width":268.03504428822123,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\">内容项标题</span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"zscga6Gwo2"},{"type":"text","id":"qYi-64K26T","left":364.9934473576751,"top":282.66506211180047,"width":268.03504428822123,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"zscga6Gwo2"},{"type":"shape","id":"oUhZvZPebs","left":671.1591722450971,"top":206.53260869565167,"width":268.27679032341507,"height":33.14957353858956,"viewBox":[268.27679032341507,33.14957353858956],"path":"M 4.143696692323695 0 L 264.13309363109136 0 Q 268.27679032341507 0 268.27679032341507 4.143696692323695 L 268.27679032341507 29.005876846265863 Q 268.27679032341507 33.14957353858956 264.13309363109136 33.14957353858956 L 4.143696692323695 33.14957353858956 Q 0 33.14957353858956 0 29.005876846265863 L 0 4.143696692323695 Q 0 0 4.143696692323695 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"gAhnxYhZiY","opacity":0.3},{"type":"text","id":"sNudwzqlF3","left":763.8410631463815,"top":178.53260869565167,"width":82.91300852084603,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(0, 175, 87);\">03</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"textType":"itemNumber","lineHeight":1,"groupId":"gAhnxYhZiY"},{"type":"text","id":"0IZ4n65kIC","left":671.400918280291,"top":246.51948757763967,"width":268.03504428822123,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\">内容项标题</span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"gAhnxYhZiY"},{"type":"text","id":"gvTOL3h3dm","left":671.400918280291,"top":282.66506211180047,"width":268.03504428822123,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"gAhnxYhZiY"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"content"},{"id":"U8SdVxSUtT","elements":[{"type":"image","id":"jn-llbIT8B","src":"https://images.pexels.com/photos/9751/field-agriculture-wheat.jpg","width":1000,"height":666.6666666666667,"left":-5.684341886080802e-14,"top":-98.8007246376817,"fixedRatio":true,"rotate":0,"filters":{"opacity":"10%"},"lock":true},{"type":"shape","id":"KVdIJzclha","left":0,"top":178.53260869565207,"width":1000.4834920703879,"height":155.8433229813665,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":180,"lock":true,"opacity":0.5},{"type":"shape","id":"pHLQ5Nzuno","left":1.532107773982716e-13,"top":292.5998447204967,"width":1000.8249999999999,"height":113.92282608695662,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-180,"lock":true},{"type":"shape","id":"Hi2wD2tM83","left":14.90261560041127,"top":118.17992797419328,"width":970.6782608695653,"height":360.2152183649747,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"text","id":"ZOl8Xv2RQT","left":41.58916622772275,"top":24.199066730174163,"width":917.3051596149423,"height":86.796875,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 44px;\"><span style=\"font-family: SourceHanSerif;\">内容页标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title"},{"type":"shape","id":"msDuWGsNXy","left":34.38250791182715,"top":206.53260869565167,"width":223.4203309932715,"height":33.14957353858956,"viewBox":[223.4203309932715,33.14957353858956],"path":"M 4.143696692323695 0 L 219.27663430094782 0 Q 223.4203309932715 0 223.4203309932715 4.143696692323695 L 223.4203309932715 29.005876846265863 Q 223.4203309932715 33.14957353858956 219.27663430094782 33.14957353858956 L 4.143696692323695 33.14957353858956 Q 0 33.14957353858956 0 29.005876846265863 L 0 4.143696692323695 Q 0 0 4.143696692323695 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"4eiIG0d6t_","opacity":0.3},{"type":"text","id":"eE7yimwKl_","left":104.63616914803987,"top":178.53260869565167,"width":82.91300852084603,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"\"><span style=\"color: #00af57;\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"textType":"itemNumber","lineHeight":1,"groupId":"4eiIG0d6t_"},{"type":"text","id":"YSm8Sxx2vK","left":34.624253947020996,"top":246.51948757763964,"width":223.17858495807766,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\">内容项标题</span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"4eiIG0d6t_"},{"type":"text","id":"lLJIpOlI10","left":34.624253947020996,"top":282.66506211180047,"width":223.1785849580777,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"4eiIG0d6t_"},{"type":"shape","id":"1zUZt7pehL","left":270.32190185122107,"top":206.53260869565167,"width":223.4203309932715,"height":33.14957353858956,"viewBox":[223.4203309932715,33.14957353858956],"path":"M 4.143696692323695 0 L 219.27663430094782 0 Q 223.4203309932715 0 223.4203309932715 4.143696692323695 L 223.4203309932715 29.005876846265863 Q 223.4203309932715 33.14957353858956 219.27663430094782 33.14957353858956 L 4.143696692323695 33.14957353858956 Q 0 33.14957353858956 0 29.005876846265863 L 0 4.143696692323695 Q 0 0 4.143696692323695 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"iF00yjahv2","opacity":0.3},{"type":"text","id":"OK4A8lHOFp","left":340.5755630874338,"top":178.53260869565167,"width":82.91300852084603,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(0, 175, 87);\">02</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"textType":"itemNumber","lineHeight":1,"groupId":"iF00yjahv2"},{"type":"text","id":"v8HyCKHJTL","left":270.5636478864149,"top":246.51948757763967,"width":223.17858495807766,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\">内容项标题</span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"iF00yjahv2"},{"type":"text","id":"f-mQaLNf9Q","left":270.5636478864149,"top":282.66506211180047,"width":223.1785849580777,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"iF00yjahv2"},{"type":"shape","id":"XjfiIf8nm4","left":506.261295790615,"top":206.53260869565167,"width":223.4203309932715,"height":33.14957353858956,"viewBox":[223.4203309932715,33.14957353858956],"path":"M 4.143696692323695 0 L 219.27663430094782 0 Q 223.4203309932715 0 223.4203309932715 4.143696692323695 L 223.4203309932715 29.005876846265863 Q 223.4203309932715 33.14957353858956 219.27663430094782 33.14957353858956 L 4.143696692323695 33.14957353858956 Q 0 33.14957353858956 0 29.005876846265863 L 0 4.143696692323695 Q 0 0 4.143696692323695 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"Cp0axzN8Nf","opacity":0.3},{"type":"text","id":"-Fsm92nRhT","left":576.5149570268279,"top":178.53260869565167,"width":82.91300852084603,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(0, 175, 87);\">03</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"textType":"itemNumber","lineHeight":1,"groupId":"Cp0axzN8Nf"},{"type":"text","id":"sI0gQMVAvt","left":506.50304182580885,"top":246.51948757763967,"width":223.17858495807766,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\">内容项标题</span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"Cp0axzN8Nf"},{"type":"text","id":"OT9ygVC1L4","left":506.50304182580885,"top":282.66506211180047,"width":223.1785849580777,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"Cp0axzN8Nf"},{"type":"shape","id":"fWrYGm5Sy_","left":742.2006897300089,"top":206.53260869565167,"width":223.4203309932715,"height":33.14957353858956,"viewBox":[223.4203309932715,33.14957353858956],"path":"M 4.143696692323695 0 L 219.27663430094782 0 Q 223.4203309932715 0 223.4203309932715 4.143696692323695 L 223.4203309932715 29.005876846265863 Q 223.4203309932715 33.14957353858956 219.27663430094782 33.14957353858956 L 4.143696692323695 33.14957353858956 Q 0 33.14957353858956 0 29.005876846265863 L 0 4.143696692323695 Q 0 0 4.143696692323695 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"a6OeuIbvi4","opacity":0.3},{"type":"text","id":"Qd5Lkdj4gP","left":812.4543509662218,"top":178.53260869565167,"width":82.91300852084603,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(0, 175, 87);\">04</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"textType":"itemNumber","lineHeight":1,"groupId":"a6OeuIbvi4"},{"type":"text","id":"ujV8qtSYv8","left":742.4424357652027,"top":246.51948757763967,"width":223.17858495807766,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\">内容项标题</span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"a6OeuIbvi4"},{"type":"text","id":"hNL2d721xw","left":742.4424357652027,"top":282.66506211180047,"width":223.1785849580777,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"a6OeuIbvi4"}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"content"},{"id":"k0vtoTuAL1","elements":[{"type":"shape","id":"D1b6x4Ok-J","left":137.83787926648478,"top":-53.770073632466904,"width":223.40667979473,"height":747.4277687905803,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true,"opacity":0.5},{"type":"shape","id":"KNzTHryUJW","left":370.13830852198134,"top":-51.74862092232594,"width":125.72744164695678,"height":705.2044320309786,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-162.61761111877212,"lock":true},{"type":"shape","id":"96Mabl7UJQ","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":1,"v":1,"blur":6,"color":"rgb(219, 219, 219)"},"lock":true},{"type":"shape","id":"4LxlzYrBTE","left":339.76358695652175,"top":267.8535950931634,"width":320.4728260869565,"height":20,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"opacity":0.5,"lock":true},{"type":"text","id":"7-nafC4-Gh","left":137.14782937827073,"top":150.17934782608697,"width":744.2088412014028,"height":121.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 66px;\"><span style=\"font-family: SourceHanSerif;\">感谢倾听</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"IkYzGauoPm","left":359.3167701863354,"top":287.8535950931634,"width":281.36645962732916,"height":81.59375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"font-family: SourceHanSerif;\">THANKS</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"text","id":"ZjlxECe3n3","left":402.639751552795,"top":408.7823078416149,"width":194.72049689440993,"height":47.796875,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">演讲人:XXX</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"end"},{"id":"ihFXiGe8iu","elements":[{"type":"shape","id":"UaHX9FZFR7","left":0,"top":-3.175237850427948e-14,"width":1000.4834920703879,"height":564.2672360248447,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":180,"lock":false,"opacity":0.5},{"type":"shape","id":"eKvFUa9Hdj","left":1.532107773982716e-13,"top":266.92049689440995,"width":1000.8249999999999,"height":297.34673913043486,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00af57","fixedRatio":false,"rotate":-180,"lock":false},{"type":"shape","id":"8ITDNQRUp2","left":48.9,"top":60.6,"width":902.2,"height":441.3,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(255,255,255,1)","fixedRatio":false,"rotate":0,"opacity":1,"shadow":{"h":2,"v":2,"blur":4,"color":"rgb(150, 150, 150)"},"lock":true},{"type":"text","id":"25RCvtgWlH","left":127.34704962236074,"top":163.93170613354053,"width":747.4716200945704,"height":142.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 80px;\"><span style=\"font-family: SourceHanSerif;\">感谢倾听</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lock":false,"textType":"title"},{"type":"shape","id":"ma-55Hex1k","left":73.1525304164351,"top":86.21415013881057,"width":40,"height":40,"viewBox":[40,40],"path":"M 0 0 L 0 40 L 40 40 L 40 30 L 10 30 L 10 0 Z","fill":"#00af57","fixedRatio":false,"rotate":90,"pathFormula":"L","keypoints":[0.25],"lock":true},{"type":"shape","id":"rL3CKgluLI","left":73.1525304164351,"top":443.4923039596274,"width":40,"height":40,"viewBox":[40,40],"path":"M 0 0 L 0 40 L 40 40 L 40 30 L 10 30 L 10 0 Z","fill":"#00af57","fixedRatio":false,"rotate":0,"pathFormula":"L","keypoints":[0.25],"lock":true},{"type":"shape","id":"okciAglCcW","left":891.5490582881584,"top":443.4923039596274,"width":40,"height":40,"viewBox":[40,40],"path":"M 0 0 L 0 40 L 40 40 L 40 30 L 10 30 L 10 0 Z","fill":"#00af57","fixedRatio":false,"rotate":-90,"pathFormula":"L","keypoints":[0.25],"lock":true},{"type":"shape","id":"OqVxlh527x","left":891.5490582881584,"top":86.21415013881057,"width":40,"height":40,"viewBox":[40,40],"path":"M 0 0 L 0 40 L 40 40 L 40 30 L 10 30 L 10 0 Z","fill":"#00af57","fixedRatio":false,"rotate":180,"pathFormula":"L","keypoints":[0.25],"lock":true},{"type":"text","id":"uE_GAA_9Nj","left":402.88149758798903,"top":367.6954289596274,"width":194.72049689440993,"height":47.796875,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">演讲人:XXX</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"text","id":"UsgyeOs4tS","left":402.891746035194,"top":415.4923039596274,"width":194.7,"height":47.796875,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: SourceHanSerif;\">时间:XXX</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"rgba(244,244,244,1)"},"type":"end"}]}