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(128,147,125,1)","rgba(215,168,154,1)"],"fontColor":"#333","fontName":"","backgroundColor":"#fff","shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"outline":{"width":2,"color":"#525252","style":"solid"}},"slides":[{"id":"-9hk5gd9NV","elements":[{"type":"shape","id":"0UF-SqHnxJ","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"qOTZsW0r5s","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"q8vS1oEzTW","width":882.6,"height":101,"left":58.7,"top":190.2,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 54px;\"><span style=\"color: rgba(128,147,125,1);\">模板封面标题</span></span></strong></p>","vertical":false,"textType":"title"},{"type":"text","id":"GxJ3yA-RaE","width":519.5,"height":60.046875,"left":240.25,"top":130.1,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 26.7px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">商务汇报|工作总结|工作计划</span></span></span></strong></p>","vertical":false,"wordSpace":5},{"type":"shape","id":"rIWMaDGQjz","width":260,"height":44,"left":370,"top":417.5,"viewBox":[260,44],"path":"M 5.5 0 L 254.5 0 Q 260 0 260 5.5 L 260 38.5 Q 260 44 254.5 44 L 5.5 44 Q 0 44 0 38.5 L 0 5.5 Q 0 0 5.5 0 Z","fill":"#ddb6aa","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><em><span style=\"font-size: 16px;\"><span style=\"color: #ffffff;\">演讲人:XXX</span></span></em></p>","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"qNkIWiJHx8","width":621.9931198102015,"height":92,"left":189.00344009489925,"top":291.1410407151062,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: rgb(128, 147, 125);\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></span></p>","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"cover"},{"id":"ZY34prhy85","elements":[{"type":"shape","id":"UpsR7_Mqfq","left":835.9969696969697,"top":-160.82865625459075,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"8rspa-hGvt","width":783.3575757575758,"height":101,"left":52.63939393939394,"top":60.65454545454544,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 54px;\"><span style=\"color: rgb(128, 147, 125);\">模板封面标题</span></span></strong></p>","vertical":false,"textType":"title"},{"type":"text","id":"aElFDGXbYV","width":621.9931198102015,"height":92,"left":52.63939393939394,"top":169.17134374540925,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"color: rgb(128, 147, 125);\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></span></p>","vertical":false,"textType":"content"},{"type":"shape","id":"7vknYpHnPM","left":-41.66666666666667,"top":363.4782623039005,"width":267.4242424242424,"height":267.4242424242424,"viewBox":[267.4242424242424,267.4242424242424],"path":"M 33.4280303030303 0 L 233.99621212121207 0 Q 267.4242424242424 0 267.4242424242424 33.4280303030303 L 267.4242424242424 233.99621212121207 Q 267.4242424242424 267.4242424242424 233.99621212121207 267.4242424242424 L 33.4280303030303 267.4242424242424 Q 0 267.4242424242424 0 233.99621212121207 L 0 33.4280303030303 Q 0 0 33.4280303030303 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":37.60348301535804,"pathFormula":"roundRect","keypoints":[0.125],"lock":true},{"type":"shape","id":"B-GkOcd65o","left":463.55819579002764,"top":321.37084398162204,"width":328.22358813152925,"height":449.4293491996555,"viewBox":[328.22358813152925,449.4293491996555],"path":"M 41.02794851644116 0 L 287.1956396150881 0 Q 328.22358813152925 0 328.22358813152925 41.02794851644116 L 328.22358813152925 408.4014006832144 Q 328.22358813152925 449.4293491996555 287.1956396150881 449.4293491996555 L 41.02794851644116 449.4293491996555 Q 0 449.4293491996555 0 408.4014006832144 L 0 41.02794851644116 Q 0 0 41.02794851644116 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":false,"rotate":54.011869201620854,"pathFormula":"roundRect","keypoints":[0.125],"lock":true}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"cover"},{"id":"9gBJel2JzN","elements":[{"type":"shape","id":"KPjd9In_wF","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"xfNS_MBMqZ","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"DKmOrxK9RO","width":882.6,"height":101,"left":58.7,"top":190.2,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 54px;\"><span style=\"color: rgba(128,147,125,1);\">模板封面标题</span></span></strong></p>","vertical":false,"textType":"title"},{"type":"text","id":"3Mt2BkwbJx","width":621.9931198102015,"height":92,"left":189.00344009489925,"top":291.1410407151062,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: rgb(128, 147, 125);\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></span></p>","vertical":false,"textType":"content"},{"type":"shape","id":"bzULHAGHew","left":189.00344009489925,"top":21.060606060606062,"width":793.1818181818182,"height":31.363636363636363,"viewBox":[793.1818181818182,31.363636363636363],"path":"M 793.1818181818182 15.681818181818182 L 785.6015823257203 0 L 0 0 L 7.58023585609795 15.681818181818182 L 0 31.363636363636363 L 785.6015823257203 31.363636363636363 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"pathFormula":"indicator","keypoints":[0.009556744345796842],"flipH":false,"lock":true},{"type":"shape","id":"xpc6F90d3T","left":28.814741723282523,"top":509.8484848484848,"width":793.1818181818182,"height":31.363636363636363,"viewBox":[793.1818181818182,31.363636363636363],"path":"M 793.1818181818182 15.681818181818182 L 785.6015823257203 0 L 0 0 L 7.58023585609795 15.681818181818182 L 0 31.363636363636363 L 785.6015823257203 31.363636363636363 Z","fill":"rgb(223, 231, 192)","fixedRatio":false,"rotate":0,"pathFormula":"indicator","keypoints":[0.009556744345796842],"flipH":true,"lock":true}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"cover"},{"id":"a8Xu_3G-2Z","elements":[{"type":"shape","id":"JPxfp1RAwZ","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"3pTLE3NBhe","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"CcnDKVi24W","width":144,"height":140,"left":22.359053746228632,"top":-6,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 120px;\"><span style=\"\"><span style=\"color: #ffffff;\">C</span></span></span></strong></p>","lineHeight":1,"vertical":false},{"type":"text","id":"CvGIlLMLo-","width":202,"height":44,"left":123.03590205583725,"top":82.19098457888477,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><span style=\"color: #80937D;font-size: 24.0px;font-weight: bold;\">ONTENT</span></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"sQB7EhyRW_","width":206,"height":80,"left":119.68690830461061,"top":10.914590747330891,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"tkiKk1BWr3","width":73.26666666666667,"height":73.26666666666667,"left":123.03590205583725,"top":229.63093090037452,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"tp3GwhAyjO"},{"type":"text","id":"PaolR4T5a3","width":458.6569395017793,"height":44,"left":208.58050466556375,"top":244.26426423370785,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"tp3GwhAyjO","textType":"item"},{"type":"shape","id":"GV4Mfry3wd","width":73.26666666666667,"height":73.26666666666667,"left":126.3848958070639,"top":324.6193057520946,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#dfbbaf","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"Q29he9LPL0"},{"type":"text","id":"WY6k62xWAx","width":459.9239599854288,"height":44,"left":211.92949841679064,"top":339.25263908542803,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"Q29he9LPL0","textType":"item"},{"type":"shape","id":"edbsJC2qRs","left":789.9999999999999,"top":-210,"width":420,"height":420,"viewBox":[200,200],"path":"M0 100 A100 100 0 1 1 0 101 Z M150 100 A50 50 0 1 0 150 101 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"bc3Az9cXWZ","elements":[{"type":"shape","id":"6FWtYRHHfH","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"p6FVU39x7M","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"nHxqrupDOP","width":144,"height":140,"left":22.359053746228632,"top":-6,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 120px;\"><span style=\"\"><span style=\"color: #ffffff;\">C</span></span></span></strong></p>","lineHeight":1,"vertical":false},{"type":"text","id":"-UEdxQ_6Ds","width":202,"height":44,"left":123.03590205583725,"top":82.19098457888477,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><span style=\"color: #80937D;font-size: 24.0px;font-weight: bold;\">ONTENT</span></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"S6nr1zuH4y","width":206,"height":80,"left":119.68690830461061,"top":10.914590747330891,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"NW3Z6QwAiT","width":73.26666666666667,"height":73.26666666666667,"left":224.3872058919681,"top":196.2679415765311,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"8O3tovskz2"},{"type":"text","id":"RZQaUGkFZ2","width":458.6569395017793,"height":44,"left":309.9318085016944,"top":210.9012749098644,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"8O3tovskz2","textType":"item"},{"type":"shape","id":"r62gb5YIIF","width":73.26666666666667,"height":73.26666666666667,"left":224.3872058919681,"top":291.2563164282509,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#dfbbaf","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"oInbSJBjWN"},{"type":"text","id":"-4trBNVarc","width":459.9239599854288,"height":44,"left":309.9318085016944,"top":305.88964976158434,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"oInbSJBjWN","textType":"item"},{"type":"shape","id":"FmZNcrEraL","width":73.26666666666667,"height":73.26666666666667,"left":224.38720589196808,"top":386.244691279971,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"d9fBIpzaVl"},{"type":"text","id":"Wx030uSo72","width":457.92395998542884,"height":44,"left":309.93180850169415,"top":401.9682811814058,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"d9fBIpzaVl","textType":"item"},{"type":"shape","id":"SHNFYuyoaM","left":790,"top":-210,"width":420,"height":420,"viewBox":[200,200],"path":"M0 100 A100 100 0 1 1 0 101 Z M150 100 A50 50 0 1 0 150 101 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"i15v6q1lgB","elements":[{"type":"shape","id":"BuExNV1VJT","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"J3Yz2LLoQA","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"woitaksS7U","width":144,"height":140,"left":22.359053746228632,"top":-6,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 120px;\"><span style=\"\"><span style=\"color: #ffffff;\">C</span></span></span></strong></p>","lineHeight":1,"vertical":false},{"type":"text","id":"O7zGrDclEj","width":202,"height":44,"left":123.03590205583725,"top":82.19098457888477,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><span style=\"color: #80937D;font-size: 24.0px;font-weight: bold;\">ONTENT</span></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"VhgTsWoc51","width":206,"height":80,"left":119.68690830461061,"top":10.914590747330891,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"eOYzxxVjW2","width":73.26666666666667,"height":73.26666666666667,"left":261.2942629902571,"top":151.78395581140654,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"2vEcQGoWXp"},{"type":"text","id":"Ji5dkRCDw7","width":458.6569395017793,"height":44,"left":346.8388655999838,"top":166.41728914473987,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"2vEcQGoWXp","textType":"item"},{"type":"shape","id":"RjLAsMIz_F","width":73.26666666666667,"height":73.26666666666667,"left":261.29426299025704,"top":436.749080366567,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#dfbbaf","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"BrH_G_YlOr"},{"type":"text","id":"3Hz5AGlq9x","width":458.65693950177945,"height":44,"left":346.8388655999837,"top":452.4726702680016,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"BrH_G_YlOr","textType":"item"},{"type":"shape","id":"sU4cGVf0b2","width":73.26666666666667,"height":73.26666666666667,"left":261.2942629902571,"top":246.7723306631266,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#dfbbaf","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"qouEjwQOpB"},{"type":"text","id":"weI27gCcn5","width":459.9239599854288,"height":44,"left":346.8388655999838,"top":261.40566399646036,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"qouEjwQOpB","textType":"item"},{"type":"shape","id":"UOuY2hEsyI","width":73.26666666666667,"height":73.26666666666667,"left":261.29426299025704,"top":341.760705514847,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"Ueidwl-uvV"},{"type":"text","id":"yY_UFizMt9","width":457.92395998542884,"height":44,"left":346.8388655999836,"top":357.48429541628184,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"Ueidwl-uvV","textType":"item"},{"type":"shape","id":"EDXsZjS7FF","left":790,"top":-210,"width":420,"height":420,"viewBox":[200,200],"path":"M0 100 A100 100 0 1 1 0 101 Z M150 100 A50 50 0 1 0 150 101 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"L3qCtokBUZ","elements":[{"type":"shape","id":"uXFo2PLvZD","left":855.0000000000003,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"0Cp_qFBlcg","left":-135,"top":-135,"width":270,"height":270,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"oBrm-LU-Ke","width":58.6333333333333,"height":58.6333333333333,"left":143.05369565014325,"top":69.99999999999997,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"6g0yKW7RSt"},{"type":"text","id":"QI5JHKagOg","width":458.6569395017793,"height":44,"left":213.02890324207647,"top":77.31666666666659,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"6g0yKW7RSt","textType":"item"},{"type":"shape","id":"5EnXOY1WrO","width":58.6333333333333,"height":58.6333333333333,"left":143.05369565014325,"top":148.06796712650964,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"i94EOxDWQT"},{"type":"text","id":"ydNQcipaOo","width":458.6569395017793,"height":44,"left":213.02890324207647,"top":155.3846337931763,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"i94EOxDWQT","textType":"item"},{"type":"shape","id":"WnvEpVw6Su","width":58.6333333333333,"height":58.6333333333333,"left":143.05369565014325,"top":226.1359342530194,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"bmgE3Hl11T"},{"type":"text","id":"6x2OGdKjPG","width":458.6569395017793,"height":44,"left":213.02890324207658,"top":233.45260091968623,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"bmgE3Hl11T","textType":"item"},{"type":"shape","id":"0_JngXdqaa","width":58.6333333333333,"height":58.6333333333333,"left":143.05369565014325,"top":304.20390137952927,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"LFJ_eE2VEo"},{"type":"text","id":"UQoh_OH7X1","width":458.6569395017793,"height":44,"left":213.02890324207647,"top":311.520568046196,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"LFJ_eE2VEo","textType":"item"},{"type":"shape","id":"-sAClS-0c9","width":58.6333333333333,"height":58.6333333333333,"left":143.05369565014325,"top":382.271868506039,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"rAKts1_raU"},{"type":"text","id":"OLNw1sVtD3","width":458.6569395017793,"height":44,"left":213.02890324207635,"top":389.58853517270575,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"rAKts1_raU","textType":"item"},{"type":"text","id":"g2-FeLmDRY","width":144,"height":140,"left":679.8228254744961,"top":0,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 120px;\"><span style=\"\"><span style=\"color: rgb(221, 182, 170);\">C</span></span></span></strong></p>","lineHeight":1,"vertical":false},{"type":"text","id":"3v1Z5ayXtk","width":202,"height":44,"left":780.4996737841049,"top":88.19098457888477,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><span style=\"color: #80937D;font-size: 24.0px;font-weight: bold;\">ONTENT</span></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"IbWmW1H3cU","width":222.8493199671219,"height":80,"left":777.1506800328783,"top":16.91459074733089,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"QXlAtxz-97","width":58.6333333333333,"height":58.6333333333333,"left":143.05369565014325,"top":460.3398356325488,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"v5giAmlS46"},{"type":"text","id":"u_HG5ySuzj","width":458.6569395017793,"height":44,"left":213.02890324207635,"top":467.6565022992155,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"v5giAmlS46","textType":"item"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"a6g9yV1t5l","elements":[{"type":"shape","id":"FVh39X7uYk","left":855.0000000000003,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"WjZ-0-WMGf","left":-135,"top":-135,"width":270,"height":270,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"H3W87sDlUD","width":48,"height":48,"left":64.26581686226447,"top":163.1818181818182,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"nTDjTK891r"},{"type":"text","id":"9w02qey-hY","width":366.9902728351126,"height":38,"left":112.2658168622643,"top":168.1818181818182,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"textType":"item","groupId":"nTDjTK891r"},{"type":"text","id":"9kipIH-y6U","width":144,"height":140,"left":679.8228254744961,"top":0,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 120px;\"><span style=\"\"><span style=\"color: rgb(221, 182, 170);\">C</span></span></span></strong></p>","lineHeight":1,"vertical":false},{"type":"text","id":"hQBgIr4i8x","width":202,"height":44,"left":780.4996737841049,"top":88.19098457888477,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><span style=\"color: #80937D;font-size: 24.0px;font-weight: bold;\">ONTENT</span></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"ODSZ3GKemW","width":222.8493199671219,"height":80,"left":777.1506800328783,"top":16.91459074733089,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"ZE1hN34a_P","width":48,"height":48,"left":64.26581686226447,"top":235.82196969696972,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgba(221,182,170,1)","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"pSwPI_qrJP"},{"type":"text","id":"5dgM5bbrWM","width":366.9902728351126,"height":38,"left":112.26581686226433,"top":240.82196969696972,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"textType":"item","groupId":"pSwPI_qrJP"},{"type":"shape","id":"hpljPEbtY5","width":48,"height":48,"left":64.26581686226447,"top":308.46212121212125,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"aBpyzscL9m"},{"type":"text","id":"-b3dTWEpAb","width":366.9902728351126,"height":38,"left":112.26581686226439,"top":313.46212121212125,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"textType":"item","groupId":"aBpyzscL9m"},{"type":"shape","id":"GgTInWQlZV","width":48,"height":48,"left":64.26581686226447,"top":381.1022727272728,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"Q7cCK_mcTh"},{"type":"text","id":"cYzDvLVIUk","width":366.9902728351126,"height":38,"left":112.26581686226442,"top":386.1022727272728,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"textType":"item","groupId":"Q7cCK_mcTh"},{"type":"shape","id":"UHm4ByB_47","width":48,"height":48,"left":64.26581686226447,"top":453.74242424242436,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"C4yFl2F9mC"},{"type":"text","id":"uCzl5ICCSB","width":366.9902728351126,"height":38,"left":112.26581686226444,"top":458.74242424242436,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"textType":"item","groupId":"C4yFl2F9mC"},{"type":"shape","id":"HdqiXJ3-2l","width":48,"height":48,"left":537.1446047410523,"top":163.1818181818182,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"nmZ6Q-o9KR"},{"type":"text","id":"UOcOveoyxA","width":366.9902728351126,"height":38,"left":585.1446047410519,"top":168.1818181818182,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"textType":"item","groupId":"nmZ6Q-o9KR"},{"type":"shape","id":"RmNyVC_RSt","width":48,"height":48,"left":537.1446047410523,"top":235.82196969696972,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgba(128,147,125,1)","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">07</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"IXADgD8XWg"},{"type":"text","id":"X5TlYCAJ4k","width":366.9902728351126,"height":38,"left":585.1446047410519,"top":240.82196969696972,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"textType":"item","groupId":"IXADgD8XWg"},{"type":"shape","id":"kzfXk2wfZ7","width":48,"height":48,"left":537.1446047410523,"top":308.46212121212125,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">08</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"hn-69VfkWe"},{"type":"text","id":"xuhc3P0CTs","width":366.9902728351126,"height":38,"left":585.1446047410519,"top":313.46212121212125,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"textType":"item","groupId":"hn-69VfkWe"},{"type":"shape","id":"b4z_WDyyfB","width":48,"height":48,"left":537.1446047410523,"top":381.1022727272728,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(128, 147, 125)","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">09</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"kiz2V9cu7w"},{"type":"text","id":"ZyQSUgIG56","width":366.9902728351126,"height":38,"left":585.1446047410519,"top":386.1022727272728,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"textType":"item","groupId":"kiz2V9cu7w"},{"type":"shape","id":"3AFyhDNstW","width":48,"height":48,"left":537.1446047410523,"top":453.74242424242436,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">10</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"ML7HGwbm2C"},{"type":"text","id":"agu7tR_l8N","width":366.9902728351126,"height":38,"left":585.1446047410521,"top":458.74242424242436,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"textType":"item","groupId":"ML7HGwbm2C"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"ECaPFEMgzE","elements":[{"type":"shape","id":"caPHg1Pgft","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"OWn9xNpDoQ","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"VWPltgWIo3","width":144,"height":140,"left":22.359053746228632,"top":-6,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 120px;\"><span style=\"\"><span style=\"color: #ffffff;\">C</span></span></span></strong></p>","lineHeight":1,"vertical":false},{"type":"text","id":"X1tLaoYo4Q","width":202,"height":44,"left":123.03590205583725,"top":82.19098457888477,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><span style=\"color: #80937D;font-size: 24.0px;font-weight: bold;\">ONTENT</span></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"H4Vul8l-Je","width":206,"height":80,"left":119.68690830461061,"top":10.914590747330891,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"9vEY-lJ8aX","width":73.26666666666667,"height":73.26666666666667,"left":119.68690830461061,"top":165.87055130369598,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"bNPAUcvNEK"},{"type":"text","id":"XBCbfOvxlR","width":458.6569395017793,"height":44,"left":205.2315109143371,"top":180.5038846370293,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"bNPAUcvNEK","textType":"item"},{"type":"shape","id":"SdQZ8DDe2k","width":73.26666666666667,"height":73.26666666666667,"left":201.13773901482858,"top":260.85892615541604,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#dfbbaf","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"rN18yEGf_r"},{"type":"text","id":"FijDYz3EA8","width":459.9239599854288,"height":44,"left":286.6823416245551,"top":275.4922594887495,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"rN18yEGf_r","textType":"item"},{"type":"shape","id":"JnSnnnytHq","width":73.26666666666667,"height":73.26666666666667,"left":283.8555902086961,"top":355.84730100713614,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"HT0ubJKXYf"},{"type":"text","id":"V8UYHYhdIv","width":457.92395998542884,"height":44,"left":369.4001928184224,"top":371.57089090857096,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"HT0ubJKXYf","textType":"item"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"-eZtvo5Zqk","elements":[{"type":"shape","id":"zVb-I_4-bh","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"y0Rm6cUFkK","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"ii-TjkeUo4","width":144,"height":140,"left":22.359053746228632,"top":-6,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 120px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">C</span></span></span></strong></p>","lineHeight":1,"vertical":false},{"type":"text","id":"Rt95yz3iLm","width":202,"height":44,"left":123.03590205583725,"top":82.19098457888477,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><span style=\"color: #80937D;font-size: 24.0px;font-weight: bold;\">ONTENT</span></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"UYnGGsRSw4","width":206,"height":80,"left":119.68690830461061,"top":10.914590747330891,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"3haAmWR2gk","width":73.26666666666667,"height":73.26666666666667,"left":119.68690830461061,"top":165.87055130369598,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: #ffffff;\">01</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"zCcM5l-goJ"},{"type":"text","id":"QwBGLSovP2","width":458.6569395017793,"height":44,"left":205.2315109143371,"top":180.5038846370293,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"zCcM5l-goJ","textType":"item"},{"type":"shape","id":"WkydMKrsNI","width":73.26666666666667,"height":73.26666666666667,"left":364.57344140256345,"top":450.8356758588561,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#dfbbaf","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"coNLElfDWv"},{"type":"text","id":"GI8yvMRihZ","width":458.65693950177945,"height":44,"left":450.11804401228983,"top":466.5592657602907,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"coNLElfDWv","textType":"item"},{"type":"shape","id":"VbED1e4F0w","width":73.26666666666667,"height":73.26666666666667,"left":201.13773901482858,"top":260.85892615541604,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#dfbbaf","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"wTz-c7_9Ux"},{"type":"text","id":"3Zt2X0oVDH","width":459.9239599854288,"height":44,"left":286.6823416245551,"top":275.4922594887495,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"wTz-c7_9Ux","textType":"item"},{"type":"shape","id":"a2VX6EmehU","width":73.26666666666667,"height":73.26666666666667,"left":283.8555902086961,"top":355.84730100713614,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 36px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"ySuEaIwYQY"},{"type":"text","id":"_wnI8_h9L3","width":457.92395998542884,"height":44,"left":369.4001928184224,"top":371.57089090857096,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"ySuEaIwYQY","textType":"item"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"MWM_V2JCqK","elements":[{"type":"shape","id":"8QckWtbx-r","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"XRYXpL-8Hq","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"NGHSoGAwyg","width":144,"height":140,"left":22.359053746228632,"top":-6,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 120px;\"><span style=\"\"><span style=\"color: #ffffff;\">C</span></span></span></strong></p>","lineHeight":1,"vertical":false},{"type":"text","id":"QyV55Xadow","width":202,"height":44,"left":123.03590205583725,"top":82.19098457888477,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><span style=\"color: #80937D;font-size: 24.0px;font-weight: bold;\">ONTENT</span></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"yGNuzL_4p7","width":222.8493199671219,"height":80,"left":119.68690830461061,"top":10.914590747330891,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"jmospsltkU","width":58.6333333333333,"height":58.6333333333333,"left":132.67409897161423,"top":156.97375415067106,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"vPAw6lbDiL"},{"type":"text","id":"hI3ha9hfcA","width":458.6569395017793,"height":44,"left":202.6493065635471,"top":164.2904208173377,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"vPAw6lbDiL","textType":"item"},{"type":"shape","id":"Hl-WL7PCtx","width":58.6333333333333,"height":58.6333333333333,"left":179.30307287434272,"top":233.33851549437935,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"HAOJWZLm5N"},{"type":"text","id":"Y2u-U1ZW7O","width":458.6569395017793,"height":44,"left":249.2782804662756,"top":240.65518216104599,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"HAOJWZLm5N","textType":"item"},{"type":"shape","id":"VPXm3kC66O","width":58.6333333333333,"height":58.6333333333333,"left":225.9320467770712,"top":309.7032768380876,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"vMPiO1QUYP"},{"type":"text","id":"WH2I-3NCvA","width":458.6569395017793,"height":44,"left":295.90725436900414,"top":317.01994350475434,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"vMPiO1QUYP","textType":"item"},{"type":"shape","id":"9IvTue4jmo","width":58.6333333333333,"height":58.6333333333333,"left":272.56102067979964,"top":386.06803818179594,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"C_l-Fw3P6P"},{"type":"text","id":"LMRa3WUch7","width":458.6569395017793,"height":44,"left":342.5362282717325,"top":393.38470484846266,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"C_l-Fw3P6P","textType":"item"},{"type":"shape","id":"TvxuHj9PZr","width":58.6333333333333,"height":58.6333333333333,"left":319.189994582528,"top":462.43279952550427,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"VUQiBTCzHS"},{"type":"text","id":"ryf92WCrwN","width":458.6569395017793,"height":44,"left":389.1652021744608,"top":469.749466192171,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"VUQiBTCzHS","textType":"item"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"wektZdEF5U","elements":[{"type":"shape","id":"Z-AJK2gSVV","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"zixFofR6sq","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"S6RHgdeizt","width":144,"height":140,"left":22.359053746228632,"top":-6,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 120px;\"><span style=\"\"><span style=\"color: #ffffff;\">C</span></span></span></strong></p>","lineHeight":1,"vertical":false},{"type":"text","id":"zzQtPbEZ8N","width":202,"height":44,"left":123.03590205583725,"top":82.19098457888477,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><span style=\"color: #80937D;font-size: 24.0px;font-weight: bold;\">ONTENT</span></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"YprvVI80gU","width":305.75717469480014,"height":80,"left":119.68690830461061,"top":10.914590747330891,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"yTfYHEljOA","width":58.6333333333333,"height":58.6333333333333,"left":394.2494251875099,"top":113.67378410438911,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"GqEPIzJOVP"},{"type":"text","id":"2UX72iZCv_","width":458.6569395017793,"height":44,"left":464.22463277944394,"top":120.99045077105575,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"GqEPIzJOVP","textType":"item"},{"type":"shape","id":"8WsnK9dnC_","width":58.6333333333333,"height":58.6333333333333,"left":355.72439553151924,"top":190.47935796269186,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"9PXxFSxWVM"},{"type":"text","id":"cBhdxz2EUQ","width":458.6569395017793,"height":44,"left":425.69960312345324,"top":197.7960246293584,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"9PXxFSxWVM","textType":"item"},{"type":"shape","id":"rRlQoEQ1md","width":58.6333333333333,"height":58.6333333333333,"left":317.19936587552877,"top":267.28493182099464,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"1vUFRFcGBh"},{"type":"text","id":"hdByYxOgWd","width":458.6569395017793,"height":44,"left":387.1745734674628,"top":274.60159848766136,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"1vUFRFcGBh","textType":"item"},{"type":"shape","id":"GB6ufVYetD","width":58.6333333333333,"height":58.6333333333333,"left":278.6743362195383,"top":344.0905056792973,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"qr1l3HWVwC"},{"type":"text","id":"GNbY1yROR-","width":458.6569395017793,"height":44,"left":348.6495438114723,"top":351.4071723459639,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"qr1l3HWVwC","textType":"item"},{"type":"shape","id":"moT6KaWNgn","width":58.6333333333333,"height":58.6333333333333,"left":240.14930656354787,"top":420.89607953760003,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"8j1OOLUyhm"},{"type":"text","id":"-cme30JWkb","width":458.6569395017793,"height":44,"left":310.12451415548185,"top":428.21274620426675,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"8j1OOLUyhm","textType":"item"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"nIW1bEbBWN","elements":[{"type":"shape","id":"qSXNRSeP8h","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"jyFybFeYM5","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"KQ4_5PTyGg","width":144,"height":140,"left":22.359053746228632,"top":-6,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 120px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">C</span></span></span></strong></p>","lineHeight":1,"vertical":false},{"type":"text","id":"ELk3JzNbwh","width":202,"height":44,"left":123.03590205583725,"top":82.19098457888477,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">ONTENT</span></span></span></strong></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"CvuBOjAiTQ","width":305.75717469480014,"height":80,"left":119.68690830461061,"top":10.914590747330891,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"vl9-9KJTWF","width":58.6333333333333,"height":58.6333333333333,"left":400.92202305227863,"top":64.00000000000003,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"_uVYyZbKJm"},{"type":"text","id":"T5gkWCKDt7","width":458.6569395017793,"height":44,"left":470.89723064421264,"top":71.31666666666666,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"_uVYyZbKJm","textType":"item"},{"type":"shape","id":"E13Ja7LYP-","width":58.6333333333333,"height":58.6333333333333,"left":362.39699339628794,"top":140.80557385830275,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"qigu_riCAm"},{"type":"text","id":"ILsqHQ5rbE","width":458.6569395017793,"height":44,"left":432.37220098822195,"top":148.1222405249693,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"qigu_riCAm","textType":"item"},{"type":"shape","id":"A7wRkk4Vqk","width":58.6333333333333,"height":58.6333333333333,"left":323.8719637402975,"top":217.61114771660547,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"WvwEWGAzjQ"},{"type":"text","id":"DAdPFz6GdV","width":458.6569395017793,"height":44,"left":393.8471713322315,"top":224.9278143832722,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"WvwEWGAzjQ","textType":"item"},{"type":"shape","id":"LMQM_JK_Vk","width":58.6333333333333,"height":58.6333333333333,"left":285.346934084307,"top":294.4167215749082,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"eDYPA8FUmd"},{"type":"text","id":"BPAUK275-d","width":458.6569395017793,"height":44,"left":355.322141676241,"top":301.73338824157474,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"eDYPA8FUmd","textType":"item"},{"type":"shape","id":"NzbdyYXMpa","width":58.6333333333333,"height":58.6333333333333,"left":246.82190442831657,"top":371.2222954332109,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"Ahlkxwguwv"},{"type":"text","id":"FLA_Bm-y1e","width":458.6569395017793,"height":44,"left":316.79711202025055,"top":378.5389620998776,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"Ahlkxwguwv","textType":"item"},{"type":"shape","id":"hnSlxR61TI","width":58.6333333333333,"height":58.6333333333333,"left":208.29687477232594,"top":448.02786929151364,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"daTuVQyMdU"},{"type":"text","id":"gRpgYuHlQb","width":458.6569395017793,"height":44,"left":278.27208236425986,"top":455.3445359581802,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"daTuVQyMdU","textType":"item"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"gpMmTYyplQ","elements":[{"type":"shape","id":"c6UKPgSW1u","left":-80.9090909090909,"top":-0.3548628484872012,"width":330,"height":219.80557385830278,"viewBox":[330,219.80557385830278],"path":"M 27.475696732287847 0 L 302.5243032677121 0 Q 330 0 330 27.475696732287847 L 330 192.32987712601494 Q 330 219.80557385830278 302.5243032677121 219.80557385830278 L 27.475696732287847 219.80557385830278 Q 0 219.80557385830278 0 192.32987712601494 L 0 27.475696732287847 Q 0 0 27.475696732287847 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":45,"lock":false,"pathFormula":"roundRect","keypoints":[0.125]},{"type":"shape","id":"e1c5m48eaz","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"lbgcLl-lIc","width":270.1818181818182,"height":48,"left":41.65660527430758,"top":323.26767595860264,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">CONTENT</span></span></span></strong></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"5kaEEdy4Ej","width":198.93899287661833,"height":80,"left":41.65660527430758,"top":87.72016460563363,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"p6zKogoMcl","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":98.3221856167279,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"I6luJu3X9E"},{"type":"text","id":"Bt2aZJwqUs","width":458.6569395017793,"height":44,"left":458.5751126672903,"top":105.63885228339453,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"I6luJu3X9E","textType":"item"},{"type":"shape","id":"pDpWt2YYof","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":175.12775947503062,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"it0EUKEXh8"},{"type":"text","id":"pIg7qH09KL","width":458.6569395017793,"height":44,"left":458.5751126672903,"top":182.44442614169716,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"it0EUKEXh8","textType":"item"},{"type":"shape","id":"fOob7B4bvr","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":251.93333333333334,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"UE3BG2aPnW"},{"type":"text","id":"EdzR5niSud","width":458.6569395017793,"height":44,"left":458.5751126672903,"top":259.25000000000006,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"UE3BG2aPnW","textType":"item"},{"type":"shape","id":"FWxReuhxdZ","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":328.73890719163603,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"tL0aVWHMPY"},{"type":"text","id":"jWVvIFyt9N","width":458.6569395017793,"height":44,"left":458.5751126672903,"top":336.05557385830264,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"tL0aVWHMPY","textType":"item"},{"type":"shape","id":"chgR4le9qv","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":405.5444810499388,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"wgQ0haj3D9"},{"type":"text","id":"b-o_Y4aOZQ","width":458.6569395017793,"height":44,"left":458.57511266729017,"top":412.8611477166055,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"wgQ0haj3D9","textType":"item"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"nqZOCphlD2","elements":[{"type":"shape","id":"k8VN39BgLU","left":-80.9090909090909,"top":-0.3548628484872012,"width":330,"height":219.80557385830278,"viewBox":[330,219.80557385830278],"path":"M 27.475696732287847 0 L 302.5243032677121 0 Q 330 0 330 27.475696732287847 L 330 192.32987712601494 Q 330 219.80557385830278 302.5243032677121 219.80557385830278 L 27.475696732287847 219.80557385830278 Q 0 219.80557385830278 0 192.32987712601494 L 0 27.475696732287847 Q 0 0 27.475696732287847 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":45,"lock":false,"pathFormula":"roundRect","keypoints":[0.125]},{"type":"shape","id":"5o9Mxwgjtc","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"3woQQjxnJF","width":270.1818181818182,"height":48,"left":41.65660527430758,"top":323.26767595860264,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">CONTENT</span></span></span></strong></p>","lineHeight":1,"outline":{"color":"#000","width":0,"style":"solid"},"vertical":false,"wordSpace":10},{"type":"text","id":"FxZCOUTftH","width":198.93899287661833,"height":80,"left":41.65660527430758,"top":87.72016460563363,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: justify;\"><strong><span style=\"font-size: 60px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">目录</span></span></span></strong></p>","lineHeight":1,"vertical":false,"wordSpace":5},{"type":"shape","id":"4gZYn6KMvd","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":59.919398687576546,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"yQPZOujCQr"},{"type":"text","id":"ffanB7EkZU","width":458.6569395017793,"height":44,"left":458.5751126672903,"top":67.23606535424318,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"yQPZOujCQr","textType":"item"},{"type":"shape","id":"3tW0tizpTM","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":136.72497254587927,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"MRrsEw0kte"},{"type":"text","id":"xNltLxdeoJ","width":458.6569395017793,"height":44,"left":458.5751126672903,"top":144.04163921254582,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"MRrsEw0kte","textType":"item"},{"type":"shape","id":"SdauoZaK2m","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":213.530546404182,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"vAdXfFBzHk"},{"type":"text","id":"U2j1mCCySk","width":458.6569395017793,"height":44,"left":458.5751126672903,"top":220.8472130708487,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"vAdXfFBzHk","textType":"item"},{"type":"shape","id":"aNRKqQPgQn","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":290.3361202624847,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"rAK4fZ6SLl"},{"type":"text","id":"nCQ-gQkzbs","width":458.6569395017793,"height":44,"left":458.5751126672903,"top":297.6527869291513,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"rAK4fZ6SLl","textType":"item"},{"type":"shape","id":"aIXWir-vxC","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":367.14169412078746,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"bdQr9yzUqJ"},{"type":"text","id":"biOmKzF9h8","width":458.6569395017793,"height":44,"left":458.57511266729017,"top":374.4583607874542,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"bdQr9yzUqJ","textType":"item"},{"type":"shape","id":"m1Om1N7lQA","width":58.6333333333333,"height":58.6333333333333,"left":388.5999050753562,"top":443.9472679790902,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 28px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemNumber"},"flipH":false,"flipV":false,"groupId":"DouqnIvaIJ"},{"type":"text","id":"oa_wIb0feW","width":458.6569395017793,"height":44,"left":458.57511266729017,"top":451.2639346457567,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"DouqnIvaIJ","textType":"item"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"contents"},{"id":"tg57nKzDqP","elements":[{"type":"shape","id":"73bUgR2D57","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"jB9PBxsPKm","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"UD7wcwOISt","width":704.4993179122183,"height":119,"left":264.6540628706998,"top":186.79104389086586,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"font-size: 66px;\"><span style=\"color: rgb(128, 147, 125);\">模板小节过渡标题</span></span></p>","vertical":false,"textType":"title"},{"type":"text","id":"3QSY09xYtF","width":613.4148279952551,"height":68,"left":264.6540628706998,"top":293.98958333333326,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"color: rgb(128, 147, 125);\">模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文</span></p>","vertical":false,"textType":"content"},{"type":"shape","id":"rkKWGOI3YF","width":168,"height":168,"left":81,"top":186.79104389086586,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":true,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 88px;\"><span style=\"\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"partNumber"},"flipH":false,"flipV":false}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"transition"},{"id":"c3qorlJjsL","elements":[{"type":"shape","id":"fdggotPWhH","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"HPcQVVabMu","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"XW6bbC3M8l","width":704.4993179122183,"height":119,"left":147.75034104389078,"top":186.79104389086586,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"font-size: 66px;\"><span style=\"color: rgb(128, 147, 125);\">模板小节过渡标题</span></span></p>","vertical":false,"textType":"title"},{"type":"text","id":"_eUZGUkB1Q","width":613.4148279952551,"height":68,"left":193.29258600237245,"top":293.98958333333326,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(128, 147, 125);\">模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文</span></p>","vertical":false,"textType":"content"},{"type":"text","id":"-zJkkRITdf","left":370.4545454545454,"top":109.00316510298708,"width":181.06060606060603,"height":86,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 44px;\">PART.</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":5},{"type":"text","id":"CQNg2g-RDv","left":532.5757575757573,"top":109.00316510298708,"width":96.96969696969695,"height":86,"content":"<p style=\"\"><strong><span style=\"font-size: 44px;\"><span style=\"color: rgb(128, 147, 125);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"partNumber"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"transition"},{"id":"eJOyLhjsL7","elements":[{"type":"shape","id":"l1uAWZp_FL","left":710.6818181818181,"top":273.18181818181824,"width":578.6363636363636,"height":578.6363636363636,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true,"opacity":0.5},{"type":"shape","id":"TBth3bJiV0","left":-368.4090909090909,"top":-368.4090909090909,"width":736.8181818181818,"height":736.8181818181818,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true,"opacity":1},{"type":"text","id":"XZxUp7uh7Q","width":743.135681548582,"height":119,"left":147.75034104389078,"top":194.79104389086586,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: right;\"><span style=\"font-size: 66px;\"><span style=\"color: rgb(128, 147, 125);\">模板小节过渡标题</span></span></p>","vertical":false,"textType":"title"},{"type":"text","id":"maY0eZOxkt","width":627.8964668931307,"height":68,"left":262.9895556993422,"top":307.98484848484844,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: right;\"><span style=\"color: rgba(128,147,125,1);\">模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文</span></p>","vertical":false,"textType":"content"},{"type":"text","id":"rA8SINwYPL","left":67.82609861964836,"top":69.50757575757576,"width":159.84848484848484,"height":152,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 88px;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"partNumber"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"transition"},{"id":"UZICE_ZYHb","elements":[{"type":"shape","id":"7EX9DxRFdj","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"ryD0KLFafa","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"krBjiKanqf","width":704.4993179122183,"height":119,"left":147.75034104389078,"top":186.79104389086586,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"font-size: 66px;\"><span style=\"color: rgb(36, 36, 36);\">模板小节过渡标题</span></span></p>","vertical":false,"textType":"title"},{"type":"text","id":"7-1nh97WNQ","width":613.4148279952551,"height":68,"left":193.29258600237245,"top":293.98958333333326,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(128, 147, 125);\">模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文</span></p>","vertical":false,"textType":"content"},{"type":"line","id":"QPOnyc2EQI","left":193.29258600237245,"top":27.840909090909086,"start":[0,0],"end":[775,0],"points":["",""],"color":"rgba(221,182,170,1)","style":"solid","width":8,"lock":true},{"type":"line","id":"PLm5mdAMf0","left":31.707413997627583,"top":534.810606060606,"start":[0,0],"end":[775,0],"points":["",""],"color":"rgba(223,231,192,1)","style":"solid","width":8,"lock":true},{"type":"text","id":"H5LP8f7QrJ","left":388.63636363636357,"top":126.12279467270568,"width":222.7272727272727,"height":140,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 120px;\"><span style=\"color: rgb(128, 147, 125);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"opacity":0.3,"lineHeight":1,"textType":"partNumber"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"transition"},{"id":"atvdtljmRl","elements":[{"type":"image","id":"EuqkGBHTmK","src":"https://images.pexels.com/photos/1049302/pexels-photo-1049302.jpeg?auto=compress&cs=tinysrgb&w=600","width":463.29316194906244,"height":347.4698714617968,"left":0,"top":176.0142841931235,"fixedRatio":true,"rotate":0,"lock":true,"imageType":"pageFigure"},{"type":"shape","id":"X9bfMja_Q-","width":300.46666666666664,"height":347.4698714617968,"left":399.06666666666666,"top":176.0142841931235,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false},{"type":"text","id":"erJC0WgNqY","width":262.0393835290163,"height":116,"left":418.40976377952745,"top":338.7247268379713,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"textType":"item"},{"type":"text","id":"74aZzU6gxg","width":262.03938352901616,"height":50,"left":418.40976377952757,"top":290.9145251772358,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","vertical":false,"textType":"itemTitle"},{"type":"shape","id":"OmnSAj28jw","left":519.3,"top":221.25,"width":60,"height":60,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true},{"type":"shape","id":"eL8alB692B","width":300.46666666666664,"height":347.4698714617968,"left":699.5333333333333,"top":176.0142841931235,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(128, 147, 125)","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false},{"type":"text","id":"VZxwjSyRgr","width":262.0393835290163,"height":116,"left":718.876430446194,"top":338.7247268379713,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"textType":"item"},{"type":"text","id":"F-r3P4_wsE","width":262.03938352901616,"height":50,"left":718.8764304461943,"top":290.91452517723576,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","vertical":false,"textType":"itemTitle"},{"type":"shape","id":"V32frlxBSO","left":819.7666666666665,"top":221.25,"width":60,"height":60,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true},{"type":"shape","id":"Ba9slRtgy5","width":300,"height":8,"left":349.9999999999999,"top":127.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"IucxIUZcOT","width":840,"height":92,"left":79.99999999999997,"top":35.05219454329776,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"_RCKIR0POG","elements":[{"type":"image","id":"5b0xm06krg","src":"https://images.pexels.com/photos/1049302/pexels-photo-1049302.jpeg?auto=compress&cs=tinysrgb&w=600","width":463.29316194906244,"height":347.4698714617968,"left":-0.40705945675808053,"top":178.23848348137972,"fixedRatio":true,"rotate":0,"lock":true,"imageType":"pageFigure"},{"type":"shape","id":"8Sx_po6oY9","width":252.534593175853,"height":347.4698714617968,"left":242.3962204724413,"top":178.23848348137972,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false},{"type":"text","id":"PX2vTl-_SN","width":213.84839895013133,"height":140,"left":261.73931758530205,"top":340.94892612622743,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"textType":"item"},{"type":"text","id":"xihebaMjQY","width":213.8483989501312,"height":47,"left":261.73931758530216,"top":293.13872446549203,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","vertical":false,"textType":"itemTitle"},{"type":"shape","id":"mnXgM64N0Q","width":252.534593175853,"height":347.4698714617968,"left":494.93081364829413,"top":178.23848348137972,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false},{"type":"shape","id":"oLXH6wbjbE","left":338.66351706036767,"top":218.04556897469683,"width":60,"height":60,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true},{"type":"shape","id":"Jn1_cHySmj","left":591.1981102362205,"top":218.04556897469683,"width":60,"height":60,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true},{"type":"text","id":"XlKVK-3KLs","width":213.84839895013133,"height":140,"left":514.2739107611548,"top":340.94892612622743,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"textType":"item"},{"type":"text","id":"IkjUKyujtW","width":213.8483989501312,"height":47,"left":514.2739107611548,"top":293.13872446549203,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","vertical":false,"textType":"itemTitle"},{"type":"shape","id":"5vc4xCrBiX","width":252.534593175853,"height":347.4698714617968,"left":747.4654068241471,"top":178.23848348137972,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false},{"type":"text","id":"L3cf4F9UaP","width":213.84839895013133,"height":140,"left":766.8085039370078,"top":340.94892612622755,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"textType":"item"},{"type":"text","id":"kkmuAKlx_C","width":213.8483989501312,"height":47,"left":766.808503937008,"top":293.13872446549203,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","vertical":false,"textType":"itemTitle"},{"type":"shape","id":"gybbTloMBa","left":843.7327034120735,"top":218.04556897469683,"width":60,"height":60,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true},{"type":"shape","id":"MSIKXCx_wl","width":300,"height":8,"left":349.9999999999999,"top":127.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"wOFpyXTvKK","width":840,"height":92,"left":79.99999999999997,"top":35.05219454329776,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"mlBm-vs_ej","elements":[{"type":"shape","id":"H0_AlENnWK","width":250,"height":347.5,"left":0,"top":178.23848348137972,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false},{"type":"text","id":"xiqg-EQ0t_","width":224.96939539141246,"height":140,"left":12.515302304293765,"top":340.13872446549203,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"textType":"item"},{"type":"text","id":"AjrqP2B3BM","width":224.96939539141246,"height":47,"left":12.515302304293755,"top":293.13872446549203,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","vertical":false,"textType":"itemTitle"},{"type":"shape","id":"YjSwNBX5OC","left":95,"top":233.13872446549203,"width":60,"height":60,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true},{"type":"shape","id":"XBUaqfLmo1","width":250,"height":347.5,"left":250,"top":178.23848348137972,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(128, 147, 125)","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false},{"type":"text","id":"MlFmL7FCkS","width":224.96939539141246,"height":140,"left":262.51530230429375,"top":340.1387244654919,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"textType":"item"},{"type":"text","id":"0wNtwxPQyi","width":224.96939539141246,"height":47,"left":262.51530230429375,"top":293.1387244654919,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","vertical":false,"textType":"itemTitle"},{"type":"shape","id":"Z2Sg3y7QsZ","left":345,"top":233.13872446549203,"width":60,"height":60,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true},{"type":"shape","id":"OrAHPfuLxz","width":250,"height":347.5,"left":500,"top":178.23848348137972,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false},{"type":"text","id":"dFG4swS8ig","width":224.96939539141246,"height":140,"left":512.5153023042938,"top":340.13872446549215,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"textType":"item"},{"type":"text","id":"43TOIKGlmS","width":224.96939539141246,"height":47,"left":512.5153023042938,"top":293.13872446549215,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","vertical":false,"textType":"itemTitle"},{"type":"shape","id":"oAwmivMiQ7","left":595,"top":233.13872446549203,"width":60,"height":60,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true},{"type":"shape","id":"xeTVeTA5ro","width":250,"height":347.5,"left":750,"top":178.23848348137972,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(128, 147, 125)","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false},{"type":"text","id":"TYCe1_dIzg","width":224.96939539141246,"height":140,"left":762.5153023042938,"top":340.13872446549203,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"textType":"item"},{"type":"text","id":"tEKGHPV66C","width":224.96939539141246,"height":47,"left":762.5153023042938,"top":293.13872446549203,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","vertical":false,"textType":"itemTitle"},{"type":"shape","id":"ehrwxBGIy7","left":845,"top":233.13872446549203,"width":60,"height":60,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true},{"type":"shape","id":"p3U0UJftnJ","width":300,"height":8,"left":349.9999999999999,"top":127.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"8VLr_WgQbr","width":840,"height":92,"left":79.99999999999997,"top":35.05219454329776,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"T66sVqC0iA","elements":[{"type":"shape","id":"r81F5DEzfs","left":37.92704626334524,"top":180.41963226571764,"width":450.7710557532621,"height":340.30249110320284,"viewBox":[450.7710557532621,340.30249110320284],"path":"M 9.17482206405694 0 L 441.5962336892052 0 Q 450.7710557532621 0 450.7710557532621 9.17482206405694 L 450.7710557532621 331.12766903914587 Q 450.7710557532621 340.30249110320284 441.5962336892052 340.30249110320284 L 9.17482206405694 340.30249110320284 Q 0 340.30249110320284 0 331.12766903914587 L 0 9.17482206405694 Q 0 0 9.17482206405694 0 Z","fill":"rgba(242,242,242,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.02696078431372549]},{"type":"shape","id":"ysAjTS12b8","width":411.10563433676305,"height":57.5825642257351,"left":57.7597569715947,"top":191.54062870699877,"viewBox":[333.34716731582927,57.5825642257351],"path":"M 22.025815783258405 0 L 333.34716731582927 0 L 333.34716731582927 35.55674844247669 Q 333.34716731582927 57.5825642257351 311.3213515325709 57.5825642257351 L 0 57.5825642257351 L 0 22.025815783258405 Q 0 0 22.025815783258405 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 22px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemTitle"},"flipH":false,"flipV":false,"pathFormula":"roundRectDiagonal","keypoints":[0.3825084221139029]},{"type":"shape","id":"_Aa1BZ5Btl","left":511.3018979833927,"top":180.41963226571764,"width":450.7710557532621,"height":340.30249110320284,"viewBox":[450.7710557532621,340.30249110320284],"path":"M 9.17482206405694 0 L 441.5962336892052 0 Q 450.7710557532621 0 450.7710557532621 9.17482206405694 L 450.7710557532621 331.12766903914587 Q 450.7710557532621 340.30249110320284 441.5962336892052 340.30249110320284 L 9.17482206405694 340.30249110320284 Q 0 340.30249110320284 0 331.12766903914587 L 0 9.17482206405694 Q 0 0 9.17482206405694 0 Z","fill":"rgba(242,242,242,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.02696078431372549]},{"type":"shape","id":"LNqHKbF8NU","width":411.10563433676305,"height":57.5825642257351,"left":531.1346086916421,"top":191.54062870699877,"viewBox":[333.34716731582927,57.5825642257351],"path":"M 22.025815783258405 0 L 333.34716731582927 0 L 333.34716731582927 35.55674844247669 Q 333.34716731582927 57.5825642257351 311.3213515325709 57.5825642257351 L 0 57.5825642257351 L 0 22.025815783258405 Q 0 0 22.025815783258405 0 Z","fill":"rgb(128, 147, 125)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 22px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemTitle"},"flipH":false,"flipV":false,"pathFormula":"roundRectDiagonal","keypoints":[0.3825084221139029]},{"type":"text","id":"1dcCexlMkb","left":65.06915776986959,"top":272.73085335112694,"width":403.79623353848814,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item"},{"type":"text","id":"Ul3jLcbBmk","left":534.7893090907796,"top":272.73085335112694,"width":403.79623353848814,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item"},{"type":"shape","id":"oHylcJv4aw","width":300,"height":8,"left":349.9999999999999,"top":127.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"pysJXL2oxT","width":840,"height":92,"left":79.99999999999997,"top":35.05219454329776,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"8XHn5OlAru","elements":[{"type":"shape","id":"tl_IQCDJXl","left":7.84252669039148,"top":185.60943060498218,"width":323.250296559905,"height":340.30249110320284,"viewBox":[323.250296559905,340.30249110320284],"path":"M 8.7150815248994 0 L 314.5352150350056 0 Q 323.250296559905 0 323.250296559905 8.7150815248994 L 323.250296559905 331.58740957830344 Q 323.250296559905 340.30249110320284 314.5352150350056 340.30249110320284 L 8.7150815248994 340.30249110320284 Q 0 340.30249110320284 0 331.58740957830344 L 0 8.7150815248994 Q 0 0 8.7150815248994 0 Z","fill":"rgba(242,242,242,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.02696078431372549],"groupId":"9p3nHm8UtU"},{"type":"shape","id":"d27fE_MIFB","width":288.0332737199185,"height":57.5825642257351,"left":25.45103811038473,"top":203.403024911032,"viewBox":[288.0332737199185,57.5825642257351],"path":"M 22.025815783258405 0 L 288.0332737199185 0 L 288.0332737199185 35.55674844247669 Q 288.0332737199185 57.5825642257351 266.0074579366601 57.5825642257351 L 0 57.5825642257351 L 0 22.025815783258405 Q 0 0 22.025815783258405 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemTitle"},"flipH":false,"flipV":false,"pathFormula":"roundRectDiagonal","keypoints":[0.3825084221139029],"groupId":"9p3nHm8UtU"},{"type":"text","id":"zGYrATj2D_","left":25.451038110384715,"top":284.5932495551599,"width":288.0332737199185,"height":116,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"9p3nHm8UtU","textType":"item"},{"type":"shape","id":"07nTJ9nTyN","left":338.3748517200475,"top":185.60943060498218,"width":323.250296559905,"height":340.30249110320284,"viewBox":[323.250296559905,340.30249110320284],"path":"M 8.7150815248994 0 L 314.5352150350056 0 Q 323.250296559905 0 323.250296559905 8.7150815248994 L 323.250296559905 331.58740957830344 Q 323.250296559905 340.30249110320284 314.5352150350056 340.30249110320284 L 8.7150815248994 340.30249110320284 Q 0 340.30249110320284 0 331.58740957830344 L 0 8.7150815248994 Q 0 0 8.7150815248994 0 Z","fill":"rgba(242,242,242,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.02696078431372549],"groupId":"IjXg9er9fI"},{"type":"shape","id":"9T8vH3xzmv","width":288.0332737199185,"height":57.5825642257351,"left":355.98336314004075,"top":203.403024911032,"viewBox":[288.0332737199185,57.5825642257351],"path":"M 22.025815783258405 0 L 288.0332737199185 0 L 288.0332737199185 35.55674844247669 Q 288.0332737199185 57.5825642257351 266.0074579366601 57.5825642257351 L 0 57.5825642257351 L 0 22.025815783258405 Q 0 0 22.025815783258405 0 Z","fill":"rgb(128, 147, 125)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemTitle"},"flipH":false,"flipV":false,"pathFormula":"roundRectDiagonal","keypoints":[0.3825084221139029],"groupId":"IjXg9er9fI"},{"type":"text","id":"46sGaoynki","left":355.98336314004075,"top":284.5932495551599,"width":288.0332737199185,"height":116,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"IjXg9er9fI","textType":"item"},{"type":"shape","id":"c8iPuReB5p","left":668.9071767497035,"top":185.60943060498218,"width":323.250296559905,"height":340.30249110320284,"viewBox":[323.250296559905,340.30249110320284],"path":"M 8.7150815248994 0 L 314.5352150350056 0 Q 323.250296559905 0 323.250296559905 8.7150815248994 L 323.250296559905 331.58740957830344 Q 323.250296559905 340.30249110320284 314.5352150350056 340.30249110320284 L 8.7150815248994 340.30249110320284 Q 0 340.30249110320284 0 331.58740957830344 L 0 8.7150815248994 Q 0 0 8.7150815248994 0 Z","fill":"rgba(242,242,242,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.02696078431372549],"groupId":"K-gk4VEUPC"},{"type":"shape","id":"F1cndCDCtv","width":288.0332737199185,"height":57.5825642257351,"left":686.5156881696969,"top":203.403024911032,"viewBox":[288.0332737199185,57.5825642257351],"path":"M 22.025815783258405 0 L 288.0332737199185 0 L 288.0332737199185 35.55674844247669 Q 288.0332737199185 57.5825642257351 266.0074579366601 57.5825642257351 L 0 57.5825642257351 L 0 22.025815783258405 Q 0 0 22.025815783258405 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemTitle"},"flipH":false,"flipV":false,"pathFormula":"roundRectDiagonal","keypoints":[0.3825084221139029],"groupId":"K-gk4VEUPC"},{"type":"text","id":"PekBp6Nt_U","left":686.5156881696969,"top":284.5932495551599,"width":288.0332737199185,"height":116,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"K-gk4VEUPC","textType":"item"},{"type":"shape","id":"LZf-tYfsrL","width":300,"height":8,"left":349.9999999999999,"top":127.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"06yP3dmCqw","width":840,"height":92,"left":79.99999999999997,"top":35.05219454329776,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"PLZVay3RT2","elements":[{"type":"shape","id":"-rre2KPpXd","left":18.585676156583588,"top":184.12663107947802,"width":226.12692763938304,"height":340.30249110320284,"viewBox":[226.12692763938304,340.30249110320284],"path":"M 6.096559323610817 0 L 220.03036831577222 0 Q 226.12692763938304 0 226.12692763938304 6.096559323610817 L 226.12692763938304 334.20593177959205 Q 226.12692763938304 340.30249110320284 220.03036831577222 340.30249110320284 L 6.096559323610817 340.30249110320284 Q 0 340.30249110320284 0 334.20593177959205 L 0 6.096559323610817 Q 0 0 6.096559323610817 0 Z","fill":"rgba(242,242,242,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.02696078431372549],"groupId":"8YB-9wAJGI"},{"type":"shape","id":"NS3r7djJRU","width":202.77230100342976,"height":57.5825642257351,"left":30.262989474560225,"top":196.73042704626332,"viewBox":[202.77230100342976,57.5825642257351],"path":"M 22.025815783258405 0 L 202.77230100342976 0 L 202.77230100342976 35.55674844247669 Q 202.77230100342976 57.5825642257351 180.74648522017137 57.5825642257351 L 0 57.5825642257351 L 0 22.025815783258405 Q 0 0 22.025815783258405 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemTitle"},"flipH":false,"flipV":false,"pathFormula":"roundRectDiagonal","keypoints":[0.3825084221139029],"groupId":"8YB-9wAJGI"},{"type":"text","id":"Paa6p4hjW-","left":30.262989474560225,"top":271.98945358837466,"width":202.77230100342976,"height":140,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"8YB-9wAJGI","textType":"item"},{"type":"shape","id":"AJ7RK3tX0F","left":264.1529161724002,"top":184.12663107947802,"width":226.12692763938304,"height":340.30249110320284,"viewBox":[226.12692763938304,340.30249110320284],"path":"M 6.096559323610817 0 L 220.03036831577222 0 Q 226.12692763938304 0 226.12692763938304 6.096559323610817 L 226.12692763938304 334.20593177959205 Q 226.12692763938304 340.30249110320284 220.03036831577222 340.30249110320284 L 6.096559323610817 340.30249110320284 Q 0 340.30249110320284 0 334.20593177959205 L 0 6.096559323610817 Q 0 0 6.096559323610817 0 Z","fill":"rgba(242,242,242,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.02696078431372549],"groupId":"7bcjgyNXMU"},{"type":"shape","id":"SYFLuoND9c","width":202.77230100342976,"height":57.5825642257351,"left":275.83022949037684,"top":196.73042704626332,"viewBox":[202.77230100342976,57.5825642257351],"path":"M 22.025815783258405 0 L 202.77230100342976 0 L 202.77230100342976 35.55674844247669 Q 202.77230100342976 57.5825642257351 180.74648522017137 57.5825642257351 L 0 57.5825642257351 L 0 22.025815783258405 Q 0 0 22.025815783258405 0 Z","fill":"rgb(128, 147, 125)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemTitle"},"flipH":false,"flipV":false,"pathFormula":"roundRectDiagonal","keypoints":[0.3825084221139029],"groupId":"7bcjgyNXMU"},{"type":"text","id":"dGtSteeK7R","left":275.83022949037684,"top":271.98945358837466,"width":202.77230100342976,"height":140,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"7bcjgyNXMU","textType":"item"},{"type":"shape","id":"s-NKAzA3Aq","left":509.72015618821683,"top":184.12663107947802,"width":226.12692763938304,"height":340.30249110320284,"viewBox":[226.12692763938304,340.30249110320284],"path":"M 6.096559323610817 0 L 220.03036831577222 0 Q 226.12692763938304 0 226.12692763938304 6.096559323610817 L 226.12692763938304 334.20593177959205 Q 226.12692763938304 340.30249110320284 220.03036831577222 340.30249110320284 L 6.096559323610817 340.30249110320284 Q 0 340.30249110320284 0 334.20593177959205 L 0 6.096559323610817 Q 0 0 6.096559323610817 0 Z","fill":"rgba(242,242,242,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.02696078431372549],"groupId":"zeJyOxmzfL"},{"type":"shape","id":"krp3rjGrsh","width":202.77230100342976,"height":57.5825642257351,"left":521.3974695061935,"top":196.73042704626332,"viewBox":[202.77230100342976,57.5825642257351],"path":"M 22.025815783258405 0 L 202.77230100342976 0 L 202.77230100342976 35.55674844247669 Q 202.77230100342976 57.5825642257351 180.74648522017137 57.5825642257351 L 0 57.5825642257351 L 0 22.025815783258405 Q 0 0 22.025815783258405 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemTitle"},"flipH":false,"flipV":false,"pathFormula":"roundRectDiagonal","keypoints":[0.3825084221139029],"groupId":"zeJyOxmzfL"},{"type":"text","id":"BB3qX6Uiuq","left":521.3974695061935,"top":271.98945358837466,"width":202.77230100342976,"height":140,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"zeJyOxmzfL","textType":"item"},{"type":"shape","id":"_0KBZ5r9oJ","left":755.2873962040334,"top":184.12663107947802,"width":226.12692763938304,"height":340.30249110320284,"viewBox":[226.12692763938304,340.30249110320284],"path":"M 6.096559323610817 0 L 220.03036831577222 0 Q 226.12692763938304 0 226.12692763938304 6.096559323610817 L 226.12692763938304 334.20593177959205 Q 226.12692763938304 340.30249110320284 220.03036831577222 340.30249110320284 L 6.096559323610817 340.30249110320284 Q 0 340.30249110320284 0 334.20593177959205 L 0 6.096559323610817 Q 0 0 6.096559323610817 0 Z","fill":"rgba(242,242,242,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.02696078431372549],"groupId":"bp2AG3Re6W"},{"type":"shape","id":"QaZr2CRu1G","width":202.77230100342976,"height":57.5825642257351,"left":766.96470952201,"top":196.73042704626332,"viewBox":[202.77230100342976,57.5825642257351],"path":"M 22.025815783258405 0 L 202.77230100342976 0 L 202.77230100342976 35.55674844247669 Q 202.77230100342976 57.5825642257351 180.74648522017137 57.5825642257351 L 0 57.5825642257351 L 0 22.025815783258405 Q 0 0 22.025815783258405 0 Z","fill":"rgb(128, 147, 125)","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#333","align":"middle","type":"itemTitle"},"flipH":false,"flipV":false,"pathFormula":"roundRectDiagonal","keypoints":[0.3825084221139029],"groupId":"bp2AG3Re6W"},{"type":"text","id":"egNRnuhBOV","left":766.96470952201,"top":271.98945358837466,"width":202.77230100342976,"height":140,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"bp2AG3Re6W","textType":"item"},{"type":"shape","id":"WQ84YithDX","width":300,"height":8,"left":349.9999999999999,"top":127.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"w4uuKFoiRb","width":840,"height":92,"left":79.99999999999997,"top":35.05219454329776,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"5YQRBjncvX","elements":[{"type":"shape","id":"0fINJ4nMRT","width":119.01700995560606,"height":117.85751638557369,"left":241.24475718115283,"top":196.08791127087736,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"groupId":"LKcsLwd5Nx"},{"type":"text","id":"xKQK8nFA8P","width":341.36163362142,"height":92,"left":130.07244534824605,"top":402.4396712421624,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"LKcsLwd5Nx","textType":"item"},{"type":"shape","id":"MAitDuN5s3","left":275.75326215895586,"top":230.0166694636642,"width":50,"height":50,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"LKcsLwd5Nx"},{"type":"shape","id":"ErSt1n7gf9","left":130.07244534824605,"top":338.72039696661585,"width":341.3616336214201,"height":55.287239450940525,"viewBox":[341.3616336214201,55.287239450940525],"path":"M 6.910904931367566 0 L 334.45072869005253 0 Q 341.3616336214201 0 341.3616336214201 6.910904931367566 L 341.3616336214201 48.37633451957296 Q 341.3616336214201 55.287239450940525 334.45072869005253 55.287239450940525 L 6.910904931367566 55.287239450940525 Q 0 55.287239450940525 0 48.37633451957296 L 0 6.910904931367566 Q 0 0 6.910904931367566 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemTitle"},"groupId":"LKcsLwd5Nx"},{"type":"shape","id":"At9dZzzrMt","width":119.01700995560606,"height":117.85751638557369,"left":639.7382328632403,"top":196.0879112708774,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"groupId":"EkuEYafnKt"},{"type":"text","id":"EMzk3y0Jz1","width":341.36163362142,"height":92,"left":528.5659210303338,"top":402.43967124216243,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"EkuEYafnKt","textType":"item"},{"type":"shape","id":"Bhi2qNdO6R","left":674.2467378410435,"top":230.01666946366424,"width":50,"height":50,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"EkuEYafnKt"},{"type":"shape","id":"NU-pjePzGo","left":528.5659210303338,"top":338.7203969666159,"width":341.3616336214201,"height":55.287239450940525,"viewBox":[341.3616336214201,55.287239450940525],"path":"M 6.910904931367566 0 L 334.45072869005253 0 Q 341.3616336214201 0 341.3616336214201 6.910904931367566 L 341.3616336214201 48.37633451957296 Q 341.3616336214201 55.287239450940525 334.45072869005253 55.287239450940525 L 6.910904931367566 55.287239450940525 Q 0 55.287239450940525 0 48.37633451957296 L 0 6.910904931367566 Q 0 0 6.910904931367566 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemTitle"},"groupId":"EkuEYafnKt"},{"type":"shape","id":"Gz1H-QXq47","width":300,"height":8,"left":349.9999999999999,"top":127.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"essgiS8kRn","width":840,"height":92,"left":79.99999999999997,"top":35.05219454329776,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"KLysv1dJSB","elements":[{"type":"shape","id":"wMQA1qB74N","width":119.01700995560606,"height":117.85751638557369,"left":135.48424921973736,"top":195.3465115081255,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"groupId":"L-PWS_2QI5"},{"type":"text","id":"yCVgu5IfKZ","width":278.34265378749365,"height":116,"left":55.821427303793456,"top":401.6982714794103,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"L-PWS_2QI5","textType":"item"},{"type":"shape","id":"b8gyWBkWLE","left":169.99275419754042,"top":229.27526970091213,"width":50,"height":50,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"L-PWS_2QI5"},{"type":"shape","id":"Zjqp5-hp5D","left":55.821427303793456,"top":337.9789972038638,"width":278.34265378749365,"height":55.287239450940525,"viewBox":[278.34265378749365,55.287239450940525],"path":"M 6.910904931367566 0 L 271.4317488561261 0 Q 278.34265378749365 0 278.34265378749365 6.910904931367566 L 278.34265378749365 48.37633451957296 Q 278.34265378749365 55.287239450940525 271.4317488561261 55.287239450940525 L 6.910904931367566 55.287239450940525 Q 0 55.287239450940525 0 48.37633451957296 L 0 6.910904931367566 Q 0 0 6.910904931367566 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemTitle"},"groupId":"L-PWS_2QI5"},{"type":"shape","id":"2JcgMxHHag","width":119.01700995560606,"height":117.85751638557369,"left":440.49149502219706,"top":195.3465115081255,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"groupId":"1-15oSEDbe"},{"type":"text","id":"mPf0ZSUjF6","width":278.34265378749365,"height":116,"left":360.82867310625323,"top":401.6982714794103,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"1-15oSEDbe","textType":"item"},{"type":"shape","id":"uAYcRKYkrF","left":475.00000000000017,"top":229.27526970091213,"width":50,"height":50,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"1-15oSEDbe"},{"type":"shape","id":"X_6cMNK_RI","left":360.82867310625323,"top":337.9789972038638,"width":278.34265378749365,"height":55.287239450940525,"viewBox":[278.34265378749365,55.287239450940525],"path":"M 6.910904931367566 0 L 271.4317488561261 0 Q 278.34265378749365 0 278.34265378749365 6.910904931367566 L 278.34265378749365 48.37633451957296 Q 278.34265378749365 55.287239450940525 271.4317488561261 55.287239450940525 L 6.910904931367566 55.287239450940525 Q 0 55.287239450940525 0 48.37633451957296 L 0 6.910904931367566 Q 0 0 6.910904931367566 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemTitle"},"groupId":"1-15oSEDbe"},{"type":"shape","id":"C9Kr2eK0CK","width":119.01700995560606,"height":117.85751638557369,"left":745.4987408246568,"top":195.3465115081255,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"groupId":"VplHZl2-Wz"},{"type":"text","id":"ge7LCmP1Xp","width":278.34265378749365,"height":116,"left":665.835918908713,"top":401.6982714794103,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"VplHZl2-Wz","textType":"item"},{"type":"shape","id":"hyKYXCn5Bf","left":780.0072458024599,"top":229.27526970091213,"width":50,"height":50,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"VplHZl2-Wz"},{"type":"shape","id":"ENxdK6Rgef","left":665.835918908713,"top":337.9789972038638,"width":278.34265378749365,"height":55.287239450940525,"viewBox":[278.34265378749365,55.287239450940525],"path":"M 6.910904931367566 0 L 271.4317488561261 0 Q 278.34265378749365 0 278.34265378749365 6.910904931367566 L 278.34265378749365 48.37633451957296 Q 278.34265378749365 55.287239450940525 271.4317488561261 55.287239450940525 L 6.910904931367566 55.287239450940525 Q 0 55.287239450940525 0 48.37633451957296 L 0 6.910904931367566 Q 0 0 6.910904931367566 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemTitle"},"groupId":"VplHZl2-Wz"},{"type":"shape","id":"M0DtMBjFbh","width":300,"height":8,"left":349.9999999999999,"top":127.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"OwncD-im-7","width":840,"height":92,"left":79.99999999999997,"top":35.05219454329776,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"1eIMGw6L6A","elements":[{"type":"shape","id":"3aELeOOXRH","width":100.9,"height":100,"left":79.50616819735151,"top":201.31620847782244,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":true,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"groupId":"IADaBCp_ue"},{"type":"text","id":"nhN-geuMdj","width":240,"height":140,"left":9.956168197351303,"top":381.06990629477286,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"IADaBCp_ue","textType":"item"},{"type":"shape","id":"xdpYUKs7f0","left":104.95616819735153,"top":226.31620847782244,"width":50,"height":50,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"IADaBCp_ue"},{"type":"shape","id":"FZ7XpY_hSO","left":9.956168197351346,"top":331.06990629477286,"width":240,"height":50,"viewBox":[240,50],"path":"M 6.25 0 L 233.75 0 Q 240 0 240 6.25 L 240 43.75 Q 240 50 233.75 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"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);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemTitle"},"groupId":"IADaBCp_ue"},{"type":"shape","id":"RCQwHL2MU2","width":300,"height":8,"left":349.9999999999999,"top":127.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"t3cs5oOv5P","width":840,"height":92,"left":79.99999999999997,"top":35.05219454329776,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"},{"type":"shape","id":"WhXCXWszwa","width":100.9,"height":100,"left":326.20205606578395,"top":201.31620847782244,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":true,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"groupId":"cRqOrXsr2h"},{"type":"text","id":"N3HlLI1ViB","width":240,"height":140,"left":256.65205606578377,"top":381.06990629477286,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"cRqOrXsr2h","textType":"item"},{"type":"shape","id":"Kfwc9xB7zK","left":351.6520560657839,"top":226.31620847782244,"width":50,"height":50,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"cRqOrXsr2h"},{"type":"shape","id":"VEUDcw0XCw","left":256.6520560657838,"top":331.06990629477286,"width":240,"height":50,"viewBox":[240,50],"path":"M 6.25 0 L 233.75 0 Q 240 0 240 6.25 L 240 43.75 Q 240 50 233.75 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"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);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemTitle"},"groupId":"cRqOrXsr2h"},{"type":"shape","id":"B8WxzGnNpH","width":100.9,"height":100,"left":572.8979439342163,"top":201.31620847782244,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":true,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"groupId":"WAh7S4yBUh"},{"type":"text","id":"jPhjs2SN06","width":240,"height":140,"left":503.34794393421623,"top":381.06990629477286,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"WAh7S4yBUh","textType":"item"},{"type":"shape","id":"kwS_VkC8bT","left":598.3479439342163,"top":226.31620847782244,"width":50,"height":50,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"WAh7S4yBUh"},{"type":"shape","id":"kOqNm9qHXY","left":503.3479439342163,"top":331.06990629477286,"width":240,"height":50,"viewBox":[240,50],"path":"M 6.25 0 L 233.75 0 Q 240 0 240 6.25 L 240 43.75 Q 240 50 233.75 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"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);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemTitle"},"groupId":"WAh7S4yBUh"},{"type":"shape","id":"EphVfmkf0N","width":100.9,"height":100,"left":819.5938318026487,"top":201.31620847782244,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#80937d","fixedRatio":true,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"groupId":"iFFHde8_ni"},{"type":"text","id":"4U171i63qZ","width":240,"height":140,"left":750.0438318026487,"top":381.06990629477286,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"iFFHde8_ni","textType":"item"},{"type":"shape","id":"P8WfjJbrSS","left":845.0438318026487,"top":226.31620847782244,"width":50,"height":50,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"iFFHde8_ni"},{"type":"shape","id":"PpDQDtfKXN","left":750.0438318026487,"top":331.06990629477286,"width":240,"height":50,"viewBox":[240,50],"path":"M 6.25 0 L 233.75 0 Q 240 0 240 6.25 L 240 43.75 Q 240 50 233.75 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"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);\">内容项标题</span></span></strong></p>","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemTitle"},"groupId":"iFFHde8_ni"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"iMwc-Nu0YQ","elements":[{"type":"shape","id":"TOhgQ85oRO","left":8.17788902516405,"top":144.13686143880582,"width":382.9,"height":382.9,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#00000000","fixedRatio":true,"rotate":0,"outline":{"width":2,"color":"#eeece1","style":"solid"},"groupId":"63DmrR2pL2","lock":true},{"type":"image","id":"eBlODKovUv","src":"https://images.pexels.com/photos/9607344/pexels-photo-9607344.jpeg?auto=compress&cs=tinysrgb&w=600","width":281.25,"height":281.25,"left":59.002889025164066,"top":194.96186143880587,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"groupId":"63DmrR2pL2","lock":true,"imageType":"pageFigure"},{"type":"text","id":"YK5okp01Ay","width":483.8782710647345,"height":68,"left":434.5271811648715,"top":231.47254393613133,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"jJ1teWEXco","textType":"item"},{"type":"text","id":"fE3DlcU48T","width":483.87827106473446,"height":42,"left":434.5271811648715,"top":200.5413103403308,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"color: rgb(128, 147, 125);\">内容项标题</span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"jJ1teWEXco","textType":"itemTitle"},{"type":"shape","id":"E93Ns0Pxqr","width":82.93165354330708,"height":82.93123359580052,"left":340.25288902516405,"top":200.5413103403308,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"flipH":false,"flipV":false,"groupId":"jJ1teWEXco"},{"type":"shape","id":"nN4VWoYPl_","left":361.71871579681766,"top":221.99485364741744,"width":40,"height":40,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"jJ1teWEXco"},{"type":"text","id":"31DOALlm5W","width":483.8782710647345,"height":68,"left":434.5271811648715,"top":402.6324125372808,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"HUTLZS7yEY","textType":"item"},{"type":"text","id":"BOKqTPUVTn","width":483.87827106473446,"height":42,"left":434.5271811648715,"top":371.70117894148024,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"color: rgb(128, 147, 125);\">内容项标题</span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"HUTLZS7yEY","textType":"itemTitle"},{"type":"shape","id":"JDTZkCwvnb","width":82.93165354330708,"height":82.93123359580052,"left":340.25288902516405,"top":371.70117894148024,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"flipH":false,"flipV":false,"groupId":"HUTLZS7yEY"},{"type":"shape","id":"MR7I21zkBk","left":361.71871579681766,"top":393.154722248567,"width":40,"height":40,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"HUTLZS7yEY"},{"type":"shape","id":"xZKk6J4S76","width":300,"height":8,"left":349.9999999999999,"top":104.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"eGbFTsZ5Xd","width":840,"height":92,"left":79.99999999999997,"top":12.052194543297759,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"Nq74iQ-XQ1","elements":[{"type":"shape","id":"qXLQAgo9W4","left":8.17788902516405,"top":144.13686143880582,"width":382.9,"height":382.9,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#00000000","fixedRatio":true,"rotate":0,"outline":{"width":2,"color":"#eeece1","style":"solid"},"groupId":"bs37HkdgSp","lock":true},{"type":"image","id":"PrtjtFEUFz","src":"https://images.pexels.com/photos/9607344/pexels-photo-9607344.jpeg?auto=compress&cs=tinysrgb&w=600","width":281.25,"height":281.25,"left":59.002889025164066,"top":194.96186143880587,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"groupId":"bs37HkdgSp","lock":true,"imageType":"pageFigure"},{"type":"text","id":"Ysg1ypvD-y","width":483.8782710647345,"height":68,"left":409.9816938402476,"top":195.35822643345674,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"uAwtMdZ9ln","textType":"item"},{"type":"text","id":"GNU1iUx4j3","width":483.87827106473446,"height":42,"left":409.9816938402476,"top":164.4269928376562,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"color: rgb(128, 147, 125);\">内容项标题</span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"uAwtMdZ9ln","textType":"itemTitle"},{"type":"shape","id":"kc2UyMkEg2","width":82.93165354330708,"height":82.93123359580052,"left":315.7074017005402,"top":164.4269928376562,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"flipH":false,"flipV":false,"groupId":"uAwtMdZ9ln"},{"type":"shape","id":"6La_0OWhUb","left":337.1732284721938,"top":185.88053614474285,"width":40,"height":40,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"uAwtMdZ9ln"},{"type":"text","id":"EfSFma4Wrr","width":483.8782710647345,"height":68,"left":457.11883991010137,"top":327.51809503460623,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"mEILNp9K57","textType":"item"},{"type":"text","id":"UwXjNY7w0M","width":483.87827106473446,"height":42,"left":457.11883991010137,"top":296.5868614388058,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"color: rgb(128, 147, 125);\">内容项标题</span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"mEILNp9K57","textType":"itemTitle"},{"type":"shape","id":"EPsxN70rWi","width":82.93165354330708,"height":82.93123359580052,"left":362.84454777039394,"top":296.5868614388058,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"flipH":false,"flipV":false,"groupId":"mEILNp9K57"},{"type":"shape","id":"sNl8s7BCJE","left":384.31037454204755,"top":318.04040474589243,"width":40,"height":40,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"mEILNp9K57"},{"type":"text","id":"dkN1StV8X_","width":483.8782710647345,"height":68,"left":409.9816938402476,"top":459.67796363575604,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"1G7Ufq1m01","textType":"item"},{"type":"text","id":"eGx00_rdIh","width":483.87827106473446,"height":42,"left":409.9816938402476,"top":428.7467300399555,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"color: rgb(128, 147, 125);\">内容项标题</span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"1G7Ufq1m01","textType":"itemTitle"},{"type":"shape","id":"5bb8EPMvCX","width":82.93165354330708,"height":82.93123359580052,"left":315.7074017005402,"top":428.7467300399555,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"flipH":false,"flipV":false,"groupId":"1G7Ufq1m01"},{"type":"shape","id":"_4eOEMejo0","left":337.1732284721938,"top":450.20027334704224,"width":40,"height":40,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"1G7Ufq1m01"},{"type":"shape","id":"vF7uGEFGLV","width":300,"height":8,"left":349.9999999999999,"top":104.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"gygMXAi73R","width":840,"height":92,"left":79.99999999999997,"top":12.052194543297759,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false,"textType":"title"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"uIiAg6btGV","elements":[{"type":"shape","id":"OvZezzZ3ew","left":8.17788902516405,"top":143.13686143880582,"width":382.9,"height":382.9,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#00000000","fixedRatio":true,"rotate":0,"outline":{"width":2,"color":"#eeece1","style":"solid"},"groupId":"j4SdYbHgIU","lock":true},{"type":"image","id":"DcsjQBP3SU","src":"https://images.pexels.com/photos/9607344/pexels-photo-9607344.jpeg?auto=compress&cs=tinysrgb&w=600","width":281.25,"height":281.25,"left":59.002889025164066,"top":193.96186143880587,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"groupId":"j4SdYbHgIU","lock":true,"imageType":"pageFigure"},{"type":"text","id":"DEDDIt9y-V","width":514.1813013677648,"height":68,"left":384.2597072069822,"top":174.06809503460636,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"cDs-mrTrkE","textType":"item"},{"type":"text","id":"xzSoN8HFO-","width":514.1813013677647,"height":40,"left":384.2597072069822,"top":143.13686143880582,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(128, 147, 125);\">内容项标题</span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"cDs-mrTrkE","textType":"itemTitle"},{"type":"shape","id":"5WDftFCs5l","width":70,"height":70,"left":308.88921988235836,"top":148.43989174183613,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":true,"rotate":0,"flipH":false,"flipV":false,"groupId":"cDs-mrTrkE"},{"type":"shape","id":"_etpYiDCZz","left":328.88921988235836,"top":168.43989174183613,"width":30,"height":30,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"cDs-mrTrkE"},{"type":"shape","id":"4uUwjxRfsp","width":300,"height":8,"left":349.9999999999999,"top":104.05219454329776,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":false,"rotate":0,"text":{"content":"","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":true,"lock":true},{"type":"text","id":"wWwOXz0tg-","width":840,"height":92,"left":79.99999999999997,"top":11.052194543297759,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></span></strong></p>","vertical":false},{"type":"text","id":"Hb0jzIhll2","width":514.1813013677648,"height":68,"left":434.2597072069822,"top":275.734761701273,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"kJfmAz20G7","textType":"item"},{"type":"text","id":"BrQ7F6Fa3h","width":514.1813013677647,"height":40,"left":434.2597072069822,"top":244.80352810547257,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(128, 147, 125);\">内容项标题</span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"kJfmAz20G7","textType":"itemTitle"},{"type":"shape","id":"jNT6k7nG1U","width":70,"height":70,"left":358.88921988235836,"top":250.10655840850288,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":true,"rotate":0,"flipH":false,"flipV":false,"groupId":"kJfmAz20G7"},{"type":"shape","id":"pn1wOaKaVb","left":378.88921988235836,"top":270.1065584085028,"width":30,"height":30,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"kJfmAz20G7"},{"type":"text","id":"fTauarzC2V","width":514.1813013677648,"height":68,"left":434.2597072069822,"top":377.4014283679396,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"bVfjsgh9yx","textType":"item"},{"type":"text","id":"9Ppsib5qNB","width":514.1813013677647,"height":40,"left":434.2597072069822,"top":346.47019477213917,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(128, 147, 125);\">内容项标题</span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"bVfjsgh9yx","textType":"itemTitle"},{"type":"shape","id":"03EqjB5sao","width":70,"height":70,"left":358.88921988235836,"top":351.7732250751695,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":true,"rotate":0,"flipH":false,"flipV":false,"groupId":"bVfjsgh9yx"},{"type":"shape","id":"zWYGb0ju8z","left":378.88921988235836,"top":371.7732250751694,"width":30,"height":30,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"bVfjsgh9yx"},{"type":"text","id":"hToB3NKoW1","width":514.1813013677648,"height":68,"left":384.2597072069821,"top":479.06809503460624,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><span style=\"color: rgb(36, 36, 36);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","vertical":false,"groupId":"t8CXZ2s1NC","textType":"item"},{"type":"text","id":"fP-rC2WmBR","width":514.1813013677647,"height":40,"left":384.2597072069821,"top":448.1368614388058,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"\"><strong><span style=\"font-size: 20px;\"><span style=\"color: rgb(128, 147, 125);\">内容项标题</span></span></strong></p>","lineHeight":1,"vertical":false,"groupId":"t8CXZ2s1NC","textType":"itemTitle"},{"type":"shape","id":"a8uaxcCvy6","width":70,"height":70,"left":308.88921988235825,"top":453.4398917418361,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#d7a89a","fixedRatio":true,"rotate":0,"flipH":false,"flipV":false,"groupId":"t8CXZ2s1NC"},{"type":"shape","id":"vyCEVXCkEF","left":328.88921988235825,"top":473.43989174183605,"width":30,"height":30,"viewBox":[1024,1024],"path":"M491.70164031 97.48884502a25.89076502 25.89076502 0 0 1 40.59671938 0L745.66415762 367.01171317a25.89076502 25.89076502 0 0 0 30.49932208 7.72839349l208.00640948-89.14190458a25.89076502 25.89076502 0 0 1 35.56096592 29.06238339l-115.18801541 554.96855704A103.56306132 103.56306132 0 0 1 803.14165689 952.14301275H220.85834311a103.56306132 103.56306132 0 0 1-101.4011828-82.51387024l-115.18801541-554.96855704a25.89076502 25.89076502 0 0 1 35.54802012-29.06238339l208.01935528 89.14190458a25.89076502 25.89076502 0 0 0 30.49932208-7.72839349l213.36579793-269.52286815z","fill":"#ffffff","fixedRatio":true,"rotate":0,"special":true,"groupId":"t8CXZ2s1NC"}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"content"},{"id":"4M2DexJk6w","elements":[{"type":"shape","id":"BKWWItBw5h","left":40.1515151515152,"top":45.901515151515156,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(128, 147, 125)","fixedRatio":true,"rotate":45,"groupId":"_e61M6y11H"},{"type":"shape","id":"i9_ze2Cf-3","left":55.45454545454551,"top":45.901515151515156,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00000000","fixedRatio":true,"rotate":45,"outline":{"width":2,"color":"rgb(128, 147, 125)","style":"solid"},"groupId":"_e61M6y11H"},{"type":"text","id":"0jTTqqnaGK","left":115.15151515151516,"top":31.901515151515156,"width":764.3939393939394,"height":68,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"image","id":"8U7Cd5Mdzf","src":"https://images.pexels.com/photos/2187322/pexels-photo-2187322.jpeg?auto=compress&cs=tinysrgb&w=600","width":268.68686868686865,"height":403.03030303030295,"left":698.3585858585859,"top":128.97727272727278,"fixedRatio":true,"rotate":0,"filters":{"opacity":"45%"},"lock":true,"imageType":"pageFigure"},{"type":"line","id":"arlOaUzG5P","left":32.95454545454551,"top":128.97727272727278,"start":[0,0],"end":[934.090909090909,0],"points":["",""],"color":"rgb(221, 182, 170)","style":"solid","width":8,"lock":true},{"type":"text","id":"nr4N50NbFk","left":60.1515151515152,"top":150.88440997860636,"width":614.0365577483014,"height":68,"content":"<p style=\"text-align: right;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"68d2CBi_oy","left":32.867243904053296,"top":528.8560606060606,"start":[0,0],"end":[934.090909090909,0],"points":["",""],"color":"rgb(221, 182, 170)","style":"solid","width":8,"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"1vOL-7_pjh","elements":[{"type":"shape","id":"Ng9l8ehz0i","left":903.4581529949623,"top":45.901515151515156,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(128, 147, 125)","fixedRatio":true,"rotate":45,"groupId":"I_JzvdZcyS"},{"type":"shape","id":"aLGmQ7K80A","left":918.7611832979926,"top":45.901515151515156,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00000000","fixedRatio":true,"rotate":45,"outline":{"width":2,"color":"rgb(128, 147, 125)","style":"solid"},"groupId":"I_JzvdZcyS"},{"type":"text","id":"_-AqfdQCfi","left":115.15151515151516,"top":31.901515151515156,"width":764.3939393939394,"height":68,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 32px;\"><span style=\"color: rgb(128, 147, 125);\">在此输入标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"image","id":"0EQVnCJT5g","src":"https://images.pexels.com/photos/2187322/pexels-photo-2187322.jpeg?auto=compress&cs=tinysrgb&w=600","width":268.68686868686865,"height":403.03030303030295,"left":33.44949494949503,"top":128.97727272727278,"fixedRatio":true,"rotate":0,"filters":{"opacity":"45%"},"lock":true,"imageType":"pageFigure"},{"type":"line","id":"m_zcvPLtLp","left":32.95454545454551,"top":128.97727272727278,"start":[0,0],"end":[934.090909090909,0],"points":["",""],"color":"rgb(221, 182, 170)","style":"solid","width":8,"lock":true},{"type":"text","id":"lMmmn2X5Fu","left":317.72727272727275,"top":150.88440997860636,"width":614.0365577483014,"height":68,"content":"<p style=\"\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"QTCYGk_ddh","left":32.867243904053296,"top":528.8560606060606,"start":[0,0],"end":[934.090909090909,0],"points":["",""],"color":"rgb(221, 182, 170)","style":"solid","width":8,"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"snHHmro6IP","elements":[{"type":"shape","id":"6Zt3YsYCTB","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"pBbQ8oYD6N","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"p5B34O5GDq","width":882.632502965599,"height":101,"left":58.6837485172005,"top":205.27864451107303,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 54px;\"><span style=\"color: rgb(128, 147, 125);\">谢谢聆听</span></span></strong></p>","vertical":false},{"type":"text","id":"BMlVqan08_","width":519.5333333333333,"height":60.046875,"left":240.23333333333335,"top":130.14282325029654,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 26.7px;\"><span style=\"\"><span style=\"color: rgb(128, 147, 125);\">商务汇报|工作总结|工作计划</span></span></span></strong></p>","vertical":false,"wordSpace":5},{"type":"shape","id":"UsnXB5cEVr","width":260,"height":44,"left":370,"top":373.5,"viewBox":[260,44],"path":"M 5.5 0 L 254.5 0 Q 260 0 260 5.5 L 260 38.5 Q 260 44 254.5 44 L 5.5 44 Q 0 44 0 38.5 L 0 5.5 Q 0 0 5.5 0 Z","fill":"#ddb6aa","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><em><span style=\"font-size: 16px;\"><span style=\"color: #ffffff;\">演讲人:XXX</span></span></em></p>","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"X81rQY2105","width":621.9931198102015,"height":56,"left":189.00344009489925,"top":296.33083905437076,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(128, 147, 125);\">THANKS</span></span></p>","vertical":false}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"end"},{"id":"p6JYHJVH7x","elements":[{"type":"shape","id":"Ji6RvFUfDv","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"L6GovsFOJZ","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"RvF2vUyyQO","width":537.9355332686293,"height":101,"left":231.03223336568533,"top":175.1393222555365,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 54px;\"><span style=\"color: rgb(128, 147, 125);\">感谢</span><span style=\"color: rgba(221,182,170,1);\">你的</span><span style=\"color: rgb(128, 147, 125);\">观看</span></span></strong></p>","vertical":false},{"type":"shape","id":"EK1BbhEeIG","width":204.6969696969697,"height":44,"left":286.96969696969694,"top":348.3606777444635,"viewBox":[204.6969696969697,44],"path":"M 5.5 0 L 199.1969696969697 0 Q 204.6969696969697 0 204.6969696969697 5.5 L 204.6969696969697 38.5 Q 204.6969696969697 44 199.1969696969697 44 L 5.5 44 Q 0 44 0 38.5 L 0 5.5 Q 0 0 5.5 0 Z","fill":"#ddb6aa","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><em><span style=\"font-size: 16px;\"><span style=\"color: #ffffff;\">演讲人:XXX</span></span></em></p>","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"zNAV9bxpMu","width":378.05372587080757,"height":62,"left":310.9731370645962,"top":266.19151679883424,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><em><span style=\"font-size: 28px;\"><span style=\"color: rgb(128, 147, 125);\">-THANKS-</span></span></em></p>","vertical":false},{"type":"shape","id":"tMdYWPT-xI","width":204.6969696969697,"height":44,"left":508.3333333333333,"top":348.3606777444635,"viewBox":[204.6969696969697,44],"path":"M 5.5 0 L 199.1969696969697 0 Q 204.6969696969697 0 204.6969696969697 5.5 L 204.6969696969697 38.5 Q 204.6969696969697 44 199.1969696969697 44 L 5.5 44 Q 0 44 0 38.5 L 0 5.5 Q 0 0 5.5 0 Z","fill":"#ddb6aa","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><em><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 255, 255);\">日期:XXX</span></span></em></p>","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"pathFormula":"roundRect","keypoints":[0.125]}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"end"},{"id":"AkwgSfHBMH","elements":[{"type":"shape","id":"7Oq5nnioV6","left":855,"top":417.5,"width":290,"height":290,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(223, 231, 192)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"QzU4pHvr-5","left":-165,"top":-165,"width":330,"height":330,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(221, 182, 170)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"lcB_gpxoyj","width":882.6,"height":101,"left":58.7,"top":179.7212121212121,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 54px;\"><span style=\"color: rgb(128, 147, 125);\">谢谢聆听</span></span></strong></p>","vertical":false},{"type":"text","id":"ozLSmyxe8k","width":621.9931198102015,"height":56,"left":189.00344009489928,"top":270.7712121212121,"rotate":0,"defaultFontName":"","defaultColor":"#333","content":"<p style=\"text-align: center;\"><em><span style=\"font-size: 24px;\"><span style=\"color: rgb(128, 147, 125);\">-THANKS-</span></span></em></p>","vertical":false},{"type":"shape","id":"DKj_OyEVR6","left":189.00344009489925,"top":21.060606060606062,"width":793.1818181818182,"height":31.363636363636363,"viewBox":[793.1818181818182,31.363636363636363],"path":"M 793.1818181818182 15.681818181818182 L 785.6015823257203 0 L 0 0 L 7.58023585609795 15.681818181818182 L 0 31.363636363636363 L 785.6015823257203 31.363636363636363 Z","fill":"rgb(221, 182, 170)","fixedRatio":false,"rotate":0,"pathFormula":"indicator","keypoints":[0.009556744345796842],"flipH":false,"lock":true},{"type":"shape","id":"uWXgjOtc5M","left":28.814741723282523,"top":509.8484848484848,"width":793.1818181818182,"height":31.363636363636363,"viewBox":[793.1818181818182,31.363636363636363],"path":"M 793.1818181818182 15.681818181818182 L 785.6015823257203 0 L 0 0 L 7.58023585609795 15.681818181818182 L 0 31.363636363636363 L 785.6015823257203 31.363636363636363 Z","fill":"rgb(223, 231, 192)","fixedRatio":false,"rotate":0,"pathFormula":"indicator","keypoints":[0.009556744345796842],"flipH":true,"lock":true},{"type":"shape","id":"lPji2WHTUl","width":260,"height":44,"left":370,"top":338.77878787878785,"viewBox":[260,44],"path":"M 5.5 0 L 254.5 0 Q 260 0 260 5.5 L 260 38.5 Q 260 44 254.5 44 L 5.5 44 Q 0 44 0 38.5 L 0 5.5 Q 0 0 5.5 0 Z","fill":"#ddb6aa","fixedRatio":false,"rotate":0,"text":{"content":"<p style=\"text-align: center;\"><em><span style=\"font-size: 16px;\"><span style=\"color: #ffffff;\">演讲人:XXX</span></span></em></p>","defaultFontName":"","defaultColor":"#333","align":"middle"},"flipH":false,"flipV":false,"pathFormula":"roundRect","keypoints":[0.125]}],"background":{"type":"solid","color":"#FFFFFF"},"remark":"","type":"end"}]}