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.
- package/LICENSE +661 -0
- package/README.md +31 -0
- package/dist/InnerApp-Cw-WNV5d.js +96942 -0
- package/dist/favicon.ico +0 -0
- package/dist/imgs/template_1.webp +0 -0
- package/dist/imgs/template_2.webp +0 -0
- package/dist/imgs/template_3.webp +0 -0
- package/dist/imgs/template_4.webp +0 -0
- package/dist/imgs/template_5.webp +0 -0
- package/dist/imgs/template_6.webp +0 -0
- package/dist/imgs/template_7.webp +0 -0
- package/dist/imgs/template_8.webp +0 -0
- package/dist/index-Bp6Exf0_.js +166 -0
- package/dist/index-lXMdfvq4.js +8 -0
- package/dist/lib-CcU3sBPZ.js +1907 -0
- package/dist/logo.png +0 -0
- package/dist/lt-ppt.css +7 -0
- package/dist/lt-ppt.es.js +5 -0
- package/dist/lt-ppt.umd.js +461 -0
- package/dist/mocks/AIPPT.json +475 -0
- package/dist/mocks/AIPPT_Outline.md +69 -0
- package/dist/mocks/imgs.json +482 -0
- package/dist/mocks/slides.json +184 -0
- package/dist/mocks/template_1.json +1 -0
- package/dist/mocks/template_2.json +1 -0
- package/dist/mocks/template_3.json +1 -0
- package/dist/mocks/template_4.json +1 -0
- package/dist/mocks/template_5.json +1 -0
- package/dist/mocks/template_6.json +1 -0
- package/dist/mocks/template_7.json +1 -0
- package/dist/mocks/template_8.json +1 -0
- package/dist/pinia-CVat9nJz.js +4417 -0
- package/dist/screen-B0Lx73x7.js +12797 -0
- package/dist/tippy.esm-Dos-q4Dz.js +1711 -0
- package/dist/types/lib.d.ts +2 -0
- package/dist/types/src/InnerApp.vue.d.ts +10 -0
- package/dist/types/src/LtPPT.vue.d.ts +22 -0
- package/dist/types/src/components/Button.vue.d.ts +28 -0
- package/dist/types/src/components/ButtonGroup.vue.d.ts +16 -0
- package/dist/types/src/components/Checkbox.vue.d.ts +19 -0
- package/dist/types/src/components/CheckboxButton.vue.d.ts +16 -0
- package/dist/types/src/components/ColorButton.vue.d.ts +5 -0
- package/dist/types/src/components/ColorListButton.vue.d.ts +5 -0
- package/dist/types/src/components/ColorPicker/Alpha.vue.d.ts +12 -0
- package/dist/types/src/components/ColorPicker/Checkboard.vue.d.ts +11 -0
- package/dist/types/src/components/ColorPicker/EditableInput.vue.d.ts +10 -0
- package/dist/types/src/components/ColorPicker/Hue.vue.d.ts +13 -0
- package/dist/types/src/components/ColorPicker/Saturation.vue.d.ts +13 -0
- package/dist/types/src/components/ColorPicker/index.vue.d.ts +11 -0
- package/dist/types/src/components/Contextmenu/MenuContent.vue.d.ts +7 -0
- package/dist/types/src/components/Contextmenu/index.vue.d.ts +9 -0
- package/dist/types/src/components/Contextmenu/types.d.ts +13 -0
- package/dist/types/src/components/Divider.vue.d.ts +9 -0
- package/dist/types/src/components/Drawer.vue.d.ts +24 -0
- package/dist/types/src/components/FileInput.vue.d.ts +20 -0
- package/dist/types/src/components/FullscreenSpin.vue.d.ts +11 -0
- package/dist/types/src/components/GradientBar.vue.d.ts +15 -0
- package/dist/types/src/components/ImageWaterfallViewer.vue.d.ts +35 -0
- package/dist/types/src/components/Input.vue.d.ts +41 -0
- package/dist/types/src/components/LaTeXEditor/FormulaContent.vue.d.ts +7 -0
- package/dist/types/src/components/LaTeXEditor/SymbolContent.vue.d.ts +5 -0
- package/dist/types/src/components/LaTeXEditor/hfmath.d.ts +2 -0
- package/dist/types/src/components/LaTeXEditor/index.vue.d.ts +73 -0
- package/dist/types/src/components/LanguageSwitch.vue.d.ts +2 -0
- package/dist/types/src/components/Message.vue.d.ts +23 -0
- package/dist/types/src/components/Modal.vue.d.ts +32 -0
- package/dist/types/src/components/MoveablePanel.vue.d.ts +41 -0
- package/dist/types/src/components/NumberInput.vue.d.ts +38 -0
- package/dist/types/src/components/OutlineEditor.vue.d.ts +9 -0
- package/dist/types/src/components/Popover.vue.d.ts +38 -0
- package/dist/types/src/components/PopoverMenuItem.vue.d.ts +18 -0
- package/dist/types/src/components/RadioButton.vue.d.ts +15 -0
- package/dist/types/src/components/RadioGroup.vue.d.ts +19 -0
- package/dist/types/src/components/Select.vue.d.ts +143 -0
- package/dist/types/src/components/SelectCustom.vue.d.ts +20 -0
- package/dist/types/src/components/SelectGroup.vue.d.ts +9 -0
- package/dist/types/src/components/Slider.vue.d.ts +22 -0
- package/dist/types/src/components/Switch.vue.d.ts +12 -0
- package/dist/types/src/components/Tabs.vue.d.ts +26 -0
- package/dist/types/src/components/TextArea.vue.d.ts +29 -0
- package/dist/types/src/components/TextColorButton.vue.d.ts +12 -0
- package/dist/types/src/components/WritingBoard.vue.d.ts +32 -0
- package/dist/types/src/configs/animation.d.ts +34 -0
- package/dist/types/src/configs/chart.d.ts +4 -0
- package/dist/types/src/configs/element.d.ts +2 -0
- package/dist/types/src/configs/font.d.ts +4 -0
- package/dist/types/src/configs/hotkey.d.ts +41 -0
- package/dist/types/src/configs/imageClip.d.ts +25 -0
- package/dist/types/src/configs/latex.d.ts +11 -0
- package/dist/types/src/configs/lines.d.ts +16 -0
- package/dist/types/src/configs/mime.d.ts +1 -0
- package/dist/types/src/configs/shapes.d.ts +26 -0
- package/dist/types/src/configs/storage.d.ts +1 -0
- package/dist/types/src/configs/symbol.d.ts +5 -0
- package/dist/types/src/configs/theme.d.ts +11 -0
- package/dist/types/src/directive/clickOutside.d.ts +3 -0
- package/dist/types/src/directive/contextmenu.d.ts +3 -0
- package/dist/types/src/directive/index.d.ts +5 -0
- package/dist/types/src/directive/loading.d.ts +3 -0
- package/dist/types/src/directive/tooltip.d.ts +3 -0
- package/dist/types/src/hooks/useAIPPT.d.ts +14 -0
- package/dist/types/src/hooks/useAddSlidesOrElements.d.ts +6 -0
- package/dist/types/src/hooks/useAlignActiveElement.d.ts +5 -0
- package/dist/types/src/hooks/useAlignElementToCanvas.d.ts +5 -0
- package/dist/types/src/hooks/useCombineElement.d.ts +6 -0
- package/dist/types/src/hooks/useCopyAndPasteElement.d.ts +7 -0
- package/dist/types/src/hooks/useCreateElement.d.ts +36 -0
- package/dist/types/src/hooks/useDeleteElement.d.ts +5 -0
- package/dist/types/src/hooks/useExport.d.ts +11 -0
- package/dist/types/src/hooks/useGlobalHotkey.d.ts +2 -0
- package/dist/types/src/hooks/useHideElement.d.ts +6 -0
- package/dist/types/src/hooks/useHistorySnapshot.d.ts +6 -0
- package/dist/types/src/hooks/useImport.d.ts +15 -0
- package/dist/types/src/hooks/useLink.d.ts +6 -0
- package/dist/types/src/hooks/useLoadSlides.d.ts +4 -0
- package/dist/types/src/hooks/useLockElement.d.ts +6 -0
- package/dist/types/src/hooks/useMoveElement.d.ts +4 -0
- package/dist/types/src/hooks/useOrderElement.d.ts +6 -0
- package/dist/types/src/hooks/usePasteDataTransfer.d.ts +7 -0
- package/dist/types/src/hooks/usePasteEvent.d.ts +2 -0
- package/dist/types/src/hooks/usePasteTextClipboardData.d.ts +8 -0
- package/dist/types/src/hooks/useScaleCanvas.d.ts +7 -0
- package/dist/types/src/hooks/useScreening.d.ts +6 -0
- package/dist/types/src/hooks/useSearch.d.ts +44 -0
- package/dist/types/src/hooks/useSectionHandler.d.ts +8 -0
- package/dist/types/src/hooks/useSelectElement.d.ts +5 -0
- package/dist/types/src/hooks/useShapeFormatPainter.d.ts +4 -0
- package/dist/types/src/hooks/useSlideBackgroundStyle.d.ts +21 -0
- package/dist/types/src/hooks/useSlideHandler.d.ts +16 -0
- package/dist/types/src/hooks/useSlideTheme.d.ts +14 -0
- package/dist/types/src/hooks/useTextFormatPainter.d.ts +4 -0
- package/dist/types/src/hooks/useUniformDisplayElement.d.ts +6 -0
- package/dist/types/src/lib.d.ts +5 -0
- package/dist/types/src/locales/en.d.ts +859 -0
- package/dist/types/src/locales/index.d.ts +1753 -0
- package/dist/types/src/locales/zh-CN.d.ts +887 -0
- package/dist/types/src/services/axios.d.ts +2 -0
- package/dist/types/src/services/fetch.d.ts +2 -0
- package/dist/types/src/services/index.d.ts +36 -0
- package/dist/types/src/store/index.d.ts +6 -0
- package/dist/types/src/store/keyboard.d.ts +16 -0
- package/dist/types/src/store/main.d.ts +915 -0
- package/dist/types/src/store/screen.d.ts +6 -0
- package/dist/types/src/store/slides.d.ts +1559 -0
- package/dist/types/src/store/snapshot.d.ts +21 -0
- package/dist/types/src/types/AIPPT.d.ts +36 -0
- package/dist/types/src/types/edit.d.ts +111 -0
- package/dist/types/src/types/export.d.ts +1 -0
- package/dist/types/src/types/injectKey.d.ts +10 -0
- package/dist/types/src/types/lt-ppt.d.ts +30 -0
- package/dist/types/src/types/mobile.d.ts +1 -0
- package/dist/types/src/types/slides.d.ts +732 -0
- package/dist/types/src/types/toolbar.d.ts +9 -0
- package/dist/types/src/utils/clipboard.d.ts +9 -0
- package/dist/types/src/utils/common.d.ts +18 -0
- package/dist/types/src/utils/crypto.d.ts +10 -0
- package/dist/types/src/utils/database.d.ts +17 -0
- package/dist/types/src/utils/element.d.ts +94 -0
- package/dist/types/src/utils/emitter.d.ts +23 -0
- package/dist/types/src/utils/font.d.ts +1 -0
- package/dist/types/src/utils/fonts.d.ts +5 -0
- package/dist/types/src/utils/fullscreen.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/format.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/index.d.ts +4 -0
- package/dist/types/src/utils/htmlParser/lexer.d.ts +2 -0
- package/dist/types/src/utils/htmlParser/parser.d.ts +15 -0
- package/dist/types/src/utils/htmlParser/stringify.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/tags.d.ts +4 -0
- package/dist/types/src/utils/htmlParser/types.d.ts +55 -0
- package/dist/types/src/utils/iframe-sdk/index.d.ts +52 -0
- package/dist/types/src/utils/iframe-sdk/types.d.ts +30 -0
- package/dist/types/src/utils/image.d.ts +32 -0
- package/dist/types/src/utils/message.d.ts +28 -0
- package/dist/types/src/utils/print.d.ts +7 -0
- package/dist/types/src/utils/prosemirror/commands/replaceText.d.ts +2 -0
- package/dist/types/src/utils/prosemirror/commands/setListStyle.d.ts +4 -0
- package/dist/types/src/utils/prosemirror/commands/setTextAlign.d.ts +5 -0
- package/dist/types/src/utils/prosemirror/commands/setTextIndent.d.ts +3 -0
- package/dist/types/src/utils/prosemirror/commands/toggleList.d.ts +8 -0
- package/dist/types/src/utils/prosemirror/index.d.ts +4 -0
- package/dist/types/src/utils/prosemirror/plugins/index.d.ts +10 -0
- package/dist/types/src/utils/prosemirror/plugins/inputrules.d.ts +7 -0
- package/dist/types/src/utils/prosemirror/plugins/keymap.d.ts +3 -0
- package/dist/types/src/utils/prosemirror/plugins/placeholder.d.ts +2 -0
- package/dist/types/src/utils/prosemirror/schema/index.d.ts +24 -0
- package/dist/types/src/utils/prosemirror/schema/marks.d.ts +17 -0
- package/dist/types/src/utils/prosemirror/schema/nodes.d.ts +11 -0
- package/dist/types/src/utils/prosemirror/utils.d.ts +69 -0
- package/dist/types/src/utils/selection.d.ts +1 -0
- package/dist/types/src/utils/svg2Base64.d.ts +1 -0
- package/dist/types/src/utils/svgPathParser.d.ts +120 -0
- package/dist/types/src/utils/textParser.d.ts +5 -0
- package/dist/types/src/views/Editor/AIPPTDialog.vue.d.ts +111 -0
- package/dist/types/src/views/Editor/Canvas/AlignmentLine.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/EditableElement.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/ElementCreateSelection.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/GridLines.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/LinkDialog.vue.d.ts +115 -0
- package/dist/types/src/views/Editor/Canvas/MouseSelection.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/BorderLine.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/CommonElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ImageElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/LineElementOperate.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/Operate/LinkHandler.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/Operate/MultiSelectOperate.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ResizeHandler.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/RotateHandler.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ShapeElementOperate.vue.d.ts +16 -0
- package/dist/types/src/views/Editor/Canvas/Operate/TableElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/TextElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/index.vue.d.ts +16 -0
- package/dist/types/src/views/Editor/Canvas/Ruler.vue.d.ts +13 -0
- package/dist/types/src/views/Editor/Canvas/ShapeCreateCanvas.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/ViewportBackground.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useCommonOperate.d.ts +89 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDragElement.d.ts +7 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDragLineElement.d.ts +7 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDrop.d.ts +3 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useInsertFromCreateSelection.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useMouseSelection.d.ts +24 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useMoveShapeKeypoint.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useRotateElement.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useScaleElement.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useSelectElement.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useViewportSize.d.ts +11 -0
- package/dist/types/src/views/Editor/Canvas/index.vue.d.ts +5 -0
- package/dist/types/src/views/Editor/CanvasTool/ChartPool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/LinePool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/MediaInput.vue.d.ts +22 -0
- package/dist/types/src/views/Editor/CanvasTool/ShapeItemThumbnail.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/CanvasTool/ShapePool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/TableGenerator.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/CanvasTool/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/EditorHeader/HotkeyDoc.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/EditorHeader/index.vue.d.ts +4 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportImage.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportJSON.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPDF.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPDF2.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPPTX.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportSpecificFile.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/ExportDialog/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/ImageLibPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/MarkupPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/NotesPanel.vue.d.ts +57 -0
- package/dist/types/src/views/Editor/Remark/Editor.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Remark/index.vue.d.ts +35 -0
- package/dist/types/src/views/Editor/SearchPanel.vue.d.ts +111 -0
- package/dist/types/src/views/Editor/SelectPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/SymbolPanel.vue.d.ts +4 -0
- package/dist/types/src/views/Editor/Thumbnails/Templates.vue.d.ts +17 -0
- package/dist/types/src/views/Editor/Thumbnails/index.vue.d.ts +91 -0
- package/dist/types/src/views/Editor/Toolbar/ElementAnimationPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementPositionPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/AudioStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ChartDataEditor.vue.d.ts +19 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ThemeColorsSetting.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/LineStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/TableStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/TextStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/VideoStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/MultiPositionPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/MultiStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/SlideAnimationPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/ThemeColorsSetting.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/ThemeStylesExtract.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementColorMask.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementFilter.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementFlip.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementOpacity.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementOutline.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementShadow.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/RichTextBase.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/SVGLine.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Toolbar/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/index.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/ElementToolbar.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/Header.vue.d.ts +6 -0
- package/dist/types/src/views/Mobile/MobileEditor/MobileEditableElement.vue.d.ts +8 -0
- package/dist/types/src/views/Mobile/MobileEditor/MobileOperate.vue.d.ts +12 -0
- package/dist/types/src/views/Mobile/MobileEditor/SlideToolbar.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/index.vue.d.ts +9 -0
- package/dist/types/src/views/Mobile/MobilePlayer.vue.d.ts +6 -0
- package/dist/types/src/views/Mobile/MobilePreview.vue.d.ts +8 -0
- package/dist/types/src/views/Mobile/MobileThumbnails.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/index.vue.d.ts +2 -0
- package/dist/types/src/views/Screen/BaseView.vue.d.ts +5 -0
- package/dist/types/src/views/Screen/BottomThumbnails.vue.d.ts +4 -0
- package/dist/types/src/views/Screen/CountdownTimer.vue.d.ts +13 -0
- package/dist/types/src/views/Screen/PresenterView.vue.d.ts +8 -0
- package/dist/types/src/views/Screen/ScreenElement.vue.d.ts +10 -0
- package/dist/types/src/views/Screen/ScreenSlide.vue.d.ts +10 -0
- package/dist/types/src/views/Screen/ScreenSlideList.vue.d.ts +9 -0
- package/dist/types/src/views/Screen/SlideThumbnails.vue.d.ts +9 -0
- package/dist/types/src/views/Screen/WritingBoardTool.vue.d.ts +77 -0
- package/dist/types/src/views/Screen/hooks/useExecPlay.d.ts +20 -0
- package/dist/types/src/views/Screen/hooks/useFullscreen.d.ts +5 -0
- package/dist/types/src/views/Screen/hooks/useSlideSize.d.ts +6 -0
- package/dist/types/src/views/Screen/hooks/useSlidesWithTurningMode.d.ts +14 -0
- package/dist/types/src/views/Screen/index.vue.d.ts +2 -0
- package/dist/types/src/views/components/ThumbnailSlide/ThumbnailElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/ThumbnailSlide/index.vue.d.ts +10 -0
- package/dist/types/src/views/components/element/AudioElement/AudioPlayer.vue.d.ts +17 -0
- package/dist/types/src/views/components/element/AudioElement/BaseAudioElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/AudioElement/ScreenAudioElement.vue.d.ts +39 -0
- package/dist/types/src/views/components/element/AudioElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ChartElement/BaseChartElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/element/ChartElement/Chart.vue.d.ts +15 -0
- package/dist/types/src/views/components/element/ChartElement/chartOption.d.ts +15 -0
- package/dist/types/src/views/components/element/ChartElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ElementOutline.vue.d.ts +8 -0
- package/dist/types/src/views/components/element/ImageElement/BaseImageElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ImageElement/ImageClipHandler.vue.d.ts +18 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImageEllipseOutline.vue.d.ts +8 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImagePolygonOutline.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImageRectOutline.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/index.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ImageElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ImageElement/useClipImage.d.ts +19 -0
- package/dist/types/src/views/components/element/ImageElement/useFilter.d.ts +6 -0
- package/dist/types/src/views/components/element/LatexElement/BaseLatexElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/LatexElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/LineElement/BaseLineElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/LineElement/LinePointMarker.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/LineElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ProsemirrorEditor.vue.d.ts +33 -0
- package/dist/types/src/views/components/element/ShapeElement/BaseShapeElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ShapeElement/GradientDefs.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/ShapeElement/PatternDefs.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ShapeElement/index.vue.d.ts +68 -0
- package/dist/types/src/views/components/element/TableElement/BaseTableElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/CustomTextarea.vue.d.ts +15 -0
- package/dist/types/src/views/components/element/TableElement/EditableTable.vue.d.ts +22 -0
- package/dist/types/src/views/components/element/TableElement/StaticTable.vue.d.ts +14 -0
- package/dist/types/src/views/components/element/TableElement/index.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/TableElement/useHideCells.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/useSubThemeColor.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/utils.d.ts +8 -0
- package/dist/types/src/views/components/element/TextElement/BaseTextElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/element/TextElement/index.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/VideoElement/BaseVideoElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/VideoElement/ScreenVideoElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/VideoElement/VideoPlayer/index.vue.d.ts +19 -0
- package/dist/types/src/views/components/element/VideoElement/VideoPlayer/useMSE.d.ts +3 -0
- package/dist/types/src/views/components/element/VideoElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/hooks/useElementFill.d.ts +6 -0
- package/dist/types/src/views/components/element/hooks/useElementFlip.d.ts +5 -0
- package/dist/types/src/views/components/element/hooks/useElementOutline.d.ts +9 -0
- package/dist/types/src/views/components/element/hooks/useElementShadow.d.ts +6 -0
- package/dist/vue-i18n-R6dI71u7.js +3595 -0
- package/package.json +109 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"title":"未命名演示文稿","width":1000,"height":562.5,"theme":{"themeColors":["rgba(148,199,241,1)"],"fontColor":"rgba(40,72,112,1)","fontName":"ZhuqueFangSong","backgroundColor":"#fff","shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"outline":{"width":2,"color":"#525252","style":"solid"}},"slides":[{"id":"FFi8VzdihU","elements":[{"type":"image","id":"Tc6pM4h6__","src":"https://images.pexels.com/photos/207489/pexels-photo-207489.jpeg","width":1000,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"opacity":"15%"},"imageType":"background","lock":true},{"type":"shape","id":"WpmU6LyOG_","left":357.27272727272725,"top":181.24999999999997,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"shape","id":"xavJtX030z","left":-238.037109375,"top":275.096484375,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"shape","id":"ZgUuNGWojT","left":770.4013671875,"top":-78.125,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(148,199,241,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"shape","id":"S7-0qrUoJn","left":442.72727272727275,"top":181.2,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"text","id":"Eg3UDjqUiO","left":39.18939393939395,"top":228.09648437499996,"width":921.6212121212121,"height":94,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">封面页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"RBNfrIP7FL","left":336.19438415747265,"top":433.0964843750001,"width":576.131373418285,"height":92,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"gWiVkPFFZI","left":439.3939393939394,"top":228.09648437499996,"start":[0,0],"end":[121.21212121212125,0],"points":["",""],"color":"rgba(91,155,213,0.29)","style":"solid","width":2,"lock":true},{"type":"line","id":"ZclCDiuvJo","left":439.3939393939394,"top":328.1737943769194,"start":[0,0],"end":[121.21212121212125,0],"points":["",""],"color":"rgba(91,155,213,0.29)","style":"solid","width":2,"lock":true},{"type":"text","id":"BdPrffyOqh","left":268.6363636363636,"top":379.09648437500005,"width":81.06060606060605,"height":200,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 120px;\"><span style=\"color: rgba(91, 155, 213, 0.29);\">“</span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333333","vertical":false,"lock":true},{"type":"text","id":"S1IRxDCfQT","left":900.9621212121214,"top":381.25,"width":81.06060606060605,"height":200,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 120px;\"><span style=\"color: rgba(91, 155, 213, 0.29);\">”</span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333333","vertical":false,"lock":true}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"cover"},{"id":"sHS9xfMCCg","elements":[{"type":"shape","id":"i2635mP4xn","left":357.27272727272725,"top":181.24999999999997,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"shape","id":"UM9EZCgOGs","left":-238.037109375,"top":275.096484375,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"shape","id":"sGGcjcd0XX","left":770.4013671875,"top":-78.125,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(148,199,241,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"shape","id":"vWx5TvbX8j","left":442.72727272727275,"top":181.2,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"text","id":"tjAvpxoMPo","left":39.18939393939392,"top":185.3,"width":921.6212121212121,"height":94,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">封面页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"QdbCMhmgkM","left":261.962890625,"top":281.25,"width":476.07421875,"height":20,"viewBox":[476.07421875,20],"path":"M 10 0 L 466.07421875 0 Q 476.07421875 0 476.07421875 10 L 476.07421875 10 Q 476.07421875 20 466.07421875 20 L 10 20 Q 0 20 0 10 L 0 10 Q 0 0 10 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.5],"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(150,192,231,1)"},{"pos":0,"color":"#5b9bd5"},{"pos":0,"color":"#5b9bd5"},{"pos":0,"color":"rgba(150,192,231,1)"},{"pos":79,"color":"rgba(203,244,254,1)"}]},"lock":true,"opacity":0.3},{"type":"text","id":"hhz_C45xVc","left":120.26764662419077,"top":326.5071277102527,"width":759.4647067516183,"height":68,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"cover"},{"id":"gjlk87ujQC","elements":[{"type":"shape","id":"1WtHIpIULz","left":-209.912109375,"top":-78.00292968749997,"width":500,"height":718.505859375,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":62,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"SSDaRfrGQf","left":112.9690459280303,"top":184.75000000000003,"width":118.10209517045455,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"text","id":"zN18lcAqA0","left":60.94489820075757,"top":114.8828125,"width":61.62405303030303,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false},{"type":"shape","id":"oOPxSQyTsn","left":315.03812756502265,"top":200.79545454545453,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"spRK2pUciP"},{"type":"shape","id":"nojkmXPRVL","left":380.2834992506288,"top":200.79545454545453,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"spRK2pUciP"},{"type":"text","id":"7kTgIxJGYM","left":322.0260477828257,"top":207.79545454545453,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"spRK2pUciP"},{"type":"shape","id":"tjSdL2ty8z","left":895,"top":176.25000000000003,"width":210,"height":210,"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":"#5b9bd5","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true,"opacity":0.7},{"type":"shape","id":"ObsGAcdNct","left":315.03812756502265,"top":301.70454545454544,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"qknf9pEpbf"},{"type":"shape","id":"0vdnF7l6a1","left":380.2834992506288,"top":301.70454545454544,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"qknf9pEpbf"},{"type":"text","id":"sWsy9pX7-o","left":322.0260477828257,"top":308.70454545454544,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"qknf9pEpbf"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"iqxn1duNQf","elements":[{"type":"shape","id":"mqr9h2rq6j","left":-209.912109375,"top":-78.00292968749997,"width":500,"height":718.505859375,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":62,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"dXcH6kIhVy","left":112.9690459280303,"top":184.75000000000003,"width":118.10209517045455,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"text","id":"e5wuYj_SyM","left":60.94489820075757,"top":114.8828125,"width":61.62405303030303,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false},{"type":"shape","id":"3o344zyaeC","left":301.55327908017415,"top":145.51748046874994,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"C1yWKuM8RY"},{"type":"shape","id":"QbT9ybJEq4","left":366.7986507657803,"top":145.51748046874994,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"C1yWKuM8RY"},{"type":"text","id":"6JXkoiPinX","left":308.5411992979772,"top":152.51748046874994,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"C1yWKuM8RY"},{"type":"shape","id":"9_cu3uUDFk","left":895,"top":176.25000000000003,"width":210,"height":210,"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":"#5b9bd5","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true,"opacity":0.7},{"type":"shape","id":"4n4kdAgo5F","left":315.03812756502265,"top":251.25,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"I3Z7LjNR56"},{"type":"shape","id":"oNXdjAk9VI","left":380.2834992506288,"top":251.25,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"I3Z7LjNR56"},{"type":"text","id":"KJ-OBWX-j7","left":322.0260477828257,"top":258.25,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"I3Z7LjNR56"},{"type":"shape","id":"9aWq7WMa-g","left":301.55327908017415,"top":356.98251953125003,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"IMyXCDTlcU"},{"type":"shape","id":"OgHB7nge7d","left":366.7986507657803,"top":356.98251953125003,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"IMyXCDTlcU"},{"type":"text","id":"3pYfLgj6iE","left":308.5411992979772,"top":363.98251953125003,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"IMyXCDTlcU"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"xYUlUxTZI1","elements":[{"type":"shape","id":"8uRpTC7WZZ","left":-209.912109375,"top":-78.00292968749997,"width":500,"height":718.505859375,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":62,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"w1oUrfSZ3I","left":112.9690459280303,"top":184.75000000000003,"width":118.10209517045455,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"text","id":"HaA71phwTJ","left":60.94489820075757,"top":114.8828125,"width":61.62405303030303,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false},{"type":"shape","id":"dw0axtyrLQ","left":297.07581084280304,"top":104.91777343749993,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"uUqxNe4RzL"},{"type":"shape","id":"sxksyz269S","left":362.32118252840917,"top":104.91777343749993,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"uUqxNe4RzL"},{"type":"text","id":"VdRpoxuQdc","left":304.0637310606061,"top":111.91777343749993,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"uUqxNe4RzL"},{"type":"shape","id":"gBMWeQ9Fns","left":895,"top":176.25000000000003,"width":210,"height":210,"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":"#5b9bd5","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true,"opacity":0.7},{"type":"shape","id":"2-yDBqCVC5","left":315.03812756502265,"top":202.43880208333337,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"yHG9lS9XKV"},{"type":"shape","id":"KzTPcDlHsO","left":380.2834992506288,"top":202.43880208333337,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"yHG9lS9XKV"},{"type":"text","id":"Me0seh49HB","left":322.0260477828257,"top":209.43880208333337,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"yHG9lS9XKV"},{"type":"shape","id":"hTQpSyYiwh","left":315.03812756502265,"top":300.0611979166667,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"uzmRTpjbss"},{"type":"shape","id":"gOWJKkUIR_","left":380.2834992506288,"top":300.0611979166667,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"uzmRTpjbss"},{"type":"text","id":"1VkKltEG2f","left":322.0260477828257,"top":307.0611979166667,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"uzmRTpjbss"},{"type":"shape","id":"I0eGV9AKz3","left":297.07581084280304,"top":397.78496093749993,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"jR8UoQAbOo"},{"type":"shape","id":"2WaaH9YOCC","left":362.32118252840917,"top":397.78496093749993,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"jR8UoQAbOo"},{"type":"text","id":"mjBUucVGDx","left":304.0637310606061,"top":404.78496093749993,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"jR8UoQAbOo"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"O98HmfJNiV","elements":[{"type":"shape","id":"gr-EEv75qQ","left":-209.912109375,"top":-78.00292968749997,"width":500,"height":718.505859375,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":62,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"wrpXE0fmoA","left":112.9690459280303,"top":184.75000000000003,"width":118.10209517045455,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"text","id":"Yvg_olVayW","left":60.94489820075757,"top":114.8828125,"width":61.62405303030303,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false},{"type":"shape","id":"dolM_Yxeiz","left":284.7848603219697,"top":72.40029296874995,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"mjl56Po_Fv"},{"type":"shape","id":"OOBcmO28b3","left":350.0302320075758,"top":72.40029296874995,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"mjl56Po_Fv"},{"type":"text","id":"Bh_GxrF26E","left":291.7727805397727,"top":79.40029296874995,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"mjl56Po_Fv"},{"type":"shape","id":"3kbFdGS2Y7","left":895,"top":176.25000000000003,"width":210,"height":210,"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":"#5b9bd5","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true,"opacity":0.7},{"type":"shape","id":"KcWEwYX_ib","left":304.8213068181818,"top":161.82514648437498,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"7XaLoqMOB9"},{"type":"shape","id":"7jDV1bx8QZ","left":370.06667850378795,"top":161.82514648437498,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"7XaLoqMOB9"},{"type":"text","id":"xsvrTqc0z7","left":311.80922703598486,"top":168.82514648437498,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"7XaLoqMOB9"},{"type":"shape","id":"s0Xewt13ll","left":315.7957033225984,"top":251.25,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"1EpTgQ0Unz"},{"type":"shape","id":"gOvmsaEnjw","left":381.04107500820453,"top":251.25,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"1EpTgQ0Unz"},{"type":"text","id":"wGeUS_FRD3","left":322.78362354040144,"top":258.25,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"1EpTgQ0Unz"},{"type":"shape","id":"oGZxeoE7y6","left":304.8213068181818,"top":340.674853515625,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"_BTaFPp9Ui"},{"type":"shape","id":"5mBlrAKZ7y","left":370.06667850378795,"top":340.674853515625,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"_BTaFPp9Ui"},{"type":"text","id":"CzroCQXJEf","left":311.80922703598486,"top":347.674853515625,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"_BTaFPp9Ui"},{"type":"shape","id":"OiZ2FJFI_7","left":284.7848603219697,"top":430.09970703125003,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"jFM-WtEkIa"},{"type":"shape","id":"2Pib4suWr-","left":350.0302320075758,"top":430.09970703125003,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项5</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"jFM-WtEkIa"},{"type":"text","id":"HfyW-6-XA_","left":291.7727805397727,"top":437.09970703125003,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"jFM-WtEkIa"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"maGVjJjjeR","elements":[{"type":"shape","id":"lKI4_t2hzn","left":-209.912109375,"top":-78.00292968749997,"width":500,"height":718.505859375,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":62,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"zwG0w6_EXm","left":112.9690459280303,"top":184.75000000000003,"width":118.10209517045455,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"text","id":"Y2NSJQX_k8","left":60.94489820075757,"top":114.8828125,"width":61.62405303030303,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false},{"type":"shape","id":"yDOev7ASK8","left":290.087890625,"top":44.88514145359845,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"LWgOrsqp3a"},{"type":"shape","id":"9BLhApXKlp","left":355.33326231060613,"top":44.88514145359845,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"LWgOrsqp3a"},{"type":"text","id":"NorxIoGS1D","left":297.07581084280304,"top":51.88514145359845,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"LWgOrsqp3a"},{"type":"shape","id":"3K-GG8gf3d","left":895,"top":176.25000000000003,"width":210,"height":210,"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":"#5b9bd5","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true,"opacity":0.7},{"type":"shape","id":"4UNABhohtk","left":310.12433712121214,"top":127.43108487215906,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"K9Ir7J2Ru9"},{"type":"shape","id":"59XtjOKwb3","left":375.36970880681827,"top":127.43108487215906,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"K9Ir7J2Ru9"},{"type":"text","id":"Lq9PoElAyu","left":317.1122573390152,"top":134.43108487215906,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"K9Ir7J2Ru9"},{"type":"shape","id":"Nvyd2qKS_d","left":321.0987336256287,"top":209.97702829071966,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"It3flTXt45"},{"type":"shape","id":"Wusopw7QTf","left":386.34410531123484,"top":209.97702829071966,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"It3flTXt45"},{"type":"text","id":"8hca-uKuCh","left":328.08665384343175,"top":216.97702829071966,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"It3flTXt45"},{"type":"shape","id":"Li1Uo3zB12","left":322.71057646780315,"top":292.5229717092803,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"pb0gMV3mAN"},{"type":"shape","id":"hKvMztKjaB","left":387.9559481534093,"top":292.5229717092803,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"pb0gMV3mAN"},{"type":"text","id":"kYyAl4uuQ0","left":329.6984966856062,"top":299.5229717092803,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"pb0gMV3mAN"},{"type":"shape","id":"vl3V_2b43p","left":310.12433712121214,"top":375.0689151278409,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"E3byehs2Am"},{"type":"shape","id":"qTypgLOcRS","left":375.36970880681827,"top":375.0689151278409,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项5</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"E3byehs2Am"},{"type":"text","id":"K18hgCothE","left":317.1122573390152,"top":382.0689151278409,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"E3byehs2Am"},{"type":"shape","id":"dfzZ3Wg87g","left":290.087890625,"top":457.61485854640154,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"vZnw1PerBf"},{"type":"shape","id":"hh1BYmXOUW","left":355.33326231060613,"top":457.61485854640154,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项6</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"vZnw1PerBf"},{"type":"text","id":"bpdZfrCmAA","left":297.07581084280304,"top":464.61485854640154,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"vZnw1PerBf"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"xbeC5a3MdP","elements":[{"type":"image","id":"jodn82Hd3z","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":-85.03745133013942,"top":-235.41666666666666,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure"},{"type":"shape","id":"YucIkDTlZ4","left":-85.03745133013942,"top":-235.41666666666666,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":180,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"3vQAyf4NrD","left":67.29067366986057,"top":115.91694483901513,"width":231.7073863636364,"height":65.1875,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">CONTENT</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.2},{"type":"text","id":"PbNB-YZpcW","left":78.27552215470905,"top":44.76827059659087,"width":209.7376893939394,"height":95,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"4qvMm2I91Q","left":-90.01709148165462,"top":385.19656692746764,"width":378.03030303030306,"height":378.03030303030306,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"shape","id":"3Jhb0po1bm","left":391.7727805397727,"top":244.719696969697,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"vAzdKGMsCA"},{"type":"text","id":"pSuZBt2A7N","left":396.78073048804237,"top":252.219696969697,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgba(40,72,112,1);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"vAzdKGMsCA"},{"type":"text","id":"lxFKb7uFfb","left":448.8078374956181,"top":249.719696969697,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"vAzdKGMsCA"},{"type":"shape","id":"PzpO86jiFt","left":391.7727805397727,"top":335.78030303030306,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"qU9YzvVuAd"},{"type":"text","id":"K1xynzZvUB","left":396.78073048804237,"top":343.28030303030306,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"qU9YzvVuAd"},{"type":"text","id":"8z3ZwaFMMf","left":448.8078374956181,"top":340.78030303030306,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"qU9YzvVuAd"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"q0vuQxrw6-","elements":[{"type":"image","id":"JGi77umxrv","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":-85.03745133013942,"top":-235.41666666666666,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure"},{"type":"shape","id":"I3SsknVvin","left":-85.03745133013942,"top":-235.41666666666666,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":180,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"fhGIoX2_Ea","left":67.29067366986057,"top":115.91694483901513,"width":231.7073863636364,"height":65.1875,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">CONTENT</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.2},{"type":"text","id":"DaX5af2Z-Y","left":78.27552215470905,"top":44.76827059659087,"width":209.7376893939394,"height":95,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"p-s7SJIp79","left":-90.01709148165462,"top":385.19656692746764,"width":378.03030303030306,"height":378.03030303030306,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"shape","id":"6MfuoEJc1W","left":391.7727805397727,"top":209.51156502111468,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"hlsSG5QM8u"},{"type":"text","id":"Fup8oaVxxM","left":396.78073048804237,"top":217.01156502111468,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgba(40,72,112,1);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"hlsSG5QM8u"},{"type":"text","id":"kbFYDCE38I","left":448.8078374956181,"top":214.51156502111468,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"hlsSG5QM8u"},{"type":"shape","id":"deHCjbzEQn","left":391.7727805397727,"top":299.25,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"yDszl0xzYN"},{"type":"text","id":"5QlrkSgAgn","left":396.78073048804237,"top":306.75,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"yDszl0xzYN"},{"type":"text","id":"GNDDfy_tAt","left":448.8078374956181,"top":304.25,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"yDszl0xzYN"},{"type":"shape","id":"x1VXfdvKvo","left":391.7727805397727,"top":388.9884349788853,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"36RH1AGkRU"},{"type":"text","id":"gOXrVdTLqh","left":396.78073048804237,"top":396.4884349788853,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"36RH1AGkRU"},{"type":"text","id":"QWBy8aCPWQ","left":448.8078374956181,"top":393.9884349788853,"width":425.5497915290031,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"36RH1AGkRU"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"w5KER3vVGh","elements":[{"type":"image","id":"FH-09Yvj-A","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":-85.03745133013942,"top":-235.41666666666666,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure"},{"type":"shape","id":"jPNN1Q7Jms","left":-85.03745133013942,"top":-235.41666666666666,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":180,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"V8E2izUA1T","left":67.29067366986057,"top":115.91694483901513,"width":231.7073863636364,"height":65.1875,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">CONTENT</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.2},{"type":"text","id":"goEwzInAYe","left":78.27552215470905,"top":44.76827059659087,"width":209.7376893939394,"height":95,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"JkMXKw8VbW","left":-90.01709148165462,"top":385.19656692746764,"width":378.03030303030306,"height":378.03030303030306,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"shape","id":"zdS9P4EJKt","left":392.5303562973485,"top":171.66308017262986,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"SXudYKovqG"},{"type":"text","id":"18E6MzX2_B","left":397.5383062456181,"top":179.16308017262986,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgba(40,72,112,1);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"SXudYKovqG"},{"type":"text","id":"Wz4trm24cA","left":449.56541325319387,"top":176.66308017262986,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"SXudYKovqG"},{"type":"shape","id":"nzEqv9pTp0","left":392.5303562973485,"top":261.5897135928968,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"NaLuSZrDLw"},{"type":"text","id":"OYsDet28x8","left":397.5383062456181,"top":269.0897135928968,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"NaLuSZrDLw"},{"type":"text","id":"-lVPnBwsOe","left":449.56541325319387,"top":266.5897135928968,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"NaLuSZrDLw"},{"type":"shape","id":"xQ0duvvHSe","left":392.5303562973485,"top":351.5163470131637,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"gAedfR5ZDe"},{"type":"text","id":"JagW5FQ69-","left":397.5383062456181,"top":359.0163470131637,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"gAedfR5ZDe"},{"type":"text","id":"Pdd2BXKu1b","left":449.56541325319387,"top":356.5163470131637,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"gAedfR5ZDe"},{"type":"shape","id":"6II5dW0GxS","left":392.5303562973485,"top":441.44298043343065,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"_KP5mE4opw"},{"type":"text","id":"eTOqyavZqM","left":397.5383062456181,"top":448.94298043343065,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"_KP5mE4opw"},{"type":"text","id":"wn7uURnGwq","left":449.56541325319387,"top":446.44298043343065,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"_KP5mE4opw"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"3RIiLG6wA6","elements":[{"type":"image","id":"40bmV6cr4O","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":-85.03745133013942,"top":-235.41666666666666,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure"},{"type":"shape","id":"ZEJWuN2ygf","left":-85.03745133013942,"top":-235.41666666666666,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":180,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"2_TaDLUxtX","left":67.29067366986057,"top":115.91694483901513,"width":231.7073863636364,"height":65.1875,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">CONTENT</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.2},{"type":"text","id":"bnGG0WKe0L","left":78.27552215470905,"top":44.76827059659087,"width":209.7376893939394,"height":95,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"dzC40z1gU2","left":-90.01709148165462,"top":385.19656692746764,"width":378.03030303030306,"height":378.03030303030306,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"shape","id":"dbH0F-A-cM","left":392.5303562973485,"top":148.51069483901512,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"6YoZg-iOWT"},{"type":"text","id":"01vwqITmWw","left":397.5383062456181,"top":156.01069483901512,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgba(40,72,112,1);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"6YoZg-iOWT"},{"type":"text","id":"m21VgxIWo2","left":449.56541325319387,"top":153.51069483901512,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"6YoZg-iOWT"},{"type":"shape","id":"jZNsDQKcSX","left":392.5303562973485,"top":227.368766237619,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"P3hYT3P1Qc"},{"type":"text","id":"iVAz1TdM5r","left":397.5383062456181,"top":234.868766237619,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"P3hYT3P1Qc"},{"type":"text","id":"34wnWK2jbQ","left":449.56541325319387,"top":232.368766237619,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"P3hYT3P1Qc"},{"type":"shape","id":"r-nPEHvnI0","left":392.5303562973485,"top":306.2268376362229,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"q_EBvHiUKB"},{"type":"text","id":"q8PqHUxZl0","left":397.5383062456181,"top":313.7268376362229,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"q_EBvHiUKB"},{"type":"text","id":"fSgd59xfdk","left":449.56541325319387,"top":311.2268376362229,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"q_EBvHiUKB"},{"type":"shape","id":"I2c9cuiwjY","left":392.5303562973485,"top":385.0849090348268,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"fkGEVY88XL"},{"type":"text","id":"DBm9LW-hDi","left":397.5383062456181,"top":392.5849090348268,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"fkGEVY88XL"},{"type":"text","id":"huoqDwoNVW","left":449.56541325319387,"top":390.0849090348268,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"fkGEVY88XL"},{"type":"shape","id":"ko10DhGZqm","left":392.5303562973485,"top":463.9429804334307,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"umNDGx84WC"},{"type":"text","id":"4Qn9Ws75I4","left":397.5383062456181,"top":471.4429804334307,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"umNDGx84WC"},{"type":"text","id":"w248Vdf-ov","left":449.56541325319387,"top":468.9429804334307,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项5</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"umNDGx84WC"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"cvC1DXQ_Cu","elements":[{"type":"image","id":"lXgisOe-x-","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":-90.01709148165462,"top":-235.41666666666666,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure"},{"type":"shape","id":"K7QuRnrkQU","left":-85.03745133013942,"top":-235.41666666666666,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":180,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"46wy5BYH5t","left":67.29067366986057,"top":115.91694483901513,"width":231.7073863636364,"height":65.1875,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">CONTENT</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.2},{"type":"text","id":"thxY_wxpgY","left":78.27552215470905,"top":44.76827059659087,"width":209.7376893939394,"height":95,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"hiM-8c0JjA","left":-90.01709148165462,"top":385.19656692746764,"width":378.03030303030306,"height":378.03030303030306,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"shape","id":"TlHF_Yx_Fb","left":431.1667199337121,"top":56.33688750582252,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"GUQudNW8pk"},{"type":"text","id":"bKzTFF7t3C","left":436.17466988198174,"top":63.83688750582252,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgba(40,72,112,1);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"GUQudNW8pk"},{"type":"text","id":"s25oMfDJs6","left":488.2017768895575,"top":61.33688750582252,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"GUQudNW8pk"},{"type":"shape","id":"RklXTy8UMG","left":431.1667199337121,"top":134.3021325034935,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"btglwoykbl"},{"type":"text","id":"AUsXfB6Uj5","left":436.17466988198174,"top":141.8021325034935,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"btglwoykbl"},{"type":"text","id":"AaKD8g9z_7","left":488.2017768895575,"top":139.3021325034935,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"btglwoykbl"},{"type":"shape","id":"5Z2hs6r9oN","left":431.1667199337121,"top":212.2673775011645,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"b6pEjZtPwQ"},{"type":"text","id":"TRm9h4cSpG","left":436.17466988198174,"top":219.7673775011645,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"b6pEjZtPwQ"},{"type":"text","id":"6C0tQkvmyR","left":488.2017768895575,"top":217.2673775011645,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"b6pEjZtPwQ"},{"type":"shape","id":"J26uXG_0l4","left":431.1667199337121,"top":290.2326224988355,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"OTHnKAXqSi"},{"type":"text","id":"qNsjNpsBkW","left":436.17466988198174,"top":297.7326224988355,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"OTHnKAXqSi"},{"type":"text","id":"-1JMykuCAt","left":488.2017768895575,"top":295.2326224988355,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"OTHnKAXqSi"},{"type":"shape","id":"Tml4yp45Hr","left":431.1667199337121,"top":368.1978674965065,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"q7B5zBXnqc"},{"type":"text","id":"b38E5JhJeg","left":436.17466988198174,"top":375.6978674965065,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"q7B5zBXnqc"},{"type":"text","id":"1DIBC4WXW1","left":488.2017768895575,"top":373.1978674965065,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项5</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"q7B5zBXnqc"},{"type":"shape","id":"AgK-Cq-WrU","left":431.1667199337121,"top":446.1631124941775,"width":482.5848484848485,"height":60,"viewBox":[482.5848484848485,60],"path":"M 7.5 0 L 475.0848484848485 0 Q 482.5848484848485 0 482.5848484848485 7.5 L 482.5848484848485 52.5 Q 482.5848484848485 60 475.0848484848485 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"ZgbMZlio3H"},{"type":"text","id":"_54Arcq08f","left":436.17466988198174,"top":453.6631124941775,"width":52.02710700757576,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">06</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"ZgbMZlio3H"},{"type":"text","id":"Z-hWP0k7Xi","left":488.2017768895575,"top":451.1631124941775,"width":425.54979152900313,"height":50,"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项6</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"ZgbMZlio3H"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"CGvtiinlq4","elements":[{"type":"image","id":"PvsjbjDpuz","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":-93.8287346117424,"top":312.50000000000006,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure"},{"type":"shape","id":"0oaRJl_s-y","left":-93.8287346117424,"top":312.50000000000006,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.6,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(91,155,213,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"vV842Fxb1W","left":42.38679109410302,"top":455.36397076231054,"width":231.7073863636364,"height":65.1875,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">CONTENT</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.2},{"type":"text","id":"OWgjPT3gvw","left":53.371639578951644,"top":384.2152965198863,"width":209.7376893939394,"height":95,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"Tu5Z80LgB4","left":516.7727805397727,"top":41.9485292376894,"width":445.46363636363634,"height":50,"viewBox":[445.46363636363634,50],"path":"M 6.25 0 L 439.21363636363634 0 Q 445.46363636363634 0 445.46363636363634 6.25 L 445.46363636363634 43.75 Q 445.46363636363634 50 439.21363636363634 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"2FvHtOqoy_"},{"type":"text","id":"zlXuJClIJ6","left":521.7807304880424,"top":46.4485292376894,"width":52.02710700757576,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"2FvHtOqoy_"},{"type":"text","id":"stZ9TVe7yA","left":573.8078374956181,"top":43.4485292376894,"width":388.42857940779066,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"2FvHtOqoy_"},{"type":"shape","id":"c1wdG7GJVP","left":516.7727805397727,"top":113.38235282512628,"width":445.46363636363634,"height":50,"viewBox":[445.46363636363634,50],"path":"M 6.25 0 L 439.21363636363634 0 Q 445.46363636363634 0 445.46363636363634 6.25 L 445.46363636363634 43.75 Q 445.46363636363634 50 439.21363636363634 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"BqkIID7HN5"},{"type":"text","id":"zQS5qohO-T","left":521.7807304880424,"top":117.88235282512628,"width":52.02710700757576,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"BqkIID7HN5"},{"type":"text","id":"EGP1ktIP0A","left":573.8078374956181,"top":114.88235282512628,"width":388.42857940779066,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"BqkIID7HN5"},{"type":"shape","id":"3MVSK8r9Bu","left":516.7727805397727,"top":184.81617641256315,"width":445.46363636363634,"height":50,"viewBox":[445.46363636363634,50],"path":"M 6.25 0 L 439.21363636363634 0 Q 445.46363636363634 0 445.46363636363634 6.25 L 445.46363636363634 43.75 Q 445.46363636363634 50 439.21363636363634 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"eXaCKgPiLh"},{"type":"text","id":"c7Xp2gEmHi","left":521.7807304880424,"top":189.31617641256318,"width":52.02710700757576,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">06</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"eXaCKgPiLh"},{"type":"text","id":"D0qD82LiXL","left":573.8078374956183,"top":186.31617641256315,"width":388.42857940779055,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项6</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"eXaCKgPiLh"},{"type":"shape","id":"Y4ndf0vnx5","left":516.7727805397727,"top":256.25,"width":445.46363636363634,"height":50,"viewBox":[445.46363636363634,50],"path":"M 6.25 0 L 439.21363636363634 0 Q 445.46363636363634 0 445.46363636363634 6.25 L 445.46363636363634 43.75 Q 445.46363636363634 50 439.21363636363634 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"8NNPwsaxDi"},{"type":"text","id":"ACsz_WXjTf","left":521.7807304880424,"top":260.75,"width":52.02710700757576,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">07</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"8NNPwsaxDi"},{"type":"text","id":"M2TleCUzul","left":573.8078374956181,"top":257.75,"width":388.42857940779066,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项7</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"8NNPwsaxDi"},{"type":"shape","id":"U4QJxqsZx7","left":516.7727805397727,"top":327.68382358743685,"width":445.46363636363634,"height":50,"viewBox":[445.46363636363634,50],"path":"M 6.25 0 L 439.21363636363634 0 Q 445.46363636363634 0 445.46363636363634 6.25 L 445.46363636363634 43.75 Q 445.46363636363634 50 439.21363636363634 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"V5K72M5cVT"},{"type":"text","id":"ucmwHjukO7","left":521.7807304880424,"top":332.18382358743685,"width":52.02710700757576,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">08</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"V5K72M5cVT"},{"type":"text","id":"Z0e0Dv40sa","left":573.8078374956182,"top":329.18382358743685,"width":388.4285794077906,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项8</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"V5K72M5cVT"},{"type":"shape","id":"ArqBFCiMyE","left":516.7727805397727,"top":399.1176471748737,"width":445.46363636363634,"height":50,"viewBox":[445.46363636363634,50],"path":"M 6.25 0 L 439.21363636363634 0 Q 445.46363636363634 0 445.46363636363634 6.25 L 445.46363636363634 43.75 Q 445.46363636363634 50 439.21363636363634 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"2x6PDLTE8s"},{"type":"text","id":"_MCSqq_xjB","left":521.7807304880424,"top":403.6176471748737,"width":52.02710700757576,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">09</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"2x6PDLTE8s"},{"type":"text","id":"6MSERkQqyZ","left":573.8078374956181,"top":400.6176471748737,"width":388.42857940779066,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项9</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"2x6PDLTE8s"},{"type":"shape","id":"BsmLprhmbT","left":516.7727805397727,"top":470.55147076231054,"width":445.46363636363634,"height":50,"viewBox":[445.46363636363634,50],"path":"M 6.25 0 L 439.21363636363634 0 Q 445.46363636363634 0 445.46363636363634 6.25 L 445.46363636363634 43.75 Q 445.46363636363634 50 439.21363636363634 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"5Z6nWe3VTr"},{"type":"text","id":"TTlTgHwr4m","left":521.7807304880424,"top":475.05147076231054,"width":52.02710700757576,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">10</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"5Z6nWe3VTr"},{"type":"text","id":"Ra4iTnk1aP","left":573.8078374956183,"top":472.05147076231054,"width":388.42857940779055,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项10</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"5Z6nWe3VTr"},{"type":"shape","id":"LX_wE7YXls","left":37.37884114583332,"top":41.9485292376894,"width":445.46363636363634,"height":50,"viewBox":[445.46363636363634,50],"path":"M 6.25 0 L 439.21363636363634 0 Q 445.46363636363634 0 445.46363636363634 6.25 L 445.46363636363634 43.75 Q 445.46363636363634 50 439.21363636363634 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"Cy5nRt38FR"},{"type":"text","id":"IwzU6MFN67","left":42.38679109410302,"top":46.4485292376894,"width":52.02710700757576,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"Cy5nRt38FR"},{"type":"text","id":"ZzWG84Tm1L","left":94.41389810167877,"top":43.4485292376894,"width":388.4285794077906,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"Cy5nRt38FR"},{"type":"shape","id":"NzFK3lF_8D","left":37.37884114583332,"top":113.38235282512625,"width":445.46363636363634,"height":50,"viewBox":[445.46363636363634,50],"path":"M 6.25 0 L 439.21363636363634 0 Q 445.46363636363634 0 445.46363636363634 6.25 L 445.46363636363634 43.75 Q 445.46363636363634 50 439.21363636363634 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"lYb07Hjd0n"},{"type":"text","id":"B3IPdmzIDC","left":42.38679109410302,"top":117.88235282512625,"width":52.02710700757576,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"lYb07Hjd0n"},{"type":"text","id":"TxtfIscsz1","left":94.41389810167877,"top":114.88235282512625,"width":388.4285794077906,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"lYb07Hjd0n"},{"type":"shape","id":"PLybr9eERk","left":37.37884114583332,"top":184.8161764125631,"width":445.46363636363634,"height":50,"viewBox":[445.46363636363634,50],"path":"M 6.25 0 L 439.21363636363634 0 Q 445.46363636363634 0 445.46363636363634 6.25 L 445.46363636363634 43.75 Q 445.46363636363634 50 439.21363636363634 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"1dzkyT1GMr"},{"type":"text","id":"R6RKtqKhdT","left":42.38679109410302,"top":189.31617641256312,"width":52.02710700757576,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"1dzkyT1GMr"},{"type":"text","id":"Q3oik3FSQR","left":94.41389810167877,"top":186.3161764125631,"width":388.4285794077906,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项5</span></span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333","vertical":false,"groupId":"1dzkyT1GMr"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"mOUCh6edU5","elements":[{"type":"shape","id":"KuSLv37pzm","left":-237.23128466549463,"top":0.012622070312466427,"width":474.46256933098925,"height":562.474755859375,"viewBox":[474.46256933098925,562.474755859375],"path":"M 137.3507838975653 0 L 337.11178543342396 0 Q 474.46256933098925 0 474.46256933098925 137.3507838975653 L 474.46256933098925 425.12397196180973 Q 474.46256933098925 562.474755859375 337.11178543342396 562.474755859375 L 137.3507838975653 562.474755859375 Q 0 562.474755859375 0 425.12397196180973 L 0 137.3507838975653 Q 0 0 137.3507838975653 0 Z","fill":"rgba(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":38,"color":"#fff"}]},"flipH":true,"lock":false,"pathFormula":"roundRect","keypoints":[0.2894870802795577]},{"type":"text","id":"Dw9TCp7JgB","left":47.847863399621204,"top":114.88281249999999,"width":62.38162878787879,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.1},{"type":"text","id":"9VKCrJEifh","left":51.55723248106061,"top":184.75000000000003,"width":118.10209517045453,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"vNbjlKijOd","left":307.5121330492424,"top":206.63257575757572,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"z1Y2BqD0Mk"},{"type":"shape","id":"RH0jBidQLG","left":372.7575047348485,"top":206.63257575757572,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"z1Y2BqD0Mk"},{"type":"text","id":"_qR_1KjNcA","left":314.5000532670454,"top":213.63257575757572,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"z1Y2BqD0Mk"},{"type":"shape","id":"zcopl_miQ7","left":307.5121330492424,"top":295.8674242424243,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"3HyvSO-l83"},{"type":"shape","id":"a3p59s9qYm","left":372.7575047348485,"top":295.8674242424243,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"3HyvSO-l83"},{"type":"text","id":"wRcoj8r0j3","left":314.5000532670454,"top":302.8674242424243,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"3HyvSO-l83"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"kslJl6vMxl","elements":[{"type":"shape","id":"O09HquKwBw","left":-237.23128466549463,"top":0.012622070312466427,"width":474.46256933098925,"height":562.474755859375,"viewBox":[474.46256933098925,562.474755859375],"path":"M 137.3507838975653 0 L 337.11178543342396 0 Q 474.46256933098925 0 474.46256933098925 137.3507838975653 L 474.46256933098925 425.12397196180973 Q 474.46256933098925 562.474755859375 337.11178543342396 562.474755859375 L 137.3507838975653 562.474755859375 Q 0 562.474755859375 0 425.12397196180973 L 0 137.3507838975653 Q 0 0 137.3507838975653 0 Z","fill":"rgba(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":38,"color":"#fff"}]},"flipH":true,"lock":false,"pathFormula":"roundRect","keypoints":[0.2894870802795577]},{"type":"text","id":"pjAHfH8ygi","left":47.847863399621204,"top":114.88281249999999,"width":62.38162878787879,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.1},{"type":"text","id":"VF_VJn-Lhf","left":51.55723248106061,"top":184.75000000000003,"width":118.10209517045453,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"fLFScKeqpU","left":307.5121330492424,"top":162.01515151515142,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"-bCd8TX33-"},{"type":"shape","id":"xdI0QVjci1","left":372.7575047348485,"top":162.01515151515142,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"-bCd8TX33-"},{"type":"text","id":"eKXZ8hAQcg","left":314.5000532670454,"top":169.01515151515142,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"-bCd8TX33-"},{"type":"shape","id":"48ocFuw5IL","left":307.5121330492424,"top":251.25000000000006,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"EJpssMZPLD"},{"type":"shape","id":"5sd4UjBYyz","left":372.7575047348485,"top":251.25000000000006,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"EJpssMZPLD"},{"type":"text","id":"qgmTheV30y","left":314.5000532670454,"top":258.25000000000006,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"EJpssMZPLD"},{"type":"shape","id":"-mCvtPfcQy","left":307.5121330492424,"top":340.48484848484856,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"SeWI_qPJ5Z"},{"type":"shape","id":"LBYACCYGtW","left":372.7575047348485,"top":340.48484848484856,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"SeWI_qPJ5Z"},{"type":"text","id":"p5oE7Exo78","left":314.5000532670454,"top":347.48484848484856,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"SeWI_qPJ5Z"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"kfk0eSE7eb","elements":[{"type":"shape","id":"rCxcWQ4a4O","left":-237.23128466549463,"top":0.012622070312466427,"width":474.46256933098925,"height":562.474755859375,"viewBox":[474.46256933098925,562.474755859375],"path":"M 137.3507838975653 0 L 337.11178543342396 0 Q 474.46256933098925 0 474.46256933098925 137.3507838975653 L 474.46256933098925 425.12397196180973 Q 474.46256933098925 562.474755859375 337.11178543342396 562.474755859375 L 137.3507838975653 562.474755859375 Q 0 562.474755859375 0 425.12397196180973 L 0 137.3507838975653 Q 0 0 137.3507838975653 0 Z","fill":"rgba(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":38,"color":"#fff"}]},"flipH":true,"lock":false,"pathFormula":"roundRect","keypoints":[0.2894870802795577]},{"type":"text","id":"y6DYlWrg5V","left":47.847863399621204,"top":114.88281249999999,"width":62.38162878787879,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.1},{"type":"text","id":"ewIESLBcvr","left":51.55723248106061,"top":184.75000000000003,"width":118.10209517045453,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"vdHZ5GbZAR","left":307.5121330492424,"top":123.44898200757567,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"8mcA4Ywudf"},{"type":"shape","id":"MTftU3LHbq","left":372.7575047348485,"top":123.44898200757567,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"8mcA4Ywudf"},{"type":"text","id":"Yet0URluMP","left":314.5000532670454,"top":130.44898200757567,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"8mcA4Ywudf"},{"type":"shape","id":"j6ItAhVyO1","left":307.5121330492424,"top":208.64966066919186,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"sKzQzffL_C"},{"type":"shape","id":"MaWm9gYNwb","left":372.7575047348485,"top":208.64966066919186,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"sKzQzffL_C"},{"type":"text","id":"Uv2AWXly2F","left":314.5000532670454,"top":215.64966066919186,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"sKzQzffL_C"},{"type":"shape","id":"He8JirlGja","left":307.5121330492424,"top":293.8503393308081,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"IDVFAYOl4F"},{"type":"shape","id":"bHfyDKXr7z","left":372.7575047348485,"top":293.8503393308081,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"IDVFAYOl4F"},{"type":"text","id":"uAOlAD1CZy","left":314.5000532670454,"top":300.8503393308081,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"IDVFAYOl4F"},{"type":"shape","id":"i7r63IYBfn","left":307.5121330492424,"top":379.0510179924243,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"qKgLKPFNPS"},{"type":"shape","id":"1--0pM4CMv","left":372.7575047348485,"top":379.0510179924243,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"qKgLKPFNPS"},{"type":"text","id":"294T5H2VE8","left":314.5000532670454,"top":386.0510179924243,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"qKgLKPFNPS"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"Yd_Lvr5pz_","elements":[{"type":"shape","id":"98O5UbkXuB","left":-237.23128466549463,"top":0.012622070312466427,"width":474.46256933098925,"height":562.474755859375,"viewBox":[474.46256933098925,562.474755859375],"path":"M 137.3507838975653 0 L 337.11178543342396 0 Q 474.46256933098925 0 474.46256933098925 137.3507838975653 L 474.46256933098925 425.12397196180973 Q 474.46256933098925 562.474755859375 337.11178543342396 562.474755859375 L 137.3507838975653 562.474755859375 Q 0 562.474755859375 0 425.12397196180973 L 0 137.3507838975653 Q 0 0 137.3507838975653 0 Z","fill":"rgba(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":38,"color":"#fff"}]},"flipH":true,"lock":false,"pathFormula":"roundRect","keypoints":[0.2894870802795577]},{"type":"text","id":"LRofz4CZ_J","left":47.847863399621204,"top":114.88281249999999,"width":62.38162878787879,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.1},{"type":"text","id":"l06IwjxWOL","left":51.55723248106061,"top":184.75000000000003,"width":118.10209517045453,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"AZ0vZsgxN9","left":307.5121330492424,"top":85.87322443181816,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"gldlAykRoJ"},{"type":"shape","id":"6I3-DeY33w","left":372.7575047348485,"top":85.87322443181816,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"gldlAykRoJ"},{"type":"text","id":"CQJ8agbqFl","left":314.5000532670454,"top":92.87322443181816,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"gldlAykRoJ"},{"type":"shape","id":"8fEOOxQoqz","left":307.5121330492424,"top":168.5616122159091,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"Eao-C6_QmI"},{"type":"shape","id":"g932UwV1PN","left":372.7575047348485,"top":168.5616122159091,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"Eao-C6_QmI"},{"type":"text","id":"fbgnzvU8Nh","left":314.5000532670454,"top":175.5616122159091,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"Eao-C6_QmI"},{"type":"shape","id":"l2S3cqABBH","left":307.5121330492424,"top":251.25000000000003,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"twsYiGoF-3"},{"type":"shape","id":"hlS9mn_kx-","left":372.7575047348485,"top":251.25000000000003,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"twsYiGoF-3"},{"type":"text","id":"a6uS2Lm4FW","left":314.5000532670454,"top":258.25,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"twsYiGoF-3"},{"type":"shape","id":"4ldznQXeeO","left":307.5121330492424,"top":333.93838778409093,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"SPf6ujIPt4"},{"type":"shape","id":"2QQFqlxtGz","left":372.7575047348485,"top":333.93838778409093,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"SPf6ujIPt4"},{"type":"text","id":"vwVDEjcIu3","left":314.5000532670454,"top":340.93838778409093,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"SPf6ujIPt4"},{"type":"shape","id":"sMwenC32XW","left":307.5121330492424,"top":416.62677556818187,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"2AycYCgYrp"},{"type":"shape","id":"tg1mRZH3YF","left":372.7575047348485,"top":416.62677556818187,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项5</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"2AycYCgYrp"},{"type":"text","id":"jD46Had3vG","left":314.5000532670454,"top":423.62677556818187,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"2AycYCgYrp"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"kMUdiSnN4W","elements":[{"type":"shape","id":"qTSaEznzSt","left":-237.23128466549463,"top":0.012622070312466427,"width":474.46256933098925,"height":562.474755859375,"viewBox":[474.46256933098925,562.474755859375],"path":"M 137.3507838975653 0 L 337.11178543342396 0 Q 474.46256933098925 0 474.46256933098925 137.3507838975653 L 474.46256933098925 425.12397196180973 Q 474.46256933098925 562.474755859375 337.11178543342396 562.474755859375 L 137.3507838975653 562.474755859375 Q 0 562.474755859375 0 425.12397196180973 L 0 137.3507838975653 Q 0 0 137.3507838975653 0 Z","fill":"rgba(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":38,"color":"#fff"}]},"flipH":true,"lock":false,"pathFormula":"roundRect","keypoints":[0.2894870802795577]},{"type":"text","id":"jH7A5c2nIi","left":47.847863399621204,"top":114.88281249999999,"width":62.38162878787879,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.1},{"type":"text","id":"L2CJuyaP6R","left":51.55723248106061,"top":184.75000000000003,"width":118.10209517045453,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"R4D7MmZDBX","left":307.5121330492424,"top":59.87322443181816,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"cieO63NiqS"},{"type":"shape","id":"Fe3ASBmow6","left":372.7575047348485,"top":59.87322443181816,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"cieO63NiqS"},{"type":"text","id":"QWVO-IwWPL","left":314.5000532670454,"top":66.87322443181816,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"cieO63NiqS"},{"type":"shape","id":"i7FE0BsSHM","left":307.5121330492424,"top":136.42393465909092,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"ACde5-cToD"},{"type":"shape","id":"wMIYgOpMni","left":372.7575047348485,"top":136.42393465909092,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"ACde5-cToD"},{"type":"text","id":"iZrEbO_nBj","left":314.5000532670454,"top":143.42393465909092,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"ACde5-cToD"},{"type":"shape","id":"Hagt-I1HjJ","left":307.5121330492424,"top":212.97464488636368,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"D9viw6fQ_x"},{"type":"shape","id":"46LtrbSd56","left":372.7575047348485,"top":212.97464488636368,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"D9viw6fQ_x"},{"type":"text","id":"NGoU1zsNBg","left":314.5000532670454,"top":219.97464488636365,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"D9viw6fQ_x"},{"type":"shape","id":"r-zJGmhLP1","left":307.5121330492424,"top":289.5253551136364,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"qlnfF4or_d"},{"type":"shape","id":"AtNVT1iG01","left":372.7575047348485,"top":289.5253551136364,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"qlnfF4or_d"},{"type":"text","id":"yBl1Jnbuee","left":314.5000532670454,"top":296.5253551136364,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"qlnfF4or_d"},{"type":"shape","id":"-oDve_WzIh","left":307.5121330492424,"top":366.07606534090917,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"NzSmer7Mym"},{"type":"shape","id":"m3Jmp4xxTk","left":372.7575047348485,"top":366.07606534090917,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项5</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"NzSmer7Mym"},{"type":"text","id":"kYVBW75i1R","left":314.5000532670454,"top":373.07606534090917,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"NzSmer7Mym"},{"type":"shape","id":"r7JHzEigup","left":307.5121330492424,"top":442.6267755681819,"width":77.36658380681824,"height":60,"viewBox":[77.36658380681824,60],"path":"M 7.5 0 L 69.86658380681824 0 Q 77.36658380681824 0 77.36658380681824 7.5 L 77.36658380681824 52.5 Q 77.36658380681824 60 69.86658380681824 60 L 7.5 60 Q 0 60 0 52.5 L 0 7.5 Q 0 0 7.5 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"-CyElWBbjd"},{"type":"shape","id":"wINNX7H55v","left":372.7575047348485,"top":442.6267755681819,"width":482.5848484848485,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项6</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"-CyElWBbjd"},{"type":"text","id":"zFAE51TuAK","left":314.5000532670454,"top":449.6267755681819,"width":51.26953124999999,"height":45,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"-CyElWBbjd"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"wReZGmni83","elements":[{"type":"shape","id":"FxmS5jdgmg","left":-237.23128466549463,"top":0.012622070312466427,"width":474.46256933098925,"height":562.474755859375,"viewBox":[474.46256933098925,562.474755859375],"path":"M 137.3507838975653 0 L 337.11178543342396 0 Q 474.46256933098925 0 474.46256933098925 137.3507838975653 L 474.46256933098925 425.12397196180973 Q 474.46256933098925 562.474755859375 337.11178543342396 562.474755859375 L 137.3507838975653 562.474755859375 Q 0 562.474755859375 0 425.12397196180973 L 0 137.3507838975653 Q 0 0 137.3507838975653 0 Z","fill":"rgba(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":38,"color":"#fff"}]},"flipH":true,"lock":false,"pathFormula":"roundRect","keypoints":[0.2894870802795577]},{"type":"text","id":"8Xfa7PY7xQ","left":47.847863399621204,"top":114.88281249999999,"width":62.38162878787879,"height":332.734375,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">C</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">O</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">E</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">N</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 32px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">T</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1.2,"lock":false,"opacity":0.1},{"type":"text","id":"-lJfFat6m7","left":51.55723248106061,"top":184.75000000000003,"width":118.10209517045453,"height":193,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"shape","id":"UHubeqV_-4","left":262.05758759469694,"top":102.9148910984849,"width":62.248484848484864,"height":50,"viewBox":[62.248484848484864,50],"path":"M 6.25 0 L 55.998484848484864 0 Q 62.248484848484864 0 62.248484848484864 6.25 L 62.248484848484864 43.75 Q 62.248484848484864 50 55.998484848484864 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"IgoZ1-GxKt"},{"type":"shape","id":"9dLDxN3S-O","left":316.7303148674242,"top":102.91489109848489,"width":296.9939393939394,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"IgoZ1-GxKt"},{"type":"text","id":"J0zpMw3XRe","left":265.0455078125,"top":106.9148910984849,"width":47.481652462121204,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"IgoZ1-GxKt"},{"type":"shape","id":"EjSxVqab2i","left":262.05758759469694,"top":179.58244554924244,"width":62.248484848484864,"height":50,"viewBox":[62.248484848484864,50],"path":"M 6.25 0 L 55.998484848484864 0 Q 62.248484848484864 0 62.248484848484864 6.25 L 62.248484848484864 43.75 Q 62.248484848484864 50 55.998484848484864 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"yIhOAFMfT_"},{"type":"shape","id":"q1o4ebZgCC","left":316.73031486742417,"top":179.5824455492424,"width":296.9939393939394,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项3</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"yIhOAFMfT_"},{"type":"text","id":"UPPlSPNbFI","left":265.0455078124999,"top":183.58244554924244,"width":47.481652462121204,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"yIhOAFMfT_"},{"type":"shape","id":"5Yzw7jiO4F","left":262.05758759469694,"top":256.25,"width":62.248484848484864,"height":50,"viewBox":[62.248484848484864,50],"path":"M 6.25 0 L 55.998484848484864 0 Q 62.248484848484864 0 62.248484848484864 6.25 L 62.248484848484864 43.75 Q 62.248484848484864 50 55.998484848484864 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"igaTdd44i3"},{"type":"shape","id":"TVwNxOH0sX","left":316.73031486742417,"top":256.25,"width":296.9939393939394,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项5</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"igaTdd44i3"},{"type":"text","id":"Ncsb5rs-2g","left":265.0455078124999,"top":260.25,"width":47.481652462121204,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"igaTdd44i3"},{"type":"shape","id":"z8vKt4hqgJ","left":262.05758759469694,"top":332.9175544507575,"width":62.248484848484864,"height":50,"viewBox":[62.248484848484864,50],"path":"M 6.25 0 L 55.998484848484864 0 Q 62.248484848484864 0 62.248484848484864 6.25 L 62.248484848484864 43.75 Q 62.248484848484864 50 55.998484848484864 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"nhB_gx7gKQ"},{"type":"shape","id":"yvMyahvOg2","left":316.73031486742417,"top":332.9175544507575,"width":296.9939393939394,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项7</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"nhB_gx7gKQ"},{"type":"text","id":"UHl-UmQFSv","left":265.0455078124999,"top":336.9175544507575,"width":47.481652462121204,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">07</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"nhB_gx7gKQ"},{"type":"shape","id":"btbh9rKlc2","left":262.05758759469694,"top":409.5851089015151,"width":62.248484848484864,"height":50,"viewBox":[62.248484848484864,50],"path":"M 6.25 0 L 55.998484848484864 0 Q 62.248484848484864 0 62.248484848484864 6.25 L 62.248484848484864 43.75 Q 62.248484848484864 50 55.998484848484864 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"s6siXNC3tj"},{"type":"shape","id":"GC2eIOjFlV","left":316.73031486742417,"top":409.585108901515,"width":296.9939393939394,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项1</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"s6siXNC3tj"},{"type":"text","id":"Mmwdxgs1px","left":265.0455078124999,"top":413.5851089015151,"width":47.481652462121204,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">09</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"s6siXNC3tj"},{"type":"shape","id":"xyAt3Ox0FS","left":629.6333451704546,"top":102.9148910984849,"width":62.248484848484864,"height":50,"viewBox":[62.248484848484864,50],"path":"M 6.25 0 L 55.998484848484864 0 Q 62.248484848484864 0 62.248484848484864 6.25 L 62.248484848484864 43.75 Q 62.248484848484864 50 55.998484848484864 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"tNVKi2A_Zy"},{"type":"shape","id":"u1_s_jyV0n","left":684.3060724431818,"top":102.91489109848489,"width":296.9939393939394,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项2</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"tNVKi2A_Zy"},{"type":"text","id":"weoaBWP9kW","left":632.6212653882576,"top":106.9148910984849,"width":47.481652462121204,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"tNVKi2A_Zy"},{"type":"shape","id":"HE2W0cWmaj","left":629.6333451704546,"top":179.5824455492425,"width":62.248484848484864,"height":50,"viewBox":[62.248484848484864,50],"path":"M 6.25 0 L 55.998484848484864 0 Q 62.248484848484864 0 62.248484848484864 6.25 L 62.248484848484864 43.75 Q 62.248484848484864 50 55.998484848484864 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"rsA3QxNDpP"},{"type":"shape","id":"O2Gl7ccP3_","left":684.3060724431818,"top":179.5824455492425,"width":296.9939393939394,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项4</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"rsA3QxNDpP"},{"type":"text","id":"wYntPeUx79","left":632.6212653882575,"top":183.5824455492425,"width":47.481652462121204,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"rsA3QxNDpP"},{"type":"shape","id":"XZbuxbExzT","left":629.6333451704546,"top":256.2500000000001,"width":62.248484848484864,"height":50,"viewBox":[62.248484848484864,50],"path":"M 6.25 0 L 55.998484848484864 0 Q 62.248484848484864 0 62.248484848484864 6.25 L 62.248484848484864 43.75 Q 62.248484848484864 50 55.998484848484864 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"9jEbfLL3Lw"},{"type":"shape","id":"RSnZ8zXgpQ","left":684.3060724431818,"top":256.2500000000001,"width":296.9939393939394,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项6</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"9jEbfLL3Lw"},{"type":"text","id":"EKlQQ8Gx4B","left":632.6212653882575,"top":260.2500000000001,"width":47.481652462121204,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">06</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"9jEbfLL3Lw"},{"type":"shape","id":"SwfYDMvjlA","left":629.6333451704546,"top":332.9175544507576,"width":62.248484848484864,"height":50,"viewBox":[62.248484848484864,50],"path":"M 6.25 0 L 55.998484848484864 0 Q 62.248484848484864 0 62.248484848484864 6.25 L 62.248484848484864 43.75 Q 62.248484848484864 50 55.998484848484864 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"9ixXtpS0RE"},{"type":"shape","id":"Nl5bu-CMeg","left":684.3060724431818,"top":332.9175544507576,"width":296.9939393939394,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项8</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"9ixXtpS0RE"},{"type":"text","id":"TRmhAgxmxi","left":632.6212653882575,"top":336.9175544507576,"width":47.481652462121204,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">08</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"9ixXtpS0RE"},{"type":"shape","id":"8jbuQMgGuc","left":629.6333451704546,"top":409.58510890151524,"width":62.248484848484864,"height":50,"viewBox":[62.248484848484864,50],"path":"M 6.25 0 L 55.998484848484864 0 Q 62.248484848484864 0 62.248484848484864 6.25 L 62.248484848484864 43.75 Q 62.248484848484864 50 55.998484848484864 50 L 6.25 50 Q 0 50 0 43.75 L 0 6.25 Q 0 0 6.25 0 Z","fill":"rgba(156,203,246,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"groupId":"2HZsV966uc"},{"type":"shape","id":"RiFrQDxCu0","left":684.3060724431818,"top":409.5851089015151,"width":296.9939393939394,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(183,215,244,1)","fixedRatio":false,"rotate":0,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(183,215,244,1)"},{"pos":100,"color":"#fff"}]},"opacity":1,"text":{"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(17, 75, 111);\">目录项10</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"item"},"groupId":"2HZsV966uc"},{"type":"text","id":"RC98GiYJ62","left":632.6212653882575,"top":413.58510890151524,"width":47.481652462121204,"height":41,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(255, 255, 255);\">10</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","lineHeight":1,"groupId":"2HZsV966uc"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"contents"},{"id":"7uT7TpZzBm","elements":[{"type":"image","id":"CN6JQC3Npu","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":770.4013671875,"top":-78.125,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":false},{"type":"shape","id":"1Pw6C0NV2z","left":181.962890625,"top":241.25,"width":80,"height":80,"viewBox":[80,80],"path":"M 9.393939393939393 0 L 70.60606060606061 0 Q 80 0 80 9.393939393939393 L 80 70.60606060606061 Q 80 80 70.60606060606061 80 L 9.393939393939393 80 Q 0 80 0 70.60606060606061 L 0 9.393939393939393 Q 0 0 9.393939393939393 0 Z","fill":"rgba(155,202,240,1)","fixedRatio":true,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":false,"pathFormula":"roundRect","keypoints":[0.11742424242424242],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\">01</span></strong></p>","align":"middle","defaultFontName":"ZhuqueFangSong","defaultColor":"#333","type":"partNumber"}},{"type":"shape","id":"yxu0YwhW-9","left":-238.037109375,"top":275.096484375,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"shape","id":"1Ew8Qz4AfD","left":770.4013671875,"top":-78.125,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(148,199,241,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"shape","id":"DCiboP31Ta","left":357.27272727272725,"top":181.27499999999995,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"PYOmp1kVil"},{"type":"shape","id":"8yyEw5SUYB","left":442.72727272727275,"top":181.22499999999997,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"PYOmp1kVil"},{"type":"text","id":"DFlUQQbVTy","left":261.962890625,"top":240.25,"width":690.5143821022726,"height":82,"content":"<p style=\"\"><span style=\"font-size: 40px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">过渡页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"tI2xFLdVtv","left":181.962890625,"top":353.875,"width":770.5143821022726,"height":68,"content":"<p style=\"\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"transition"},{"id":"-gxXXZZDwG","elements":[{"type":"image","id":"8U7DYPxOlI","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":770.4013671875,"top":-78.125,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":false},{"type":"shape","id":"aV_AigyPXI","left":357.27272727272725,"top":181.24999999999997,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"shape","id":"P95IxonjE3","left":-238.037109375,"top":275.096484375,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"shape","id":"c8OEOD-H8Z","left":770.4013671875,"top":-78.125,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(148,199,241,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"shape","id":"ayzK6r0WJY","left":442.72727272727275,"top":181.2,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"text","id":"j_MT1xkffx","left":39.2,"top":234.25,"width":921.6,"height":94,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">过渡页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"ABxPWGDIAY","left":512.7204663825758,"top":533.4924242424242,"width":476.07421875,"height":20,"viewBox":[476.07421875,20],"path":"M 5.454545454545455 0 L 470.61967329545456 0 Q 476.07421875 0 476.07421875 5.454545454545455 L 476.07421875 14.545454545454545 Q 476.07421875 20 470.61967329545456 20 L 5.454545454545455 20 Q 0 20 0 14.545454545454545 L 0 5.454545454545455 Q 0 0 5.454545454545455 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.27272727272727276],"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(150,192,231,1)"},{"pos":0,"color":"#5b9bd5"},{"pos":0,"color":"#5b9bd5"},{"pos":0,"color":"rgba(150,192,231,1)"},{"pos":79,"color":"rgba(203,244,254,1)"}]},"lock":false,"opacity":0.3},{"type":"text","id":"RlHoQgB8X-","left":120.26764662419083,"top":347.25,"width":759.4647067516183,"height":68,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"wBLhAp9bjk","left":30,"top":30,"width":120,"height":120,"viewBox":[120,120],"path":"M 27.727272727272727 0 L 92.27272727272728 0 Q 120 0 120 27.727272727272727 L 120 92.27272727272728 Q 120 120 92.27272727272728 120 L 27.727272727272727 120 Q 0 120 0 92.27272727272728 L 0 27.727272727272727 Q 0 0 27.727272727272727 0 Z","fill":"rgba(155,202,240,1)","fixedRatio":true,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":false,"pathFormula":"roundRect","keypoints":[0.23106060606060605],"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 54px;\"><span style=\"color: rgb(91, 155, 213);\">01</span></span></strong></p>","align":"middle","defaultFontName":"ZhuqueFangSong","defaultColor":"#333","type":"partNumber"}}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"transition"},{"id":"9sLFg0-8Tp","elements":[{"type":"image","id":"bgIgUqlEbh","src":"https://images.pexels.com/photos/207489/pexels-photo-207489.jpeg","width":1000,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"opacity":"15%"},"imageType":"background","lock":true},{"type":"shape","id":"WEhUjs7r2A","left":0,"top":0.05000000000001137,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"0A5Sp329r7"},{"type":"shape","id":"ChMz4tBk-7","left":85.45454545454554,"top":0,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"0A5Sp329r7"},{"type":"shape","id":"NJm4Js0skt","left":750,"top":312.5,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.2,"gradient":{"type":"linear","rotate":150,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"hARenTSI36","left":123.38094590585439,"top":55.55,"width":824.0680042613636,"height":88,"content":"<p style=\"\"><span style=\"font-size: 44px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"Gs7suEtYd-","left":139.93529257449237,"top":144.55,"start":[0,0],"end":[607.1096709280304,0],"points":["",""],"color":"rgba(91, 155, 213, 0.29)","style":"solid","width":3,"lock":false},{"type":"text","id":"yGiylLD9wA","left":123.38094590585439,"top":266.5,"width":490.60606060606074,"height":92,"content":"<p style=\"\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content","lineHeight":1.5}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"content"},{"id":"3ysEL2JStC","elements":[{"type":"shape","id":"5sVwfBHPwF","left":0,"top":0.05000000000001137,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"A97eZskGJW"},{"type":"shape","id":"_Yg1naOPlc","left":85.45454545454554,"top":0,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"A97eZskGJW"},{"type":"shape","id":"527zu04YIY","left":750,"top":312.5,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.2,"gradient":{"type":"linear","rotate":150,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"xrIxyOnLEP","left":123.38094590585439,"top":55.55,"width":824.0680042613636,"height":88.390625,"content":"<p style=\"\"><span style=\"font-size: 44px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"b00JYzawlU","left":139.93529257449237,"top":144.55,"start":[0,0],"end":[607.1096709280304,0],"points":["",""],"color":"rgba(91, 155, 213, 0.29)","style":"solid","width":3,"lock":false},{"type":"shape","id":"DqD8xBzjZl","left":60,"top":247.4909090909091,"width":280,"height":262.42424242424244,"viewBox":[280,262.42424242424244],"path":"M 32.803030303030305 0 L 247.1969696969697 0 Q 280 0 280 32.803030303030305 L 280 229.62121212121212 Q 280 262.42424242424244 247.1969696969697 262.42424242424244 L 32.803030303030305 262.42424242424244 Q 0 262.42424242424244 0 229.62121212121212 L 0 32.803030303030305 Q 0 0 32.803030303030305 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"rM2VZCJakt"},{"type":"text","id":"2sz711OPT7","left":66.06060606060606,"top":313.6221590909091,"width":267.878787878788,"height":168.796875,"content":"<p style=\"text-align: center;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"rM2VZCJakt"},{"type":"text","id":"XUm-CiaQ2m","left":66.06060606060606,"top":267.1409090909091,"width":267.87878787878793,"height":53.1875,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"rM2VZCJakt"},{"type":"shape","id":"Gy9GhfOfpL","left":381.2121212121213,"top":247.4909090909091,"width":280,"height":262.42424242424244,"viewBox":[280,262.42424242424244],"path":"M 32.803030303030305 0 L 247.1969696969697 0 Q 280 0 280 32.803030303030305 L 280 229.62121212121212 Q 280 262.42424242424244 247.1969696969697 262.42424242424244 L 32.803030303030305 262.42424242424244 Q 0 262.42424242424244 0 229.62121212121212 L 0 32.803030303030305 Q 0 0 32.803030303030305 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"HeKQFr0UV4"},{"type":"text","id":"0xheRcz6Xm","left":387.27272727272737,"top":313.622159090909,"width":267.878787878788,"height":168.796875,"content":"<p style=\"text-align: center;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"HeKQFr0UV4"},{"type":"text","id":"1mI8PRjzPF","left":387.27272727272737,"top":267.1409090909091,"width":267.87878787878793,"height":53.1875,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"HeKQFr0UV4"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"content"},{"id":"UBSQeec68K","elements":[{"type":"shape","id":"94nka0xBO6","left":0,"top":0.05000000000001137,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"I_yqcpQfvz"},{"type":"shape","id":"kf5t-O7Iug","left":85.45454545454554,"top":0,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"I_yqcpQfvz"},{"type":"shape","id":"Dpu5BONoxN","left":750,"top":312.5,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.2,"gradient":{"type":"linear","rotate":150,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"d0bmi05-0m","left":123.38094590585439,"top":55.55,"width":824.0680042613636,"height":88,"content":"<p style=\"\"><span style=\"font-size: 44px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"R_vhcB0Wp8","left":139.93529257449237,"top":144.55,"start":[0,0],"end":[607.1096709280304,0],"points":["",""],"color":"rgba(91, 155, 213, 0.29)","style":"solid","width":3,"lock":false},{"type":"shape","id":"fLdQp2-CeL","left":28.787878787878903,"top":249.0060606060606,"width":240,"height":262.4,"viewBox":[240,262.4],"path":"M 30 0 L 210 0 Q 240 0 240 30 L 240 232.39999999999998 Q 240 262.4 210 262.4 L 30 262.4 Q 0 262.4 0 232.39999999999998 L 0 30 Q 0 0 30 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"hQJPOPghcK"},{"type":"text","id":"lElsancI9P","left":28.787878787878903,"top":315.1373106060606,"width":240,"height":164,"content":"<p style=\"text-align: center;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"hQJPOPghcK"},{"type":"text","id":"8nOsSDIumP","left":28.787878787878903,"top":264.6560606060606,"width":239.99999999999997,"height":53.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"hQJPOPghcK"},{"type":"shape","id":"4Mdo4QkHv_","left":282.1014134122076,"top":249.0060606060606,"width":240,"height":262.4,"viewBox":[240,262.4],"path":"M 30 0 L 210 0 Q 240 0 240 30 L 240 232.39999999999998 Q 240 262.4 210 262.4 L 30 262.4 Q 0 262.4 0 232.39999999999998 L 0 30 Q 0 0 30 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"3x2O_6d9-M"},{"type":"text","id":"VhpbzKk19s","left":282.1014134122076,"top":315.1373106060606,"width":240,"height":164,"content":"<p style=\"text-align: center;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"3x2O_6d9-M"},{"type":"text","id":"Az61rmZ7ck","left":282.1014134122076,"top":264.6560606060606,"width":239.99999999999997,"height":53.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"3x2O_6d9-M"},{"type":"shape","id":"upJV8CyO5J","left":535.4149480365363,"top":249.0060606060606,"width":240,"height":262.4,"viewBox":[240,262.4],"path":"M 30 0 L 210 0 Q 240 0 240 30 L 240 232.39999999999998 Q 240 262.4 210 262.4 L 30 262.4 Q 0 262.4 0 232.39999999999998 L 0 30 Q 0 0 30 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"IwdNwtzH7T"},{"type":"text","id":"VFPv836Hv7","left":535.4149480365363,"top":315.1373106060606,"width":240,"height":164,"content":"<p style=\"text-align: center;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"IwdNwtzH7T"},{"type":"text","id":"C7-JBYmXp1","left":535.4149480365363,"top":264.6560606060606,"width":239.99999999999997,"height":53.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"IwdNwtzH7T"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"content"},{"id":"U-3nt9m0LL","elements":[{"type":"image","id":"aTP4t691a8","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":750,"top":-250.45,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":false},{"type":"shape","id":"lC-SHOgoU2","left":0,"top":0.05000000000001137,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"_q4iQi-4D6"},{"type":"shape","id":"yLBnwReaXS","left":85.45454545454554,"top":0,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"_q4iQi-4D6"},{"type":"shape","id":"dEqz75zx64","left":750.0000000000001,"top":-249.95,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.2,"gradient":{"type":"linear","rotate":150,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"vSfVYpRpSo","left":123.38094590585439,"top":55.55,"width":824.0680042613636,"height":88.390625,"content":"<p style=\"\"><span style=\"font-size: 44px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"DNN8UEosIt","left":139.93529257449237,"top":144.55,"start":[0,0],"end":[607.1096709280304,0],"points":["",""],"color":"rgba(91, 155, 213, 0.29)","style":"solid","width":3,"lock":false},{"type":"shape","id":"SV1rV_6pXw","left":18.333333333333297,"top":249.0060606060606,"width":230,"height":262.4,"viewBox":[230,262.4],"path":"M 28.75 0 L 201.25 0 Q 230 0 230 28.75 L 230 233.64999999999998 Q 230 262.4 201.25 262.4 L 28.75 262.4 Q 0 262.4 0 233.64999999999998 L 0 28.75 Q 0 0 28.75 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"oXpw4xMfpW"},{"type":"text","id":"8SiCi6aeht","left":18.333333333333297,"top":315.1373106060606,"width":229.99999999999997,"height":168.796875,"content":"<p style=\"text-align: center;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"oXpw4xMfpW"},{"type":"text","id":"REr-3qAWxA","left":18.333333333333297,"top":264.6560606060606,"width":230.00000000000003,"height":49.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"oXpw4xMfpW"},{"type":"shape","id":"IqcRI6UtTN","left":262.7777777777777,"top":249.0060606060606,"width":230,"height":262.4,"viewBox":[230,262.4],"path":"M 28.75 0 L 201.25 0 Q 230 0 230 28.75 L 230 233.64999999999998 Q 230 262.4 201.25 262.4 L 28.75 262.4 Q 0 262.4 0 233.64999999999998 L 0 28.75 Q 0 0 28.75 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"7r1aAoJvuk"},{"type":"text","id":"5uFTC0Mjdz","left":262.7777777777777,"top":315.1373106060606,"width":229.99999999999997,"height":168.796875,"content":"<p style=\"text-align: center;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"7r1aAoJvuk"},{"type":"text","id":"W7rhGhPmCU","left":262.7777777777777,"top":264.6560606060606,"width":230.00000000000003,"height":49.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"7r1aAoJvuk"},{"type":"shape","id":"hXI0KIPeVf","left":507.2222222222221,"top":249.0060606060606,"width":230,"height":262.4,"viewBox":[230,262.4],"path":"M 28.75 0 L 201.25 0 Q 230 0 230 28.75 L 230 233.64999999999998 Q 230 262.4 201.25 262.4 L 28.75 262.4 Q 0 262.4 0 233.64999999999998 L 0 28.75 Q 0 0 28.75 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"GLjZbktK5p"},{"type":"text","id":"A8B0HEvk7_","left":507.2222222222221,"top":315.1373106060606,"width":229.99999999999997,"height":168.796875,"content":"<p style=\"text-align: center;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"GLjZbktK5p"},{"type":"text","id":"CdjPgxrGC_","left":507.2222222222221,"top":264.6560606060606,"width":230.00000000000003,"height":49.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"GLjZbktK5p"},{"type":"shape","id":"gZwSI1oFpy","left":751.6666666666666,"top":249.0060606060606,"width":230,"height":262.4,"viewBox":[230,262.4],"path":"M 28.75 0 L 201.25 0 Q 230 0 230 28.75 L 230 233.64999999999998 Q 230 262.4 201.25 262.4 L 28.75 262.4 Q 0 262.4 0 233.64999999999998 L 0 28.75 Q 0 0 28.75 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"tnX1LKn968"},{"type":"text","id":"k5lQ2ZoJdQ","left":751.6666666666666,"top":315.1373106060606,"width":229.99999999999997,"height":168.796875,"content":"<p style=\"text-align: center;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"tnX1LKn968"},{"type":"text","id":"L8CwhefN3z","left":751.6666666666666,"top":264.6560606060606,"width":230.00000000000003,"height":49.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"tnX1LKn968"}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"content"},{"id":"2kTS5lw3Tz","elements":[{"type":"shape","id":"ICLR0oHTbw","left":0,"top":0.05000000000001137,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"uNiQiNpK3j"},{"type":"shape","id":"kcazeiAlwh","left":85.45454545454554,"top":0,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"uNiQiNpK3j"},{"type":"shape","id":"GpgCoLRtiI","left":750,"top":312.5,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.2,"gradient":{"type":"linear","rotate":150,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"D5YtWbnZW9","left":123.38094590585439,"top":55.55,"width":824.0680042613636,"height":88.390625,"content":"<p style=\"\"><span style=\"font-size: 44px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"OgGRCFwV6P","left":139.93529257449237,"top":144.55,"start":[0,0],"end":[607.1096709280304,0],"points":["",""],"color":"rgba(91, 155, 213, 0.29)","style":"solid","width":3,"lock":false},{"type":"shape","id":"RfafWIM8jH","left":28.18181818181819,"top":229.4575757575758,"width":854.242424242424,"height":103.58484848484842,"viewBox":[854.242424242424,103.58484848484842],"path":"M 12.948106060606053 0 L 841.294318181818 0 Q 854.242424242424 0 854.242424242424 12.948106060606053 L 854.242424242424 90.63674242424237 Q 854.242424242424 103.58484848484842 841.294318181818 103.58484848484842 L 12.948106060606053 103.58484848484842 Q 0 103.58484848484842 0 90.63674242424237 L 0 12.948106060606053 Q 0 0 12.948106060606053 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"As7qXIqEwz"},{"type":"text","id":"POCMD78ceu","left":28.181818181818148,"top":265.04242424242426,"width":854.2424242424242,"height":69.59375,"content":"<p style=\"\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"As7qXIqEwz"},{"type":"text","id":"L5JwAhRBOS","left":28.181818181818233,"top":229.4575757575758,"width":854.242424242424,"height":53.1875,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"As7qXIqEwz"},{"type":"shape","id":"t1U9Opjhs1","left":28.181818181818233,"top":357.639393939394,"width":854.242424242424,"height":103.58484848484842,"viewBox":[854.242424242424,103.58484848484842],"path":"M 12.948106060606053 0 L 841.294318181818 0 Q 854.242424242424 0 854.242424242424 12.948106060606053 L 854.242424242424 90.63674242424237 Q 854.242424242424 103.58484848484842 841.294318181818 103.58484848484842 L 12.948106060606053 103.58484848484842 Q 0 103.58484848484842 0 90.63674242424237 L 0 12.948106060606053 Q 0 0 12.948106060606053 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"hLwVtRCxBW"},{"type":"text","id":"4XXwsDYuGC","left":28.18181818181819,"top":393.22424242424245,"width":854.2424242424242,"height":69.59375,"content":"<p style=\"\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"hLwVtRCxBW"},{"type":"text","id":"egjt04FQ8P","left":28.181818181818276,"top":357.639393939394,"width":854.242424242424,"height":53.1875,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"hLwVtRCxBW"},{"type":"image","id":"rCAFPjWaKH","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":750,"top":-250.45,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":true}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"content"},{"id":"7YUGrHLMfG","elements":[{"type":"shape","id":"nuw4z2IML6","left":0,"top":0.05000000000001137,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"GQyrD3ruGZ"},{"type":"shape","id":"KvK6ptPAA_","left":85.45454545454554,"top":0,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"GQyrD3ruGZ"},{"type":"shape","id":"PTbo-fcwva","left":750,"top":312.5,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.2,"gradient":{"type":"linear","rotate":150,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"Zx9RRC07ww","left":123.38094590585439,"top":55.55,"width":824.0680042613636,"height":88,"content":"<p style=\"\"><span style=\"font-size: 44px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"8YsNEJ7aLp","left":139.93529257449237,"top":144.55,"start":[0,0],"end":[607.1096709280304,0],"points":["",""],"color":"rgba(91, 155, 213, 0.29)","style":"solid","width":3,"lock":false},{"type":"shape","id":"g6a9eGEv34","left":28.181818181818276,"top":215.82121212121217,"width":854.242424242424,"height":103.58484848484842,"viewBox":[854.242424242424,103.58484848484842],"path":"M 12.948106060606053 0 L 841.294318181818 0 Q 854.242424242424 0 854.242424242424 12.948106060606053 L 854.242424242424 90.63674242424237 Q 854.242424242424 103.58484848484842 841.294318181818 103.58484848484842 L 12.948106060606053 103.58484848484842 Q 0 103.58484848484842 0 90.63674242424237 L 0 12.948106060606053 Q 0 0 12.948106060606053 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"trTPyIZrt-"},{"type":"text","id":"FmbtSEK_G1","left":28.181818181818233,"top":251.40606060606063,"width":854.2424242424242,"height":68,"content":"<p style=\"\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"trTPyIZrt-"},{"type":"text","id":"MsfFAOtNB4","left":28.18181818181832,"top":215.82121212121217,"width":854.242424242424,"height":53.390625,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"trTPyIZrt-"},{"type":"shape","id":"1-ReoXjwDK","left":28.18181818181832,"top":329.23030303030305,"width":854.242424242424,"height":103.58484848484842,"viewBox":[854.242424242424,103.58484848484842],"path":"M 12.948106060606053 0 L 841.294318181818 0 Q 854.242424242424 0 854.242424242424 12.948106060606053 L 854.242424242424 90.63674242424237 Q 854.242424242424 103.58484848484842 841.294318181818 103.58484848484842 L 12.948106060606053 103.58484848484842 Q 0 103.58484848484842 0 90.63674242424237 L 0 12.948106060606053 Q 0 0 12.948106060606053 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"lQIT2JKl23"},{"type":"text","id":"igrVNwfdLu","left":28.181818181818276,"top":364.8151515151515,"width":854.2424242424242,"height":68,"content":"<p style=\"\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"lQIT2JKl23"},{"type":"text","id":"0R_OEJ5S99","left":28.18181818181836,"top":329.23030303030305,"width":854.242424242424,"height":53.390625,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"lQIT2JKl23"},{"type":"shape","id":"Z84eK7P9cZ","left":28.18181818181832,"top":442.6393939393939,"width":854.242424242424,"height":103.58484848484842,"viewBox":[854.242424242424,103.58484848484842],"path":"M 12.948106060606053 0 L 841.294318181818 0 Q 854.242424242424 0 854.242424242424 12.948106060606053 L 854.242424242424 90.63674242424237 Q 854.242424242424 103.58484848484842 841.294318181818 103.58484848484842 L 12.948106060606053 103.58484848484842 Q 0 103.58484848484842 0 90.63674242424237 L 0 12.948106060606053 Q 0 0 12.948106060606053 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"cKwfPe0hQA"},{"type":"text","id":"9nJddt3w-q","left":28.181818181818276,"top":478.2242424242424,"width":854.2424242424242,"height":68,"content":"<p style=\"\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.5,"groupId":"cKwfPe0hQA"},{"type":"text","id":"_SpU52Dh6x","left":28.18181818181836,"top":442.6393939393939,"width":854.242424242424,"height":53.390625,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.8,"fill":"#00000000","groupId":"cKwfPe0hQA"},{"type":"image","id":"efdv_aSJdZ","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":750,"top":-250.45,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":true}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"content"},{"id":"fpVF6wMEiG","elements":[{"type":"shape","id":"jjVFsZE4gY","left":0,"top":-100.45,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"RDdJ4Hd71H"},{"type":"shape","id":"xFIPitqyuQ","left":85.45454545454554,"top":-100.50000000000001,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true,"groupId":"RDdJ4Hd71H"},{"type":"shape","id":"bONMpQzL9-","left":750,"top":312.5,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.2,"gradient":{"type":"linear","rotate":150,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"text","id":"ggaai6TyJu","left":135.00000000000009,"top":12.368181818181817,"width":824.0680042613636,"height":63,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"yeOhq_bx_N","left":147.74819483901507,"top":72.36818181818182,"start":[0,0],"end":[607.1096709280304,0],"points":["",""],"color":"rgba(91, 155, 213, 0.29)","style":"solid","width":3,"lock":false},{"type":"shape","id":"4lvTi2iwnE","left":22.878787878787975,"top":113.54848484848492,"width":854.242424242424,"height":90.9598484848485,"viewBox":[854.242424242424,90.9598484848485],"path":"M 11.369981060606062 0 L 842.872443181818 0 Q 854.242424242424 0 854.242424242424 11.369981060606062 L 854.242424242424 79.58986742424243 Q 854.242424242424 90.9598484848485 842.872443181818 90.9598484848485 L 11.369981060606062 90.9598484848485 Q 0 90.9598484848485 0 79.58986742424243 L 0 11.369981060606062 Q 0 0 11.369981060606062 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"_EupypZb-I"},{"type":"text","id":"qnzgNgSv4A","left":22.878787878787932,"top":144.13333333333338,"width":854.2424242424242,"height":60.375,"content":"<p style=\"\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.2,"groupId":"_EupypZb-I"},{"type":"text","id":"A7BtjfBEZR","left":22.878787878788017,"top":113.54848484848492,"width":854.242424242424,"height":44,"content":"<p style=\"\"><strong><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.5,"fill":"#00000000","groupId":"_EupypZb-I"},{"type":"shape","id":"stMyCU-QTF","left":22.878787878788017,"top":226.57878787878792,"width":854.242424242424,"height":90.9598484848485,"viewBox":[854.242424242424,90.9598484848485],"path":"M 11.369981060606062 0 L 842.872443181818 0 Q 854.242424242424 0 854.242424242424 11.369981060606062 L 854.242424242424 79.58986742424243 Q 854.242424242424 90.9598484848485 842.872443181818 90.9598484848485 L 11.369981060606062 90.9598484848485 Q 0 90.9598484848485 0 79.58986742424243 L 0 11.369981060606062 Q 0 0 11.369981060606062 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"3ccjjRzwKS"},{"type":"text","id":"jja_rwfgSQ","left":22.878787878787975,"top":257.1636363636364,"width":854.2424242424242,"height":60.375,"content":"<p style=\"\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.2,"groupId":"3ccjjRzwKS"},{"type":"text","id":"YuVn2AFlYi","left":22.87878787878806,"top":226.57878787878792,"width":854.242424242424,"height":44,"content":"<p style=\"\"><strong><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.5,"fill":"#00000000","groupId":"3ccjjRzwKS"},{"type":"shape","id":"f7HtC9skKB","left":22.878787878788017,"top":339.609090909091,"width":854.242424242424,"height":90.9598484848485,"viewBox":[854.242424242424,90.9598484848485],"path":"M 11.369981060606062 0 L 842.872443181818 0 Q 854.242424242424 0 854.242424242424 11.369981060606062 L 854.242424242424 79.58986742424243 Q 854.242424242424 90.9598484848485 842.872443181818 90.9598484848485 L 11.369981060606062 90.9598484848485 Q 0 90.9598484848485 0 79.58986742424243 L 0 11.369981060606062 Q 0 0 11.369981060606062 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"1CKPalCi8Z"},{"type":"text","id":"WoO8FWXDqq","left":22.878787878787975,"top":370.19393939393944,"width":854.2424242424242,"height":60.375,"content":"<p style=\"\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.2,"groupId":"1CKPalCi8Z"},{"type":"text","id":"jIqaV1Favh","left":22.87878787878806,"top":339.609090909091,"width":854.242424242424,"height":44,"content":"<p style=\"\"><strong><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.5,"fill":"#00000000","groupId":"1CKPalCi8Z"},{"type":"shape","id":"qwdGHSTrXl","left":22.878787878788017,"top":452.63939393939404,"width":854.242424242424,"height":90.9598484848485,"viewBox":[854.242424242424,90.9598484848485],"path":"M 11.369981060606062 0 L 842.872443181818 0 Q 854.242424242424 0 854.242424242424 11.369981060606062 L 854.242424242424 79.58986742424243 Q 854.242424242424 90.9598484848485 842.872443181818 90.9598484848485 L 11.369981060606062 90.9598484848485 Q 0 90.9598484848485 0 79.58986742424243 L 0 11.369981060606062 Q 0 0 11.369981060606062 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"gradient":{"type":"linear","rotate":90,"colors":[{"pos":0,"color":"#5b9bd5"},{"pos":100,"color":"#fff"}]},"opacity":0.5,"groupId":"nKjc6WhhkL"},{"type":"text","id":"212UEZyBBF","left":22.878787878787975,"top":483.2242424242425,"width":854.2424242424242,"height":60.375,"content":"<p style=\"\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","lineHeight":1.2,"groupId":"nKjc6WhhkL"},{"type":"text","id":"SNW04k_A9m","left":22.87878787878806,"top":452.63939393939404,"width":854.242424242424,"height":44,"content":"<p style=\"\"><strong><span style=\"font-size: 16px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","lineHeight":1.5,"fill":"#00000000","groupId":"nKjc6WhhkL"},{"type":"image","id":"114N-En05-","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":750,"top":-250.45,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":true}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"content"},{"id":"-az4wwxV8u","elements":[{"type":"shape","id":"wU_MkUqIzy","left":357.27272727272725,"top":181.24999999999997,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"shape","id":"cc_0WR9w2Q","left":-238.037109375,"top":275.096484375,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":true},{"type":"shape","id":"ewVfHuQhqR","left":770.4013671875,"top":-78.125,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(148,199,241,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"shape","id":"dwm6JTQ3Uy","left":442.72727272727275,"top":181.2,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"text","id":"VMsHq9BfOH","left":328.20454545454544,"top":212.5071277102527,"width":343.5909090909091,"height":94,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">感谢观看</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"ja7Y7Hs0Tn","left":309.6178089488636,"top":306.5071277102527,"width":380.76438210227275,"height":20,"viewBox":[380.76438210227275,20],"path":"M 10 0 L 370.76438210227275 0 Q 380.76438210227275 0 380.76438210227275 10 L 380.76438210227275 10 Q 380.76438210227275 20 370.76438210227275 20 L 10 20 Q 0 20 0 10 L 0 10 Q 0 0 10 0 Z","fill":"#5b9bd5","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.5],"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(150,192,231,1)"},{"pos":0,"color":"#5b9bd5"},{"pos":0,"color":"#5b9bd5"},{"pos":0,"color":"rgba(150,192,231,1)"},{"pos":79,"color":"rgba(203,244,254,1)"}]},"lock":true,"opacity":0.3},{"type":"text","id":"TM4kFU2SFH","left":381.4974596757318,"top":429.5374307405557,"width":237.00508064853636,"height":54,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 22px;\"><span style=\"font-family: ZhuqueFangSong;\">汇报人:xxx</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"image","id":"pVS9P1Ceph","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":-238.037109375,"top":275.096484375,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":true},{"type":"image","id":"4eSh6mMyZz","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":770.4013671875,"top":-78.125,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":true}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"end"},{"id":"j1QX2H1lAk","elements":[{"type":"shape","id":"vlZdtW5Pru","left":770.4,"top":-78.1,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(148,199,241,1)"},{"pos":100,"color":"#fff"}]},"lock":false},{"type":"image","id":"qi7VJzAQL_","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":770.4013671875,"top":-78.125,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":true},{"type":"shape","id":"YrX37iJ4UD","left":357.27272727272725,"top":181.24999999999997,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.1,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"shape","id":"wlGTLg6F2w","left":-238.037109375,"top":275.096484375,"width":500,"height":500,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(123,170,207,1)"},{"pos":100,"color":"#fff"}]},"flipH":true,"lock":false},{"type":"shape","id":"nfjSit8B77","left":442.72727272727275,"top":181.2,"width":200,"height":200,"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(155,202,240,1)","fixedRatio":false,"rotate":0,"opacity":0.3,"gradient":{"type":"linear","rotate":0,"colors":[{"pos":0,"color":"rgba(155,202,240,1)"},{"pos":100,"color":"#fff"}]},"lock":true},{"type":"text","id":"UksSwJzv1M","left":328.9621212121212,"top":230.25000000000003,"width":342.07575757575756,"height":94,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: ZhuqueFangSong;\"><span style=\"color: rgb(40, 72, 112);\">感谢观看</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"KqyKFQ72ck","left":439.3939393939394,"top":228.09648437499996,"start":[0,0],"end":[121.21212121212125,0],"points":["",""],"color":"rgba(91,155,213,0.29)","style":"solid","width":2,"lock":true},{"type":"line","id":"NG0b_FPQGY","left":439.3939393939394,"top":328.1737943769194,"start":[0,0],"end":[121.21212121212125,0],"points":["",""],"color":"rgba(91,155,213,0.29)","style":"solid","width":2,"lock":true},{"type":"text","id":"rnXLL3DApr","left":269.0875059185606,"top":181.24999999999997,"width":81.06060606060605,"height":200,"content":"<p style=\"text-align: center;\" class=\"ProseMirror-selectednode\" draggable=\"true\"><span style=\"font-size: 120px;\"><span style=\"color: rgba(91, 155, 213, 0.29);\">“</span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333333","vertical":false,"lock":true,"groupId":"_gHl848h9j"},{"type":"text","id":"v7WhSg_MY9","left":649.8518880208334,"top":181.24999999999997,"width":81.06060606060605,"height":200,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 120px;\"><span style=\"color: rgba(91, 155, 213, 0.29);\">”</span></span></p>","rotate":0,"defaultFontName":"ZhuqueFangSong","defaultColor":"#333333","vertical":false,"lock":true,"groupId":"_gHl848h9j"},{"type":"image","id":"FhRO_4OX-c","src":"https://images.pexels.com/photos/379954/pexels-photo-379954.jpeg","width":500,"height":500,"left":-238.037109375,"top":275.096484375,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"opacity":"15%"},"imageType":"pageFigure","lock":true}],"background":{"type":"solid","color":"rgba(255,255,255,1)","gradient":{"type":"linear","colors":[{"pos":0,"color":"rgba(228,228,228,1)"},{"pos":100,"color":"#fff"}],"rotate":0}},"type":"end"}]}
|