From 3878753c42b261a9dddf9f879c346870c9397ae6 Mon Sep 17 00:00:00 2001 From: caoyuchun <335003032@qq.com> Date: Mon, 17 Mar 2025 08:47:35 +0800 Subject: [PATCH] cyc --- .../xml-digital-teaching/lib/catalog.css | 11 +- .../xml-digital-teaching/lib/catalog.js | 2 +- .../xml-digital-teaching/lib/catalog.min.css | 2 +- src/plugin/xml-digital-teaching/lib/ebook.js | 2 +- src/plugin/xml-digital-teaching/lib/group.js | 2 +- src/plugin/xml-digital-teaching/lib/html.js | 2 +- src/plugin/xml-digital-teaching/lib/image.js | 2 +- .../xml-digital-teaching/lib/imageText.css | 36 +- .../xml-digital-teaching/lib/imageText.js | 20 +- src/plugin/xml-digital-teaching/lib/index.css | 3898 ++++++++--------- src/plugin/xml-digital-teaching/lib/index.js | 577 ++- .../xml-digital-teaching/lib/index.min.css | 2 +- src/plugin/xml-digital-teaching/lib/layout.js | 2 +- src/plugin/xml-digital-teaching/lib/music.js | 2 +- .../xml-digital-teaching/lib/paragraph.css | 124 +- .../xml-digital-teaching/lib/paragraph.js | 20 +- .../xml-digital-teaching/lib/question.css | 474 +- .../xml-digital-teaching/lib/question.js | 2 +- .../xml-digital-teaching/lib/question.min.css | 2 +- src/plugin/xml-digital-teaching/lib/render.js | 2 +- .../xml-digital-teaching/lib/resource.js | 2 +- .../lib/single-ctalog-group.js | 2 +- .../lib/single-ebook-group.js | 2 +- .../lib/single-html-group.js | 2 +- .../lib/single-image-group.js | 2 +- .../lib/single-music-group.js | 2 +- .../lib/single-question-group.js | 2 +- .../lib/single-resource-group.js | 2 +- .../lib/single-testpaper-group.js | 2 +- .../lib/single-text-group.js | 2 +- .../lib/single-video-group.js | 2 +- .../xml-digital-teaching/lib/splitline.css | 138 +- .../xml-digital-teaching/lib/splitline.js | 20 +- .../xml-digital-teaching/lib/testPaper.js | 2 +- src/plugin/xml-digital-teaching/lib/text.css | 6 +- src/plugin/xml-digital-teaching/lib/text.js | 20 +- .../xml-digital-teaching/lib/theme/index.css | 2 +- .../lib/theme/xml-components/global.css | 2 +- .../lib/theme/xml-components/theme.css | 2 +- .../xmlSingleTextGroupRender.css | 2 +- src/plugin/xml-digital-teaching/lib/title.css | 120 +- src/plugin/xml-digital-teaching/lib/title.js | 20 +- .../xml-digital-teaching/lib/titleLibrary.css | 192 +- .../xml-digital-teaching/lib/titleLibrary.js | 20 +- src/plugin/xml-digital-teaching/lib/video.css | 17 +- src/plugin/xml-digital-teaching/lib/video.js | 9 +- src/views/Book.vue | 15 +- 47 files changed, 3074 insertions(+), 2719 deletions(-) diff --git a/src/plugin/xml-digital-teaching/lib/catalog.css b/src/plugin/xml-digital-teaching/lib/catalog.css index df212d3..12c67d1 100644 --- a/src/plugin/xml-digital-teaching/lib/catalog.css +++ b/src/plugin/xml-digital-teaching/lib/catalog.css @@ -1,3 +1,8 @@ + +.xml-show-catalog .el-tree-node__content { + display: flex !important; +} + .catalog-node-label[data-v-179d841f] { display: flex; align-items: center; @@ -14,8 +19,4 @@ white-space: normal; } -/*# sourceMappingURL=XmlCatalog.vue.map */ - -.xml-show-catalog .el-tree-node__content { - display: flex !important; -} +/*# sourceMappingURL=XmlCatalog.vue.map */ \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/catalog.js b/src/plugin/xml-digital-teaching/lib/catalog.js index f9d5fc8..fd9f07d 100644 --- a/src/plugin/xml-digital-teaching/lib/catalog.js +++ b/src/plugin/xml-digital-teaching/lib/catalog.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // diff --git a/src/plugin/xml-digital-teaching/lib/catalog.min.css b/src/plugin/xml-digital-teaching/lib/catalog.min.css index fe24806..54ca3c3 100644 --- a/src/plugin/xml-digital-teaching/lib/catalog.min.css +++ b/src/plugin/xml-digital-teaching/lib/catalog.min.css @@ -1 +1 @@ -.catalog-node-label[data-v-179d841f]{display:flex;align-items:center}.catalog-node-label img[data-v-179d841f]{margin-right:4px}.xml-show-catalog[data-v-179d841f] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-179d841f] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}.xml-show-catalog .el-tree-node__content{display:flex!important} \ No newline at end of file +.xml-show-catalog .el-tree-node__content{display:flex!important}.catalog-node-label[data-v-179d841f]{display:flex;align-items:center}.catalog-node-label img[data-v-179d841f]{margin-right:4px}.xml-show-catalog[data-v-179d841f] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-179d841f] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/ebook.js b/src/plugin/xml-digital-teaching/lib/ebook.js index f34f080..3e35ba6 100644 --- a/src/plugin/xml-digital-teaching/lib/ebook.js +++ b/src/plugin/xml-digital-teaching/lib/ebook.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // diff --git a/src/plugin/xml-digital-teaching/lib/group.js b/src/plugin/xml-digital-teaching/lib/group.js index f76e610..854802c 100644 --- a/src/plugin/xml-digital-teaching/lib/group.js +++ b/src/plugin/xml-digital-teaching/lib/group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // diff --git a/src/plugin/xml-digital-teaching/lib/html.js b/src/plugin/xml-digital-teaching/lib/html.js index fa02932..7aee1c2 100644 --- a/src/plugin/xml-digital-teaching/lib/html.js +++ b/src/plugin/xml-digital-teaching/lib/html.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // diff --git a/src/plugin/xml-digital-teaching/lib/image.js b/src/plugin/xml-digital-teaching/lib/image.js index d131fd6..f75d2f2 100644 --- a/src/plugin/xml-digital-teaching/lib/image.js +++ b/src/plugin/xml-digital-teaching/lib/image.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import Vue from 'vue'; diff --git a/src/plugin/xml-digital-teaching/lib/imageText.css b/src/plugin/xml-digital-teaching/lib/imageText.css index 0e2e7f9..01a9e61 100644 --- a/src/plugin/xml-digital-teaching/lib/imageText.css +++ b/src/plugin/xml-digital-teaching/lib/imageText.css @@ -1,27 +1,35 @@ -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=fourth.vue.map */ - - /*# sourceMappingURL=fifth.vue.map */ +/*# sourceMappingURL=first.vue.map */ + + /*# sourceMappingURL=seventh.vue.map */ +/*# sourceMappingURL=second.vue.map */ + + /*# sourceMappingURL=third.vue.map */ /*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=first.vue.map */ +/*# sourceMappingURL=fourth.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ + +.xml-text-h5[data-v-e037ecc2] { +} +.xml-text-pc[data-v-e037ecc2] { +} +.xml-text-h5[data-v-e037ecc2] { +} + .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -93,14 +101,6 @@ /*# sourceMappingURL=XmlText.vue.map */ -.xml-text-h5[data-v-ec02be9c] { -} -.xml-text-pc[data-v-ec02be9c] { -} -.xml-text-h5[data-v-ec02be9c] { -} - - .xml-image-lun-bo .el-carousel__item { text-align: center; } diff --git a/src/plugin/xml-digital-teaching/lib/imageText.js b/src/plugin/xml-digital-teaching/lib/imageText.js index f52fd16..09bb5a6 100644 --- a/src/plugin/xml-digital-teaching/lib/imageText.js +++ b/src/plugin/xml-digital-teaching/lib/imageText.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import Vue from 'vue'; @@ -50578,7 +50578,7 @@ var script$7 = { tempWrapDom.innerHTML = copy; let content = ''; Array.from(tempWrapDom.childNodes).forEach(child => { - if (child.dataset.graphKey && child.tagName === 'P') { + if (child.dataset.graphKey && child.tagName === 'P' && child.textContent) { let pCopy = child.outerHTML + ''; for (let i = 0, len = links.length; i < len; i++) { let item = links[i]; @@ -50710,6 +50710,20 @@ var script$7 = { } }); } + if (type === 'video') { + // 魔链音频 + _this.$EventBus.$emit('handleMagicLinkVideoPlay', { + plaintext, + title, + content, + type, + isPlaying, + targetId: e.target.id, + callback: video => { + e.target.setAttribute('data-isplaying', video.paused ? 'false' : 'true'); + } + }); + } if (type === 'richtext') { content = content.replace(/text\-align:\s?justify/g, 'text-align:left'); // 魔链富文本 @@ -52326,7 +52340,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-ec02be9c"; + const __vue_scope_id__$7 = "data-v-e037ecc2"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/index.css b/src/plugin/xml-digital-teaching/lib/index.css index 7a8917e..0890e87 100644 --- a/src/plugin/xml-digital-teaching/lib/index.css +++ b/src/plugin/xml-digital-teaching/lib/index.css @@ -3,322 +3,6 @@ color: #888; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .preview-container-h5[data-v-d6f2886a] { padding-top: 15px; } @@ -384,49 +68,340 @@ /*# sourceMappingURL=PreviewLooseLeaf.vue.map */ -.xml-show-catalog .el-tree-node__content { - display: flex !important; -} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /*# sourceMappingURL=XmlGroup.vue.map */ -.preview-item-file[data-v-f6556cdc]:hover, -.slip-over-cover[data-v-f6556cdc]:hover { - cursor: pointer; -} -/*# sourceMappingURL=XmlResource.vue.map */ -.xml-question-container-h5[data-v-33d3f358] { -} -.xml-question-container-pc[data-v-33d3f358] { -} -.xml-question-container-pad[data-v-33d3f358] { -} - -.catalog-node-label[data-v-179d841f] { - display: flex; - align-items: center; -} -.catalog-node-label img[data-v-179d841f] { - margin-right: 4px; -} -.xml-show-catalog[data-v-179d841f] .el-tree-node__content { - height: auto; -} -.xml-show-catalog[data-v-179d841f] .el-tree-node__content .catalog-node-label { - max-width: calc(100% - 24px); - word-break: break-all; - white-space: normal; -} - -/*# sourceMappingURL=XmlCatalog.vue.map */ +/*# sourceMappingURL=XmlTextDialog.vue.map */ .xml-image-lun-bo .el-carousel__item { text-align: center; } + +.xml-text-h5[data-v-e037ecc2] { +} +.xml-text-pc[data-v-e037ecc2] { +} +.xml-text-h5[data-v-e037ecc2] { +} + .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -498,16 +473,27 @@ /*# sourceMappingURL=XmlText.vue.map */ -.xml-text-h5[data-v-ec02be9c] { -} -.xml-text-pc[data-v-ec02be9c] { -} -.xml-text-h5[data-v-ec02be9c] { +.xml-show-catalog .el-tree-node__content { + display: flex !important; } +.catalog-node-label[data-v-179d841f] { + display: flex; + align-items: center; +} +.catalog-node-label img[data-v-179d841f] { + margin-right: 4px; +} +.xml-show-catalog[data-v-179d841f] .el-tree-node__content { + height: auto; +} +.xml-show-catalog[data-v-179d841f] .el-tree-node__content .catalog-node-label { + max-width: calc(100% - 24px); + word-break: break-all; + white-space: normal; +} - -/*# sourceMappingURL=XmlTestPaper.vue.map */ +/*# sourceMappingURL=XmlCatalog.vue.map */ .xml-video-container-h5[data-v-6fcfaafb] { } @@ -516,17 +502,6 @@ .xml-video-container-pad[data-v-6fcfaafb] { } - -.xml-ebook-container-h5[data-v-2d482ab2] { -} -.xml-ebook-container-pc[data-v-2d482ab2] { -} -.xml-ebook-container-pad[data-v-2d482ab2] { -} - - - -/*# sourceMappingURL=XmlTextDialog.vue.map */ .xml-video-container-pdf[data-v-4645f3e6] { position: relative; display: flex; @@ -555,19 +530,29 @@ /*# sourceMappingURL=XmlVideoImg.vue.map */ -/*# sourceMappingURL=fourth.vue.map */ +/*# sourceMappingURL=XmlTestPaper.vue.map */ +.xml-ebook-container-h5[data-v-2d482ab2] { +} +.xml-ebook-container-pc[data-v-2d482ab2] { +} +.xml-ebook-container-pad[data-v-2d482ab2] { +} + +.preview-item-file[data-v-f6556cdc]:hover, +.slip-over-cover[data-v-f6556cdc]:hover { + cursor: pointer; +} -/*# sourceMappingURL=fourth.vue.map */ +/*# sourceMappingURL=XmlResource.vue.map */ - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ +.xml-question-container-h5[data-v-33d3f358] { +} +.xml-question-container-pc[data-v-33d3f358] { +} +.xml-question-container-pad[data-v-33d3f358] { +} + /*# sourceMappingURL=first.vue.map */ @@ -582,28 +567,7 @@ /*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ +/*# sourceMappingURL=rectangle.vue.map */ /*# sourceMappingURL=fifth.vue.map */ @@ -615,7 +579,7 @@ /*# sourceMappingURL=fifth.vue.map */ -/*# sourceMappingURL=eighth.vue.map */ +/*# sourceMappingURL=hexagon.vue.map */ /*# sourceMappingURL=sixth.vue.map */ @@ -624,181 +588,139 @@ /*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=eighth.vue.map */ - - /*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=fourteen.vue.map */ +/*# sourceMappingURL=triangle.vue.map */ -/*# sourceMappingURL=eighth.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=fourteen.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=wave.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=ninth.vue.map */ +/*# sourceMappingURL=square.vue.map */ -/*# sourceMappingURL=Greentheme4.vue.map */ +/*# sourceMappingURL=rotundity.vue.map */ -/*# sourceMappingURL=Greentheme4.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=isosceles.vue.map */ +/*# sourceMappingURL=semicircle.vue.map */ -/*# sourceMappingURL=ninth.vue.map */ +/*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=thirteen.vue.map */ +/*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=quadrangle.vue.map */ - - -/*# sourceMappingURL=twelve.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=eleven.vue.map */ +/*# sourceMappingURL=third.vue.map */ /*# sourceMappingURL=fifteen.vue.map */ -/*# sourceMappingURL=Greentheme5.vue.map */ +/*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=Greentheme5.vue.map */ +/*# sourceMappingURL=thirteenth.vue.map */ + + +/*# sourceMappingURL=fourteen.vue.map */ /*# sourceMappingURL=fifteen.vue.map */ -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme5.vue.map */ - - -/*# sourceMappingURL=Yellowtheme5.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=Redtheme2.vue.map */ - - -/*# sourceMappingURL=Redtheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Redtheme4.vue.map */ - - -/*# sourceMappingURL=Redtheme4.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Redtheme6.vue.map */ - - -/*# sourceMappingURL=Thirtyseven.vue.map */ - - -/*# sourceMappingURL=Redtheme5.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Thirtysix.vue.map */ - - /*# sourceMappingURL=sixteen.vue.map */ /*# sourceMappingURL=sixteen.vue.map */ -/*# sourceMappingURL=SanQintheme3.vue.map */ +/*# sourceMappingURL=fourteen.vue.map */ -/*# sourceMappingURL=SanQintheme3.vue.map */ +/*# sourceMappingURL=seventeen.vue.map */ -/*# sourceMappingURL=Thirtyfive.vue.map */ +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=twelfth.vue.map */ + + +/*# sourceMappingURL=eighteen2.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=Greentheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=eighteen.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=nineteen.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme6.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ /*# sourceMappingURL=SanQintheme2.vue.map */ @@ -807,25 +729,67 @@ /*# sourceMappingURL=SanQintheme2.vue.map */ +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme5.vue.map */ + + /*# sourceMappingURL=SanQintheme1.vue.map */ /*# sourceMappingURL=SanQintheme1.vue.map */ -/*# sourceMappingURL=Thirtyseven2.vue.map */ +/*# sourceMappingURL=Yellowtheme6.vue.map */ -/*# sourceMappingURL=Thirtyeight.vue.map */ +/*# sourceMappingURL=Yellowtheme5.vue.map */ -/*# sourceMappingURL=Forty.vue.map */ +/*# sourceMappingURL=Twentytwo.vue.map */ -/*# sourceMappingURL=Thirtyseven3.vue.map */ +/*# sourceMappingURL=Knowledge.vue.map */ -/*# sourceMappingURL=first.vue.map */ +/*# sourceMappingURL=SanQintheme3.vue.map */ + + +/*# sourceMappingURL=SanQintheme3.vue.map */ + + +/*# sourceMappingURL=twenty.vue.map */ + + +/*# sourceMappingURL=Twentyone.vue.map */ + + +/*# sourceMappingURL=Twentythree.vue.map */ + + +/*# sourceMappingURL=Twentyfour.vue.map */ + + +/*# sourceMappingURL=Twentyfive.vue.map */ + + +/*# sourceMappingURL=sixth.vue.map */ .title-text[data-v-14dffda4] { background-color: var(--background-color) !important; } @@ -837,247 +801,148 @@ /*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=sixth.vue.map */ +/*# sourceMappingURL=Yellowtheme2.vue.map */ -/*# sourceMappingURL=Yellowtheme1.vue.map */ +/*# sourceMappingURL=rectangle.vue.map */ + + +/*# sourceMappingURL=semicircle.vue.map */ /*# sourceMappingURL=Yellowtheme4.vue.map */ -/*# sourceMappingURL=fifteen.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ +/*# sourceMappingURL=thirteenth.vue.map */ /*# sourceMappingURL=Yellowtheme5.vue.map */ -/*# sourceMappingURL=Greentheme3.vue.map */ +/*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=fourteen.vue.map */ +/*# sourceMappingURL=Greentheme1.vue.map */ + + +/*# sourceMappingURL=fifteen.vue.map */ /*# sourceMappingURL=Greentheme2.vue.map */ -/*# sourceMappingURL=sixteen.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=Greytheme6.vue.map */ - - -/*# sourceMappingURL=Greytheme1.vue.map */ - - -/*# sourceMappingURL=Redtheme2.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Thirtyfive.vue.map */ - - -/*# sourceMappingURL=Redtheme4.vue.map */ - - -/*# sourceMappingURL=Thirtysix.vue.map */ - - -/*# sourceMappingURL=eleventh.vue.map */ - - -/*# sourceMappingURL=Greytheme3.vue.map */ - - -/*# sourceMappingURL=Greytheme2.vue.map */ - - -/*# sourceMappingURL=Greytheme4.vue.map */ - - -/*# sourceMappingURL=Greytheme5.vue.map */ - - -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=Bluetheme2.vue.map */ - - -/*# sourceMappingURL=Thirtyeight.vue.map */ - - -/*# sourceMappingURL=Bluetheme1.vue.map */ - - -/*# sourceMappingURL=Thirtyseven.vue.map */ - - -/*# sourceMappingURL=Forty.vue.map */ - - -/*# sourceMappingURL=Bluetheme3.vue.map */ - - -/*# sourceMappingURL=Bluetheme4.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=isosceles.vue.map */ - - -/*# sourceMappingURL=quadrangle.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=ninth.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=eleven.vue.map */ - - -/*# sourceMappingURL=rectangle.vue.map */ - - -/*# sourceMappingURL=hexagon.vue.map */ - - -/*# sourceMappingURL=triangle.vue.map */ - - -/*# sourceMappingURL=rectangle.vue.map */ - - -/*# sourceMappingURL=hexagon.vue.map */ - - -/*# sourceMappingURL=triangle.vue.map */ - - -/*# sourceMappingURL=rotundity.vue.map */ - - -/*# sourceMappingURL=twelfth.vue.map */ - - -/*# sourceMappingURL=twelfth.vue.map */ - - -/*# sourceMappingURL=semicircle.vue.map */ - - -/*# sourceMappingURL=thirteenth.vue.map */ - - -/*# sourceMappingURL=thirteenth.vue.map */ - - -/*# sourceMappingURL=semicircle.vue.map */ - - -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=thirteen.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ - - -/*# sourceMappingURL=sixteen.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - /*# sourceMappingURL=Greentheme3.vue.map */ +/*# sourceMappingURL=twelfth.vue.map */ + + /*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=Greentheme5.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ +/*# sourceMappingURL=fifth.vue.map */ /*# sourceMappingURL=Greentheme4.vue.map */ -/*# sourceMappingURL=Yellowtheme3.vue.map */ +/*# sourceMappingURL=Yellowtheme6.vue.map */ -/*# sourceMappingURL=square.vue.map */ +/*# sourceMappingURL=eighth.vue.map */ -/*# sourceMappingURL=nineteen.vue.map */ +/*# sourceMappingURL=eighth.vue.map */ -/*# sourceMappingURL=nineteen.vue.map */ +/*# sourceMappingURL=eighth.vue.map */ -/*# sourceMappingURL=Yellowtheme2.vue.map */ +/*# sourceMappingURL=fourth.vue.map */ + + +/*# sourceMappingURL=fourth.vue.map */ + + +/*# sourceMappingURL=hexagon.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=Knowledge.vue.map */ /*# sourceMappingURL=seventeen.vue.map */ -/*# sourceMappingURL=seventeen.vue.map */ - - -/*# sourceMappingURL=eighteen2.vue.map */ - - -/*# sourceMappingURL=eighteen.vue.map */ +/*# sourceMappingURL=triangle.vue.map */ /*# sourceMappingURL=Greentheme6.vue.map */ -/*# sourceMappingURL=Greentheme6.vue.map */ +/*# sourceMappingURL=nineteen.vue.map */ -/*# sourceMappingURL=Yellowtheme6.vue.map */ +/*# sourceMappingURL=sixteen.vue.map */ -/*# sourceMappingURL=Yellowtheme6.vue.map */ +/*# sourceMappingURL=fourteen.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=eleven.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ + + +/*# sourceMappingURL=quadrangle.vue.map */ + + +/*# sourceMappingURL=isosceles.vue.map */ + + +/*# sourceMappingURL=twelve.vue.map */ + + +/*# sourceMappingURL=thirteen.vue.map */ + + +/*# sourceMappingURL=wave.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ /*# sourceMappingURL=Redtheme5.vue.map */ @@ -1086,50 +951,230 @@ /*# sourceMappingURL=Redtheme3.vue.map */ -/*# sourceMappingURL=Yellowtheme5.vue.map */ +/*# sourceMappingURL=Redtheme3.vue.map */ -/*# sourceMappingURL=Redtheme2.vue.map */ +/*# sourceMappingURL=Redtheme3.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=Thirtysix.vue.map */ + + +/*# sourceMappingURL=Thirtysix.vue.map */ + + +/*# sourceMappingURL=Thirtyfive.vue.map */ + + +/*# sourceMappingURL=Thirtyfive.vue.map */ + + +/*# sourceMappingURL=Thirtyseven2.vue.map */ /*# sourceMappingURL=Redtheme6.vue.map */ -/*# sourceMappingURL=SanQintheme1.vue.map */ +/*# sourceMappingURL=Thirtyseven.vue.map */ -/*# sourceMappingURL=Knowledge.vue.map */ +/*# sourceMappingURL=Thirtyseven.vue.map */ -/*# sourceMappingURL=Twentytwo.vue.map */ +/*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=Knowledge.vue.map */ +/*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=Twentyone.vue.map */ +/*# sourceMappingURL=Thirtyseven3.vue.map */ -/*# sourceMappingURL=twenty.vue.map */ +/*# sourceMappingURL=Forty.vue.map */ -/*# sourceMappingURL=Twentyfive.vue.map */ +/*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=Twentyfour.vue.map */ +/*# sourceMappingURL=Forty.vue.map */ -/*# sourceMappingURL=Twentythree.vue.map */ +/*# sourceMappingURL=Thirtyeight.vue.map */ + + +/*# sourceMappingURL=Thirtyeight.vue.map */ + + +/*# sourceMappingURL=quadrangle.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=isosceles.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=eleven.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=fourteen.vue.map */ + + +/*# sourceMappingURL=thirteen.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme5.vue.map */ + + +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=Greytheme3.vue.map */ + + +/*# sourceMappingURL=eleventh.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Greytheme2.vue.map */ + + +/*# sourceMappingURL=Greytheme1.vue.map */ + + +/*# sourceMappingURL=Greytheme5.vue.map */ + + +/*# sourceMappingURL=Greytheme6.vue.map */ + + +/*# sourceMappingURL=Greytheme4.vue.map */ + + +/*# sourceMappingURL=Bluetheme1.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=Redtheme5.vue.map */ /*# sourceMappingURL=twelve.vue.map */ +/*# sourceMappingURL=Redtheme6.vue.map */ + + +/*# sourceMappingURL=Bluetheme2.vue.map */ + + +/*# sourceMappingURL=Bluetheme4.vue.map */ + + +/*# sourceMappingURL=Bluetheme3.vue.map */ + + +/*# sourceMappingURL=SanQintheme1.vue.map */ + + /*# sourceMappingURL=xmlRobotPc.vue.map */ + +/*# sourceMappingURL=fourth.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ + + +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=fifth.vue.map */ + + +/*# sourceMappingURL=sixth.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + +.xml-single-question-group-h5[data-v-30e02b9d] { +} +.xml-single-question-group-pc[data-v-30e02b9d] { +} +.xml-single-question-group-pad[data-v-30e02b9d] { +} + + +.xml-single-music-group-h5[data-v-2afe911e] { +} +.xml-single-music-group-pc[data-v-2afe911e] { +} +.xml-single-music-group-pad[data-v-2afe911e] { +} + + +.xml-single-text-group-h5[data-v-345e24df] { +} +.xml-single-text-group-pc[data-v-345e24df] { +} +.xml-single-text-group-pad[data-v-345e24df] { +} + + .xml-single-ebook-group-h5[data-v-0f8e6fa6] { } .xml-single-ebook-group-pc[data-v-0f8e6fa6] { @@ -1154,35 +1199,11 @@ } -.xml-single-music-group-h5[data-v-2afe911e] { +.xml-single-video-group-h5[data-v-ef0341ca] { } -.xml-single-music-group-pc[data-v-2afe911e] { +.xml-single-video-group-pc[data-v-ef0341ca] { } -.xml-single-music-group-pad[data-v-2afe911e] { -} - - -.xml-single-question-group-h5[data-v-eb16744a] { -} -.xml-single-question-group-pc[data-v-eb16744a] { -} -.xml-single-question-group-pad[data-v-eb16744a] { -} - - -.xml-single-question-group-h5[data-v-30e02b9d] { -} -.xml-single-question-group-pc[data-v-30e02b9d] { -} -.xml-single-question-group-pad[data-v-30e02b9d] { -} - - -.xml-single-text-group-h5[data-v-345e24df] { -} -.xml-single-text-group-pc[data-v-345e24df] { -} -.xml-single-text-group-pad[data-v-345e24df] { +.xml-single-video-group-pad[data-v-ef0341ca] { } @@ -1194,66 +1215,39 @@ } -.xml-single-video-group-h5[data-v-ef0341ca] { +.xml-single-question-group-h5[data-v-eb16744a] { } -.xml-single-video-group-pc[data-v-ef0341ca] { +.xml-single-question-group-pc[data-v-eb16744a] { } -.xml-single-video-group-pad[data-v-ef0341ca] { +.xml-single-question-group-pad[data-v-eb16744a] { } -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=fourth.vue.map */ - - /*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=fourth.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=Greytheme3.vue.map */ - - /*# sourceMappingURL=Greytheme2.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ +/*# sourceMappingURL=fourth.vue.map */ /*# sourceMappingURL=fifth.vue.map */ -/*# sourceMappingURL=single-agent-group.vue.map */ +/*# sourceMappingURL=first.vue.map */ /*# sourceMappingURL=eighth.vue.map */ +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=Greytheme3.vue.map */ + + /*# sourceMappingURL=tenth.vue.map */ .xml-skeleton-item { @@ -1276,13 +1270,16 @@ -/*# sourceMappingURL=eleventh.vue.map */ +/*# sourceMappingURL=single-agent-group.vue.map */ -/*# sourceMappingURL=Greytheme5.vue.map */ +/*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=Yellowtheme2.vue.map */ +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ /*# sourceMappingURL=Bluetheme2.vue.map */ @@ -1291,16 +1288,16 @@ /*# sourceMappingURL=Yellowtheme3.vue.map */ -/*# sourceMappingURL=ninth.vue.map */ +/*# sourceMappingURL=eleventh.vue.map */ -/*# sourceMappingURL=Redtheme1.vue.map */ +/*# sourceMappingURL=Bluetheme4.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=Greytheme5.vue.map */ -/*# sourceMappingURL=Twentythree.vue.map */ +/*# sourceMappingURL=Yellowtheme2.vue.map */ /*# sourceMappingURL=Bluetheme1.vue.map */ @@ -1309,19 +1306,19 @@ /*# sourceMappingURL=Yellowtheme1.vue.map */ +/*# sourceMappingURL=Redtheme4.vue.map */ + + /*# sourceMappingURL=Twentytwo.vue.map */ /*# sourceMappingURL=Twentyfour.vue.map */ -/*# sourceMappingURL=Bluetheme4.vue.map */ - - /*# sourceMappingURL=Greytheme1.vue.map */ -/*# sourceMappingURL=Thirtytwo.vue.map */ +/*# sourceMappingURL=Twentyfive.vue.map */ /*# sourceMappingURL=Thirtythree.vue.map */ @@ -1330,31 +1327,40 @@ /*# sourceMappingURL=Thirtyfour.vue.map */ -/*# sourceMappingURL=Twentyfive.vue.map */ - - /*# sourceMappingURL=Thirtyone.vue.map */ +/*# sourceMappingURL=Thirtytwo.vue.map */ + + +/*# sourceMappingURL=Twentythree.vue.map */ + + /*# sourceMappingURL=Thirtynine.vue.map */ -/*# sourceMappingURL=BuleRectangleTwo.vue.map */ +/*# sourceMappingURL=Sevenpagetwo.vue.map */ /*# sourceMappingURL=BuleRectangle.vue.map */ -/*# sourceMappingURL=titleQuestion.vue.map */ - - /*# sourceMappingURL=titleLogging.vue.map */ -/*# sourceMappingURL=Sevenpagefour.vue.map */ +/*# sourceMappingURL=titleQuestion.vue.map */ /*# sourceMappingURL=titleLight.vue.map */ + + +/*# sourceMappingURL=titleTearcher.vue.map */ + + +/*# sourceMappingURL=BuleRectangleTwo.vue.map */ + + +/*# sourceMappingURL=Sevenpagefive.vue.map */ .title-bgimg[data-v-16943e38] { background-image: url(../style/title-text-bgimg.png); } @@ -1362,82 +1368,82 @@ /*# sourceMappingURL=Sevenpageone.vue.map */ -/*# sourceMappingURL=titleTearcher.vue.map */ +/*# sourceMappingURL=titleCrane.vue.map */ /*# sourceMappingURL=titleText.vue.map */ +/*# sourceMappingURL=Sevenpagefour.vue.map */ + + /*# sourceMappingURL=Sevenpagethree.vue.map */ -/*# sourceMappingURL=titleCrane.vue.map */ - - -/*# sourceMappingURL=Sevenpagefive.vue.map */ - - -/*# sourceMappingURL=Sevenpagetwo.vue.map */ - - /*# sourceMappingURL=Fortyone.vue.map */ +/*# sourceMappingURL=Redtheme7.vue.map */ + + /*# sourceMappingURL=Foldtheme1.vue.map */ -/*# sourceMappingURL=Foldtheme2.vue.map */ - - -/*# sourceMappingURL=Tabstheme2.vue.map */ - - /*# sourceMappingURL=Tabstheme1.vue.map */ /*# sourceMappingURL=Foldtheme3.vue.map */ +/*# sourceMappingURL=Foldtheme2.vue.map */ + + /*# sourceMappingURL=Tabstheme4.vue.map */ /*# sourceMappingURL=Tabstheme3.vue.map */ -/*# sourceMappingURL=Redtheme7.vue.map */ +/*# sourceMappingURL=Foldtheme4.vue.map */ /*# sourceMappingURL=Tabstheme6.vue.map */ -/*# sourceMappingURL=Foldtheme4.vue.map */ - - -/*# sourceMappingURL=Tabstheme5.vue.map */ - - -/*# sourceMappingURL=Fortythree.vue.map */ +/*# sourceMappingURL=Tabstheme2.vue.map */ /*# sourceMappingURL=Foldtheme5.vue.map */ -/*# sourceMappingURL=Fortytwo.vue.map */ +/*# sourceMappingURL=Fortythree.vue.map */ /*# sourceMappingURL=Fortyfour.vue.map */ +/*# sourceMappingURL=Fortyseven.vue.map */ + + +/*# sourceMappingURL=Tabstheme5.vue.map */ + + /*# sourceMappingURL=Fortyfive.vue.map */ -/*# sourceMappingURL=Fortyseven.vue.map */ +/*# sourceMappingURL=Fortytwo.vue.map */ + + +/*# sourceMappingURL=Fortyeight.vue.map */ /*# sourceMappingURL=Fortysix.vue.map */ -/*# sourceMappingURL=Fortyeight.vue.map */ +/*# sourceMappingURL=XmlKnowledgeGraph.vue.map */ + + +/*# sourceMappingURL=Twentyseven.vue.map */ /*# sourceMappingURL=Twentysix.vue.map */ @@ -1446,142 +1452,12 @@ /*# sourceMappingURL=Twentyeight.vue.map */ -/*# sourceMappingURL=Twentyseven.vue.map */ - - -/*# sourceMappingURL=XmlKnowledgeGraph.vue.map */ +/*# sourceMappingURL=XmlGraphViewer.vue.map */ /*# sourceMappingURL=xmlWrapperPage.vue.map */ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /*# sourceMappingURL=xmlCollapse.vue.map */ @@ -1647,10 +1523,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.el-image__inner[data-v-4910c4a4] { + width: 100% !important; +} +.xml-image-ping-pu-h5[data-v-4910c4a4] { + display: flex; + flex-direction: column; + align-items: center; +} +.xml-image-hua-lang[data-v-4910c4a4] { + display: flex; + flex-direction: column; + align-items: center; +} -/*# sourceMappingURL=XmlGraphViewer.vue.map */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .object-model-content[data-v-81e73f14]{ .threejs-container { @@ -1703,768 +1718,10 @@ span{ /*# sourceMappingURL=XmlTextarea.vue.map */ -.el-image__inner[data-v-4910c4a4] { - width: 100% !important; -} -.xml-image-ping-pu-h5[data-v-4910c4a4] { - display: flex; - flex-direction: column; - align-items: center; -} -.xml-image-hua-lang[data-v-4910c4a4] { - display: flex; - flex-direction: column; - align-items: center; -} - - .read-the-docs[data-v-be1c9976] { color: #888; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.el-dialog__title { - font-size: 20px; -} -.add-teacher-resources-dialog { - width: 100%; - height: 100%; -} -.add-teacher-resources-dialog .el-form--label-left { - display: flex; - flex-direction: column; - width: 100%; - height: 30%; -} -.add-teacher-resources-dialog .el-form-item--medium { - padding-left: 5px; -} -.content-left { - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 3; - -webkit-box-orient: vertical; - margin-bottom: 10px; - font-size: 16px; - font-weight: 800; -} -.el-textarea__inner { - font-size: 16px; -} - -/*# sourceMappingURL=modifyNotes.vue.map */ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * { margin: 0; padding: 0; @@ -2580,6 +1837,340 @@ span{ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2852,6 +2443,37 @@ span{ /*# sourceMappingURL=classGrade.vue.map */ +.el-dialog__title { + font-size: 20px; +} +.add-teacher-resources-dialog { + width: 100%; + height: 100%; +} +.add-teacher-resources-dialog .el-form--label-left { + display: flex; + flex-direction: column; + width: 100%; + height: 30%; +} +.add-teacher-resources-dialog .el-form-item--medium { + padding-left: 5px; +} +.content-left { + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + margin-bottom: 10px; + font-size: 16px; + font-weight: 800; +} +.el-textarea__inner { + font-size: 16px; +} + +/*# sourceMappingURL=modifyNotes.vue.map */ /*# sourceMappingURL=xmlStatisticalChart.vue.map */ @@ -2960,6 +2582,260 @@ span{ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2982,6 +2858,130 @@ span{ /*# sourceMappingURL=xmlGeneralRobotPc.vue.map */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .cantUse[data-v-13d59ee0] { width: 100%; height: 100%; @@ -3223,10 +3223,6 @@ span{ - - - - @@ -3391,6 +3387,10 @@ span{ + + + + @@ -3564,94 +3564,31 @@ span{ } /*# sourceMappingURL=radio.vue.map */ -.option-item + .option-item[data-v-5cd637ec] { - margin-top: 16px; +.content[data-v-5a1894ea] { + width: 100%; } -.option-item[data-v-5cd637ec] { - display: flex; - background: #fbfbfb; +.content .stem-content[data-v-5a1894ea] { + width: 100%; + box-sizing: border-box; + padding: 5px 14px; + height: auto; + border: 1px solid #e7e7e7; border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item .questionSeq[data-v-5cd637ec] { - padding: 8px 0; -} -.option-item.isActive[data-v-5cd637ec] { - border-color: #2e9adb; -} -.option-item.isTrue[data-v-5cd637ec] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-5cd637ec] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-5cd637ec]:hover { - background: #ddd; -} -.option-item[data-v-5cd637ec] .content { cursor: pointer; } -.option-item[data-v-5cd637ec] .stem-content.no-border { - padding: 8px 14px !important; +.content .stem-content.no-border[data-v-5a1894ea] { + padding: 0; + border: none; + cursor: default; +} +.content .stem-content .placeholder[data-v-5a1894ea] { + color: #c0c4cc; + font-size: 14px; cursor: pointer; + user-select: none; } -/*# sourceMappingURL=radio.vue.map */ -.option-item + .option-item[data-v-6801edfc] { - margin-top: 16px; -} -.option-item[data-v-6801edfc] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item.isActive[data-v-6801edfc] { - border-color: #2e9adb; -} -.option-item .questionSeq[data-v-6801edfc] { - padding: 8px 0; -} -.option-item.isTrue[data-v-6801edfc] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-6801edfc] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-6801edfc]:hover { - background: #ddd; -} -.option-item[data-v-6801edfc] .content { - cursor: pointer; -} -.option-item[data-v-6801edfc] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=checkbox.vue.map */ +/*# sourceMappingURL=common.vue.map */ .option-item + .option-item[data-v-9f3637dc] { margin-top: 16px; } @@ -3696,31 +3633,50 @@ span{ } /*# sourceMappingURL=checkbox.vue.map */ -.content[data-v-5a1894ea] { - width: 100%; +.option-item + .option-item[data-v-6801edfc] { + margin-top: 16px; } -.content .stem-content[data-v-5a1894ea] { - width: 100%; - box-sizing: border-box; - padding: 5px 14px; - height: auto; - border: 1px solid #e7e7e7; +.option-item[data-v-6801edfc] { + display: flex; + background: #fbfbfb; border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item.isActive[data-v-6801edfc] { + border-color: #2e9adb; +} +.option-item .questionSeq[data-v-6801edfc] { + padding: 8px 0; +} +.option-item.isTrue[data-v-6801edfc] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-6801edfc] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-6801edfc]:hover { + background: #ddd; +} +.option-item[data-v-6801edfc] .content { cursor: pointer; } -.content .stem-content.no-border[data-v-5a1894ea] { - padding: 0; - border: none; - cursor: default; -} -.content .stem-content .placeholder[data-v-5a1894ea] { - color: #c0c4cc; - font-size: 14px; +.option-item[data-v-6801edfc] .stem-content.no-border { + padding: 8px 14px !important; cursor: pointer; - user-select: none; } -/*# sourceMappingURL=common.vue.map */ +/*# sourceMappingURL=checkbox.vue.map */ .content[data-v-175142a4] { width: 100%; } @@ -3746,6 +3702,50 @@ span{ } /*# sourceMappingURL=common.vue.map */ +.option-item + .option-item[data-v-5cd637ec] { + margin-top: 16px; +} +.option-item[data-v-5cd637ec] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item .questionSeq[data-v-5cd637ec] { + padding: 8px 0; +} +.option-item.isActive[data-v-5cd637ec] { + border-color: #2e9adb; +} +.option-item.isTrue[data-v-5cd637ec] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-5cd637ec] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-5cd637ec]:hover { + background: #ddd; +} +.option-item[data-v-5cd637ec] .content { + cursor: pointer; +} +.option-item[data-v-5cd637ec] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=radio.vue.map */ .line-content[data-v-4a22b201] { width: 100%; position: relative; @@ -3893,65 +3893,80 @@ span{ } /*# sourceMappingURL=index.vue.map */ -.audio .audio-icon[data-v-43ef9f54] { - width: 36px; - height: 36px; - margin-right: 20px; +[data-v-432b6cd2] .el-dialog__header { + padding: 10px; } -.audio .audio-icon img[data-v-43ef9f54] { +.video-content[data-v-432b6cd2] { + width: 180px; + height: 135px; + border-radius: 6px; + overflow: hidden; + position: relative; +} +.video-content .play[data-v-432b6cd2] { + position: absolute; + left: 50%; + top: 50%; + cursor: pointer; + transform: translateX(-50%) translateY(-50%); +} +.video-mask[data-v-432b6cd2] { + position: absolute; + left: 0; + top: 0; width: 100%; height: 100%; + background: rgba(0, 0, 0, 0.5); +} +.video-mask img[data-v-432b6cd2] { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50% -50%); display: block; } -.audio .audio-controls[data-v-43ef9f54] { +.video-player[data-v-432b6cd2] { width: 100%; - max-width: 200px; - flex: 1; - height: 36px; -} -.audio .audio-controls .audio-controls--progress[data-v-43ef9f54], .audio .audio-controls .audio-controls--handler[data-v-43ef9f54] { - width: 100%; -} -.audio .audio-controls .audio-controls--handler[data-v-43ef9f54] { - line-height: 1; -} -.audio .audio-controls .audio-controls--handler .play[data-v-43ef9f54] { - font-size: 24px; -} -.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-43ef9f54] { - width: 22px; - height: 22px; - display: block; - cursor: pointer; -} -.audio .audio-controls .audio-controls--handler .current-time[data-v-43ef9f54], .audio .audio-controls .audio-controls--handler .total-time[data-v-43ef9f54] { - font-size: 12px; - color: #333; -} -.play-handler.mobile[data-v-43ef9f54] { - width: 20px; - height: 20px; -} -.audio-component[data-v-43ef9f54] { - display: none; -} -[data-v-43ef9f54] .el-slider__runway { - margin: 0 0 4px 0; - background: #e3e3e3; - height: 4px; -} -[data-v-43ef9f54] .el-slider__bar { - height: 4px; -} -[data-v-43ef9f54] .el-slider__button { - width: 10px; - height: 10px; -} -[data-v-43ef9f54] .el-slider__button-wrapper { - top: -15px; } -/*# sourceMappingURL=audio-play-new.vue.map */ +/*# sourceMappingURL=video-play.vue.map */ +[data-v-33a4cdd5] .el-dialog__header { + padding: 10px; +} +.video-content[data-v-33a4cdd5] { + width: 180px; + height: 135px; + border-radius: 6px; + overflow: hidden; + position: relative; +} +.video-content .play[data-v-33a4cdd5] { + position: absolute; + left: 50%; + top: 50%; + cursor: pointer; + transform: translateX(-50%) translateY(-50%); +} +.video-mask[data-v-33a4cdd5] { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.5); +} +.video-mask img[data-v-33a4cdd5] { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50% -50%); + display: block; +} +.video-player[data-v-33a4cdd5] { + width: 100%; +} + +/*# sourceMappingURL=video-play.vue.map */ .audio .audio-icon[data-v-706e281e] { width: 36px; height: 36px; @@ -4011,77 +4026,62 @@ span{ } /*# sourceMappingURL=audio-play-new.vue.map */ -[data-v-33a4cdd5] .el-dialog__header { - padding: 10px; +.audio .audio-icon[data-v-43ef9f54] { + width: 36px; + height: 36px; + margin-right: 20px; } -.video-content[data-v-33a4cdd5] { - width: 180px; - height: 135px; - border-radius: 6px; - overflow: hidden; - position: relative; -} -.video-content .play[data-v-33a4cdd5] { - position: absolute; - left: 50%; - top: 50%; - cursor: pointer; - transform: translateX(-50%) translateY(-50%); -} -.video-mask[data-v-33a4cdd5] { - position: absolute; - left: 0; - top: 0; +.audio .audio-icon img[data-v-43ef9f54] { width: 100%; height: 100%; - background: rgba(0, 0, 0, 0.5); -} -.video-mask img[data-v-33a4cdd5] { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50% -50%); display: block; } -.video-player[data-v-33a4cdd5] { +.audio .audio-controls[data-v-43ef9f54] { + width: 100%; + max-width: 200px; + flex: 1; + height: 36px; +} +.audio .audio-controls .audio-controls--progress[data-v-43ef9f54], .audio .audio-controls .audio-controls--handler[data-v-43ef9f54] { width: 100%; } - -/*# sourceMappingURL=video-play.vue.map */ -[data-v-432b6cd2] .el-dialog__header { - padding: 10px; +.audio .audio-controls .audio-controls--handler[data-v-43ef9f54] { + line-height: 1; } -.video-content[data-v-432b6cd2] { - width: 180px; - height: 135px; - border-radius: 6px; - overflow: hidden; - position: relative; +.audio .audio-controls .audio-controls--handler .play[data-v-43ef9f54] { + font-size: 24px; } -.video-content .play[data-v-432b6cd2] { - position: absolute; - left: 50%; - top: 50%; +.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-43ef9f54] { + width: 22px; + height: 22px; + display: block; cursor: pointer; - transform: translateX(-50%) translateY(-50%); } -.video-mask[data-v-432b6cd2] { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0.5); +.audio .audio-controls .audio-controls--handler .current-time[data-v-43ef9f54], .audio .audio-controls .audio-controls--handler .total-time[data-v-43ef9f54] { + font-size: 12px; + color: #333; } -.video-mask img[data-v-432b6cd2] { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50% -50%); - display: block; +.play-handler.mobile[data-v-43ef9f54] { + width: 20px; + height: 20px; } -.video-player[data-v-432b6cd2] { - width: 100%; +.audio-component[data-v-43ef9f54] { + display: none; +} +[data-v-43ef9f54] .el-slider__runway { + margin: 0 0 4px 0; + background: #e3e3e3; + height: 4px; +} +[data-v-43ef9f54] .el-slider__bar { + height: 4px; +} +[data-v-43ef9f54] .el-slider__button { + width: 10px; + height: 10px; +} +[data-v-43ef9f54] .el-slider__button-wrapper { + top: -15px; } -/*# sourceMappingURL=video-play.vue.map */ \ No newline at end of file +/*# sourceMappingURL=audio-play-new.vue.map */ \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/index.js b/src/plugin/xml-digital-teaching/lib/index.js index 7c06b0f..5adc684 100644 --- a/src/plugin/xml-digital-teaching/lib/index.js +++ b/src/plugin/xml-digital-teaching/lib/index.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -903,19 +903,21 @@ function findNodeTree(node, storeKeyPrefix) { let nodeExtraRelations = []; let nodeIds = []; let subNodeIds = []; - let nodeId = Number(node.id); + let nodeId = String(node.id); nodeIds.push(nodeId); function nodeDeepFind(n, originId, level) { - let result = relations.filter(item => item.start === n.end); + let result = relations.filter(item => item.start + '' === n.end + ''); if (result.length) { result.forEach(item => { - if (item.end !== originId) { - nodeIds.push(item.end); - nodeExtraRelations.push({ - ...item, - renderType: 'leaf' - }); - if (item.end !== n.start && (level === 0 || level > 0 && nodeExtraRelations.find(r => r.start === item.start && r.end === item.end && r.type === item.type) === undefined)) { + if (item.end + '' !== originId) { + nodeIds.push(item.end + ''); + if (!nodeExtraRelations.find(n => n.id === item.id)) { + // nodeExtraRelations.push({ ...item, renderType: 'leaf' }) + nodeExtraRelations.push({ + ...item + }); + } + if (item.end + '' !== n.start + '' && (level === 0 || level > 0 && nodeExtraRelations.find(r => r.start + '' === item.start + '' && r.end + '' === item.end + '' && r.type === item.type) === undefined)) { level += 1; nodeDeepFind(item, originId, level); } @@ -925,19 +927,19 @@ function findNodeTree(node, storeKeyPrefix) { } for (let i = 0, len = relations.length; i < len; i++) { let r = relations[i]; - if (r.end === nodeId) { + if (r.end + '' === nodeId) { nodeEndRelations.push(r); - nodeIds.push(r.start); - subNodeIds.push(r.start); - } else if (r.start === nodeId) { - nodeIds.push(r.end); - subNodeIds.push(r.end); + nodeIds.push(r.start + ''); + subNodeIds.push(r.start + ''); + } else if (r.start + '' === nodeId) { + nodeIds.push(r.end + ''); + subNodeIds.push(r.end + ''); nodeStartRelations.push(r); nodeDeepFind(r, nodeId, 0); } } nodeIds = [...new Set(nodeIds)]; - let nodes = nodeModels.filter(item => nodeIds.includes(item.id)); + let nodes = nodeModels.filter(item => nodeIds.includes(item.id + '')); let links = [...nodeStartRelations, ...nodeEndRelations, ...nodeExtraRelations]; return { ...node, @@ -52851,7 +52853,7 @@ var script$5F = { tempWrapDom.innerHTML = copy; let content = ''; Array.from(tempWrapDom.childNodes).forEach(child => { - if (child.dataset.graphKey && child.tagName === 'P') { + if (child.dataset.graphKey && child.tagName === 'P' && child.textContent) { let pCopy = child.outerHTML + ''; for (let i = 0, len = links.length; i < len; i++) { let item = links[i]; @@ -52983,6 +52985,20 @@ var script$5F = { } }); } + if (type === 'video') { + // 魔链音频 + _this.$EventBus.$emit('handleMagicLinkVideoPlay', { + plaintext, + title, + content, + type, + isPlaying, + targetId: e.target.id, + callback: video => { + e.target.setAttribute('data-isplaying', video.paused ? 'false' : 'true'); + } + }); + } if (type === 'richtext') { content = content.replace(/text\-align:\s?justify/g, 'text-align:left'); // 魔链富文本 @@ -54599,7 +54615,7 @@ __vue_render__$5F._withStripped = true; /* style */ const __vue_inject_styles__$5F = undefined; /* scoped */ - const __vue_scope_id__$5F = "data-v-ec02be9c"; + const __vue_scope_id__$5F = "data-v-e037ecc2"; /* module identifier */ const __vue_module_identifier__$5F = undefined; /* functional template */ @@ -78833,9 +78849,10 @@ var __vue_render__$5d = function () { _c("img", { attrs: { src: _vm.titleLeftIcon } }), ]), _vm._v(" "), - _c("div", { staticClass: "title" }, [ - _vm._v(_vm._s(_vm.title)), - ]), + _c("div", { + staticClass: "title", + domProps: { innerHTML: _vm._s(_vm.title) }, + }), _vm._v(" "), _c("div", { staticClass: "title-adorn" }, [ _c("img", { attrs: { src: _vm.titleRightIcon } }), @@ -128975,6 +128992,8 @@ class systemEnvironmentVariables { //是否显示Ai dynamicToolbar: false, //是否资源为0的资源隐藏显示 + isReadingMode: true, + //是否显示切换阅读模式 toolbarList: [{ name: '搜索', type: 'search', @@ -129150,7 +129169,7 @@ class systemEnvironmentVariables { systemId: '86bea987-ff10-4aca-82d3-75035f4fcea9', theFirstLayout: true, //第一种布局 - resourceStyle: 2, + resourceStyle: 1, //资源样式 toolbarFirst: true, //第一种pc端工具栏 @@ -129657,7 +129676,7 @@ var __vue_render__$2K = function () { 1 ), _vm._v(" "), - _vm.sysEnv.isGuoKai + _vm.sysEnv.isReadingMode ? _c("div", { staticClass: "set-item" }, [ _c("span", { staticClass: "keyname" }, [ _vm._v("阅读模式"), @@ -138557,14 +138576,10 @@ var getRobotData = { }) }).then(response => response.json()).then(json => { // this.conversationId = json.conversation_id - this.conversationId = json.data.token.split('|')[0]; + // this.conversationId = json.data.token.split('|')[0] this.tmpToken = json.data.token; // console.log(json,this.conversationId, 'conversationIdconversationIdconversationId') - }); - }, - // 获取斯麦尔模型回答 - getSmileData(question, index) { - try { + fetch(this.robotData.xml.conversationUrl, { method: 'post', headers: { @@ -138573,33 +138588,149 @@ var getRobotData = { }, body: JSON.stringify({ app_id: this.robotData.xml.appId, - query: question, - conversation_id: this.conversationId, - kb_id: 117, + // conversation_id: this.conversationId, + kb_id: this.robotData.xml.kbId, kb_type: 'book', - message: question + message: '' }) }).then(response => response.json()).then(json => { - console.log(json, 'ajkjijjj'); - if (json.code == 200) { - let list = json.data.conversation.completions || []; - let content = ''; - list.map((item, index) => { - content += item.content; - this.answerData['xml'][this.answerData['xml'].length - 1].content = marked.parse(content).replace(`${question}`, ''); - this.answerData['xml'][this.answerData['xml'].length - 1].content = this.answerData['xml'][this.answerData['xml'].length - 1].content.replace(/##.*?\$\$/g, ''); - this.answerData['xml'][this.answerData['xml'].length - 1].loading = false; - this.answerData['xml'][this.answerData['xml'].length - 1].loadingCompleted = true; - this.answerData['xml'][this.answerData['xml'].length - 1].type = 'text'; - }); - this.saveData(index); - } else { - this.getErrorData(question, index, 'xml'); - } + // this.conversationId = json.conversation_id + console.log(json.data.conversation.id, 'kkksksksk'); + this.conversationId = json.data.conversation.id; }); + }); + }, + // 获取斯麦尔模型回答 + async getSmileData(question, index) { + let controller = new AbortController(); + try { + const response = await fetch(this.robotData.xml.conversationUrl + '/' + this.conversationId, { + method: 'put', + headers: { + 'Content-Type': 'application/json', + Authorization: 'Bearer ' + this.tmpToken + }, + body: JSON.stringify({ + message: question, + stream: 1, + signal: controller.signal + }) + }); + const reader = response.body.getReader(); + let data = ''; + let content = ''; + while (true) { + const { + done, + value + } = await reader.read(); + if (done) { + this.answerData['xml'][index].loadingCompleted = true; + break; + } + data = new TextDecoder().decode(value); + // console.log(data, 'ddddddddddddddd') + if (data.indexOf(',"data":true') == -1) { + let list = data.split('data: ') || []; + // console.log(list,'aaaaaaaaa'); + + this.answerData['xml'][index].loading = false; + this.answerData['xml'][index].type = 'text'; + list.map(item => { + if (item && item != '\n\n' && item != '\n') { + let json = JSON.parse(item); + // console.log(json,'ddkk'); + + let text = json.complete.content || ''; + content = text.replace(/\\n/g, '
'); + this.answerData['xml'][index].content = marked.parse(content); + this.saveData(index); + } + }); + } else { + this.answerData['xml'][index].loadingCompleted = true; + } + } } catch { this.getErrorData(question, index, 'xml'); } + // let controller = new AbortController() + // try { + // const response = fetch(this.robotData.xml.conversationUrl, { + // method: 'post', + // headers: { + // 'Content-Type': 'application/json', + // Authorization: 'Bearer ' + this.tmpToken + // }, + // body: JSON.stringify({ + // app_id: this.robotData.xml.appId, + // query: question, + // conversation_id: this.conversationId, + // kb_id: this.robotData.xml.kbId, + // kb_type: 'book', + // message: question, + // stream:1, + // signal: controller.signal + // }) + // }) + // const reader = response.body.getReader() + // let data = '' + // let content = '' + // while (true) { + // const { done, value } = await reader.read() + + // // if (done) { + // // this.answerData['qianfan'][index].loadingCompleted = true + // // break + // // } + // // let data=decoder.decode(value); + // data = new TextDecoder().decode(value) + // console.log(data, 'data'); + + // // if (data.indexOf('data: [DONE]') == -1) { + // // let list = data.split('data: ') || [] + // // this.answerData['deepseek'][index].loading = false + // // this.answerData['deepseek'][index].type = 'text' + // // list.map((item) => { + // // if (item) { + // // let json = JSON.parse(item) + // // let text = json.choices[0].delta.content || '' + // // content += text.replace(/\\n/g, '
') + // // this.answerData['deepseek'][index].content = marked.parse(content) + // // this.saveData(index) + // // } + // // }) + // // } else { + // // // this.answerData['deepseek'][index].loadingCompleted = true + // // } + // } + + // // .then((response) => response.json()) + // // .then((json) => { + // // console.log(json, 'ajkjijjj') + // // if (json.code == 200) { + // // let list = json.data.conversation.completions || [] + // // let content = '' + // // list.map((item, index) => { + // // content += item.content + // // this.answerData['xml'][this.answerData['xml'].length - 1].content = marked + // // .parse(content) + // // .replace(`${question}`, '') + // // this.answerData['xml'][this.answerData['xml'].length - 1].content = this.answerData['xml'][ + // // this.answerData['xml'].length - 1 + // // ].content.replace(/##.*?\$\$/g, '') + // // this.answerData['xml'][this.answerData['xml'].length - 1].loading = false + // // this.answerData['xml'][this.answerData['xml'].length - 1].loadingCompleted = true + // // this.answerData['xml'][this.answerData['xml'].length - 1].type = 'text' + // // }) + // // this.saveData(index) + // // } else { + // // this.getErrorData(question, index, 'xml') + // // } + // // }) + // } catch { + // this.getErrorData(question, index, 'xml') + // } }, // // 获取deepseek回答 // getDeepseekData(question, index) { @@ -138628,6 +138759,10 @@ var getRobotData = { // 获取deepseek回答 async getDeepseekData(question, index) { + this.messages = [{ + role: 'user', + content: '你是AI智能助手,请根据用户问题给出解答' + }]; //清空消息记录,防止连续思考 this.messages.push({ role: 'user', content: question @@ -138658,7 +138793,7 @@ var getRobotData = { value } = await reader.read(); if (done) { - this.answerData['qianfan'][index].loadingCompleted = true; + this.answerData['deepseek'][index].loadingCompleted = true; break; } // let data=decoder.decode(value); @@ -142752,7 +142887,7 @@ var __vue_render__$2C = function () { 1 ), _vm._v(" "), - _vm.sysEnv.isGuoKai + _vm.sysEnv.isReadingMode ? _c("div", { staticClass: "set-item" }, [ _c("span", { staticClass: "keyname" }, [ _vm._v("阅读模式"), @@ -148639,6 +148774,25 @@ var script$2s = { } } }); + this.$EventBus.$on('handleMagicLinkVideoPlay', function (data) { + const { + targetId, + plaintext, + title, + content, + type, + isPlaying, + callback + } = data; + _this.hotzoneTarget = { + type: 'video', + value: content, + label: title, + desc: '', + cover: '' + }; + _this.hotTargetViewerVisible = true; + }); this.$EventBus.$on('hotzoneClick', function (set) { const { type = '', @@ -149031,6 +149185,9 @@ var script$2s = { themeLineHeight: 1.5, readingMode: this.loadingMode }; + if (!this.env.isReadingMode) { + this.persistentReaderSetting = this.loadingMode; + } }, persistentSettingChange(key, value) { let newSetting = Object.assign({}, this.persistentReaderSetting, { @@ -149038,6 +149195,9 @@ var script$2s = { }); localStorage.setItem('reader-setting_#_' + this.textBookData.id, JSON.stringify(newSetting)); this.persistentReaderSetting = JSON.parse(localStorage.getItem('reader-setting_#_' + this.textBookData.id)) || {}; + if (!this.env.isReadingMode) { + this.persistentReaderSetting = this.loadingMode; + } }, settingChange(key, value) { this.currentGroupInfo.readingMode = value; @@ -155502,8 +155662,7 @@ var script$2p = { elfinStatic: true, exportStatic: false, timeout: null, - conversationId: '', - tmpToken: '' + conversationId: '' }; }, directives: { @@ -155668,101 +155827,108 @@ var script$2p = { fetch(this.robotData.baseUrl, { method: 'post', headers: { - 'Content-Type': 'application/json', + 'Content-Type': 'application/json;charset=utf-8', Authorization: 'Bearer ' + this.robotData.token }, body: JSON.stringify({ - app_id: this.robotData.appId, - client_id: this.robotData.client_id, - client_secret: this.robotData.token, - user_id: String(this.robotData.user_id) + app_id: this.robotData.appId }) }).then(response => response.json()).then(json => { - // this.conversationId = json.conversation_id - this.conversationId = json.data.token.split('|')[0]; - this.tmpToken = json.data.token; - // console.log(json,this.conversationId, 'conversationIdconversationIdconversationId') + this.conversationId = json.conversation_id; }); }, // 获取小智答疑答案 async loadData(question, index) { this.$nextTick; - new AbortController(); + let controller = new AbortController(); try { - fetch(this.robotData.conversationUrl, { + const response = await fetch(this.robotData.conversationUrl, { method: 'post', headers: { - 'Content-Type': 'application/json', - // Authorization: 'Bearer ' + this.robotData.token - Authorization: 'Bearer ' + this.tmpToken + 'Content-Type': 'application/json;charset=utf-8', + Authorization: 'Bearer ' + this.robotData.token }, body: JSON.stringify({ app_id: this.robotData.appId, query: question, - // stream: true, + stream: true, conversation_id: this.conversationId, - // signal: controller.signal, - kb_id: 117, - kb_type: 'book', - message: question + signal: controller.signal }) - }).then(response => response.json()).then(json => { - console.log(json, 'ajkjijjj'); - let list = json.data.conversation.completions || []; - let content = ''; - list.map((item, index) => { - content += item.content; - this.list[this.list.length - 1].content = marked.parse(content).replace(`${question}`, ''); - this.list[this.list.length - 1].content = this.list[this.list.length - 1].content.replace(/##.*?\$\$/g, ''); - this.list[this.list.length - 1].loading = false; - this.list[this.list.length - 1].loadingCompleted = true; - this.list[this.list.length - 1].type = 'text'; - // setTimeout(() => { - // let itemDom = document.getElementById('robot-content-' + index) - // let Dom = this.$refs.scrollDiv - // Dom.scrollTop = itemDom.offsetTop + itemDom.offsetHeight - 500 - // }, 200) - }); }); - // console.log(response, 'aaaaaaaaaaaaaa') - // let list = response.conversation.completions - // console.log(list, 'response') - // const reader = response.body.getReader() - // let data = '' - // let videoUrl = '' - // let content = '' - // while (true) { - // const { done, value } = await reader.read() - // console.log('🚀 ~ loadData ~ done:', done) + const reader = response.body.getReader(); + let data = ''; + let videoUrl = ''; + let content = ''; + while (true) { + const { + done, + value + } = await reader.read(); + console.log('🚀 ~ loadData ~ done:', done); + if (done) { + this.list[index].loadingCompleted = true; + // setLoading(false); + break; + } + data = new TextDecoder().decode(value); + if (data.indexOf('answer')) { + let textList = data.split('"answer": "') || []; + if (textList.length > 1) { + let text = textList[1].split('", "conversation_id')[0] || ''; + if (text.replace(/\s+/g, '') != '') { + // console.log(text,text.replace(/\n/g,'
')); + content += text.replace(/\\n/g, '
'); + this.list[index].content = marked.parse(content); + // console.log("🚀 ~ loadData ~ this.list[index].content:", this.list[index].content,this.list[index].content.replace(/\n/g,'
')) + } + } + } - // if (done) { - // this.list[index].loadingCompleted = true - // // setLoading(false); - // break - // } - // data = new TextDecoder().decode(value) - // if (data.indexOf('answer')) { - // let textList = data.split('"answer": "') || [] - // if (textList.length > 1) { - // let text = textList[1].split('", "conversation_id')[0] || '' - // if (text.replace(/\s+/g, '') != '') { - // content += text.replace(/\\n/g, '
') - // this.list[index].content = marked.parse(content) - // } - // } - // } + // if (data.indexOf('DONE') !== -1) { + // this.list[index].loadingCompleted = true + // } + // content = '' + // // 数据更新时销毁加载完成计时器 + // if (this.timeout) { + // clearTimeout(this.timeout) + // this.timeout = null + // } + // let eaderStream = data.split('\r\n\r\n') + // eaderStream.map((item) => { + // if (item) { + // let textData = item.split('data:') - // this.list[index].loading = false + // textData.map((items) => { + // if (items && items.indexOf('{') !== -1) { + // let text = JSON.parse(items) + // if (text.content) { + // content += text.content + // } + // } else if (items.indexOf('.mp4') !== -1) { + // videoUrl = items.slice(1, items.length - 7) + // } + // }) + // } + // }) + this.list[index].loading = false; + this.list[index].type = 'text'; - // this.list[index].type = 'text' + // this.list[index].videoUrl = videoUrl + setTimeout(() => { + // this.scrollToBottom(); + let itemDom = document.getElementById('robot-content-' + index); + let Dom = this.$refs.scrollDiv; + Dom.scrollTop = itemDom.offsetTop + itemDom.offsetHeight - 500; + // console.log(DOM.offsetHeight); + // console.log(DOM.offsetTop); + }, 200); - // setTimeout(() => { - // let itemDom = document.getElementById('robot-content-' + index) - // let Dom = this.$refs.scrollDiv - // Dom.scrollTop = itemDom.offsetTop + itemDom.offsetHeight - 500 - // }, 200) - - // } + // // 防止加载完成还显示加载中进度条,5s后默认关闭 + // this.timeout = setTimeout(() => { + // this.list[index].loadingCompleted = true + // }, 5000) + } } catch { this.list[index].loading = false; this.list[index].loadingCompleted = true; @@ -156384,7 +156550,7 @@ __vue_render__$2p._withStripped = true; /* style */ const __vue_inject_styles__$2p = undefined; /* scoped */ - const __vue_scope_id__$2p = "data-v-9c59132e"; + const __vue_scope_id__$2p = "data-v-3c0291e2"; /* module identifier */ const __vue_module_identifier__$2p = undefined; /* functional template */ @@ -284362,6 +284528,10 @@ var script$d = { tooltip: { type: Boolean, default: false + }, + visible: { + type: Boolean, + default: false } }, data() { @@ -284410,6 +284580,16 @@ var script$d = { }, deep: true, immediate: true + }, + visible: { + handler(val) { + if (val) { + if (this.chart) { + this.chart.resize(); + } + } + }, + immediate: true } }, mounted() { @@ -284545,7 +284725,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-200ee72d"; + const __vue_scope_id__$d = "data-v-3b6179ec"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -284602,6 +284782,28 @@ __vue_component__$d.install = function (Vue) { // // // +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// var script$c = { name: 'XmlGraphViewer', @@ -284617,6 +284819,10 @@ var script$c = { mode: { type: String, default: 'node' + }, + indexs: { + type: Array, + default: () => [] } }, data() { @@ -284637,6 +284843,11 @@ var script$c = { } }, methods: { + jump2Index(index) { + // console.log("%c%s","font-size:2em;background: #00965E;color: #FFF",'jump',item) + this.closeDialog(); + this.$emit('jump', index); + }, close() {}, open() { this.show = true; @@ -284662,7 +284873,7 @@ var __vue_render__$c = function () { attrs: { title: _vm.title, visible: _vm.show, - width: _vm.mode === "book" ? "880px" : "664px", + width: _vm.mode === "book" ? "880px" : "720px", "append-to-body": "", "destroy-on-close": true, }, @@ -284706,40 +284917,94 @@ var __vue_render__$c = function () { : [ _c("div", { staticClass: "graph-viewer" }, [ _c("div", { staticClass: "graph-viewer__wrap" }, [ - _c( - "div", - { staticStyle: { width: "100%", height: "490px" } }, - [ - _vm.model.id - ? _c("XmlKnowledgeGraph", { - attrs: { model: _vm.model, tooltip: "" }, - }) - : _vm._e(), - ], - 1 - ), + _c("div", { staticClass: "graph-viewer__main" }, [ + _c("div", { staticStyle: { width: "68%" } }, [ + _c("div", { staticClass: "box-title" }, [ + _vm._v("知识图谱"), + ]), + _vm._v(" "), + _c( + "div", + { staticStyle: { width: "100%", height: "380px" } }, + [ + _vm.model.id + ? _c("XmlKnowledgeGraph", { + attrs: { model: _vm.model, tooltip: "" }, + }) + : _vm._e(), + ], + 1 + ), + ]), + _vm._v(" "), + _c( + "div", + { + staticStyle: { + flex: "1", + "margin-left": "10px", + display: "flex", + "flex-direction": "column", + }, + }, + [ + _c("div", { staticClass: "box-title" }, [_vm._v("释义")]), + _vm._v(" "), + _c( + "div", + { staticStyle: { flex: "1", "min-height": "0" } }, + [_vm._v(_vm._s(_vm.mainDesc))] + ), + ] + ), + ]), _vm._v(" "), _c( "div", { - directives: [ - { - name: "show", - rawName: "v-show", - value: _vm.mainDesc, - expression: "mainDesc", - }, - ], - staticClass: "graph-viewer__desc", + staticClass: "graph-viewer__indexs", + staticStyle: { "margin-top": "16px" }, }, [ - _c("div", { staticClass: "node-name" }, [ - _vm._v(_vm._s(_vm.model.name)), - ]), + _c("div", { staticClass: "box-title" }, [_vm._v("原文")]), _vm._v(" "), - _c("div", { staticClass: "node-desc" }, [ - _vm._v(_vm._s("描述:" + _vm.mainDesc)), - ]), + _c( + "div", + { staticClass: "graph-viewer__indexs" }, + _vm._l(_vm.indexs, function (item, index) { + return _c( + "div", + { + key: index, + staticClass: "index-item", + class: item.saved && "saved", + }, + [ + _c( + "div", + { + staticClass: "index-item__card", + on: { + click: function ($event) { + return _vm.jump2Index(item) + }, + }, + }, + [ + _c("div", { + domProps: { + innerHTML: _vm._s( + item.contentWithHighlight + ), + }, + }), + ] + ), + ] + ) + }), + 0 + ), ] ), ]), @@ -284755,7 +285020,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-646b361b"; + const __vue_scope_id__$c = "data-v-9110d710"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/index.min.css b/src/plugin/xml-digital-teaching/lib/index.min.css index 56cd175..3204a69 100644 --- a/src/plugin/xml-digital-teaching/lib/index.min.css +++ b/src/plugin/xml-digital-teaching/lib/index.min.css @@ -1 +1 @@ -.read-the-docs[data-v-a8861796]{color:#888}.preview-container-h5[data-v-d6f2886a]{padding-top:15px}.preview-container-pc[data-v-d6f2886a]{padding-top:15px}.preview-container-pad[data-v-d6f2886a]{padding-top:15px}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog{display:flex;align-items:center}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__header{padding:0}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .custom-dialog{background-color:transparent;box-shadow:none}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body{padding:20px 18px;position:relative;background:linear-gradient(-45deg,transparent 11px,#fff 0)}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper{max-height:60vh;overflow-y:scroll}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar{width:0}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1,.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2,.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3,.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4,.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5,.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.xml-show-catalog .el-tree-node__content{display:flex!important}.preview-item-file[data-v-f6556cdc]:hover,.slip-over-cover[data-v-f6556cdc]:hover{cursor:pointer}.catalog-node-label[data-v-179d841f]{display:flex;align-items:center}.catalog-node-label img[data-v-179d841f]{margin-right:4px}.xml-show-catalog[data-v-179d841f] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-179d841f] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}.xml-image-lun-bo .el-carousel__item{text-align:center}.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}.xml-video-container-pdf[data-v-4645f3e6]{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:0;padding-bottom:56.25%;background:#000}.xml-video-container-pdf .cover[data-v-4645f3e6]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-4645f3e6]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}.title-text[data-v-14dffda4]{background-color:var(--background-color)!important}.title-left[data-v-14dffda4]{border-color:var(--background-color)!important;color:var(--background-color)!important}.xml-skeleton-item{width:100%;height:100%;border-radius:6px;background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;animation:el-skeleton-loading 1.4s ease infinite}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.title-bgimg[data-v-16943e38]{background-image:url(../style/title-text-bgimg.png)}.object-model-content[data-v-81e73f14]{height:440px}.object3d-title{height:32px;line-height:32px;padding:0 10px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.object3d-btn{background:#0000001f;display:flex;width:100%;height:400px;align-items:center;justify-content:center;padding:10px 15px;border:1px solid #409eff;background:#409eff;color:#fff;cursor:pointer;font-size:14px}.el-image__inner[data-v-4910c4a4]{width:100%!important}.xml-image-ping-pu-h5[data-v-4910c4a4]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-4910c4a4]{display:flex;flex-direction:column;align-items:center}.read-the-docs[data-v-be1c9976]{color:#888}.el-dialog__title{font-size:20px}.add-teacher-resources-dialog{width:100%;height:100%}.add-teacher-resources-dialog .el-form--label-left{display:flex;flex-direction:column;width:100%;height:30%}.add-teacher-resources-dialog .el-form-item--medium{padding-left:5px}.content-left{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:10px;font-size:16px;font-weight:800}.el-textarea__inner{font-size:16px}*{margin:0;padding:0}.cantUse[data-v-13d59ee0]{width:100%;height:100%;background-color:rgba(0,0,0,.1);pointer-events:none;cursor:not-allowed!important}.cantUse[data-v-13d59ee0] :hover{background-color:inhert}.aplayer-lrc{background:0 0;position:relative;height:30px;text-align:center;overflow:hidden;margin-bottom:7px}.aplayer-lrc:before{position:absolute;top:0;z-index:1;display:block;overflow:hidden;width:100%;height:0;content:" ";background:-moz-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%)}.aplayer-lrc:after{position:absolute;bottom:0;z-index:1;display:block;overflow:hidden;width:100%;height:0;content:" ";background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%)}.aplayer-lrc p{font-size:12px;color:#666;line-height:16px;height:16px;padding:0;margin:0;transition:all .5s ease-out;opacity:.4;overflow:hidden}.aplayer-lrc p.aplayer-lrc-current{opacity:1;overflow:visible;height:initial}.aplayer-lrc .aplayer-lrc-contents{width:100%;transition:all .5s ease-out;user-select:text;cursor:default}.option-item+.option-item[data-v-4605914c]{margin-top:16px}.option-item[data-v-4605914c]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-4605914c]{padding:8px 0}.option-item.isActive[data-v-4605914c]{border-color:#2e9adb}.option-item.isTrue[data-v-4605914c]{border:1px solid #70b603}.option-item.isTrue[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-4605914c]{border:1px solid #d9001b}.option-item.isFalse[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-4605914c]:hover{background:#ddd}.option-item[data-v-4605914c] .content{cursor:pointer}.option-item[data-v-4605914c] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-5cd637ec]{margin-top:16px}.option-item[data-v-5cd637ec]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-5cd637ec]{padding:8px 0}.option-item.isActive[data-v-5cd637ec]{border-color:#2e9adb}.option-item.isTrue[data-v-5cd637ec]{border:1px solid #70b603}.option-item.isTrue[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-5cd637ec]{border:1px solid #d9001b}.option-item.isFalse[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-5cd637ec]:hover{background:#ddd}.option-item[data-v-5cd637ec] .content{cursor:pointer}.option-item[data-v-5cd637ec] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-6801edfc]{margin-top:16px}.option-item[data-v-6801edfc]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-6801edfc]{border-color:#2e9adb}.option-item .questionSeq[data-v-6801edfc]{padding:8px 0}.option-item.isTrue[data-v-6801edfc]{border:1px solid #70b603}.option-item.isTrue[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-6801edfc]{border:1px solid #d9001b}.option-item.isFalse[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-6801edfc]:hover{background:#ddd}.option-item[data-v-6801edfc] .content{cursor:pointer}.option-item[data-v-6801edfc] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-9f3637dc]{margin-top:16px}.option-item[data-v-9f3637dc]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-9f3637dc]{border-color:#2e9adb}.option-item .questionSeq[data-v-9f3637dc]{padding:8px 0}.option-item.isTrue[data-v-9f3637dc]{border:1px solid #70b603}.option-item.isTrue[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-9f3637dc]{border:1px solid #d9001b}.option-item.isFalse[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-9f3637dc]:hover{background:#ddd}.option-item[data-v-9f3637dc] .content{cursor:pointer}.option-item[data-v-9f3637dc] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-5a1894ea]{width:100%}.content .stem-content[data-v-5a1894ea]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-5a1894ea]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-5a1894ea]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.content[data-v-175142a4]{width:100%}.content .stem-content[data-v-175142a4]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-175142a4]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-175142a4]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.line-content[data-v-4a22b201]{width:100%;position:relative}.line-content .line-content--item[data-v-4a22b201]{flex:1}.line-content .line-content--item[data-v-4a22b201] .stem-content{height:100%}.line-content+.line-content[data-v-4a22b201]{margin-top:10px}.create-option[data-v-4a22b201]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-4a22b201]{flex:1;min-width:0}.option-item+.option-item[data-v-4a22b201]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-4a22b201]{margin-left:50px}.option-item[data-v-4a22b201]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-4a22b201]{padding:8px 0}.option-item[data-v-4a22b201] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-a868932e]{width:100%;position:relative}.line-content .line-content--item[data-v-a868932e]{flex:1}.line-content .line-content--item[data-v-a868932e] .stem-content{height:100%}.line-content+.line-content[data-v-a868932e]{margin-top:10px}.create-option[data-v-a868932e]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-a868932e]{flex:1;min-width:0}.option-item+.option-item[data-v-a868932e]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-a868932e]{margin-left:50px}.option-item[data-v-a868932e]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-a868932e]{padding:8px 0}.option-item[data-v-a868932e] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-070c50ee]{width:218px;object-fit:scale-down}.video-file[data-v-070c50ee]{width:408px}.file-render[data-v-070c50ee]{width:100%}.file-info[data-v-070c50ee]{flex:1;min-width:0}.file-info.videoHandler[data-v-070c50ee]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-070c50ee]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-070c50ee]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-111cf251]{width:218px;object-fit:scale-down}.video-file[data-v-111cf251]{width:408px}.file-render[data-v-111cf251]{width:100%}.file-info[data-v-111cf251]{flex:1;min-width:0}.file-info.videoHandler[data-v-111cf251]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-111cf251]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-111cf251]{font-size:14px;color:#666;margin-bottom:19px}.audio .audio-icon[data-v-43ef9f54]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-43ef9f54]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-43ef9f54]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-43ef9f54],.audio .audio-controls .audio-controls--progress[data-v-43ef9f54]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-43ef9f54]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-43ef9f54]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-43ef9f54]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-43ef9f54],.audio .audio-controls .audio-controls--handler .total-time[data-v-43ef9f54]{font-size:12px;color:#333}.play-handler.mobile[data-v-43ef9f54]{width:20px;height:20px}.audio-component[data-v-43ef9f54]{display:none}[data-v-43ef9f54] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-43ef9f54] .el-slider__bar{height:4px}[data-v-43ef9f54] .el-slider__button{width:10px;height:10px}[data-v-43ef9f54] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-706e281e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-706e281e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-706e281e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-706e281e],.audio .audio-controls .audio-controls--progress[data-v-706e281e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-706e281e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-706e281e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-706e281e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-706e281e],.audio .audio-controls .audio-controls--handler .total-time[data-v-706e281e]{font-size:12px;color:#333}.play-handler.mobile[data-v-706e281e]{width:20px;height:20px}.audio-component[data-v-706e281e]{display:none}[data-v-706e281e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-706e281e] .el-slider__bar{height:4px}[data-v-706e281e] .el-slider__button{width:10px;height:10px}[data-v-706e281e] .el-slider__button-wrapper{top:-15px}[data-v-33a4cdd5] .el-dialog__header{padding:10px}.video-content[data-v-33a4cdd5]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-33a4cdd5]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-33a4cdd5]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-33a4cdd5]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-33a4cdd5]{width:100%}[data-v-432b6cd2] .el-dialog__header{padding:10px}.video-content[data-v-432b6cd2]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-432b6cd2]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-432b6cd2]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-432b6cd2]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-432b6cd2]{width:100%} \ No newline at end of file +.read-the-docs[data-v-a8861796]{color:#888}.preview-container-h5[data-v-d6f2886a]{padding-top:15px}.preview-container-pc[data-v-d6f2886a]{padding-top:15px}.preview-container-pad[data-v-d6f2886a]{padding-top:15px}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog{display:flex;align-items:center}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__header{padding:0}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .custom-dialog{background-color:transparent;box-shadow:none}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body{padding:20px 18px;position:relative;background:linear-gradient(-45deg,transparent 11px,#fff 0)}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper{max-height:60vh;overflow-y:scroll}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar{width:0}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1,.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2,.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3,.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4,.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5,.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.preview-container[data-v-d6f2886a] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.xml-image-lun-bo .el-carousel__item{text-align:center}.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}.xml-show-catalog .el-tree-node__content{display:flex!important}.catalog-node-label[data-v-179d841f]{display:flex;align-items:center}.catalog-node-label img[data-v-179d841f]{margin-right:4px}.xml-show-catalog[data-v-179d841f] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-179d841f] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}.xml-video-container-pdf[data-v-4645f3e6]{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:0;padding-bottom:56.25%;background:#000}.xml-video-container-pdf .cover[data-v-4645f3e6]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-4645f3e6]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}.preview-item-file[data-v-f6556cdc]:hover,.slip-over-cover[data-v-f6556cdc]:hover{cursor:pointer}.title-text[data-v-14dffda4]{background-color:var(--background-color)!important}.title-left[data-v-14dffda4]{border-color:var(--background-color)!important;color:var(--background-color)!important}.xml-skeleton-item{width:100%;height:100%;border-radius:6px;background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;animation:el-skeleton-loading 1.4s ease infinite}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.title-bgimg[data-v-16943e38]{background-image:url(../style/title-text-bgimg.png)}.el-image__inner[data-v-4910c4a4]{width:100%!important}.xml-image-ping-pu-h5[data-v-4910c4a4]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-4910c4a4]{display:flex;flex-direction:column;align-items:center}.object-model-content[data-v-81e73f14]{height:440px}.object3d-title{height:32px;line-height:32px;padding:0 10px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.object3d-btn{background:#0000001f;display:flex;width:100%;height:400px;align-items:center;justify-content:center;padding:10px 15px;border:1px solid #409eff;background:#409eff;color:#fff;cursor:pointer;font-size:14px}.read-the-docs[data-v-be1c9976]{color:#888}*{margin:0;padding:0}.el-dialog__title{font-size:20px}.add-teacher-resources-dialog{width:100%;height:100%}.add-teacher-resources-dialog .el-form--label-left{display:flex;flex-direction:column;width:100%;height:30%}.add-teacher-resources-dialog .el-form-item--medium{padding-left:5px}.content-left{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:10px;font-size:16px;font-weight:800}.el-textarea__inner{font-size:16px}.cantUse[data-v-13d59ee0]{width:100%;height:100%;background-color:rgba(0,0,0,.1);pointer-events:none;cursor:not-allowed!important}.cantUse[data-v-13d59ee0] :hover{background-color:inhert}.aplayer-lrc{background:0 0;position:relative;height:30px;text-align:center;overflow:hidden;margin-bottom:7px}.aplayer-lrc:before{position:absolute;top:0;z-index:1;display:block;overflow:hidden;width:100%;height:0;content:" ";background:-moz-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%)}.aplayer-lrc:after{position:absolute;bottom:0;z-index:1;display:block;overflow:hidden;width:100%;height:0;content:" ";background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%)}.aplayer-lrc p{font-size:12px;color:#666;line-height:16px;height:16px;padding:0;margin:0;transition:all .5s ease-out;opacity:.4;overflow:hidden}.aplayer-lrc p.aplayer-lrc-current{opacity:1;overflow:visible;height:initial}.aplayer-lrc .aplayer-lrc-contents{width:100%;transition:all .5s ease-out;user-select:text;cursor:default}.option-item+.option-item[data-v-4605914c]{margin-top:16px}.option-item[data-v-4605914c]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-4605914c]{padding:8px 0}.option-item.isActive[data-v-4605914c]{border-color:#2e9adb}.option-item.isTrue[data-v-4605914c]{border:1px solid #70b603}.option-item.isTrue[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-4605914c]{border:1px solid #d9001b}.option-item.isFalse[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-4605914c]:hover{background:#ddd}.option-item[data-v-4605914c] .content{cursor:pointer}.option-item[data-v-4605914c] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-5a1894ea]{width:100%}.content .stem-content[data-v-5a1894ea]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-5a1894ea]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-5a1894ea]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-9f3637dc]{margin-top:16px}.option-item[data-v-9f3637dc]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-9f3637dc]{border-color:#2e9adb}.option-item .questionSeq[data-v-9f3637dc]{padding:8px 0}.option-item.isTrue[data-v-9f3637dc]{border:1px solid #70b603}.option-item.isTrue[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-9f3637dc]{border:1px solid #d9001b}.option-item.isFalse[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-9f3637dc]:hover{background:#ddd}.option-item[data-v-9f3637dc] .content{cursor:pointer}.option-item[data-v-9f3637dc] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-6801edfc]{margin-top:16px}.option-item[data-v-6801edfc]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-6801edfc]{border-color:#2e9adb}.option-item .questionSeq[data-v-6801edfc]{padding:8px 0}.option-item.isTrue[data-v-6801edfc]{border:1px solid #70b603}.option-item.isTrue[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-6801edfc]{border:1px solid #d9001b}.option-item.isFalse[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-6801edfc]:hover{background:#ddd}.option-item[data-v-6801edfc] .content{cursor:pointer}.option-item[data-v-6801edfc] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-175142a4]{width:100%}.content .stem-content[data-v-175142a4]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-175142a4]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-175142a4]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-5cd637ec]{margin-top:16px}.option-item[data-v-5cd637ec]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-5cd637ec]{padding:8px 0}.option-item.isActive[data-v-5cd637ec]{border-color:#2e9adb}.option-item.isTrue[data-v-5cd637ec]{border:1px solid #70b603}.option-item.isTrue[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-5cd637ec]{border:1px solid #d9001b}.option-item.isFalse[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-5cd637ec]:hover{background:#ddd}.option-item[data-v-5cd637ec] .content{cursor:pointer}.option-item[data-v-5cd637ec] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-4a22b201]{width:100%;position:relative}.line-content .line-content--item[data-v-4a22b201]{flex:1}.line-content .line-content--item[data-v-4a22b201] .stem-content{height:100%}.line-content+.line-content[data-v-4a22b201]{margin-top:10px}.create-option[data-v-4a22b201]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-4a22b201]{flex:1;min-width:0}.option-item+.option-item[data-v-4a22b201]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-4a22b201]{margin-left:50px}.option-item[data-v-4a22b201]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-4a22b201]{padding:8px 0}.option-item[data-v-4a22b201] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-a868932e]{width:100%;position:relative}.line-content .line-content--item[data-v-a868932e]{flex:1}.line-content .line-content--item[data-v-a868932e] .stem-content{height:100%}.line-content+.line-content[data-v-a868932e]{margin-top:10px}.create-option[data-v-a868932e]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-a868932e]{flex:1;min-width:0}.option-item+.option-item[data-v-a868932e]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-a868932e]{margin-left:50px}.option-item[data-v-a868932e]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-a868932e]{padding:8px 0}.option-item[data-v-a868932e] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-070c50ee]{width:218px;object-fit:scale-down}.video-file[data-v-070c50ee]{width:408px}.file-render[data-v-070c50ee]{width:100%}.file-info[data-v-070c50ee]{flex:1;min-width:0}.file-info.videoHandler[data-v-070c50ee]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-070c50ee]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-070c50ee]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-111cf251]{width:218px;object-fit:scale-down}.video-file[data-v-111cf251]{width:408px}.file-render[data-v-111cf251]{width:100%}.file-info[data-v-111cf251]{flex:1;min-width:0}.file-info.videoHandler[data-v-111cf251]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-111cf251]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-111cf251]{font-size:14px;color:#666;margin-bottom:19px}[data-v-432b6cd2] .el-dialog__header{padding:10px}.video-content[data-v-432b6cd2]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-432b6cd2]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-432b6cd2]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-432b6cd2]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-432b6cd2]{width:100%}[data-v-33a4cdd5] .el-dialog__header{padding:10px}.video-content[data-v-33a4cdd5]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-33a4cdd5]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-33a4cdd5]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-33a4cdd5]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-33a4cdd5]{width:100%}.audio .audio-icon[data-v-706e281e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-706e281e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-706e281e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-706e281e],.audio .audio-controls .audio-controls--progress[data-v-706e281e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-706e281e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-706e281e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-706e281e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-706e281e],.audio .audio-controls .audio-controls--handler .total-time[data-v-706e281e]{font-size:12px;color:#333}.play-handler.mobile[data-v-706e281e]{width:20px;height:20px}.audio-component[data-v-706e281e]{display:none}[data-v-706e281e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-706e281e] .el-slider__bar{height:4px}[data-v-706e281e] .el-slider__button{width:10px;height:10px}[data-v-706e281e] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-43ef9f54]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-43ef9f54]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-43ef9f54]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-43ef9f54],.audio .audio-controls .audio-controls--progress[data-v-43ef9f54]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-43ef9f54]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-43ef9f54]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-43ef9f54]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-43ef9f54],.audio .audio-controls .audio-controls--handler .total-time[data-v-43ef9f54]{font-size:12px;color:#333}.play-handler.mobile[data-v-43ef9f54]{width:20px;height:20px}.audio-component[data-v-43ef9f54]{display:none}[data-v-43ef9f54] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-43ef9f54] .el-slider__bar{height:4px}[data-v-43ef9f54] .el-slider__button{width:10px;height:10px}[data-v-43ef9f54] .el-slider__button-wrapper{top:-15px} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/layout.js b/src/plugin/xml-digital-teaching/lib/layout.js index d6a8de7..89c107f 100644 --- a/src/plugin/xml-digital-teaching/lib/layout.js +++ b/src/plugin/xml-digital-teaching/lib/layout.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import Vue from 'vue'; diff --git a/src/plugin/xml-digital-teaching/lib/music.js b/src/plugin/xml-digital-teaching/lib/music.js index 5b23b85..c605dc5 100644 --- a/src/plugin/xml-digital-teaching/lib/music.js +++ b/src/plugin/xml-digital-teaching/lib/music.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var playIcon = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABxBJREFUeF7dW2tsFFUU/s5sCygo7W4JwfggkZAYNNYnqBB31iI2jYnERwyiRuILFcJuwZQEAgYfDbSzii8CYqDlYRQhUQNIS3cFkRbERxXTYMCCgGI7U0ssXbbbOWa2bu1ruzOzM8suN9lfe+53vvPdc2fu4wwhBc1ddjYPjnA+VM4XBMdogHPAyGFoP2onQgsxt6is/g1QI1RuRFZWY9Cb22g3PbLLgcevFLKqFjKRm4AbTPth3gjQtmHZqNox13XWNE6cjpYK4C5TJhOpj4BQCNA4i8kqALZAVVcH5o86ZBW2JQKIkjID4BkAiqwilgBntVVCJCWA6FeKAC4BY3KKAu/lhsGlWWGhtLrE2WrWvykBCt5Uru5ktQRMs806tqofAT8xqDTgc24yg2lYgHvKW0SV1FUAxptxaFsfxocRYdiivd7hfxjxYUgAj7/5cWaqMOIgxbYNTFgc9Lq26PWrWwBRkr9I4UNOL/8B7ZhoUdDrfE0PiC4BREmuAlCgBzBdbJjopaDX+W4iPgkFEP3yWjBmJQJKy/+ZnwwU5w06ZQcVwF3etJRIWJKWwekkRcC0Gp9rVzzzuAJ4pObpDNqq0086m9ULwtB7d88bcWYgkgMK4Fl+5lrOzv4SzNemc2T6uVFlwOd8QrcAbkneSsB0/Q7S35KI59Z4897uy7RfBrjLlZlEXJn+IRlkyDjtECJTqr2jj/Xs2UuAwpU8NBRp+Qbgmw3CZ4r5moDP9WxcATySUsLgNzIlGlM8mYoCxc7tsb7dGVBQqozsHML1AK42BZwhnYiwrsbreqqfAJ5yZTYTv5chcSRDs41JuD523NadAaJf3mv3vn786CxMGJOF+lMdONrUmUwQSfallwM+5woNJCqAWCZPg4CdSaIO2n1J0QjcPX5It82+o2FU1oVw5EzETrfxsA8EfK6J3QLYveTtG3yMVaiDUVnXjs0HQykXgRl3BItdtV0ZICkBgN12sfj8xVwMHxJ/2/Hd7x3YUBvCDyc77KLQD5dApTU+50IqXClfHorA9JlaIsbavF814/JEZtH/Nx5oj06LcIR12Sdp1BDwua4jtyTfR8COJMHids+/MhvSw5fphm/4MxKdFvuP2Z8NHecdTnJLTc8ThPd1MzRoaFSAGPy2H0KorA3h73bVoEcD5qp6K3kk5Q3WjrZtamYF0OicUDqj2bC7IWwLO2I8ogmwmcGP2uIBQDICxDjtPHwey3e1WU6RmUpI9Ct7wWzbxYYVAmiRf3wohFV7zlkqAhGVkSjJPwOYYClyDzCrBNAgZ1W0olG2bgVJhA9I9MunwLgiEwQoq2rD9p/PW0aVgC1aBmh5dYllqH2ArMyA13f8g2prH4jVmgAtAHIyQYAn1rXiZIt1U4BBn5MoKd8DnJ/uAqyvbcf6/e3W0iSqII9f2cbMD1iL/D9aslNAWxRX2BF811b4LfL4ZT8z5qWjANomSQu+/qQ9W2Zm9RVNgKeZsSadBIioXaO+oc7ilO8bpMNRQGJZ0y0QhG/TRYCDx7tG/fBpe0a9R5yhYVnOHOo6Cle0N4Etr8JxoxxYPXNkQn3PRxjag+6j1B2OVAd8rqn/HYjI+wDcmZClSYPPXsjFiKHxD0Rqf+sadW0rnKqmzf9g8ailUVYX6kisLczRwD85lPojMXTypMCCvLquDFjRPBEOqrVT/YEORbXgf/3LuoWNbv6EuoDXNUmz73ksXgtG9KTUrqatCW68KgtfHQlbuqkxyjeW/r0EsHsaGCVppz3DcVvQlxN983VnwDSp1RlGR50NJa52xmIG+9OAz/VQrGOvR7PH3zKHWV1pBjVj+pDwYMCb21350u/dJPpl258FF0osIhys8bpu7+m/f4GEX3mMmDdcKJJ2+mWB7g/Oc2r1jt1twNWJW5K3E7SS94unaYXVQV/ewr4RDSiA6FfuAngXGJdeFBIQ9nBr/T3BpWK/pWbc9alban6JQP2KijJQEAUseALFuT8OxH3QQkmxXF4LytAq0f+iJVW4u2Z+7p54A5ewVNYtNX9HoJsycOTBRDODXufGwbgnFEDrLEpySq5rrRSZGWXBYteCRJi6BNBAMunNQKB3anzOOYmC77UU1mMsSspygBOqqgfLLhsCXq3xuRbrxdedATFAUZK9AJYBGK7XSYrsDH8tYjgDukVY0TyRBVpGhKkpCm5wNya/FzItQIxNdAstCM/Yebc4WOTazQ4ErO67vDUyKIanQF/wKf62MQ713HOpFMKKwGNxJC1ADEgTIhvhh1RWC23aR7SCeBN3CpuC851fGxnlpNcBRp25pdZxAqmFAHuYo+V3Zi9fTwHYycD+LIGqquc5TxjlksjesgwYzJF7RZMbAtyCIFzDTGMBHgtgLAgtYGh3EtqviUCNKtTjADc6OtVfdi8YrRVv29r+BTKBrQtOiFe6AAAAAElFTkSuQmCC"; diff --git a/src/plugin/xml-digital-teaching/lib/paragraph.css b/src/plugin/xml-digital-teaching/lib/paragraph.css index 20d54ba..cc4218a 100644 --- a/src/plugin/xml-digital-teaching/lib/paragraph.css +++ b/src/plugin/xml-digital-teaching/lib/paragraph.css @@ -3,124 +3,132 @@ /*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=eleven.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ +/*# sourceMappingURL=quadrangle.vue.map */ /*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=ninth.vue.map */ +/*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=wave.vue.map */ +/*# sourceMappingURL=eleven.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ /*# sourceMappingURL=isosceles.vue.map */ -/*# sourceMappingURL=quadrangle.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - /*# sourceMappingURL=seventh.vue.map */ -/*# sourceMappingURL=twelve.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ - - -/*# sourceMappingURL=thirteen.vue.map */ - - /*# sourceMappingURL=tenth.vue.map */ -/*# sourceMappingURL=Greentheme4.vue.map */ +/*# sourceMappingURL=twelve.vue.map */ /*# sourceMappingURL=fifteen.vue.map */ +/*# sourceMappingURL=thirteen.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + /*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - /*# sourceMappingURL=Greentheme2.vue.map */ /*# sourceMappingURL=Greentheme5.vue.map */ -/*# sourceMappingURL=Redtheme5.vue.map */ +/*# sourceMappingURL=wave.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ /*# sourceMappingURL=Yellowtheme3.vue.map */ -/*# sourceMappingURL=Thirtyfive.vue.map */ - - -/*# sourceMappingURL=SanQintheme3.vue.map */ - - -/*# sourceMappingURL=sixteen.vue.map */ +/*# sourceMappingURL=Redtheme2.vue.map */ /*# sourceMappingURL=Yellowtheme5.vue.map */ -/*# sourceMappingURL=Redtheme6.vue.map */ - - /*# sourceMappingURL=Redtheme4.vue.map */ -/*# sourceMappingURL=Thirtyseven2.vue.map */ +/*# sourceMappingURL=Redtheme5.vue.map */ -/*# sourceMappingURL=Redtheme2.vue.map */ +/*# sourceMappingURL=Yellowtheme2.vue.map */ -/*# sourceMappingURL=Thirtyseven3.vue.map */ +/*# sourceMappingURL=Yellowtheme1.vue.map */ /*# sourceMappingURL=SanQintheme2.vue.map */ -/*# sourceMappingURL=Thirtysix.vue.map */ +/*# sourceMappingURL=Yellowtheme4.vue.map */ -/*# sourceMappingURL=Thirtyeight.vue.map */ +/*# sourceMappingURL=SanQintheme3.vue.map */ + + +/*# sourceMappingURL=fourteen.vue.map */ /*# sourceMappingURL=SanQintheme1.vue.map */ -/*# sourceMappingURL=Forty.vue.map */ +/*# sourceMappingURL=Redtheme6.vue.map */ + + +/*# sourceMappingURL=Thirtyfive.vue.map */ + + +/*# sourceMappingURL=Thirtysix.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ /*# sourceMappingURL=Thirtyseven.vue.map */ + + +/*# sourceMappingURL=Thirtyseven3.vue.map */ + + +/*# sourceMappingURL=Thirtyeight.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Thirtyseven2.vue.map */ + + +/*# sourceMappingURL=Forty.vue.map */ + +.xml-text-h5[data-v-e037ecc2] { +} +.xml-text-pc[data-v-e037ecc2] { +} +.xml-text-h5[data-v-e037ecc2] { +} + .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -192,14 +200,6 @@ /*# sourceMappingURL=XmlText.vue.map */ -.xml-text-h5[data-v-ec02be9c] { -} -.xml-text-pc[data-v-ec02be9c] { -} -.xml-text-h5[data-v-ec02be9c] { -} - - /*# sourceMappingURL=XmlTextDialog.vue.map */ diff --git a/src/plugin/xml-digital-teaching/lib/paragraph.js b/src/plugin/xml-digital-teaching/lib/paragraph.js index 49b04f1..e46f224 100644 --- a/src/plugin/xml-digital-teaching/lib/paragraph.js +++ b/src/plugin/xml-digital-teaching/lib/paragraph.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -48667,7 +48667,7 @@ var script$F = { tempWrapDom.innerHTML = copy; let content = ''; Array.from(tempWrapDom.childNodes).forEach(child => { - if (child.dataset.graphKey && child.tagName === 'P') { + if (child.dataset.graphKey && child.tagName === 'P' && child.textContent) { let pCopy = child.outerHTML + ''; for (let i = 0, len = links.length; i < len; i++) { let item = links[i]; @@ -48799,6 +48799,20 @@ var script$F = { } }); } + if (type === 'video') { + // 魔链音频 + _this.$EventBus.$emit('handleMagicLinkVideoPlay', { + plaintext, + title, + content, + type, + isPlaying, + targetId: e.target.id, + callback: video => { + e.target.setAttribute('data-isplaying', video.paused ? 'false' : 'true'); + } + }); + } if (type === 'richtext') { content = content.replace(/text\-align:\s?justify/g, 'text-align:left'); // 魔链富文本 @@ -50415,7 +50429,7 @@ __vue_render__$F._withStripped = true; /* style */ const __vue_inject_styles__$F = undefined; /* scoped */ - const __vue_scope_id__$F = "data-v-ec02be9c"; + const __vue_scope_id__$F = "data-v-e037ecc2"; /* module identifier */ const __vue_module_identifier__$F = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/question.css b/src/plugin/xml-digital-teaching/lib/question.css index 4e3bba8..fb0aa94 100644 --- a/src/plugin/xml-digital-teaching/lib/question.css +++ b/src/plugin/xml-digital-teaching/lib/question.css @@ -12,6 +12,182 @@ /*# sourceMappingURL=QuestionItem.vue.map */ +.option-item + .option-item[data-v-6801edfc] { + margin-top: 16px; +} +.option-item[data-v-6801edfc] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item.isActive[data-v-6801edfc] { + border-color: #2e9adb; +} +.option-item .questionSeq[data-v-6801edfc] { + padding: 8px 0; +} +.option-item.isTrue[data-v-6801edfc] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-6801edfc] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-6801edfc]:hover { + background: #ddd; +} +.option-item[data-v-6801edfc] .content { + cursor: pointer; +} +.option-item[data-v-6801edfc] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=checkbox.vue.map */ +.option-item + .option-item[data-v-4605914c] { + margin-top: 16px; +} +.option-item[data-v-4605914c] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item .questionSeq[data-v-4605914c] { + padding: 8px 0; +} +.option-item.isActive[data-v-4605914c] { + border-color: #2e9adb; +} +.option-item.isTrue[data-v-4605914c] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-4605914c] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-4605914c]:hover { + background: #ddd; +} +.option-item[data-v-4605914c] .content { + cursor: pointer; +} +.option-item[data-v-4605914c] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=radio.vue.map */ +.option-item + .option-item[data-v-5cd637ec] { + margin-top: 16px; +} +.option-item[data-v-5cd637ec] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item .questionSeq[data-v-5cd637ec] { + padding: 8px 0; +} +.option-item.isActive[data-v-5cd637ec] { + border-color: #2e9adb; +} +.option-item.isTrue[data-v-5cd637ec] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-5cd637ec] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-5cd637ec]:hover { + background: #ddd; +} +.option-item[data-v-5cd637ec] .content { + cursor: pointer; +} +.option-item[data-v-5cd637ec] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=radio.vue.map */ +.option-item + .option-item[data-v-9f3637dc] { + margin-top: 16px; +} +.option-item[data-v-9f3637dc] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item.isActive[data-v-9f3637dc] { + border-color: #2e9adb; +} +.option-item .questionSeq[data-v-9f3637dc] { + padding: 8px 0; +} +.option-item.isTrue[data-v-9f3637dc] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-9f3637dc] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-9f3637dc]:hover { + background: #ddd; +} +.option-item[data-v-9f3637dc] .content { + cursor: pointer; +} +.option-item[data-v-9f3637dc] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=checkbox.vue.map */ .content[data-v-175142a4] { width: 100%; } @@ -62,182 +238,6 @@ } /*# sourceMappingURL=common.vue.map */ -.option-item + .option-item[data-v-4605914c] { - margin-top: 16px; -} -.option-item[data-v-4605914c] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item .questionSeq[data-v-4605914c] { - padding: 8px 0; -} -.option-item.isActive[data-v-4605914c] { - border-color: #2e9adb; -} -.option-item.isTrue[data-v-4605914c] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-4605914c] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-4605914c]:hover { - background: #ddd; -} -.option-item[data-v-4605914c] .content { - cursor: pointer; -} -.option-item[data-v-4605914c] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=radio.vue.map */ -.option-item + .option-item[data-v-6801edfc] { - margin-top: 16px; -} -.option-item[data-v-6801edfc] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item.isActive[data-v-6801edfc] { - border-color: #2e9adb; -} -.option-item .questionSeq[data-v-6801edfc] { - padding: 8px 0; -} -.option-item.isTrue[data-v-6801edfc] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-6801edfc] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-6801edfc]:hover { - background: #ddd; -} -.option-item[data-v-6801edfc] .content { - cursor: pointer; -} -.option-item[data-v-6801edfc] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=checkbox.vue.map */ -.option-item + .option-item[data-v-9f3637dc] { - margin-top: 16px; -} -.option-item[data-v-9f3637dc] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item.isActive[data-v-9f3637dc] { - border-color: #2e9adb; -} -.option-item .questionSeq[data-v-9f3637dc] { - padding: 8px 0; -} -.option-item.isTrue[data-v-9f3637dc] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-9f3637dc] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-9f3637dc]:hover { - background: #ddd; -} -.option-item[data-v-9f3637dc] .content { - cursor: pointer; -} -.option-item[data-v-9f3637dc] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=checkbox.vue.map */ -.option-item + .option-item[data-v-5cd637ec] { - margin-top: 16px; -} -.option-item[data-v-5cd637ec] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item .questionSeq[data-v-5cd637ec] { - padding: 8px 0; -} -.option-item.isActive[data-v-5cd637ec] { - border-color: #2e9adb; -} -.option-item.isTrue[data-v-5cd637ec] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-5cd637ec] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-5cd637ec]:hover { - background: #ddd; -} -.option-item[data-v-5cd637ec] .content { - cursor: pointer; -} -.option-item[data-v-5cd637ec] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=radio.vue.map */ .line-content[data-v-a868932e] { width: 100%; position: relative; @@ -323,37 +323,6 @@ } /*# sourceMappingURL=view-line-answer.vue.map */ -.image-file[data-v-111cf251] { - width: 218px; - object-fit: scale-down; -} -.video-file[data-v-111cf251] { - width: 408px; -} -.file-render[data-v-111cf251] { - width: 100%; -} -.file-info[data-v-111cf251] { - flex: 1; - min-width: 0; -} -.file-info.videoHandler[data-v-111cf251] { - display: flex; - flex-direction: column; - justify-content: center; -} -.file-info.videoHandler .fileName[data-v-111cf251] { - font-size: 18px; - color: #333333; - margin-bottom: 19px; -} -.file-info.videoHandler .fileInfo[data-v-111cf251] { - font-size: 14px; - color: #666666; - margin-bottom: 19px; -} - -/*# sourceMappingURL=index.vue.map */ .image-file[data-v-070c50ee] { width: 218px; object-fit: scale-down; @@ -385,43 +354,37 @@ } /*# sourceMappingURL=index.vue.map */ -[data-v-33a4cdd5] .el-dialog__header { - padding: 10px; +.image-file[data-v-111cf251] { + width: 218px; + object-fit: scale-down; } -.video-content[data-v-33a4cdd5] { - width: 180px; - height: 135px; - border-radius: 6px; - overflow: hidden; - position: relative; +.video-file[data-v-111cf251] { + width: 408px; } -.video-content .play[data-v-33a4cdd5] { - position: absolute; - left: 50%; - top: 50%; - cursor: pointer; - transform: translateX(-50%) translateY(-50%); -} -.video-mask[data-v-33a4cdd5] { - position: absolute; - left: 0; - top: 0; +.file-render[data-v-111cf251] { width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0.5); } -.video-mask img[data-v-33a4cdd5] { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50% -50%); - display: block; +.file-info[data-v-111cf251] { + flex: 1; + min-width: 0; } -.video-player[data-v-33a4cdd5] { - width: 100%; +.file-info.videoHandler[data-v-111cf251] { + display: flex; + flex-direction: column; + justify-content: center; +} +.file-info.videoHandler .fileName[data-v-111cf251] { + font-size: 18px; + color: #333333; + margin-bottom: 19px; +} +.file-info.videoHandler .fileInfo[data-v-111cf251] { + font-size: 14px; + color: #666666; + margin-bottom: 19px; } -/*# sourceMappingURL=video-play.vue.map */ +/*# sourceMappingURL=index.vue.map */ [data-v-432b6cd2] .el-dialog__header { padding: 10px; } @@ -458,6 +421,43 @@ width: 100%; } +/*# sourceMappingURL=video-play.vue.map */ +[data-v-33a4cdd5] .el-dialog__header { + padding: 10px; +} +.video-content[data-v-33a4cdd5] { + width: 180px; + height: 135px; + border-radius: 6px; + overflow: hidden; + position: relative; +} +.video-content .play[data-v-33a4cdd5] { + position: absolute; + left: 50%; + top: 50%; + cursor: pointer; + transform: translateX(-50%) translateY(-50%); +} +.video-mask[data-v-33a4cdd5] { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.5); +} +.video-mask img[data-v-33a4cdd5] { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50% -50%); + display: block; +} +.video-player[data-v-33a4cdd5] { + width: 100%; +} + /*# sourceMappingURL=video-play.vue.map */ .audio .audio-icon[data-v-43ef9f54] { width: 36px; diff --git a/src/plugin/xml-digital-teaching/lib/question.js b/src/plugin/xml-digital-teaching/lib/question.js index 89a6f21..0bceb40 100644 --- a/src/plugin/xml-digital-teaching/lib/question.js +++ b/src/plugin/xml-digital-teaching/lib/question.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; diff --git a/src/plugin/xml-digital-teaching/lib/question.min.css b/src/plugin/xml-digital-teaching/lib/question.min.css index 4eb5a2f..26b7ab4 100644 --- a/src/plugin/xml-digital-teaching/lib/question.min.css +++ b/src/plugin/xml-digital-teaching/lib/question.min.css @@ -1 +1 @@ -.content[data-v-175142a4]{width:100%}.content .stem-content[data-v-175142a4]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-175142a4]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-175142a4]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.content[data-v-5a1894ea]{width:100%}.content .stem-content[data-v-5a1894ea]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-5a1894ea]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-5a1894ea]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-4605914c]{margin-top:16px}.option-item[data-v-4605914c]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-4605914c]{padding:8px 0}.option-item.isActive[data-v-4605914c]{border-color:#2e9adb}.option-item.isTrue[data-v-4605914c]{border:1px solid #70b603}.option-item.isTrue[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-4605914c]{border:1px solid #d9001b}.option-item.isFalse[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-4605914c]:hover{background:#ddd}.option-item[data-v-4605914c] .content{cursor:pointer}.option-item[data-v-4605914c] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-6801edfc]{margin-top:16px}.option-item[data-v-6801edfc]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-6801edfc]{border-color:#2e9adb}.option-item .questionSeq[data-v-6801edfc]{padding:8px 0}.option-item.isTrue[data-v-6801edfc]{border:1px solid #70b603}.option-item.isTrue[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-6801edfc]{border:1px solid #d9001b}.option-item.isFalse[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-6801edfc]:hover{background:#ddd}.option-item[data-v-6801edfc] .content{cursor:pointer}.option-item[data-v-6801edfc] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-9f3637dc]{margin-top:16px}.option-item[data-v-9f3637dc]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-9f3637dc]{border-color:#2e9adb}.option-item .questionSeq[data-v-9f3637dc]{padding:8px 0}.option-item.isTrue[data-v-9f3637dc]{border:1px solid #70b603}.option-item.isTrue[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-9f3637dc]{border:1px solid #d9001b}.option-item.isFalse[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-9f3637dc]:hover{background:#ddd}.option-item[data-v-9f3637dc] .content{cursor:pointer}.option-item[data-v-9f3637dc] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-5cd637ec]{margin-top:16px}.option-item[data-v-5cd637ec]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-5cd637ec]{padding:8px 0}.option-item.isActive[data-v-5cd637ec]{border-color:#2e9adb}.option-item.isTrue[data-v-5cd637ec]{border:1px solid #70b603}.option-item.isTrue[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-5cd637ec]{border:1px solid #d9001b}.option-item.isFalse[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-5cd637ec]:hover{background:#ddd}.option-item[data-v-5cd637ec] .content{cursor:pointer}.option-item[data-v-5cd637ec] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-a868932e]{width:100%;position:relative}.line-content .line-content--item[data-v-a868932e]{flex:1}.line-content .line-content--item[data-v-a868932e] .stem-content{height:100%}.line-content+.line-content[data-v-a868932e]{margin-top:10px}.create-option[data-v-a868932e]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-a868932e]{flex:1;min-width:0}.option-item+.option-item[data-v-a868932e]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-a868932e]{margin-left:50px}.option-item[data-v-a868932e]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-a868932e]{padding:8px 0}.option-item[data-v-a868932e] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-4a22b201]{width:100%;position:relative}.line-content .line-content--item[data-v-4a22b201]{flex:1}.line-content .line-content--item[data-v-4a22b201] .stem-content{height:100%}.line-content+.line-content[data-v-4a22b201]{margin-top:10px}.create-option[data-v-4a22b201]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-4a22b201]{flex:1;min-width:0}.option-item+.option-item[data-v-4a22b201]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-4a22b201]{margin-left:50px}.option-item[data-v-4a22b201]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-4a22b201]{padding:8px 0}.option-item[data-v-4a22b201] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-111cf251]{width:218px;object-fit:scale-down}.video-file[data-v-111cf251]{width:408px}.file-render[data-v-111cf251]{width:100%}.file-info[data-v-111cf251]{flex:1;min-width:0}.file-info.videoHandler[data-v-111cf251]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-111cf251]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-111cf251]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-070c50ee]{width:218px;object-fit:scale-down}.video-file[data-v-070c50ee]{width:408px}.file-render[data-v-070c50ee]{width:100%}.file-info[data-v-070c50ee]{flex:1;min-width:0}.file-info.videoHandler[data-v-070c50ee]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-070c50ee]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-070c50ee]{font-size:14px;color:#666;margin-bottom:19px}[data-v-33a4cdd5] .el-dialog__header{padding:10px}.video-content[data-v-33a4cdd5]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-33a4cdd5]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-33a4cdd5]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-33a4cdd5]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-33a4cdd5]{width:100%}[data-v-432b6cd2] .el-dialog__header{padding:10px}.video-content[data-v-432b6cd2]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-432b6cd2]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-432b6cd2]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-432b6cd2]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-432b6cd2]{width:100%}.audio .audio-icon[data-v-43ef9f54]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-43ef9f54]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-43ef9f54]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-43ef9f54],.audio .audio-controls .audio-controls--progress[data-v-43ef9f54]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-43ef9f54]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-43ef9f54]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-43ef9f54]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-43ef9f54],.audio .audio-controls .audio-controls--handler .total-time[data-v-43ef9f54]{font-size:12px;color:#333}.play-handler.mobile[data-v-43ef9f54]{width:20px;height:20px}.audio-component[data-v-43ef9f54]{display:none}[data-v-43ef9f54] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-43ef9f54] .el-slider__bar{height:4px}[data-v-43ef9f54] .el-slider__button{width:10px;height:10px}[data-v-43ef9f54] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-706e281e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-706e281e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-706e281e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-706e281e],.audio .audio-controls .audio-controls--progress[data-v-706e281e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-706e281e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-706e281e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-706e281e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-706e281e],.audio .audio-controls .audio-controls--handler .total-time[data-v-706e281e]{font-size:12px;color:#333}.play-handler.mobile[data-v-706e281e]{width:20px;height:20px}.audio-component[data-v-706e281e]{display:none}[data-v-706e281e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-706e281e] .el-slider__bar{height:4px}[data-v-706e281e] .el-slider__button{width:10px;height:10px}[data-v-706e281e] .el-slider__button-wrapper{top:-15px} \ No newline at end of file +.option-item+.option-item[data-v-6801edfc]{margin-top:16px}.option-item[data-v-6801edfc]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-6801edfc]{border-color:#2e9adb}.option-item .questionSeq[data-v-6801edfc]{padding:8px 0}.option-item.isTrue[data-v-6801edfc]{border:1px solid #70b603}.option-item.isTrue[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-6801edfc]{border:1px solid #d9001b}.option-item.isFalse[data-v-6801edfc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-6801edfc]:hover{background:#ddd}.option-item[data-v-6801edfc] .content{cursor:pointer}.option-item[data-v-6801edfc] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-4605914c]{margin-top:16px}.option-item[data-v-4605914c]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-4605914c]{padding:8px 0}.option-item.isActive[data-v-4605914c]{border-color:#2e9adb}.option-item.isTrue[data-v-4605914c]{border:1px solid #70b603}.option-item.isTrue[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-4605914c]{border:1px solid #d9001b}.option-item.isFalse[data-v-4605914c] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-4605914c]:hover{background:#ddd}.option-item[data-v-4605914c] .content{cursor:pointer}.option-item[data-v-4605914c] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-5cd637ec]{margin-top:16px}.option-item[data-v-5cd637ec]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-5cd637ec]{padding:8px 0}.option-item.isActive[data-v-5cd637ec]{border-color:#2e9adb}.option-item.isTrue[data-v-5cd637ec]{border:1px solid #70b603}.option-item.isTrue[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-5cd637ec]{border:1px solid #d9001b}.option-item.isFalse[data-v-5cd637ec] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-5cd637ec]:hover{background:#ddd}.option-item[data-v-5cd637ec] .content{cursor:pointer}.option-item[data-v-5cd637ec] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-9f3637dc]{margin-top:16px}.option-item[data-v-9f3637dc]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-9f3637dc]{border-color:#2e9adb}.option-item .questionSeq[data-v-9f3637dc]{padding:8px 0}.option-item.isTrue[data-v-9f3637dc]{border:1px solid #70b603}.option-item.isTrue[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-9f3637dc]{border:1px solid #d9001b}.option-item.isFalse[data-v-9f3637dc] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-9f3637dc]:hover{background:#ddd}.option-item[data-v-9f3637dc] .content{cursor:pointer}.option-item[data-v-9f3637dc] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-175142a4]{width:100%}.content .stem-content[data-v-175142a4]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-175142a4]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-175142a4]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.content[data-v-5a1894ea]{width:100%}.content .stem-content[data-v-5a1894ea]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-5a1894ea]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-5a1894ea]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.line-content[data-v-a868932e]{width:100%;position:relative}.line-content .line-content--item[data-v-a868932e]{flex:1}.line-content .line-content--item[data-v-a868932e] .stem-content{height:100%}.line-content+.line-content[data-v-a868932e]{margin-top:10px}.create-option[data-v-a868932e]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-a868932e]{flex:1;min-width:0}.option-item+.option-item[data-v-a868932e]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-a868932e]{margin-left:50px}.option-item[data-v-a868932e]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-a868932e]{padding:8px 0}.option-item[data-v-a868932e] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-4a22b201]{width:100%;position:relative}.line-content .line-content--item[data-v-4a22b201]{flex:1}.line-content .line-content--item[data-v-4a22b201] .stem-content{height:100%}.line-content+.line-content[data-v-4a22b201]{margin-top:10px}.create-option[data-v-4a22b201]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-4a22b201]{flex:1;min-width:0}.option-item+.option-item[data-v-4a22b201]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-4a22b201]{margin-left:50px}.option-item[data-v-4a22b201]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-4a22b201]{padding:8px 0}.option-item[data-v-4a22b201] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-070c50ee]{width:218px;object-fit:scale-down}.video-file[data-v-070c50ee]{width:408px}.file-render[data-v-070c50ee]{width:100%}.file-info[data-v-070c50ee]{flex:1;min-width:0}.file-info.videoHandler[data-v-070c50ee]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-070c50ee]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-070c50ee]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-111cf251]{width:218px;object-fit:scale-down}.video-file[data-v-111cf251]{width:408px}.file-render[data-v-111cf251]{width:100%}.file-info[data-v-111cf251]{flex:1;min-width:0}.file-info.videoHandler[data-v-111cf251]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-111cf251]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-111cf251]{font-size:14px;color:#666;margin-bottom:19px}[data-v-432b6cd2] .el-dialog__header{padding:10px}.video-content[data-v-432b6cd2]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-432b6cd2]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-432b6cd2]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-432b6cd2]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-432b6cd2]{width:100%}[data-v-33a4cdd5] .el-dialog__header{padding:10px}.video-content[data-v-33a4cdd5]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-33a4cdd5]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-33a4cdd5]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-33a4cdd5]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-33a4cdd5]{width:100%}.audio .audio-icon[data-v-43ef9f54]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-43ef9f54]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-43ef9f54]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-43ef9f54],.audio .audio-controls .audio-controls--progress[data-v-43ef9f54]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-43ef9f54]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-43ef9f54]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-43ef9f54]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-43ef9f54],.audio .audio-controls .audio-controls--handler .total-time[data-v-43ef9f54]{font-size:12px;color:#333}.play-handler.mobile[data-v-43ef9f54]{width:20px;height:20px}.audio-component[data-v-43ef9f54]{display:none}[data-v-43ef9f54] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-43ef9f54] .el-slider__bar{height:4px}[data-v-43ef9f54] .el-slider__button{width:10px;height:10px}[data-v-43ef9f54] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-706e281e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-706e281e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-706e281e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-706e281e],.audio .audio-controls .audio-controls--progress[data-v-706e281e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-706e281e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-706e281e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-706e281e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-706e281e],.audio .audio-controls .audio-controls--handler .total-time[data-v-706e281e]{font-size:12px;color:#333}.play-handler.mobile[data-v-706e281e]{width:20px;height:20px}.audio-component[data-v-706e281e]{display:none}[data-v-706e281e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-706e281e] .el-slider__bar{height:4px}[data-v-706e281e] .el-slider__button{width:10px;height:10px}[data-v-706e281e] .el-slider__button-wrapper{top:-15px} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/render.js b/src/plugin/xml-digital-teaching/lib/render.js index b52a020..9f579b8 100644 --- a/src/plugin/xml-digital-teaching/lib/render.js +++ b/src/plugin/xml-digital-teaching/lib/render.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // diff --git a/src/plugin/xml-digital-teaching/lib/resource.js b/src/plugin/xml-digital-teaching/lib/resource.js index b8eaf58..26e904c 100644 --- a/src/plugin/xml-digital-teaching/lib/resource.js +++ b/src/plugin/xml-digital-teaching/lib/resource.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var epub = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAMAAAChHKjRAAAAAXNSR0IArs4c6QAAAjdQTFRFAAAAiXb/kG/0inD6inX6jW72jXL2eGLpe2fuinL2i3H3iHf6i3L5dmTvjHH3inP4inH2i3L2d2TuhW7vjHH5d2TqjnH5fWnyd2bskHb5jXX1jHH2i3H3i3H4i3H4d2Xsd2Xqi3H4cmLoi3L4inH3i3L3inL3i3L3jHL3hG3zi3L3jHL4jnT5i3L3i3L3jHH2bFPvbl/nb2DncF/ncVP1cWHncWHocWHpclP2cmLpc2Lpc2Lqc2Ppc2PqdGPpdGPqd1r1d1z0d2TreFv2eFz0eFz1eGDxeGbseVv1eVz1el31el32el71el72e133e1/2e2TxfGD1fGXxfWD3fWH2fmjxf2T2f2rwgGX3gGnygWX2gWb2gWb3gWrzgWzzgmb3gmf2gmzyg23zhGj3hGn2hGr2hGr3hG3zhWr3hWv2hWv3hWz3hW7zhW70hmz3h233h273iG34iG/3iW34iW74iW/3iXD3iXH2inD4inH3inP2i3D4i3H3i3H4i3L3i3L4i3P4jHL3jHL4jHP3jHP4jHT2jHT3jHrxjHryjXP4jXT3jXT5jXX3jXvyjnT5jnX4j3T5j3T6j3b3lYH2l4H4mIL4mYP4movynY/xpJL3pJfzpZL5pZjzqJX5q5n5r576saD6uaz3va/7zMT5zcP7z8X70Mb70sj708n708r71c381c761s382ND72db4393549z+4+H55+b66OL96+b+6+r67+v+8/L99PD/9vT+///9///+////0H5GmAAAADB0Uk5TAA0XMjI6OkZNVVpefX+HjJCRkpSeoausra2vs7W2t7i5v8TN1tbd3t/o6+7v8PH8u0jmrQAAAapJREFUOMtjYGBgYBZQ1sMAOpoKHAwIwF+HDfSlG9nzElADVGRuZScEVcNWiVORvY29KESRZDluRfb2VhJgRSp1OBQlgRTZW8uDFKnjUpRrZgtSZamER1Fji5MhSJG9qTgDgxoORXXd5e5mYGDMjltRXV9nTiIIxAkjKeoq8veFg5DK5rqWvgl9QDBRCklRacG8BfOhYMHs/Bq4hBySIu9Fe5DAXH+4hDRCUaXnqj3b12+EgE3rJidjVeS1ZM9ig4AgMAh1S+3HpWiFX2EJGBRXN9fhUrQyBFt0oylaahIWBQZ5bbgVrW2eMhUMyrLacCqCgx2TUnAr2gUFW1szcCpaHd7RCwLtkVlduB1uEREDAvGFXXWUBcFy5+x8MMgrwh2Yyxyy8sCgKDqtB6sijzV7dm7eAgHbNkxLwKaoznvhbqSkMjMYq6La2BlzZkHBnOmZ9VgVtVX4OLpCgUtgUzNWRXV1zS1w0Ig9CHADaZyZEwnIMGgQViTLoEpYkQiDWBUhNTXcDKwEDdJnZGAQJKCmgQtUQvHhVaPNCSkRWQSVdfWwAi1FHiagAgAPu3js6FbZbgAAAABJRU5ErkJggg=="; diff --git a/src/plugin/xml-digital-teaching/lib/single-ctalog-group.js b/src/plugin/xml-digital-teaching/lib/single-ctalog-group.js index cc5b5b7..cf9a777 100644 --- a/src/plugin/xml-digital-teaching/lib/single-ctalog-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-ctalog-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-ebook-group.js b/src/plugin/xml-digital-teaching/lib/single-ebook-group.js index 4398f80..8107b7a 100644 --- a/src/plugin/xml-digital-teaching/lib/single-ebook-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-ebook-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-html-group.js b/src/plugin/xml-digital-teaching/lib/single-html-group.js index 9aa6453..976be4c 100644 --- a/src/plugin/xml-digital-teaching/lib/single-html-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-html-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-image-group.js b/src/plugin/xml-digital-teaching/lib/single-image-group.js index 4b1cd0b..236b8b7 100644 --- a/src/plugin/xml-digital-teaching/lib/single-image-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-image-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-music-group.js b/src/plugin/xml-digital-teaching/lib/single-music-group.js index f64f8f3..8aaa2ca 100644 --- a/src/plugin/xml-digital-teaching/lib/single-music-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-music-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-question-group.js b/src/plugin/xml-digital-teaching/lib/single-question-group.js index ffe43e4..6176d52 100644 --- a/src/plugin/xml-digital-teaching/lib/single-question-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-question-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-resource-group.js b/src/plugin/xml-digital-teaching/lib/single-resource-group.js index 8d3aed1..dde7da7 100644 --- a/src/plugin/xml-digital-teaching/lib/single-resource-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-resource-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-testpaper-group.js b/src/plugin/xml-digital-teaching/lib/single-testpaper-group.js index 8d3aed1..dde7da7 100644 --- a/src/plugin/xml-digital-teaching/lib/single-testpaper-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-testpaper-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-text-group.js b/src/plugin/xml-digital-teaching/lib/single-text-group.js index 1c56418..5261883 100644 --- a/src/plugin/xml-digital-teaching/lib/single-text-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-text-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-video-group.js b/src/plugin/xml-digital-teaching/lib/single-video-group.js index cef252c..704ee26 100644 --- a/src/plugin/xml-digital-teaching/lib/single-video-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-video-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/splitline.css b/src/plugin/xml-digital-teaching/lib/splitline.css index d63af30..3399e98 100644 --- a/src/plugin/xml-digital-teaching/lib/splitline.css +++ b/src/plugin/xml-digital-teaching/lib/splitline.css @@ -1,110 +1,102 @@ -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=Greytheme2.vue.map */ - - -/*# sourceMappingURL=Greytheme5.vue.map */ - - -/*# sourceMappingURL=fourth.vue.map */ - - -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=Greytheme4.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=Redtheme2.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=ninth.vue.map */ - - -/*# sourceMappingURL=Greytheme1.vue.map */ - - -/*# sourceMappingURL=eleventh.vue.map */ - - /*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=Yellowtheme3.vue.map */ +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=eleventh.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ + + +/*# sourceMappingURL=fifth.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ + + +/*# sourceMappingURL=fourth.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ /*# sourceMappingURL=Greytheme3.vue.map */ -/*# sourceMappingURL=Greytheme6.vue.map */ +/*# sourceMappingURL=eighth.vue.map */ -/*# sourceMappingURL=Redtheme3.vue.map */ +/*# sourceMappingURL=seventh.vue.map */ -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=Bluetheme4.vue.map */ +/*# sourceMappingURL=Greytheme1.vue.map */ /*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=Greytheme5.vue.map */ -/*# sourceMappingURL=Greentheme2.vue.map */ +/*# sourceMappingURL=Yellowtheme3.vue.map */ -/*# sourceMappingURL=Bluetheme1.vue.map */ +/*# sourceMappingURL=Greytheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Greytheme4.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=Greytheme6.vue.map */ /*# sourceMappingURL=Yellowtheme2.vue.map */ -/*# sourceMappingURL=Bluetheme2.vue.map */ - - /*# sourceMappingURL=Greentheme1.vue.map */ -/*# sourceMappingURL=Greentheme3.vue.map */ +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=Bluetheme2.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ /*# sourceMappingURL=Greentheme4.vue.map */ +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=Bluetheme4.vue.map */ + + +/*# sourceMappingURL=Bluetheme1.vue.map */ + + /*# sourceMappingURL=Bluetheme3.vue.map */ -.xml-text-h5[data-v-ec02be9c] { -} -.xml-text-pc[data-v-ec02be9c] { -} -.xml-text-h5[data-v-ec02be9c] { -} - + +/*# sourceMappingURL=Greentheme3.vue.map */ .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -176,6 +168,14 @@ /*# sourceMappingURL=XmlText.vue.map */ +.xml-text-h5[data-v-e037ecc2] { +} +.xml-text-pc[data-v-e037ecc2] { +} +.xml-text-h5[data-v-e037ecc2] { +} + + /*# sourceMappingURL=XmlTextDialog.vue.map */ diff --git a/src/plugin/xml-digital-teaching/lib/splitline.js b/src/plugin/xml-digital-teaching/lib/splitline.js index b372f4f..0bc7b75 100644 --- a/src/plugin/xml-digital-teaching/lib/splitline.js +++ b/src/plugin/xml-digital-teaching/lib/splitline.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -48667,7 +48667,7 @@ var script$x = { tempWrapDom.innerHTML = copy; let content = ''; Array.from(tempWrapDom.childNodes).forEach(child => { - if (child.dataset.graphKey && child.tagName === 'P') { + if (child.dataset.graphKey && child.tagName === 'P' && child.textContent) { let pCopy = child.outerHTML + ''; for (let i = 0, len = links.length; i < len; i++) { let item = links[i]; @@ -48799,6 +48799,20 @@ var script$x = { } }); } + if (type === 'video') { + // 魔链音频 + _this.$EventBus.$emit('handleMagicLinkVideoPlay', { + plaintext, + title, + content, + type, + isPlaying, + targetId: e.target.id, + callback: video => { + e.target.setAttribute('data-isplaying', video.paused ? 'false' : 'true'); + } + }); + } if (type === 'richtext') { content = content.replace(/text\-align:\s?justify/g, 'text-align:left'); // 魔链富文本 @@ -50415,7 +50429,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-ec02be9c"; + const __vue_scope_id__$x = "data-v-e037ecc2"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/testPaper.js b/src/plugin/xml-digital-teaching/lib/testPaper.js index 015cf7a..606cdfc 100644 --- a/src/plugin/xml-digital-teaching/lib/testPaper.js +++ b/src/plugin/xml-digital-teaching/lib/testPaper.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // diff --git a/src/plugin/xml-digital-teaching/lib/text.css b/src/plugin/xml-digital-teaching/lib/text.css index cebb711..fb91331 100644 --- a/src/plugin/xml-digital-teaching/lib/text.css +++ b/src/plugin/xml-digital-teaching/lib/text.css @@ -72,11 +72,11 @@ /*# sourceMappingURL=XmlText.vue.map */ -.xml-text-h5[data-v-ec02be9c] { +.xml-text-h5[data-v-e037ecc2] { } -.xml-text-pc[data-v-ec02be9c] { +.xml-text-pc[data-v-e037ecc2] { } -.xml-text-h5[data-v-ec02be9c] { +.xml-text-h5[data-v-e037ecc2] { } diff --git a/src/plugin/xml-digital-teaching/lib/text.js b/src/plugin/xml-digital-teaching/lib/text.js index b03df60..ccb51e5 100644 --- a/src/plugin/xml-digital-teaching/lib/text.js +++ b/src/plugin/xml-digital-teaching/lib/text.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -48667,7 +48667,7 @@ var script = { tempWrapDom.innerHTML = copy; let content = ''; Array.from(tempWrapDom.childNodes).forEach(child => { - if (child.dataset.graphKey && child.tagName === 'P') { + if (child.dataset.graphKey && child.tagName === 'P' && child.textContent) { let pCopy = child.outerHTML + ''; for (let i = 0, len = links.length; i < len; i++) { let item = links[i]; @@ -48799,6 +48799,20 @@ var script = { } }); } + if (type === 'video') { + // 魔链音频 + _this.$EventBus.$emit('handleMagicLinkVideoPlay', { + plaintext, + title, + content, + type, + isPlaying, + targetId: e.target.id, + callback: video => { + e.target.setAttribute('data-isplaying', video.paused ? 'false' : 'true'); + } + }); + } if (type === 'richtext') { content = content.replace(/text\-align:\s?justify/g, 'text-align:left'); // 魔链富文本 @@ -50415,7 +50429,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-ec02be9c"; + const __vue_scope_id__ = "data-v-e037ecc2"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/theme/index.css b/src/plugin/xml-digital-teaching/lib/theme/index.css index e33672c..b9add24 100644 --- a/src/plugin/xml-digital-teaching/lib/theme/index.css +++ b/src/plugin/xml-digital-teaching/lib/theme/index.css @@ -1 +1 @@ -@charset "UTF-8";.heimgfont,[class*=" dl-icon-"],[class^=dl-icon-]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal}:root{--dl-color-primary-rgb:64,158,255;--dl-color-success-rgb:60,197,140;--dl-color-warning-rgb:255,153,0;--dl-color-danger-rgb:255,75,56;--dl-color-error-rgb:255,75,56;--dl-color-info-rgb:144,147,153;--dl-font-size-extra-large:20px;--dl-font-size-large:18px;--dl-font-size-medium:16px;--dl-font-size-base:14px;--dl-font-size-small:13px;--dl-font-size-extra-small:12px;--dl-font-family:'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','微软雅黑',Arial,sans-serif;--dl-font-weight:400;--dl-font-weight-primary:600;--dl-font-line-height-primary:24px;--dl-index-normal:1;--dl-index-top:1000;--dl-index-popper:2000;--dl-border-radius-base:4px;--dl-border-radius-small:2px;--dl-border-radius-round:20px;--dl-border-radius-circle:100%;--dl-transition-duration:0.3s;--dl-transition-duration-fast:0.2s;--dl-transition-function-ease-in-out-bezier:cubic-bezier(0.645, 0.045, 0.355, 1);--dl-transition-function-fast-bezier:cubic-bezier(0.23, 1, 0.32, 1);--dl-transition-all:all var(--dl-transition-duration) var(--dl-transition-function-ease-in-out-bezier);--dl-transition-fade:opacity var(--dl-transition-duration) var(--dl-transition-function-fast-bezier);--dl-transition-md-fade:transform var(--dl-transition-duration) var(--dl-transition-function-fast-bezier),opacity var(--dl-transition-duration) var(--dl-transition-function-fast-bezier);--dl-transition-fade-linear:opacity var(--dl-transition-duration-fast) linear;--dl-transition-border:border-color var(--dl-transition-duration-fast) var(--dl-transition-function-ease-in-out-bezier);--dl-transition-box-shadow:box-shadow var(--dl-transition-duration-fast) var(--dl-transition-function-ease-in-out-bezier);--dl-transition-color:color var(--dl-transition-duration-fast) var(--dl-transition-function-ease-in-out-bezier);--dl-component-size-large:50px;--dl-component-size:40px;--dl-component-size-small:32px;color-scheme:light;--dl-color-white:#ffffff;--dl-color-black:#000000;--dl-color-primary:#409eff;--dl-color-primary-light-3:#79bbff;--dl-color-primary-light-5:#a0cfff;--dl-color-primary-light-7:#c6e2ff;--dl-color-primary-light-8:#d9ecff;--dl-color-primary-light-9:#ecf5ff;--dl-color-primary-dark-2:#337ecc;--dl-color-success:#3CC58C;--dl-color-success-light-3:#77d6af;--dl-color-success-light-5:#9ee2c6;--dl-color-success-light-7:#c5eedd;--dl-color-success-light-8:#d8f3e8;--dl-color-success-light-9:#ecf9f4;--dl-color-success-dark-2:#309e70;--dl-color-warning:#FF9900;--dl-color-warning-light-3:#ffb84d;--dl-color-warning-light-5:#ffcc80;--dl-color-warning-light-7:#ffe0b3;--dl-color-warning-light-8:#ffebcc;--dl-color-warning-light-9:#fff5e6;--dl-color-warning-dark-2:#cc7a00;--dl-color-danger:#FF4B38;--dl-color-danger-light-3:#ff8174;--dl-color-danger-light-5:#ffa59c;--dl-color-danger-light-7:#ffc9c3;--dl-color-danger-light-8:#ffdbd7;--dl-color-danger-light-9:#ffedeb;--dl-color-danger-dark-2:#cc3c2d;--dl-color-error:#FF4B38;--dl-color-error-light-3:#ff8174;--dl-color-error-light-5:#ffa59c;--dl-color-error-light-7:#ffc9c3;--dl-color-error-light-8:#ffdbd7;--dl-color-error-light-9:#ffedeb;--dl-color-error-dark-2:#cc3c2d;--dl-color-info:#909399;--dl-color-info-light-3:#b1b3b8;--dl-color-info-light-5:#c8c9cc;--dl-color-info-light-7:#dedfe0;--dl-color-info-light-8:#e9e9eb;--dl-color-info-light-9:#f4f4f5;--dl-color-info-dark-2:#73767a;--dl-bg-color:#ffffff;--dl-bg-color-page:#f2f3f5;--dl-bg-color-overlay:#ffffff;--dl-bg-color-input:#ccc;--dl-bg-color-light:#f5f5f5;--dl-bg-color-extra-light:#eee;--dl-bg-color-blank:#ffffff;--dl-bg-color-table:#f8f8f8;--dl-text-color-primary:#333;--dl-text-color-regular:#666;--dl-text-color-secondary:#999;--dl-text-color-placeholder:#999;--dl-text-color-disabled:#999;--dl-border-color:#ccc;--dl-border-color-input:#ccc;--dl-border-color-light:#f5f5f5;--dl-border-color-extra-light:#eee;--dl-fill-color-input:#ccc;--dl-fill-color-light:#f5f5f5;--dl-fill-color-extra-light:#eee;--dl-fill-color-blank:#ffffff;--dl-box-shadow:0px 12px 32px 4px rgba(0, 0, 0, 0.04),0px 8px 20px rgba(0, 0, 0, 0.08);--dl-box-shadow-light:0px 0px 12px rgba(0, 0, 0, 0.12);--dl-box-shadow-lighter:0px 0px 6px rgba(0, 0, 0, 0.12);--dl-box-shadow-dark:0px 16px 48px 16px rgba(0, 0, 0, 0.08),0px 12px 32px rgba(0, 0, 0, 0.12),0px 8px 16px -8px rgba(0, 0, 0, 0.16);--dl-disabled-text-color:var(--dl-text-color-disabled);--dl-disabled-bg-color:var(--dl-bg-color-light);--dl-disabled-border-color:var(--dl-border-color-input);--dl-disabled-icon-color:var(--dl-border-color-input);--dl-overlay-color:rgba(0, 0, 0, 0.8);--dl-overlay-color-light:rgba(0, 0, 0, 0.7);--dl-overlay-color-lighter:rgba(0, 0, 0, 0.5);--dl-mask-color:rgba(255, 255, 255, 0.9);--dl-mask-color-extra-light:rgba(255, 255, 255, 0.3);--dl-border-width:1px;--dl-border-style:solid;--dl-border-color-hover:var(--dl-text-color-disabled);--dl-border:var(--dl-border-width) var(--dl-border-style) var(--dl-border-color);--dl-svg-monochrome-grey:var(--dl-border-color);--dl-button-font-color-primary:#ffffff;--dl-button-bg-color-primary:#409eff;--dl-button-hover-font-color-primary:#ffffff;--dl-button-hover-bg-color-primary:#79bbff;--dl-button-active-font-color-primary:#ffffff;--dl-button-active-bg-color-primary:#337ecc;--dl-button-disabled-font-color-primary:#ffffff;--dl-button-disabled-border-color-primary:#a0cfff;--dl-button-disabled-bg-color-primary:#a0cfff;--dl-button-font-color-primary-plain:#409eff;--dl-button-bg-color-primary-plain:#c6e2ff;--dl-button-hover-font-color-primary-plain:#409eff;--dl-button-hover-bg-color-primary-plain:#d9ecff;--dl-button-active-font-color-primary-plain:#409eff;--dl-button-active-bg-color-primary-plain:#c6e2ff;--dl-button-disabled-font-color-primary-plain:#a0cfff;--dl-button-disabled-bg-color-primary-plain:#ecf5ff;--dl-button-disabled-font-color-primary-ghost:#a0cfff;--dl-button-disabled-border-color-primary-ghost:#a0cfff}@font-face{font-family:douluo-icons;src:url(./fonts/iconfont.woff?t=1662431203509) format("woff"),url(./fonts/iconfont.ttf?t=1662431203509) format("truetype")}@font-face{font-family:heimgfont;src:url(./fonts/iconfont/iconfont.woff2?t=1635390861127) format("woff2"),url(./fonts/iconfont/iconfont.woff?t=1635390861127) format("woff"),url(./fonts/iconfont/iconfont.ttf?t=1635390861127) format("truetype")}@font-face{font-family:"宋体";src:url(https://cmp-public-resource.oss-cn-beijing.aliyuncs.com/font/Source_Han_Serif_SC_Light.otf) format("woff2"),url(./fonts/simsun.woff2?t=1662431203509) format("woff2")}@font-face{font-family:"黑体";src:url(https://cmp-public-resource.oss-cn-beijing.aliyuncs.com/font/SourceHanSansSC-VF.otf.woff2) format("woff2"),url(./fonts/simhei.woff2?t=1662431203510) format("woff2")}@font-face{font-family:"楷体";src:url(https://cmp-public-resource.oss-cn-beijing.aliyuncs.com/font/LXGWWenKaiGBScreen.woff2) format("woff2"),url(./fonts/simkai.woff2?t=1662431203511) format("woff2")}[class*=" dl-icon-"],[class^=dl-icon-]{font-family:douluo-icons!important;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block}.dl-icon-add:before{content:"\e608"}.dl-icon-close:before{content:"\e607"}.dl-icon-warning:before{content:"\e606"}.dl-icon-info:before{content:"\e675"}.dl-icon-lock:before{content:"\e604"}.dl-icon-check:before{content:"\e663"}.dl-icon-success:before{content:"\e603"}.dl-icon-error:before{content:"\e601"}.dl-icon-help:before{content:"\e662"}.dl-icon-reflesh:before{content:"\e628"}.dl-icon-setting:before{content:"\e639"}.dl-icon-pass:before{content:"\e65a"}.dl-icon-delete:before{content:"\e605"}.dl-icon-star:before{content:"\e617"}.dl-icon-yanjing:before{content:"\e61a"}.dl-icon-right:before{content:"\e621"}.dl-icon-left:before{content:"\e622"}.dl-icon-review:before{content:"\e674"}.heimgfont{font-family:heimgfont!important;font-size:16px}.heimg-iconguanbi1:before{content:"\e608"}.heimg-iconiconfontzhizuobiaozhun023146:before{content:"\e694"}.heimg-iconhelp:before{content:"\e626"}.heimg-iconjiazaizhong:before{content:"\e6b1"}.heimg-icontupianjiazaishibai:before{content:"\ec0d"}.heimg-iconicon_arrow_right:before{content:"\e60d"}.heimg-iconjiantouzuo:before{content:"\e620"}.heimg-iconxuanzhuan:before{content:"\e66f"}.heimg-iconxuanzhuan1:before{content:"\e670"}.heimg-iconyuanshibili:before{content:"\e86b"}.heimg-iconfangda:before{content:"\e65d"}.heimg-iconsuoxiao:before{content:"\e65e"}.heimg-iconquanping:before{content:"\e698"}.heimg-iconguanbi:before{content:"\e764"}.ouchn-container{background:#f3f3f4}.ouchn-container .ouchn-box{width:100%;background:#fff;border-radius:6px;margin:0 0 8px;padding:8px 16px}.ouchn-container .ouchn-box .ouchn-desc,.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .resources-img{margin:0 5px}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container .el-descriptions-item__label{width:140px;min-width:140px;overflow:hidden;white-space:nowrap}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container .el-descriptions-item__content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__label{font-size:14px;font-weight:400;color:#666;line-height:26px;min-width:120px;text-align:right}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__content{font-size:14px;font-family:PingFang SC;font-weight:400;color:#333;line-height:26px}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__cell{padding-bottom:27px}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .resources-text{font-size:14px;font-family:PingFang SC;font-weight:700;color:#333;line-height:26px}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .pt-img{width:20px;height:20px}.ouchn-container .ouchn-box .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#4994fb;color:#fff}.ouchn-container .ouchn-box .el-upload__tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999}.ouchn-container .ouchn-box .el-divider--horizontal{margin:5px 0 18px;background:rgba(220,223,230,.2784313725)}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper{background:#f2f2f2;border-radius:6px}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper table .el-table__cell{padding:6px 0}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper .el-table--medium.el-table__cell{padding:0}.ouchn-container .ouchn-box .ouchn-search-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-filter-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:0}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form{display:grid;row-gap:15px;grid-template-columns:1fr 1fr 1fr 1fr;justify-items:start;width:90%;margin-right:20px}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .left-label label{text-align:left}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:0}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__label{overflow:hidden;white-space:nowrap;font-size:14px;padding:0 10px 0 0;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content{height:30px;line-height:30px}@media (min-width:1600px){.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content{min-width:234px}}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-date-editor.el-input,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-input,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-select{width:100%!important}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-icon-arrow-up:before{content:"\e78f";position:absolute;width:100%;height:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .vue-treeselect__control{display:inherit}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .vue-treeselect__control .vue-treeselect__value-container{font-size:12px}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control{height:30px!important}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control .vue-treeselect__placeholder,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control .vue-treeselect__single-value{line-height:30px!important}.ouchn-container .ouchn-box .ouchn-breadcrumb{display:inline-block;padding:6px 0;font-size:10px;line-height:20px!important;margin-left:0!important}.ouchn-container .ouchn-box .ouchn-box-pannel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ouchn-container .ouchn-box .ouchn-box-pannel .ouchn-box-tabs .el-tabs__header{margin:0}.ouchn-container .ouchn-box .ouchn-box-pannel .ouchn-box-tabs .el-tabs__header .el-tabs__nav-wrap::after{background-color:#fff}.ouchn-container .ouchn-box .ouchn-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img{font-size:16px;font-weight:400;color:#333;line-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title-no-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title-no-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title-no-img>span{margin:0 8px 0 0}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title:before,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title:before,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title:before{content:"";display:block;width:4px;height:20px;overflow:visible;background:#0070c1;margin-right:8px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-img{margin-bottom:5px;width:13px;height:20px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-after-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-after-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-after-img{width:20px;height:20px;margin-right:8px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-right-txt{font-size:14px;font-weight:400;color:#0070c1}.ouchn-container .ouchn-box .ouchn-search-container{background:#fff;border-radius:6px;padding:8px 0}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-title{font-size:18px;font-weight:400;color:#333;margin-bottom:20px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 16px 8px 0}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-label{font-size:14px;color:#333;font-weight:400}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-wrapper{width:200px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-wrapper-date{width:230px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-buttons{width:160px;text-align:right;margin-bottom:0}.ouchn-container .ouchn-box .ouchn-box-pagination{margin-top:20px;text-align:right}.ouchn-container .parent-group{position:relative;padding:var(--book-padding,6px) 15px}.ouchn-container .parent-group+.parent-group{margin-top:var(--book-marginTop,0)}.ouchn-container .parent-group .xml-group-type-text{width:84px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute!important;left:-88px;top:15px;z-index:3;background:#fff;font-size:14px;font-family:PingFang SC;font-weight:400;color:#333;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ouchn-container .parent-group ::-webkit-scrollbar{height:6px;border-radius:4px;background-color:#b3b3b3}.ouchn-container .parent-group ::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#000));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.ouchn-container .parent-group ::-webkit-scrollbar-track{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #b3b3b3;background-color:#b3b3b3}.ouchn-container .el-tree .custom-tree-node{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .el-tree .custom-tree-node span{font-size:14px;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .el-tree .el-tree-node__content{padding:5px 16px 5px 0;border-radius:6px;min-height:32px;margin-bottom:6px}.ouchn-container .el-tree .el-tree-node.is-current>.el-tree-node__content{background:#e1eeff}.ouchn-container .el-tree .el-tree-node.is-current>.el-tree-node__content .custom-tree-node span{font-size:14px;font-family:PingFang SC;font-weight:400;color:#4994fb}.ouchn-container .el-tag-success{color:#fff;background-color:#24c72f;border-color:#24c72f}.ouchn-container .el-tag-error{background-color:#f75858;border-color:#f75858;color:#fff}.ouchn-container .el-tag-warning{color:#fff;background-color:#ffa93a;border-color:#ffa93a}.ouchn-container .el-button-primary{color:#fff;background-color:#249fc7;border-color:#249fc7}.ouchn-container .el-tag-primary{color:#fff;background:#418eed;border-color:#418eed}.ouchn-container ::-webkit-scrollbar{width:4px;height:6px;border-radius:6px;background-color:#f5f5f5}.ouchn-container ::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:6px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#b3b3b3));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.ouchn-container ::-webkit-scrollbar-track{border-radius:6px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.ouchn-container .line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container .demo-commodit-container{background:#fff;border-radius:6px;padding:0;margin-top:20px}.ouchn-container .demo-commodit-container .demo-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ouchn-container .demo-commodit-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:40px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,280px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container .demo-commodit-box{grid-template-columns:repeat(4,280px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card{height:404px;width:282px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-checkbox{position:absolute;left:10px;top:10px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-status{position:absolute;right:0;z-index:1;font-size:14px;font-weight:400;color:#fff;line-height:40px;width:80px;height:30px;background:#4994fb;border-radius:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:280px;width:280px;background:#f9fcff}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox .demo-card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box{padding:11px 10px 0}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-title{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;height:40px;line-height:24px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-title a{overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:11px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .resources-text{font-size:14px;font-weight:400;color:#999;cursor:default}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .resources-img{margin:0 5px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .pt-img{width:20px;height:20px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-type{width:80px;padding:5px;background:#418eed;border-radius:6px;text-align:center;margin-top:10px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-type span{height:14px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fff}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-text{width:128px;border-radius:6px;margin-top:5px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-text span{height:14px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#999;cursor:default}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card-checked{outline:#418eed solid 3px;border-radius:6px}.ouchn-container .demo-commodit-container .demo-pagination{margin-top:20px;text-align:right}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:24px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,294px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box{grid-template-columns:repeat(4,294px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box .demo-commodit-card,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box .demo-commodit-card{height:344px;width:294px}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:220px;width:294px;background:#f9fcff}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:36px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,300px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box{grid-template-columns:repeat(4,300px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box .demo-commodit-card{height:424px;width:300px}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:300px;width:300px;background:#f9fcff}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box{grid-column-gap:40px}.ouchn-container .el-dialog__wrapper.resource-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.9;background:#000}.ouchn-container .el-dialog__wrapper.resource-preview .el-dialog__header{margin:0;padding:0}.ouchn-container .el-dialog__wrapper.resource-preview .el-dialog__body{padding:0}.ouchn-container .el-dialog__wrapper.resource-preview .preview-modal-video{margin-top:0!important}.ouchn-container .el-dialog__wrapper.resource-preview .preview-modal-music{margin-top:0!important;padding:0 5px}.ouchn-container .el-dialog__wrapper .preview-modal{background:0 0!important;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}.ouchn-container .el-dialog__wrapper .preview-modal .el-dialog__header{margin:0;padding:0}.ouchn-container .el-dialog__wrapper .preview-modal .el-dialog__body{padding:0}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-styleType{position:fixed;top:12px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode{width:100%;text-align:center;background:rgba(0,0,0,.368627451);height:93px;position:fixed;bottom:0;margin:auto;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls{margin:auto;z-index:3}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button{margin:12px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner{width:140px;height:48px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner .el-image{margin-right:14px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner span{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner span.active{font-size:16px;font-family:PingFang SC;font-weight:400;color:#fff}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:453px;height:934px;background:url(../../static/images/leaflet/preview/preview-h52.png) center 18px no-repeat,url(../../static/images/leaflet/preview/preview-h5.png) center top no-repeat;background-size:414px 896px,453px 934px;margin-left:100px;-webkit-transform:scale(.7);transform:scale(.7);margin-top:-140px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-h5 .preview-iframe-h5{width:414px!important;height:896px!important;border-radius:36px!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:1021px;height:709px;background:url(../../static/images/leaflet/preview/preview-pc.png) center top no-repeat;background-size:1021px 709px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pc .pc-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:0 78px 0 42px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:493px;height:664px;background:url(../../static/images/leaflet/preview/preview-pad2.png) center 51px no-repeat,url(../../static/images/leaflet/preview/preview-pad.png) center top no-repeat;background-size:429px 565px,493px 664px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-qrcode{width:100px;height:100px;padding:8px;margin-left:-57px;margin-top:55px;background:#fff;border-radius:10px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-qrcode img{max-width:100%}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-export-btn{height:42px;padding:8px;margin-left:-50px;margin-top:158px;background:0 0;border-radius:10px;-webkit-transform:translateX(-57px);transform:translateX(-57px)}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-export-btn button{width:100px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-h5{margin-top:-1px;border-radius:28px;background:#fff;overflow-y:scroll}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-h5::-webkit-scrollbar{width:0!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pad{width:417px;height:551px;margin-top:3px;overflow-y:scroll}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pad::-webkit-scrollbar{width:0!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pc{width:550px;height:528px;margin-top:42px;overflow-y:scroll}.ouchn-container .resource-modal .el-dialog__body{text-align:center;padding:10px}.ouchn-container .resource-modal .el-dialog__body .hovered{-webkit-box-shadow:2px 2px 2px 2px rgba(0,0,0,.35);box-shadow:2px 2px 2px 2px rgba(0,0,0,.35)}.ouchn-container .resource-modal .el-dialog__body .el-radio-button__orig-radio:checked+.el-radio-button__inner{background:#d7d7d7;border-color:#d7d7d7;-webkit-box-shadow:none;box-shadow:none}.ouchn-container .resource-modal .el-dialog__body .el-radio-button__inner{width:80px;height:31px;font-size:13px;padding:8px 27px;font-family:PingFang SC;font-weight:400;color:#333}.inline-audio-box{width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-left:6px}.inline-audio-box .wifi-symbol{width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;-webkit-transform:rotate(135deg);transform:rotate(135deg);position:relative}.inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.inline-audio-box .wifi-symbol.playing .second{-webkit-animation:fadeInOut 1s infinite .2s;animation:fadeInOut 1s infinite .2s}.inline-audio-box .wifi-symbol.playing .third{-webkit-animation:fadeInOut 1s infinite .4s;animation:fadeInOut 1s infinite .4s}.graph-modal .mate-title .mate-text{padding:10px 30px 0;border-radius:12px 12px 0 0;color:#538AE6;font-size:20px;font-weight:600;height:auto}.graph-modal .el-dialog{border-radius:4px!important}.graph-modal .el-dialog .el-dialog__header:has(.mate-title){background-color:#FFF}.graph-modal .el-dialog__header .el-dialog__headerbtn{font-size:24px;top:22px!important;border:none!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.graph-modal .el-dialog__header .el-dialog__headerbtn .el-dialog__close{font-weight:700;color:#666!important}.graph-modal .el-dialog__body{padding:16px 30px 40px}.graph-modal .el-dialog__body .graph-viewer{width:100%}.graph-modal .el-dialog__body .graph-viewer__wrap{background:#FFF;border-radius:24px;border:1px solid #EAEAEA}.graph-modal .el-dialog__body .graph-viewer__desc{padding:20px 18px;border-top:1px solid #EAEAEA;font-size:14px;color:#666}.graph-modal .el-dialog__body .graph-viewer__desc .node-name{font-size:15px;color:#333;font-weight:600}.graph-modal .el-dialog__body .graph-viewer__desc .node-desc{margin-top:6px;max-height:240px;overflow-y:auto;word-break:break-all}.graph-modal .el-dialog__footer{padding:0}.xml-knowledge-graph{width:100%;height:100%;min-height:124px}@-webkit-keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.phone-preview h1,.w-e-text-container h1,.xml-digital-teaching-preview h1{display:block;font-size:2em;-webkit-margin-before:.67em!important;margin-block-start:.67em!important;-webkit-margin-after:.67em!important;margin-block-end:.67em!important;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h2,.w-e-text-container h2,.xml-digital-teaching-preview h2{display:block;font-size:1.5em;-webkit-margin-before:.83em;margin-block-start:.83em;-webkit-margin-after:.83em;margin-block-end:.83em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h3,.w-e-text-container h3,.xml-digital-teaching-preview h3{display:block;font-size:1.17em;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h4,.w-e-text-container h4,.xml-digital-teaching-preview h4{display:block;-webkit-margin-before:1.33em;margin-block-start:1.33em;-webkit-margin-after:1.33em;margin-block-end:1.33em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h5,.w-e-text-container h5,.xml-digital-teaching-preview h5{display:block;font-size:.83em;-webkit-margin-before:1.67em;margin-block-start:1.67em;-webkit-margin-after:1.67em;margin-block-end:1.67em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview ul,.w-e-text-container ul,.xml-digital-teaching-preview ul{display:block;list-style-type:disc;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:18px!important;padding-inline-start:18px!important}.phone-preview ol,.w-e-text-container ol,.xml-digital-teaching-preview ol{display:block;list-style-type:decimal;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:2em!important;padding-inline-start:2em!important}.phone-preview blockquote,.w-e-text-container blockquote,.xml-digital-teaching-preview blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.phone-preview a,.w-e-text-container a,.xml-digital-teaching-preview a{color:#4290f7;text-decoration:none}.phone-preview a:hover,.w-e-text-container a:hover,.xml-digital-teaching-preview a:hover{text-decoration:underline}.phone-preview table,.w-e-text-container table,.xml-digital-teaching-preview table{border-collapse:collapse;display:table;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:initial;border-spacing:2px;border-color:grey}.phone-preview table tbody,.w-e-text-container table tbody,.xml-digital-teaching-preview table tbody{display:table-row-group;vertical-align:middle;border-color:inherit}.phone-preview table tbody tr,.w-e-text-container table tbody tr,.xml-digital-teaching-preview table tbody tr{display:table-row;vertical-align:inherit;border-color:inherit}.phone-preview table tbody tr th,.w-e-text-container table tbody tr th,.xml-digital-teaching-preview table tbody tr th{font-weight:700;text-align:center;border:1px solid #ddd;background-color:#e6f0f4}.phone-preview table tbody tr td,.w-e-text-container table tbody tr td,.xml-digital-teaching-preview table tbody tr td{line-height:1.5;min-width:30px;padding:3px 5px;border:1px solid #ddd}.phone-preview .option-item p{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.w-e-text-container{z-index:1000!important}.w-e-text-container [data-slate-editor]{padding:0!important;margin:0!important}.w-e-text-container * ol,.w-e-text-container * ul{padding-left:18px!important}.w-e-text-container * ol li,.w-e-text-container * ul li{margin:0!important}.w-e-text-container * blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px!important}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.xml-single-image-group-h5+.xml-single-image-group-h5{margin-top:10px}.xml-single-text-group-h5 .text-container,.xml-single-text-group-h5 .text-container .editorClass{word-break:break-all}.xml-image-duo-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group .el-image{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container{background:#f4f4f4;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container .xml-noimage{width:100%;height:200px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.hua-lang{width:auto}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.ping-pu{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .styleB{overflow:hidden}.xml-single-video-group-pad .xml-video-container-pad .video-content{background:#c3c3c3!important;width:100%;height:315px}.video-container{position:relative;height:100%;width:calc(100% - 15px);background:#fff}.video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.video-container::-webkit-media-controls{display:none!important}.video-container video{width:570px;height:427.5px;margin:auto}@media (max-width:1600px){.video-container video{width:92vw;height:258.75px}}.main-btn,.video-title{height:32px;position:absolute}.video-title{width:100%;z-index:2;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.controls,.xml-video-container-pc .video-title{display:-ms-flexbox;left:0;display:-webkit-box}.main-btn{width:32px;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.main-btn i::before{font-size:32px}.controls{width:100%;height:30px;position:absolute;bottom:0;background-color:#000;opacity:.5;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.controls span{padding:0 5px;color:#fff}.cursor{cursor:pointer}.icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-video-container-pc .video-content{background:#c3c3c3!important;width:100%;height:315px}.xml-video-container-pc .video-container{position:relative;height:100%;width:calc(100% - 15px);background:#c3c3c3}.xml-video-container-pc .video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.xml-video-container-pc .video-container::-webkit-media-controls{display:none!important}.xml-video-container-pc .video-container video{width:570px;height:428px;margin:auto}@media (max-width:1600px){.xml-video-container-pc .video-container video{width:100%;height:428px}}.xml-video-container-pc .video-title{width:97%;height:32px;z-index:2;position:absolute;top:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .main-btn{width:32px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.xml-video-container-pc .main-btn i::before{font-size:32px}.xml-video-container-pc .controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .controls span{padding:0 5px;color:#fff}.xml-video-container-pc .cursor{cursor:pointer}.xml-video-container-pc .icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .pointer{cursor:pointer}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-img{width:70px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .filecont{width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-desc{font-size:14px;font-weight:400;color:#333;margin-left:8px;line-height:30px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group .question-radio{margin-top:8px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-answer{font-size:12px;padding:10px;color:#474747;word-break:break-all}.xml-ebook-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0 16px 16px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource{width:80px;height:80px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource img{width:100%;-o-object-fit:contain;object-fit:contain}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:16px;width:calc(100% - 100px)!important}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#666;margin-top:3px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#666}.xml-ebook-container-h5 .resource-box .styleB{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-ebook-container-h5 .resource-box .styleB .title{width:100%;padding:14px 0;background-color:#fafafa}.xml-ebook-container-h5 .resource-box .pointer{cursor:pointer}.xml-ebook-container-h5 .resource-box .shop-item-img{width:70px}.xml-ebook-container-h5 .resource-box .filecont{width:100%}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#00aeff;min-width:75px}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-ebook-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-ebook-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-ebook-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-ebook-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-ebook-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box-sytleC{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;margin:0 10px;padding:14px 0;width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item img{width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item span{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4{width:100%;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:url(../../static/images/leaflet/icons/ebook_bg.png) no-repeat #f6fcff;background-size:300px 100%;background-position-x:right;padding-left:10px;margin:5px 0}.xml-title-fifth-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-fifth-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-first-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left{width:60px;height:60px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left img{width:100%}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right{width:calc(100% - 60px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;padding-left:10px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .title-box{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .book_info{font-size:10px;font-family:PingFang SC;font-weight:400;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:12px}.xml-title-first-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-fifth-h5 .title-container .text-container,.xml-title-fifth-pad .title-container .text-container{padding:0 30px;border-radius:12px;background:#d1e6ff;z-index:99;overflow:hidden;min-width:80px;text-overflow:ellipsis}.xml-title-hexagon-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #418eed}.xml-title-fifth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #418eed}.xml-title-fifth-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-rotundity-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-semicircle-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-triangle-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-triangle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-paragraph-first-h5 .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5 .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container,.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container,.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container,.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container,.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container,.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-second-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-eighth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .text-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .text-body-container{text-align:left}.xml-text-image-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-text-image-second-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .text-container .editorClass h1,.xml-text-image-second-h5 .title-box .text-container .editorClass h2,.xml-text-image-second-h5 .title-box .text-container .editorClass h3,.xml-text-image-second-h5 .title-box .text-container .editorClass h4,.xml-text-image-second-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .text-container .editorClass p,.xml-text-image-third-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-h5 .title-box .text-container .editorClass h1,.xml-text-image-third-h5 .title-box .text-container .editorClass h2,.xml-text-image-third-h5 .title-box .text-container .editorClass h3,.xml-text-image-third-h5 .title-box .text-container .editorClass h4,.xml-text-image-third-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .title-box .text-container p,.xml-text-image-third-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-seventh-h5 .image-text-decorate{background-image:linear-gradient(to right,#fff,#a7d3fb)}.audio-component{display:none}::v-deep .el-slider__runway{margin:0 0 4px;background:#e3e3e3;height:4px}::v-deep .el-slider__bar{height:4px}::v-deep .el-slider__button{width:10px;height:10px}::v-deep .el-slider__button-wrapper{top:-15px}.xml-checkbox-box .option-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-submit-answer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:38px;background:var(--reader-theme-secondary-color,#fff);border:1px solid #418eed;border-radius:18px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#418eed;cursor:pointer}.xml-submit-answer-right{margin:10px 0 0 auto}.text-notes-area{background-color:#c7daf3!important}.have-been-added-notes{position:relative}@-webkit-keyframes moves{0%{left:-100%}100%{left:0}}.ouchn-container.preview-mode .preview-container-title .container-search{position:fixed;top:15px;right:20px;color:#fff}.ouchn-container.preview-mode .preview-tree-box-h5{border-radius:0}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left{width:200px}.ouchn-container.preview-mode .prompt-box{position:fixed;top:40vh;left:35vw;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30vw}.ouchn-container.preview-mode .prompt-box .prompt-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;min-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px;border-radius:6px;font-size:16px;font-family:"微软雅黑";text-align:center}.ouchn-container.preview-mode .prompt-box .warning{background:#fcf6ed;border:2px solid #ffedd4;color:#f2ae4b}.ouchn-container.preview-mode .prompt-box .error{background:#fdf0f0;border:2px solid #f0c5c5;color:#eb6c6e}.ouchn-container.preview-mode .prompt-box .success{background:#ddf1e2;border:2px solid #bee2c7;color:#6ac73c}.ouchn-container.preview-mode .modify-notes{position:fixed;bottom:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background:#e0e0e0;-webkit-box-shadow:0 15px 10px 12px #000;box-shadow:0 15px 10px 12px #000}.ouchn-container.preview-mode .modify-notes .item-box{background:#fff;border-bottom:1px solid #f2f2f2;text-align:center;line-height:46px;font-size:18px;width:100%}.ouchn-container.preview-mode .modify-notes .cancel{padding-bottom:20px;margin-top:6px}.ouchn-container.preview-mode .see-the-notes-box-h5{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box{position:relative;width:100%;height:70vh;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}.ouchn-container.preview-mode .see-the-notes-box-pc{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box{position:relative;width:600px;height:500px;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}::-webkit-scrollbar{width:0!important}.tab-title-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:14px;border-radius:30px;background:#e9edf4;width:200px;position:fixed;bottom:10px;z-index:99;left:50%;margin-left:calc(50% - 288px)}.tab-title-h5 .catalog-tab{padding:6px;cursor:pointer;white-space:nowrap;text-align:center;width:80px}.tab-title-h5 .active{color:#fff;border-radius:30px;width:80px;text-align:center;background:var(--preview-theme-color)}.tab-title-pc{position:fixed;top:56px;left:365px;z-index:99;text-align:center;width:80px;border-radius:20px}.tab-title-pc .catalog-tab{cursor:pointer;background:#fff;padding:10px 5px;margin-bottom:2px;margin-left:2px;border-radius:4px}.tab-title-pc .active{color:#409eff}.catalog-note-h5{padding:60px 10px 10px;height:calc(100vh - 154px);overflow-y:scroll}.catalog-note-h5 .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-h5 .catalog_zaiwu img{width:70%}.catalog-note-h5 .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-h5 .catalog-note_box .catalog-note_biji span{color:#409eff}.catalog-note-h5 .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-h5 .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-h5 .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-h5 .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-note-pc{padding:20px 10px 10px;overflow-y:scroll;width:315px}.catalog-note-pc .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-pc .catalog_zaiwu img{width:70%}.catalog-note-pc .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-pc .catalog-note_box .catalog-note_biji span{color:#409eff}.catalog-note-pc .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0;cursor:pointer}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-pc .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-pc .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-pc .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.xmlPreviewSearch-box-h5{z-index:9999;background:#f5fbff;height:calc(100% - 50px);overflow-y:scroll;width:100%}.xmlPreviewSearch-box-h5 .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;font-size:12px;height:30px;border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 28px;text-decoration:none;width:calc(100% - 80px)}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-h5 .seach-list{margin:0 auto;width:100%;height:70%;height:calc(100% - 30px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-h5 .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-h5 .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-container-fixed,.xml-container-fixed-h5{position:fixed;z-index:9999;background:#fff;top:0;left:0}.xmlPreviewSearch-box-h5 .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}.xmlPreviewSearch-box-h5 .seach_zaiwu{width:100%;height:68%;text-align:center;color:#888}.xmlPreviewSearch-box-h5 .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-h5 .seach_zaiwu img{width:70%}.xml-container-fixed{height:100vh}.xml-container-fixed-h5{width:100%;height:100vh}.xmlPreviewSearch-box-pc{z-index:999;width:100%;min-height:99vh;padding-top:5px}.xmlPreviewSearch-box-pc .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc{width:1000px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:45px auto 0;padding:10px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .xmlPreviewSearch-icon{position:relative;top:4px;right:25px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4;font-size:12px;height:30px;border-radius:20px;border:1px solid #f4f4f4;color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 30px 1px 15px;text-decoration:none;width:300px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input_text{width:60px;min-width:60px;padding:5px 8px;background:#fff;font-size:13px;color:#999;border:1px solid #fff;border-radius:30px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;font-size:12px;height:30px;border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:0 0 1px 1px rgba(218,218,218,.8);box-shadow:0 0 1px 1px rgba(218,218,218,.8);color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 28px;text-decoration:none;width:calc(100% - 80px);border:none}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input_text img{position:relative;top:0;left:-2px}.xmlPreviewSearch-box-pc .seach-list{margin:19px auto 0;width:100%;height:70%;height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-pc .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-pc .seach-box .el-icon-arrow-down,.xmlPreviewSearch-box-pc .seach-box .el-icon-arrow-up{margin-right:10px;color:#fff}.xmlPreviewSearch-box-pc .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xmlPreviewSearch-box-pc .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}.xmlPreviewSearch-box-pc .seach_zaiwu{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:68%;text-align:center;margin-top:31px;color:#888;margin-left:26px}.xmlPreviewSearch-box-pc .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-pc .seach_zaiwu img{width:70%}.xmlPreviewSearch-title{background:var(--preview-theme-color);height:49px;width:100%;position:fixed;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center}.xmlPreviewSearch-title .img{width:10px;height:18px;margin-top:15px;margin-left:12px}.xmlPreviewSearch-title .xmlPreviewSearch-sou{color:#fff;margin-top:14px;width:calc(100vw - 36px);text-align:center}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}*{word-break:break-word;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}#xml-reader-window-box *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.hovere .body-box a,.hovere .body-box font,.hovere .body-box p,.hovere .body-box span,.hovere .body-box strong,.hovere .body-text a,.hovere .body-text font,.hovere .body-text p,.hovere .body-text span,.hovere .body-text strong,.hovere .optional-text a,.hovere .optional-text font,.hovere .optional-text p,.hovere .optional-text span,.hovere .optional-text strong,.optional-text-module .body-box a,.optional-text-module .body-box font,.optional-text-module .body-box p,.optional-text-module .body-box span,.optional-text-module .body-box strong,.optional-text-module .body-text a,.optional-text-module .body-text font,.optional-text-module .body-text p,.optional-text-module .body-text span,.optional-text-module .body-text strong,.optional-text-module .optional-text a,.optional-text-module .optional-text font,.optional-text-module .optional-text p,.optional-text-module .optional-text span,.optional-text-module .optional-text strong{user-select:text;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text}input,textarea{-webkit-user-select:auto;margin:0;padding:0;outline:0}.title-container a,.title-container span{background:0 0!important}.xml-title-first-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pc .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-paragraph-first-pc .text-body-container,.xml-text-image-first-pc .text-body-container,.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container,.xml-text-image-second-pc .body-box .body-box-inner .text-body-container,.xml-text-image-third-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-title-first-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-third-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-sixth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-rotundity-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-semicircle-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-triangle-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-triangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-paragraph-first-pc .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px}.xml-paragraph-first-pc .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .text-body-container .editorClass{word-break:break-all}.xml-text-image-second-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .text-container .editorClass h1,.xml-text-image-second-pc .title-box .text-container .editorClass h2,.xml-text-image-second-pc .title-box .text-container .editorClass h3,.xml-text-image-second-pc .title-box .text-container .editorClass h4,.xml-text-image-second-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .text-container .editorClass p,.xml-text-image-third-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass h1,.xml-text-image-third-pc .title-box .text-container .editorClass h2,.xml-text-image-third-pc .title-box .text-container .editorClass h3,.xml-text-image-third-pc .title-box .text-container .editorClass h4,.xml-text-image-third-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container p,.xml-text-image-third-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-seventh-pc .image-text-decorate{background-image:linear-gradient(to right,#fff,#a7d3fb)}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .filecont{width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.custom-underline{background-color:#dbeaff;cursor:pointer;font-style:inherit!important}i a,i font,i p,i span{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.the-end-of-the-trial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:200px;padding-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#b5b2b2));background:linear-gradient(rgba(0,0,0,0),#b5b2b2);color:#5b9fff;font-size:18px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container,.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container,.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pad .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pad .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-round-4{border-radius:4px}.xml-round-4 img{border-radius:8px}.xml-round-6{border-radius:6px}.xml-round-6 img,.xml-round-8,.xml-round-8 img{border-radius:8px}.style-body-boxA{position:relative}.style-body-boxA .style-wrapper{min-width:200px}.style-body-boxA .style-wrapper .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:-webkit-gradient(linear,left top,right top,from(#4994fb),color-stop(#4994fb),to(#a2c5f9));background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.style-body-boxA .style-wrapper .native-html-wrapper{max-height:60vh;overflow-y:scroll;background-color:#fff;padding:15px 10px 0}.style-body-boxA .style-wrapper .native-html-wrapper::-webkit-scrollbar{width:0}.style-body-boxA .style-wrapper .native-html-wrapper h1,.style-body-boxA .style-wrapper .native-html-wrapper h2,.style-body-boxA .style-wrapper .native-html-wrapper h3,.style-body-boxA .style-wrapper .native-html-wrapper h4,.style-body-boxA .style-wrapper .native-html-wrapper h5,.style-body-boxA .style-wrapper .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.style-body-boxA .style-wrapper .bottom-margin{width:calc(100% - 15px);height:15px;background:#fff;margin-top:-1px}.style-body-boxA .style-wrapper .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.style-body-boxA .top-bg{width:98%;height:30px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxA .style-content-boxD{min-width:200px;background-color:#fff;padding:15px 10px 5px;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box{min-width:200px;background-color:#fff;padding:30px 10px 20px;border:2px solid #92c2db;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box::before{content:"";width:10px;height:10px;background-color:#92c2db;border-radius:50%;position:absolute;bottom:10px;right:15px}.style-body-boxA .style-content-box::after{content:"";width:30px;height:10px;position:absolute;bottom:10px;right:35px;border-left:10px dotted #92c2db;border-right:10px dotted #92c2db}.style-body-boxA .style-content-bg{background-color:#92c2db;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxA .paper-clip-icon{width:40px;position:absolute;top:10px;z-index:5;left:-10px}.style-body-boxA .paper-clip-icon::before{position:absolute;content:"";top:-30px;right:-5px;width:15px;height:20px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom:none;border-left:4px solid #92c2db!important;border-right:4px solid #92c2db!important;border-top:4px solid #92c2db!important}.style-body-boxA .paper-clip-icon::after{position:absolute;content:"";bottom:-21px;right:-11px;width:21px;height:30px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;border:4px solid #92c2db!important;border-top:none!important}.style-body-boxB{position:relative}.style-body-boxB .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxB .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #fee0b0;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxB .style-content-bg{background-color:#fee0b0;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxB .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxB .top-style-box>div{width:10px;height:10px;background:#fee0b0;border-radius:50%}.style-body-boxB .top-style-box>div::before{content:"";width:10px;height:10px;border-radius:50%;border-right:3px solid #fee0b0;border-bottom:3px solid #fee0b0;position:absolute;top:-8px;-webkit-transform:rotate(-85deg);transform:rotate(-85deg)}.style-body-boxC{position:relative}.style-body-boxC .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxC .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #84b774;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxC .style-content-box::before{content:"";width:40px;border-top:2px solid #84b774;position:absolute;bottom:10px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-box::after{content:"";width:20px;border-top:2px solid #84b774;position:absolute;bottom:5px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-bg{background-color:#84b774;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxC .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxC .top-style-box>div{width:10px;height:10px;background:#84b774;border-radius:50%}.style-body-boxE .scroll-top{position:relative;z-index:9}.style-body-boxE .scroll-top img{width:100%}.style-body-boxE .scroll-top::before{content:"";width:90%;height:10px;-webkit-box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;top:20px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .scroll-bottom{position:relative;z-index:9}.style-body-boxE .scroll-bottom img{width:100%}.style-body-boxE .scroll-bottom::after{content:"";width:90%;height:10px;-webkit-box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;bottom:18px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .style-content-box{padding:20px 10px;max-height:600px;overflow:scroll;overflow-x:hidden;background-color:#e9e3d5;width:89%;margin:-11px auto;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .filecont{width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-title-fourteen-h5 .title-container .cont-box .text-container,.xml-title-fourteen-pad .title-container .cont-box .text-container,.xml-title-fourteen-pc .title-container .cont-box .text-container{z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);padding-right:20px;background-size:100% 100%;overflow:hidden;text-overflow:ellipsis}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-title-fourteen-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;padding-left:10px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;padding-left:10px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pc .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;padding-left:10px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-text-preview-box-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important;background:0 0;-webkit-box-shadow:none;box-shadow:none}.xml-text-preview-box-dialog .custom-dialog{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.xml-title-SanQintheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-h5>div{width:100%;height:100%}.xml-title-SanQintheme1-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pad .title-container,.xml-title-SanQintheme1-pc .title-container{-webkit-box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%;height:100%;z-index:9}.xml-title-SanQintheme1-h5 .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pad>div{width:100%;height:100%}.xml-title-SanQintheme1-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:3px 3px 3px 20px;box-sizing:border-box}.xml-title-SanQintheme1-pad .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pc>div{width:100%;height:100%}.xml-title-SanQintheme1-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:3px 3px 3px 20px;box-sizing:border-box}.xml-title-SanQintheme1-pc .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-h5>div{width:100%;height:100%}.xml-title-SanQintheme2-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-h5 .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-h5 .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pad>div{width:100%;height:100%}.xml-title-SanQintheme2-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pad .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pad .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pc>div{width:100%;height:100%}.xml-title-SanQintheme2-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pc .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pc .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-paragraph-SanQintheme1-h5 .w-e-text-container,.xml-title-SanQintheme3-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-paragraph-SanQintheme1-h5{text-align:center}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-h5 .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-h5 .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-h5 .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-h5 .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pad{text-align:center}.xml-paragraph-SanQintheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pad .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pad .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pad .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pad .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pc{text-align:center}.xml-paragraph-SanQintheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pc .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pc .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pc .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pc .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-h5{text-align:left}.xml-paragraph-SanQintheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title{display:inline-block;position:relative;max-width:98%;padding:8px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .left-image{position:absolute;left:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .right-image{position:absolute;right:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-h5 .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pad{text-align:left}.xml-paragraph-SanQintheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pad .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pc{text-align:left}.xml-paragraph-SanQintheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pc .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme3-h5 .body-text,.xml-paragraph-SanQintheme3-pad .body-text,.xml-paragraph-SanQintheme3-pc .body-text{margin-top:-50px;border:2px solid #e6c17b!important;position:relative;text-align:left}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-h5{text-align:left}.xml-paragraph-SanQintheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-h5 .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-h5 .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pad{text-align:left}.xml-paragraph-SanQintheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pad .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pad .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pc{text-align:left}.xml-paragraph-SanQintheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pc .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pc .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-white-space-pre{white-space:pre-wrap}.xml-text-center{text-align:center}.xml-dialog-overlay{z-index:2000!important}.xml-dialog-confirm{z-index:2102!important}.xml-style-theme-blue{--background-color:#5d96e8}.xml-style-theme-orange{--background-color:#f5ab3e}.xml-style-theme-green{--background-color:#6fa350}.xml-style-theme-red{--background-color:#ae0133}.xml-style-theme-grey{--background-color:#c8c8c8}.xml-title-sixth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5>div{width:100%}.xml-title-sixth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-h5 .title-container .title-left-div{max-width:30%}.xml-title-sixth-h5 .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-h5 .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-first-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5 .title-container,.xml-title-third-h5{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-second-h5 .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-h5 .title-container .w-e-text-container,.xml-title-third-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-h5{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container,.xml-title-third-h5 .title-container .title-left{height:48px;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;position:relative}.xml-title-third-h5 .title-container{min-width:148px;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;margin-right:-11px;background:#fff;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-h5 .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-h5 .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-h5 .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-h5 .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-h5 .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-h5 .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-h5 .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-h5 .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-h5 .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-h5 .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-square-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-h5 .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-h5 .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-semicircle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-h5 .title-container .title-left-img,.xml-title-semicircle-h5 .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-h5 .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-h5 .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container,.xml-title-twelfth-h5 .title-container .title-left{height:48px;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;position:relative}.xml-title-twelfth-h5 .title-container{min-width:148px;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;margin-right:-11px;background:#fda821;color:#fff;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-h5 .title-container .title-text p{line-height:1.1!important}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme5-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme2-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme4-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme5-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fifteen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fourteen-h5 .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fourteen2-h5 .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-nineteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-seventeen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixteen-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-thirteenth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-twelfth-h5 .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-twelfth-h5 .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-h5 .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-h5 .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-h5 .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-h5 .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen2-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right-purple.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen2-h5 .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen2-h5 .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg-purple.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(174,156,227,.83);box-shadow:0 2px 7px 0 rgba(174,156,227,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen2-h5 .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-h5>div{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box{width:100%;position:relative}.xml-title-eighteen-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;padding:3px 20%;margin:0 auto;z-index:9;background-repeat:no-repeat;background-position-x:center}.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor,.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-h5 .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-h5 .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-h5 .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-Greentheme5-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme5-h5>div{padding:0 35px}.xml-title-Greentheme5-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme5-h5 .title-container .title-left-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-41px;top:0;z-index:999}.xml-title-Greentheme5-h5 .title-container .title-right-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-41px}.xml-title-Greentheme5-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme5-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#53a638;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme5-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme5-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-title-Knowledge-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-h5>div{width:100%;height:100%}.xml-title-Knowledge-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-h5 .title-container .left-titlebox{background-color:#1485b4;padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-h5 .title-container .left-titlebox .text-container{border-radius:24px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #64eefe;background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-thirteenth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#FFF;border-left:4px solid #006AF7;border-right:4px solid #006AF7;position:relative}.xml-title-sixteen-h5>div,.xml-title-sixteen-pad>div{min-width:40%}.xml-title-thirteenth-h5 .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:#006AF7;z-index:0}.xml-title-thirteenth-h5 .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:#006AF7;z-index:0}.xml-title-thirteenth-h5 .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-h5 .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-h5 .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006AF7;margin-right:4%}.xml-title-thirteenth-h5 .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006AF7;margin-right:4%}.xml-title-thirteenth-h5 .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006AF7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-h5 .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-h5 .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006AF7}.xml-title-thirteenth-h5 .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-h5 .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006AF7}.xml-title-thirteenth-h5 .title-container .bottomborder .block{width:7px;height:7px;background-color:#006AF7;margin-bottom:-3px}.xml-title-thirteenth-h5 .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006AF7}.xml-title-thirteenth-h5 .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006AF7}.xml-title-thirteenth-h5 .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#FFF;padding:0 20px}.xml-title-thirteenth-h5 .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-h5 .title-container .left-image{width:48px;height:48px;background:url(../../static/images/leaflet/resourceCenter/title-fifteen-bg.png);background-size:100% 100%;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-h5 .title-container .left-image .image-container,.xml-title-fifteen-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-h5 .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid #60a0e5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid #558ee6;padding:0 30px 0 51px}.xml-title-sixteen-h5 .title-container .left-image{width:36px;height:26px;background-image:url(../../static/images/leaflet/resourceCenter/title-sixteen-bg.png);background-size:100% 100%;position:absolute;bottom:-15px;left:10px}.xml-title-sixteen-h5 .title-container .right-icon{width:10px;height:10px;background-color:#558ee6;border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-h5 .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-h5 .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-h5>div{min-width:60%}.xml-title-seventeen-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-h5 .title-container .left-image{width:48px;height:48px;border-radius:50%;background-color:#60a0e5;padding:3px;position:absolute;left:0}.xml-title-seventeen-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:#60a0e5;border:2px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-seventeen-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-seventeen-h5 .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-seventeen-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-h5 .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-h5 .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-h5 .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid #558ee6;margin-bottom:3px;margin-top:3px}.xml-title-seventeen-h5 .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid #A4C3F2}.xml-title-seventeen-h5 .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-h5 .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-h5 .title-container-box{width:100%;position:relative}.xml-title-nineteen-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-nineteen-bg.png);background-size:100% 100%;padding:0 40px;margin:0 auto;z-index:9}.xml-title-nineteen-h5 .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-h5>div{width:100%}.xml-title-Yellowtheme1-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-h5 .title-container .left-image{width:74px;height:74px;background-color:var(--reader-theme-color,#fff);border:2px solid #fdab2b;border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-h5 .title-container .left-image .jiantou1{width:36px;height:8px;background-color:var(--reader-theme-color,#fff);border-top:2px solid #fdab2b;border-left:2px solid #fdab2b;position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-h5 .title-container .left-image .jiantou2{width:8px;height:36px;background-color:var(--reader-theme-color,#fff);border-bottom:2px solid #fdab2b;border-right:2px solid #fdab2b;position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid var(--reader-theme-color,#fff)}.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;border-radius:50%;height:100%}.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:var(--reader-theme-color,#fff);max-width:77%;position:relative}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-h5>div{width:100%}.xml-title-Yellowtheme2-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-h5 .title-container .left-icon{width:35px;height:35px;background-color:#fdab2b;opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-h5 .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid #fdab2b;margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme3-h5>div{width:100%}.xml-title-Yellowtheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme3-h5 .title-container .left-icon{width:52px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme3-left.png);background-size:100% 100%;position:absolute;bottom:0;left:0}.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox{max-width:90%;padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:55px;background-color:#fff;border-bottom:solid 2px #fdab2b;z-index:99}.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-h5 .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fdbc55;border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme5-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-h5>div{padding:0 20px}.xml-title-Yellowtheme5-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-h5 .title-container .left-img{position:absolute;width:40px;height:100%;top:0;left:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-left.png);background-size:100% 100%}.xml-title-Yellowtheme5-h5 .title-container .right-img{position:absolute;width:40px;height:100%;top:0;right:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-right.png);background-size:100% 100%}.xml-title-Yellowtheme5-h5 .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-h5>div{height:100%}.xml-title-Yellowtheme6-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fee0b0;border:2px solid #fdbc55;z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-h5 .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-h5 .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:#fdbc55}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fee0b0;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox .xml-text-h5.text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-h5>div{width:100%}.xml-title-Greentheme1-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme1-h5 .title-container .left-image .image-container,.xml-title-Greentheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;border-radius:50%;height:100%}.xml-title-Greentheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-h5>div{width:100%}.xml-title-Greentheme2-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image .image-container,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-h5 .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-h5>div{width:100%}.xml-title-Greentheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-h5 .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-h5,.xml-title-Greentheme4-h5 .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-h5{display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-h5>div{width:100%}.xml-title-Greentheme4-h5 .cont-box{display:flex;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-h5 .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid #68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-h5 .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:#68a348;position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-h5 .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-h5 .title-container .title-left-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-h5 .title-container .title-left-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-h5 .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-h5 .title-container .title-right-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-h5 .title-container .title-right-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-title-twenty-h5{text-align:left}.xml-title-twenty-h5 .title-container-box{position:relative}.xml-title-twenty-h5 .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-h5 .title-container-box .left-bg img{width:60px}.xml-title-twenty-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);clip-path:polygon(7px 0,98% 0,100% 20%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);display:inline-block;padding:6px 20px 6px 80px;min-width:67%}.xml-title-twenty-h5 .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyone-h5{text-align:left}.xml-title-twentyone-h5 .title-container-box{position:relative}.xml-title-twentyone-h5 .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-h5 .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-h5 .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-h5 .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#84fee1),to(#38abe1));background:linear-gradient(90deg,#84fee1 25%,#38abe1);border-radius:10px 0 0 10px;display:inline-block;padding:6px 20px 6px 85px;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.xml-title-twentyone-h5 .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-h5{text-align:left}.xml-title-twentytwo-h5 .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-h5 .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-h5 .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-h5 .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-h5 .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-h5 .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-h5{text-align:left}.xml-title-twentythree-h5 .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-h5 .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-h5 .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-h5 .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-h5 .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-title-twentyfour-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyfour-h5 .title-container-box{position:relative;max-width:592px}.xml-title-twentyfour-h5 .title-container-box .left-bg{width:300px;height:75px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-twentyfour-h5 .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfour-h5 .title-container-box .title-container{text-align:center;-webkit-transform:skewX(60deg);transform:skewX(60deg);min-width:200px;margin:10px 0}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line{background-color:#3cdf97;height:100%;width:9px;position:absolute;left:-45px}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line::before{content:"";width:7px;height:100%;background-color:inherit;position:absolute;left:-22px}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line::after{content:"";width:12px;height:100%;background-color:inherit;position:absolute;right:-25px}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line{background-color:#2854b0;height:100%;width:9px;position:absolute;right:-45px;top:0}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line::before{content:"";width:12px;height:100%;background-color:inherit;position:absolute;left:-25px}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line::after{content:"";width:7px;height:100%;background-color:inherit;position:absolute;right:-22px}.xml-title-twentyfour-h5 .title-container-box .title-container .title-body-box{background:-webkit-gradient(linear,left top,right top,from(#3cdf97),to(#2854b0));background:linear-gradient(90deg,#3cdf97,#2854b0);padding:6px 20px}.xml-title-twentyfour-h5 .title-container-box .title-container .text-container{-webkit-transform:skewX(-60deg);transform:skewX(-60deg)}.xml-title-twentyfive-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-h5 .title-container-box{position:relative}.xml-title-twentyfive-h5 .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-h5 .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-h5 .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-h5 .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-h5 .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-paragraph-first-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5{text-align:left}.xml-paragraph-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-h5 .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-h5 .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5{position:relative}.xml-paragraph-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-h5 .body-text::after,.xml-paragraph-third-h5 .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-h5 .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-h5 .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5{position:relative}.xml-paragraph-quadrangle-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-h5{position:relative}.xml-paragraph-isosceles-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-h5 .shape .triangle,.xml-paragraph-isosceles-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-h5{position:relative}.xml-paragraph-wave-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-h5{position:relative}.xml-paragraph-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-h5{position:relative}.xml-paragraph-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5{position:relative}.xml-paragraph-ninth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-h5{position:relative}.xml-paragraph-tenth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-h5{position:relative}.xml-paragraph-Redtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-h5{position:relative}.xml-paragraph-Redtheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme2-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-h5 .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5{position:relative}.xml-paragraph-Redtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-h5{position:relative}.xml-paragraph-Redtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-h5 .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-h5 .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5{position:relative}.xml-paragraph-Redtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-h5 .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-h5{position:relative}.xml-paragraph-Redtheme6-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-h5 .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-h5 .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-h5{position:relative}.xml-paragraph-sixteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-h5 .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-h5{position:relative}.xml-paragraph-twelve-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-h5 .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-h5 .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-h5 .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-h5 .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-h5 .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-eleven-h5,.xml-paragraph-eleven-h5 .body-text,.xml-paragraph-twelve-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-h5 .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-h5 .body-text{padding:25px;text-align:left}.xml-paragraph-eleven-h5 .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-h5 .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-h5 .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-h5 .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-h5 .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-h5 .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-h5 .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-h5 .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-h5 .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-h5 .text-container{padding:0 10px}.xml-paragraph-eleven-h5 .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-h5 .text-container .editorClass p{padding:0}.xml-paragraph-eleven-h5 .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-h5 .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-h5{position:relative}.xml-paragraph-thirteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-h5 .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-h5 .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-h5 .body-text::after,.xml-paragraph-thirteen-h5 .body-text::before{width:80px;height:70%;max-height:100px;position:absolute;content:"";z-index:0;background-color:none}.xml-paragraph-thirteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-h5 .body-text::before{top:0;left:0;border-top:2px dashed #60A0E5;border-left:2px dashed #60A0E5;border-radius:32px 0 0}.xml-paragraph-thirteen-h5 .body-text::after{bottom:0;right:0;border-bottom:2px dashed #60A0E5;border-right:2px dashed #60A0E5;border-radius:0 0 32px}.xml-paragraph-fourteen-h5{position:relative}.xml-paragraph-fourteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-h5 .body-text{padding:3px;text-align:left;position:relative;border:4px solid #60a0e5}.xml-paragraph-fourteen-h5 .body-text .right-image{width:31px;height:36px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-fourteen-right.png);background-size:100% 100%;position:absolute;top:-18px;right:2px;z-index:999}.xml-paragraph-fourteen-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#D5E6FD;padding:10px}.xml-paragraph-fourteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-h5{position:relative}.xml-paragraph-Yellowtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-h5 .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:4px solid #fdbc55;border-radius:5px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-h5{position:relative}.xml-paragraph-Yellowtheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-h5 .body-text-bg{border:4px solid #fdbc55;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block4{width:9px;height:9px;background-color:#fdbc55;border:4px solid #fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-h5{position:relative}.xml-paragraph-Yellowtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-h5 .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-h5{position:relative}.xml-paragraph-Yellowtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-h5 .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{width:16px;position:absolute;z-index:999;height:16px;background-color:#fdbc55}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-h5{position:relative}.xml-paragraph-Yellowtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img,.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-h5{position:relative}.xml-paragraph-fifteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-h5 .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-h5{position:relative}.xml-paragraph-Greentheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-h5 .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-h5 .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-h5{position:relative}.xml-paragraph-Greentheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-h5 .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-h5{position:relative}.xml-paragraph-Greentheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-h5{position:relative}.xml-paragraph-Greentheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-h5 .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5{position:relative}.xml-paragraph-Thirtyfive-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5 .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-h5{position:relative}.xml-paragraph-Thirtysix-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtysix-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-h5 .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-h5 .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-h5{position:relative;text-align:left}.xml-paragraph-Thirtyseven-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-h5 .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-h5 .body-text .seemore,.xml-paragraph-Thirtyseven-pad .body-text .seemore{background-color:#cee0fb;font-size:12px;color:#2f2ad0;font-weight:400;cursor:pointer;font-stretch:normal}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-h5 .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-h5 .body-text .seemore{width:calc(100% - 2px);height:16px;position:absolute;top:1px;left:0;z-index:9;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-h5 .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5{position:relative;text-align:left}.xml-paragraph-Thirtyeight-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-h5 .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-h5 .sub-title .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-h5 .sub-title .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5 .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-h5 .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-h5 .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-h5 .body-text .xml-text-h5.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5 .body-text .border-left{width:25px;height:150px;max-height:calc(100% - 50px);overflow:hidden;position:absolute;top:10px;left:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-h5 .body-text .border-left img{width:100%}.xml-paragraph-Thirtyeight-h5 .body-text .border-right{width:25px;height:150px;max-height:calc(100% - 50px);overflow:hidden;position:absolute;bottom:30px;right:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-h5 .body-text .border-right img{width:100%}.xml-paragraph-Forty-h5{position:relative;text-align:left}.xml-paragraph-Forty-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Forty-h5 .body-text{padding:1px;text-align:left;position:relative}.xml-paragraph-Forty-h5 .body-text .xml-text-h5.text-body-container{padding:20px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Forty-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Forty-h5 .body-text .top-image{width:100%;height:50%;position:absolute;top:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg1.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-h5 .body-text .bottom-image{width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg2.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-h5 .body-text::after,.xml-paragraph-Forty-h5 .body-text::before{width:15px;top:50%;background-size:100% 100%;background-repeat:no-repeat;position:absolute;content:"";pointer-events:none}.xml-paragraph-Forty-h5 .body-text::before{height:30px;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon6.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Forty-h5 .body-text::after{height:30px;right:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon5.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-text-image-first-h5 .w-e-text-container,.xml-text-image-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-h5 .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-h5 .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .image-container{margin:10px 0;text-align:center}.xml-text-image-second-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-h5 .image-box .image-container .block-checked,.xml-text-image-second-h5 .image-box .image-container.block-checked,.xml-text-image-third-h5 .image-box{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-second-pad .image-box,.xml-text-image-third-h5 .image-box{width:143px;height:143px;-o-object-fit:contain;min-width:143px;min-height:143px}.xml-text-image-fourth-h5 .w-e-text-container,.xml-text-image-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .image-box{background:#fff;object-fit:contain;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-third-h5 .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-h5 .image-container .xml-image-dan-tu,.xml-text-image-fourth-h5 .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-fourth-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-h5 .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-h5 .image-text-box{width:100%}.xml-text-image-fifth-h5 .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-h5 .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-h5 .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-h5 .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-h5 .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-h5 .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-h5 .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-h5,.xml-splitline-Bluetheme2-h5,.xml-splitline-Bluetheme3-h5,.xml-splitline-Bluetheme4-h5,.xml-splitline-Greentheme1-h5,.xml-splitline-Greentheme2-h5,.xml-splitline-Greentheme3-h5,.xml-splitline-Greentheme4-h5,.xml-splitline-Redtheme4-h5,.xml-splitline-Yellowtheme1-h5,.xml-splitline-Yellowtheme2-h5,.xml-splitline-Yellowtheme3-h5,.xml-splitline-Yellowtheme4-h5,.xml-splitline-second-h5{margin-top:10px!important}.xml-splitline-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-h5 .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-h5 .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-h5,.xml-splitline-third-h5{margin-top:0!important}.xml-splitline-second-h5 .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-h5 .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-h5 .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-h5 .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-h5,.xml-splitline-ninth-h5,.xml-splitline-seventh-h5,.xml-splitline-sixth-h5,.xml-splitline-tenth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-h5 .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-h5 .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-h5 .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-h5 .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-h5 .title-container>div{width:100%}.xml-splitline-tenth-h5 .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-h5 .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-h5,.xml-splitline-Greytheme2-h5,.xml-splitline-Greytheme3-h5,.xml-splitline-Greytheme4-h5,.xml-splitline-Greytheme5-h5,.xml-splitline-Greytheme6-h5,.xml-splitline-eleventh-h5{margin-top:0!important}.xml-splitline-eleventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-h5 .title-container>div{width:100%}.xml-splitline-eleventh-h5 .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-h5 .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-h5 .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-h5 .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-title-sixth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad>div{width:100%}.xml-title-sixth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pad .title-container .title-left-div{max-width:30%}.xml-title-sixth-pad .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pad .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-pad .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pad .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pad .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-first-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-pad .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pad .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pad .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pad .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pad .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pad .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pad .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pad .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pad .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pad .title-container .w-e-text-container,.xml-title-third-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pad .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pad .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pad .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pad .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pad .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pad .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-pad .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pad .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pad .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pad .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pad .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pad .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pad .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-pad .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pad .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pad .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pad .title-container .title-left-img,.xml-title-semicircle-pad .title-container .title-right-img{height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0;width:33px}.xml-title-semicircle-pad .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-pad .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pad .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pad .title-container .title-text p{line-height:1.1!important}.xml-title-twelfth-pad .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pad .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-pad .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pad .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pad .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pad .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pad .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen2-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right-purple.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen2-pad .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen2-pad .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg-purple.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(174,156,227,.83);box-shadow:0 2px 7px 0 rgba(174,156,227,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen2-pad .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen2-pad .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pad>div{min-width:75%;max-width:100%}.xml-title-eighteen-pad .title-container-box{width:100%;position:relative}.xml-title-eighteen-pad .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;padding:3px 20%;margin:0 auto;z-index:9;background-repeat:no-repeat;background-position-x:center}.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor,.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pad .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-pad .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pad .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pad .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-Greentheme5-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme5-pad>div{padding:0 35px}.xml-title-Greentheme5-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme5-pad .title-container .title-left-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-41px;top:0;z-index:999}.xml-title-Greentheme5-pad .title-container .title-right-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-41px}.xml-title-Greentheme5-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme5-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#53a638;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme5-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme5-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Knowledge-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-pad>div{width:100%;height:100%}.xml-title-Knowledge-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-pad .title-container .left-titlebox{background-color:#1485b4;padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-pad .title-container .left-titlebox .text-container{border-radius:24px}.xml-title-Knowledge-pad .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #64eefe;background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-thirteenth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#FFF;border-left:4px solid #006AF7;border-right:4px solid #006AF7;position:relative}.xml-title-thirteenth-pad .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:#006AF7;z-index:0}.xml-title-thirteenth-pad .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:#006AF7;z-index:0}.xml-title-thirteenth-pad .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-pad .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-pad .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006AF7;margin-right:4%}.xml-title-thirteenth-pad .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006AF7;margin-right:4%}.xml-title-thirteenth-pad .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006AF7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-pad .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-pad .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006AF7}.xml-title-thirteenth-pad .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-pad .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006AF7}.xml-title-thirteenth-pad .title-container .bottomborder .block{width:7px;height:7px;background-color:#006AF7;margin-bottom:-3px}.xml-title-thirteenth-pad .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006AF7}.xml-title-thirteenth-pad .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006AF7}.xml-title-thirteenth-pad .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#FFF;padding:0 20px}.xml-title-thirteenth-pad .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fifteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-pad .title-container .left-image{width:48px;height:48px;background:url(../../static/images/leaflet/resourceCenter/title-fifteen-bg.png);background-size:100% 100%;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-pad .title-container .left-image .image-container,.xml-title-fifteen-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-pad .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid #60a0e5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid #558ee6;padding:0 30px 0 51px}.xml-title-sixteen-pad .title-container .left-image{width:36px;height:26px;background-image:url(../../static/images/leaflet/resourceCenter/title-sixteen-bg.png);background-size:100% 100%;position:absolute;bottom:-15px;left:10px}.xml-title-sixteen-pad .title-container .right-icon{width:10px;height:10px;background-color:#558ee6;border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-pad .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-pad .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-pad>div{min-width:60%}.xml-title-seventeen-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-pad .title-container .left-image{width:48px;height:48px;border-radius:50%;background-color:#60a0e5;padding:3px;position:absolute;left:0}.xml-title-seventeen-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:#60a0e5;border:2px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-seventeen-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-pad .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-pad .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-pad .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid #558ee6;margin-bottom:3px;margin-top:3px}.xml-title-seventeen-pad .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid #A4C3F2}.xml-title-seventeen-pad .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-pad .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-pad .title-container .rigth-titlebox .xml-text-h5.text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-pad .title-container-box{width:100%;position:relative}.xml-title-nineteen-pad .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-nineteen-bg.png);background-size:100% 100%;padding:0 40px;margin:0 auto;z-index:9}.xml-title-nineteen-pad .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-pad>div{width:100%}.xml-title-Yellowtheme1-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid #fdab2b;border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-pad .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid #fdab2b;border-left:2px solid #fdab2b;position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-pad .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid #fdab2b;border-right:2px solid #fdab2b;position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Yellowtheme1-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-pad .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-pad>div{width:100%}.xml-title-Yellowtheme2-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-pad .title-container .left-icon{width:35px;height:35px;background-color:#fdab2b;opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid #fdab2b;margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme3-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme3-pad>div{width:100%}.xml-title-Yellowtheme3-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme3-pad .title-container .left-icon{width:52px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme3-left.png);background-size:100% 100%;position:absolute;bottom:0;left:0}.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox{max-width:90%;padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:55px;background-color:#fff;border-bottom:solid 2px #fdab2b;z-index:99}.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fdbc55;border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme5-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-pad>div{padding:0 20px}.xml-title-Yellowtheme5-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-pad .title-container .left-img{position:absolute;width:40px;height:100%;top:0;left:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-left.png);background-size:100% 100%}.xml-title-Yellowtheme5-pad .title-container .right-img{position:absolute;width:40px;height:100%;top:0;right:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-right.png);background-size:100% 100%}.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-pad>div{height:100%}.xml-title-Yellowtheme6-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fee0b0;border:2px solid #fdbc55;z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-pad .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-pad .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:#fdbc55}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fee0b0;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-pad>div{width:100%}.xml-title-Greentheme1-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme1-pad .title-container .left-image .image-container,.xml-title-Greentheme1-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-pad .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-pad .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-pad .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-pad>div{width:100%}.xml-title-Greentheme2-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-pad .title-container .left-image .image-container,.xml-title-Greentheme2-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-pad .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-pad .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-pad .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-pad .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-pad .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-pad .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-pad .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-pad>div{width:100%}.xml-title-Greentheme3-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-pad .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-pad .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pad,.xml-title-Greentheme4-pad .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-Greentheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-pad{display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-pad>div{width:100%}.xml-title-Greentheme4-pad .cont-box{display:flex;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-pad .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid #68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-pad .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:#68a348;position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container,.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme6-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-pad .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-pad .title-container .title-left-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-pad .title-container .title-left-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-pad .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-pad .title-container .title-right-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-pad .title-container .title-right-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-twenty-pad .title-container-box .title-container,.xml-title-twenty-pc .title-container-box .title-container{clip-path:polygon(7px 0,98% 0,100% 20%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);padding:6px 20px 6px 80px;min-width:67%}.xml-title-Greentheme6-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twenty-pad{text-align:left}.xml-title-twenty-pad .title-container-box{position:relative}.xml-title-twenty-pad .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-pad .title-container-box .left-bg img{width:60px}.xml-title-twenty-pad .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);display:inline-block}.xml-title-twenty-pad .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyfour-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyfour-pad .title-container-box{position:relative;max-width:592px}.xml-title-twentyfour-pad .title-container-box .left-bg{width:300px;height:75px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-twentyfour-pad .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfour-pad .title-container-box .title-container{text-align:center;-webkit-transform:skewX(60deg);transform:skewX(60deg);min-width:200px;margin:10px 0}.xml-title-twentyfour-pad .title-container-box .title-container .left-line{background-color:#3cdf97;height:100%;width:9px;position:absolute;left:-45px}.xml-title-twentyfour-pad .title-container-box .title-container .left-line::before{content:"";width:7px;height:100%;background-color:inherit;position:absolute;left:-22px}.xml-title-twentyfour-pad .title-container-box .title-container .left-line::after{content:"";width:12px;height:100%;background-color:inherit;position:absolute;right:-25px}.xml-title-twentyfour-pad .title-container-box .title-container .right-line{background-color:#2854b0;height:100%;width:9px;position:absolute;right:-45px;top:0}.xml-title-twentyfour-pad .title-container-box .title-container .right-line::before{content:"";width:12px;height:100%;background-color:inherit;position:absolute;left:-25px}.xml-title-twentyfour-pad .title-container-box .title-container .right-line::after{content:"";width:7px;height:100%;background-color:inherit;position:absolute;right:-22px}.xml-title-twentyfour-pad .title-container-box .title-container .title-body-box{background:-webkit-gradient(linear,left top,right top,from(#3cdf97),to(#2854b0));background:linear-gradient(90deg,#3cdf97,#2854b0);padding:6px 20px}.xml-title-twentyfour-pad .title-container-box .title-container .text-container{-webkit-transform:skewX(-60deg);transform:skewX(-60deg)}.xml-title-twentyfive-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-pad .title-container-box{position:relative}.xml-title-twentyfive-pad .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pad .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-pad .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-pad .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pad .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-paragraph-first-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pad .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pad .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pad .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pad .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pad .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pad{text-align:left}.xml-paragraph-second-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pad .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-pad .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-pad .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-pad .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-pad .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-pad .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-pad .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-pad .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pad{position:relative}.xml-paragraph-third-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-pad .body-text::after,.xml-paragraph-third-pad .body-text::before{width:1px;position:absolute;background-color:#0070c1;height:80px;content:""}.xml-paragraph-third-pad .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pad .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pad{position:relative}.xml-paragraph-quadrangle-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pad .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pad{position:relative}.xml-paragraph-isosceles-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pad .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pad .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pad .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pad .shape .triangle,.xml-paragraph-isosceles-pad .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pad{position:relative}.xml-paragraph-wave-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pad{position:relative}.xml-paragraph-seventh-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pad .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pad .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pad{position:relative}.xml-paragraph-eighth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pad{position:relative}.xml-paragraph-ninth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pad{position:relative}.xml-paragraph-tenth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pad .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pad .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-pad{position:relative}.xml-paragraph-Redtheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pad .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme2-pad .w-e-text-container,.xml-paragraph-Redtheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-pad .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-pad .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-pad{position:relative}.xml-paragraph-Redtheme2-pad .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-pad .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-pad .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-pad .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-pad .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pad{position:relative}.xml-paragraph-Redtheme3-pad .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-pad .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pad .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-pad .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pad .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-pad{position:relative}.xml-paragraph-Redtheme4-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-pad .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-pad .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pad{position:relative}.xml-paragraph-Redtheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-pad .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-pad .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pad .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-pad{position:relative}.xml-paragraph-Redtheme6-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-pad .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-pad .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-pad .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-pad{position:relative}.xml-paragraph-sixteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-pad .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-pad{position:relative}.xml-paragraph-twelve-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-pad .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-pad .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-pad .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-pad .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-pad .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-pad .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pad{position:relative}.xml-paragraph-eleven-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-pad .body-text{padding:25px;text-align:left;position:relative}.xml-paragraph-eleven-pad .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-pad .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-pad .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-pad .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-pad .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pad .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-pad .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pad .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-pad .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pad .text-container{padding:0 10px}.xml-paragraph-eleven-pad .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-pad .text-container .editorClass p{padding:0}.xml-paragraph-eleven-pad .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-pad .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-pad{position:relative}.xml-paragraph-thirteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-pad .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-pad .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pad .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pad .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pad .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pad .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-pad .body-text::after,.xml-paragraph-thirteen-pad .body-text::before{width:80px;height:70%;max-height:100px;position:absolute;content:"";z-index:0}.xml-paragraph-thirteen-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-pad .body-text::before{background-color:none;top:0;left:0;border-top:2px dashed #60A0E5;border-left:2px dashed #60A0E5;border-radius:32px 0 0}.xml-paragraph-thirteen-pad .body-text::after{background-color:none;bottom:0;right:0;border-bottom:2px dashed #60A0E5;border-right:2px dashed #60A0E5;border-radius:0 0 32px}.xml-paragraph-fourteen-pad{position:relative}.xml-paragraph-fourteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-pad .body-text{padding:3px;text-align:left;position:relative;border:4px solid #60a0e5}.xml-paragraph-fourteen-pad .body-text .right-image{width:31px;height:36px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-fourteen-right.png);background-size:100% 100%;position:absolute;top:-18px;right:2px;z-index:999}.xml-paragraph-fourteen-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#D5E6FD;padding:10px}.xml-paragraph-fourteen-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-pad{position:relative}.xml-paragraph-Yellowtheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-pad .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-pad .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-pad .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-pad .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-pad .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:4px solid #fdbc55;border-radius:5px}.xml-paragraph-Yellowtheme1-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-pad{position:relative}.xml-paragraph-Yellowtheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-pad .body-text-bg{border:4px solid #fdbc55;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-pad .body-text-bg .block1,.xml-paragraph-Yellowtheme2-pad .body-text-bg .block2,.xml-paragraph-Yellowtheme2-pad .body-text-bg .block3,.xml-paragraph-Yellowtheme2-pad .body-text-bg .block4{width:9px;height:9px;background-color:#fdbc55;border:4px solid #fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-pad .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-pad .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-pad .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-pad .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme2-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-pad{position:relative}.xml-paragraph-Yellowtheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-pad .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-pad .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-pad .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-pad{position:relative}.xml-paragraph-Yellowtheme4-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-pad .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block1,.xml-paragraph-Yellowtheme4-pad .body-text-bg .block2,.xml-paragraph-Yellowtheme4-pad .body-text-bg .block3,.xml-paragraph-Yellowtheme4-pad .body-text-bg .block4{width:16px;height:16px;position:absolute;z-index:999;background-color:#fdbc55}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-pad{position:relative}.xml-paragraph-Yellowtheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-pad .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-pad .body-text-bg .left-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute;top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-pad .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute;bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-pad{position:relative}.xml-paragraph-fifteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-pad .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pad .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pad .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pad .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pad .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-pad{position:relative}.xml-paragraph-Greentheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-pad .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pad .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-pad .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pad .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-pad{position:relative}.xml-paragraph-Greentheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-pad .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-pad{position:relative}.xml-paragraph-Greentheme4-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-pad .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-pad .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-pad{position:relative}.xml-paragraph-Greentheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-pad .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-pad .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-pad .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pad{position:relative}.xml-paragraph-Thirtyfive-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-pc .body-text,.xml-paragraph-Thirtysix-pad .body-text{-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-pad{position:relative}.xml-paragraph-Thirtysix-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-width:1px!important}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-pad{position:relative;text-align:left}.xml-paragraph-Thirtyseven-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-pad .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-pad .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-pad .body-text .seemore{width:calc(100% - 2px);height:16px;position:absolute;top:1px;left:0;z-index:9;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-pad .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-pad .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-pad .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pad .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pad .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-pad .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad{position:relative;text-align:left}.xml-paragraph-Thirtyeight-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-pad .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-pad .sub-title .xml-text-pad.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-pad .sub-title .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-pad .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-pad .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-pad .body-text .xml-text-pad.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad .body-text .border-left{width:25px;height:150px;position:absolute;top:10px;left:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pad .body-text .border-left img{width:100%;height:100%}.xml-paragraph-Thirtyeight-pad .body-text .border-right{width:25px;height:150px;position:absolute;bottom:30px;right:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pad .body-text .border-right img{width:100%}.xml-paragraph-Forty-pad{position:relative;text-align:left}.xml-paragraph-Forty-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Forty-pad .body-text{padding:1px;text-align:left;position:relative}.xml-paragraph-Forty-pad .body-text .xml-text-pad.text-body-container{padding:20px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Forty-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Forty-pad .body-text .top-image{width:100%;height:50%;position:absolute;top:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg1.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pad .body-text .bottom-image{width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg2.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pad .body-text::after,.xml-paragraph-Forty-pad .body-text::before{height:30px;background-size:100% 100%;background-repeat:no-repeat;position:absolute;top:50%;content:"";pointer-events:none}.xml-paragraph-Forty-pad .body-text::before{width:15px;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon6.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Forty-pad .body-text::after{width:15px;right:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon5.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-text-image-first-pad .w-e-text-container,.xml-text-image-second-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-pad .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-pad .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-pad .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pad .image-container{margin:10px 0;text-align:center}.xml-text-image-fourth-pad .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-second-pad .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-third-pad .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-pad .image-box{background:#fff;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-pad .image-box .image-container .block-checked,.xml-text-image-second-pad .image-box .image-container.block-checked,.xml-text-image-third-pad .image-box{border-radius:50%;overflow:hidden}.xml-text-image-second-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pad .w-e-text-container,.xml-text-image-third-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pad .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pad .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pad .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-third-pad .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pad .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pad .title-box,.xml-text-image-second-pc .title-box,.xml-text-image-third-pc .title-box{margin-left:-8px;white-space:nowrap;text-overflow:ellipsis}.xml-text-image-third-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pad .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pad .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pad .image-container .xml-image-dan-tu,.xml-text-image-fourth-pad .image-container .xml-image-dan-tu .xml-image-dan-tu-pad{height:100%}.xml-text-image-fourth-pad .title-box{height:32px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pad .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pad .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pad .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pad .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pad .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pad .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pad .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pad .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pad .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pad .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pad .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pad .image-text-box{width:100%}.xml-text-image-fifth-pad .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pad .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pad .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pad .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pad .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pad .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pad .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pad .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pad .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pad .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pad .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pad .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pad .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pad .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-pad .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-pad,.xml-splitline-Bluetheme2-pad,.xml-splitline-Bluetheme3-pad,.xml-splitline-Bluetheme4-pad,.xml-splitline-Greentheme1-pad,.xml-splitline-Greentheme2-pad,.xml-splitline-Greentheme3-pad,.xml-splitline-Greentheme4-pad,.xml-splitline-Redtheme4-pad,.xml-splitline-Yellowtheme1-pad,.xml-splitline-Yellowtheme2-pad,.xml-splitline-Yellowtheme3-pad,.xml-splitline-Yellowtheme4-pad,.xml-splitline-second-pad{margin-top:10px!important}.xml-splitline-first-pad .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-pad .title-container{height:30px;padding-top:10px}.xml-splitline-second-pad .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-pad .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-pad .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-pad,.xml-splitline-third-pad{margin-top:0!important}.xml-splitline-second-pad .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-pad .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-pad .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-pad .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-pad{margin-top:0!important}.xml-splitline-fifth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-pad .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-pad,.xml-splitline-ninth-pad,.xml-splitline-seventh-pad,.xml-splitline-sixth-pad,.xml-splitline-tenth-pad{margin-top:0!important}.xml-splitline-fifth-pad .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-pad .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-pad .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-pad .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-pad .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-pad .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pad .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-pad .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-pad .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-pad .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-pad .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-pad .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-pad .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-pad .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-pad .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-pad .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-pad .title-container>div{width:100%}.xml-splitline-tenth-pad .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-pad .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-pad,.xml-splitline-Greytheme2-pad,.xml-splitline-Greytheme3-pad,.xml-splitline-Greytheme4-pad,.xml-splitline-Greytheme5-pad,.xml-splitline-Greytheme6-pad,.xml-splitline-eleventh-pad{margin-top:0!important}.xml-splitline-eleventh-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-pad .title-container>div{width:100%}.xml-splitline-eleventh-pad .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-pad .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-pad .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pad .title-container .linebox,.xml-splitline-Bluetheme2-pad .title-container .linebox,.xml-splitline-Bluetheme3-pad .title-container .linebox,.xml-splitline-Bluetheme4-pad .title-container .linebox,.xml-splitline-Greentheme1-pad .title-container .linebox,.xml-splitline-Greentheme2-pad .title-container .linebox,.xml-splitline-Greentheme3-pad .title-container .linebox,.xml-splitline-Greentheme4-pad .title-container .linebox,.xml-splitline-Redtheme1-pad .title-container .linebox,.xml-splitline-Redtheme2-pad .title-container .linebox,.xml-splitline-Redtheme3-pad .title-container .linebox,.xml-splitline-Redtheme4-pad .title-container .linebox,.xml-splitline-Yellowtheme1-pad .title-container .linebox,.xml-splitline-Yellowtheme2-pad .title-container .linebox,.xml-splitline-Yellowtheme3-pad .title-container .linebox,.xml-splitline-Yellowtheme4-pad .title-container .linebox{width:100%;background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme1-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png)}.xml-splitline-Yellowtheme2-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png)}.xml-splitline-Yellowtheme3-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png)}.xml-splitline-Yellowtheme4-pad .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png)}.xml-splitline-Redtheme1-pad .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png)}.xml-splitline-Redtheme2-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png)}.xml-splitline-Redtheme3-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png)}.xml-splitline-Redtheme4-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png)}.xml-splitline-Greentheme1-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png)}.xml-splitline-Greentheme2-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png)}.xml-splitline-Greentheme3-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png)}.xml-splitline-Greentheme4-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png)}.xml-splitline-Bluetheme1-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png)}.xml-splitline-Bluetheme2-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png)}.xml-splitline-Bluetheme3-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png)}.xml-splitline-Bluetheme4-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png)}.xml-title-twentyone-pad{text-align:left}.xml-title-twentyone-pad .title-container-box{position:relative}.xml-title-twentyone-pad .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-pad .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-pad .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-pad .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-pad .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#84fee1),to(#38abe1));background:linear-gradient(90deg,#84fee1 25%,#38abe1);border-radius:10px 0 0 10px;display:inline-block;padding:6px 20px 6px 85px;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.xml-title-twentyone-pad .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-pad{text-align:left}.xml-title-twentytwo-pad .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-pad .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-pad .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-pad .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-pad .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-pad .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-pad .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-pad{text-align:left}.xml-title-twentythree-pad .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-pad .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-pad .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-pad .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-pad .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-title-sixth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc>div{width:100%}.xml-title-sixth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pc .title-container .title-left-div{max-width:30%}.xml-title-sixth-pc .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-pc .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pc .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pc .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-pc .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pc .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pc .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc,.xml-title-twentyfive-pc{display:-webkit-box;-webkit-box-align:center}.xml-title-sixth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twentyfour-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyfour-pc .title-container-box{position:relative;max-width:592px}.xml-title-twentyfour-pc .title-container-box .left-bg{width:300px;height:75px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-twentyfour-pc .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfour-pc .title-container-box .title-container{text-align:center;-webkit-transform:skewX(60deg);transform:skewX(60deg);min-width:200px;margin:10px 0}.xml-title-twentyfour-pc .title-container-box .title-container .left-line{background-color:#3cdf97;height:100%;width:9px;position:absolute;left:-45px}.xml-title-twentyfour-pc .title-container-box .title-container .left-line::before{content:"";width:7px;height:100%;background-color:inherit;position:absolute;left:-22px}.xml-title-twentyfour-pc .title-container-box .title-container .left-line::after{content:"";width:12px;height:100%;background-color:inherit;position:absolute;right:-25px}.xml-title-twentyfour-pc .title-container-box .title-container .right-line{background-color:#2854b0;height:100%;width:9px;position:absolute;right:-45px;top:0}.xml-title-twentyfour-pc .title-container-box .title-container .right-line::before{content:"";width:12px;height:100%;background-color:inherit;position:absolute;left:-25px}.xml-title-twentyfour-pc .title-container-box .title-container .right-line::after{content:"";width:7px;height:100%;background-color:inherit;position:absolute;right:-22px}.xml-title-twentyfour-pc .title-container-box .title-container .title-body-box{background:-webkit-gradient(linear,left top,right top,from(#3cdf97),to(#2854b0));background:linear-gradient(90deg,#3cdf97,#2854b0);padding:6px 20px}.xml-title-twentyfour-pc .title-container-box .title-container .text-container{-webkit-transform:skewX(-60deg);transform:skewX(-60deg)}.xml-title-twentyfive-pc{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-pc .title-container-box{position:relative}.xml-title-twentyfive-pc .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pc .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-pc .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-pc .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pc .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-title-first-pc{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pc .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-second-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pc .title-container .w-e-text-container,.xml-title-third-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pc .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pc .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pc .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pc .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pc .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pc .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pc .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-pc .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pc .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pc .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pc .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pc .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pc .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rotundity-pc .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pc .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pc .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc,.xml-title-twelfth-pc .title-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-twelfth-pc{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:flex;position:relative;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pc .title-container .title-text p{line-height:1.1!important}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Knowledge-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme2-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme2-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme4-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme5-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fifteen-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-first-library-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-fourteen-pc .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fourteen2-pc .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-nineteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-semicircle-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-seventeen-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixteen-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-thirteenth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-twelfth-pc .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-twelfth-pc .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pc .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid #006af7;border-right:4px solid #006af7;position:relative}.xml-title-thirteenth-pc .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006af7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .block{width:7px;height:7px;background-color:#006af7;margin-bottom:-3px}.xml-title-thirteenth-pc .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pc .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pc .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen2-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right-purple.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen2-pc .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen2-pc .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg-purple.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(174,156,227,.83);box-shadow:0 2px 7px 0 rgba(174,156,227,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen2-pc .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pc>div{min-width:75%;max-width:100%}.xml-title-eighteen-pc .title-container-box{width:100%;position:relative}.xml-title-eighteen-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;padding:3px 20%;margin:0 auto;z-index:9;background-repeat:no-repeat;background-position-x:center}.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-pc .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pc .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pc .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-Greentheme5-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme5-pc>div{padding:0 35px}.xml-title-Greentheme5-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme5-pc .title-container .title-left-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-41px;top:0;z-index:999}.xml-title-Greentheme5-pc .title-container .title-right-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-41px}.xml-title-Greentheme5-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#53a638;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-title-Knowledge-pc .title-container .rigth-titlebox .xml-text-h5.text-container p,.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container p{margin-block-end:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;-webkit-margin-before:3px!important}.xml-title-Knowledge-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-pc>div{width:100%;height:100%}.xml-title-Knowledge-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-pc .title-container .left-titlebox{background-color:#1485b4;padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-pc .title-container .left-titlebox .text-container{border-radius:24px}.xml-title-Knowledge-pc .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #64eefe;background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-pc .title-container .left-image{width:48px;height:48px;background:url(../../static/images/leaflet/resourceCenter/title-fifteen-bg.png);background-size:100% 100%;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-pc .title-container .left-image .image-container,.xml-title-fifteen-pc .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-pc .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid #60a0e5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-pc>div{min-width:40%}.xml-title-sixteen-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid #558ee6;padding:0 30px 0 51px}.xml-title-sixteen-pc .title-container .left-image{width:36px;height:26px;background-image:url(../../static/images/leaflet/resourceCenter/title-sixteen-bg.png);background-size:100% 100%;position:absolute;bottom:-15px;left:10px}.xml-title-sixteen-pc .title-container .right-icon{width:10px;height:10px;background-color:#558ee6;border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-pc .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-pc .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-pc>div{min-width:60%}.xml-title-seventeen-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-pc .title-container .left-image{width:48px;height:48px;border-radius:50%;background-color:#60a0e5;padding:3px;position:absolute;left:0}.xml-title-seventeen-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:#60a0e5;border:2px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-seventeen-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-seventeen-pc .title-container .left-image .image-container .xml-image-dan-tu img{border-radius:50%;width:100%;height:100%}.xml-title-seventeen-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-pc .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-pc .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-pc .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid #558ee6;margin-bottom:3px;margin-top:3px}.xml-title-seventeen-pc .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid #A4C3F2}.xml-title-seventeen-pc .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-pc .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-pc .title-container .rigth-titlebox .xml-text-h5.text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-pc .title-container-box{width:100%;position:relative}.xml-title-nineteen-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-nineteen-bg.png);background-size:100% 100%;padding:0 40px;margin:0 auto;z-index:9}.xml-title-nineteen-pc .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-pc>div{width:100%}.xml-title-Yellowtheme1-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-pc .title-container .left-image{width:74px;height:74px;background-color:var(--reader-theme-color,#fff);border:2px solid #fdab2b;border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-pc .title-container .left-image .jiantou1{width:36px;height:8px;background-color:var(--reader-theme-color,#fff);border-top:2px solid #fdab2b;border-left:2px solid #fdab2b;position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-pc .title-container .left-image .jiantou2{width:8px;height:36px;background-color:var(--reader-theme-color,#fff);border-bottom:2px solid #fdab2b;border-right:2px solid #fdab2b;position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid var(--reader-theme-color,#fff)}.xml-title-Yellowtheme1-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-pc .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-Yellowtheme1-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-pc .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:var(--reader-theme-color,#fff);max-width:77%;position:relative}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-pc>div{width:100%}.xml-title-Yellowtheme2-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-pc .title-container .left-icon{width:35px;height:35px;background-color:#fdab2b;opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-pc .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid #fdab2b;margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container,.xml-title-Yellowtheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme2-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme3-pc>div{width:100%}.xml-title-Yellowtheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme3-pc .title-container .left-icon{width:52px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme3-left.png);background-size:100% 100%;position:absolute;bottom:0;left:0}.xml-title-Yellowtheme3-pc .title-container .rigth-titlebox{max-width:90%;padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:55px;background-color:#fff;border-bottom:solid 2px #fdab2b;z-index:99}.xml-title-Yellowtheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-pc .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fdbc55;border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme5-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-pc>div{padding:0 20px}.xml-title-Yellowtheme5-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-pc .title-container .left-img{position:absolute;width:40px;height:100%;top:0;left:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-left.png);background-size:100% 100%}.xml-title-Yellowtheme5-pc .title-container .right-img{position:absolute;width:40px;height:100%;top:0;right:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-right.png);background-size:100% 100%}.xml-title-Yellowtheme5-pc .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-pc>div{height:100%}.xml-title-Yellowtheme6-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fee0b0;border:2px solid #fdbc55;z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-pc .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-pc .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:#fdbc55}.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fee0b0;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-pc>div{width:100%}.xml-title-Greentheme1-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme1-pc .title-container .left-image .image-container,.xml-title-Greentheme1-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-pc .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-pc .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-pc .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div>div,.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div,.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-pc>div{width:100%}.xml-title-Greentheme2-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-pc .title-container .left-image .image-container,.xml-title-Greentheme2-pc .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-pc .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-pc .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-pc>div{width:100%}.xml-title-Greentheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-pc .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-pc .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pc,.xml-title-Greentheme4-pc .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-pc{display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-pc>div{width:100%}.xml-title-Greentheme4-pc .cont-box{display:flex;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-pc .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid #68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-pc .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:#68a348;position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-pc .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-pc .title-container .title-left-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-pc .title-container .title-left-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-pc .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-pc .title-container .title-right-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-pc .title-container .title-right-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-title-semicircle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pc .title-container .title-left-img,.xml-title-semicircle-pc .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-pc .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-pc .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-paragraph-first-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pc .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pc .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc{text-align:left}.xml-paragraph-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pc .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-pc .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-pc .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-pc .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pc{position:relative}.xml-paragraph-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-pc .body-text::after,.xml-paragraph-third-pc .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-pc .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pc .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc{position:relative}.xml-paragraph-quadrangle-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pc{position:relative}.xml-paragraph-isosceles-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pc .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pc .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pc .shape .triangle,.xml-paragraph-isosceles-pc .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pc{position:relative}.xml-paragraph-wave-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pc{position:relative}.xml-paragraph-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pc .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pc{position:relative}.xml-paragraph-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc{position:relative}.xml-paragraph-ninth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pc{position:relative}.xml-paragraph-tenth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-pc{position:relative}.xml-paragraph-Redtheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pc .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-pc .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-pc .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-pc{position:relative}.xml-paragraph-Redtheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme2-pc .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-pc .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-pc .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-pc .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-pc .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pc{position:relative}.xml-paragraph-Redtheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-pc .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-pc .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pc .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-pc .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pc .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-pc{position:relative}.xml-paragraph-Redtheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-pc .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-pc .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pc{position:relative}.xml-paragraph-Redtheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-pc .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-pc .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pc .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-pc{position:relative}.xml-paragraph-Redtheme6-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-pc .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-pc .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-pc .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-pc{position:relative}.xml-paragraph-sixteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-pc .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-pc{position:relative}.xml-paragraph-twelve-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-pc .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-pc .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-pc .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-pc .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-pc .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-eleven-pc,.xml-paragraph-eleven-pc .body-text,.xml-paragraph-twelve-pc .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-pc .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-pc .body-text{padding:25px;text-align:left}.xml-paragraph-eleven-pc .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-pc .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-pc .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-pc .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-pc .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pc .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-pc .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pc .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-pc .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pc .text-container{padding:0 10px}.xml-paragraph-eleven-pc .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-pc .text-container .editorClass p{padding:0}.xml-paragraph-eleven-pc .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-pc .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-pc{position:relative}.xml-paragraph-thirteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-pc .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-pc .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pc .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pc .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pc .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pc .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-pc .body-text::after,.xml-paragraph-thirteen-pc .body-text::before{width:80px;background-color:none;position:absolute;z-index:0;content:"";height:70%;max-height:100px}.xml-paragraph-thirteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-pc .body-text::before{top:0;left:0;border-top:2px dashed #60A0E5;border-left:2px dashed #60A0E5;border-radius:32px 0 0}.xml-paragraph-thirteen-pc .body-text::after{bottom:0;right:0;border-bottom:2px dashed #60A0E5;border-right:2px dashed #60A0E5;border-radius:0 0 32px}.xml-paragraph-fourteen-pc{position:relative}.xml-paragraph-fourteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-pc .body-text{padding:3px;text-align:left;position:relative;border:4px solid #60a0e5}.xml-paragraph-fourteen-pc .body-text .right-image{width:31px;height:36px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-fourteen-right.png);background-size:100% 100%;position:absolute;top:-18px;right:2px;z-index:999}.xml-paragraph-fourteen-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#D5E6FD;padding:10px}.xml-paragraph-fourteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-pc{position:relative}.xml-paragraph-Yellowtheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-pc .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:4px solid #fdbc55;border-radius:5px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-pc{position:relative}.xml-paragraph-Yellowtheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-pc .body-text-bg{border:4px solid #fdbc55;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block1,.xml-paragraph-Yellowtheme2-pc .body-text-bg .block2,.xml-paragraph-Yellowtheme2-pc .body-text-bg .block3,.xml-paragraph-Yellowtheme2-pc .body-text-bg .block4{width:9px;height:9px;background-color:#fdbc55;border:4px solid #fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-pc{position:relative}.xml-paragraph-Yellowtheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-pc .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-pc .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-pc .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-pc{position:relative}.xml-paragraph-Yellowtheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-pc .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block1,.xml-paragraph-Yellowtheme4-pc .body-text-bg .block2,.xml-paragraph-Yellowtheme4-pc .body-text-bg .block3,.xml-paragraph-Yellowtheme4-pc .body-text-bg .block4{width:16px;height:16px;background-color:#fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-pc{position:relative}.xml-paragraph-Yellowtheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-pc .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-pc .body-text-bg .left-img,.xml-paragraph-Yellowtheme5-pc .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute}.xml-paragraph-Yellowtheme5-pc .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-pc .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-pc{position:relative}.xml-paragraph-fifteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-pc .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pc .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pc .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pc .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pc .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-pc{position:relative}.xml-paragraph-Greentheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-pc .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pc .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-pc .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pc .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-pc{position:relative}.xml-paragraph-Greentheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-pc .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-pc{position:relative}.xml-paragraph-Greentheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-pc .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-pc .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-pc{position:relative}.xml-paragraph-Greentheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-pc .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-pc .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-pc .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-text-image-first-pc .w-e-text-container,.xml-text-image-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-pc .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-pc .image-box .image-container .block-checked,.xml-text-image-second-pc .image-box .image-container.block-checked,.xml-text-image-third-pc .image-box{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pc .title-box{height:32px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.xml-text-image-fourth-pc .w-e-text-container,.xml-text-image-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-third-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .title-box{height:32px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.xml-text-image-third-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-pc{height:100%}.xml-text-image-fourth-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pc .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pc .image-text-box{width:100%}.xml-text-image-fifth-pc .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pc .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pc .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pc .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pc .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pc .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-pc .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-first-pc .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-pc{margin-top:10px!important}.xml-splitline-second-pc .title-container{height:30px;padding-top:10px}.xml-splitline-second-pc .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-pc .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-pc .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-pc,.xml-splitline-third-pc{margin-top:0!important}.xml-splitline-second-pc .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-pc .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-pc .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-pc .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-pc{margin-top:0!important}.xml-splitline-fifth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-pc .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-pc,.xml-splitline-ninth-pc,.xml-splitline-seventh-pc,.xml-splitline-sixth-pc,.xml-splitline-tenth-pc{margin-top:0!important}.xml-splitline-fifth-pc .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-pc .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-pc .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-pc .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-pc .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-pc .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pc .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-pc .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-pc .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-pc .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-pc .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-pc .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-pc .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-pc .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-pc .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-pc .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-pc .title-container>div{width:100%}.xml-splitline-tenth-pc .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-pc .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-pc,.xml-splitline-Greytheme2-pc,.xml-splitline-Greytheme3-pc,.xml-splitline-Greytheme4-pc,.xml-splitline-Greytheme5-pc,.xml-splitline-Greytheme6-pc,.xml-splitline-eleventh-pc{margin-top:0!important}.xml-splitline-eleventh-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-pc .title-container>div{width:100%}.xml-splitline-eleventh-pc .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-pc .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-pc .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pc,.xml-splitline-Bluetheme2-pc,.xml-splitline-Bluetheme3-pc,.xml-splitline-Bluetheme4-pc,.xml-splitline-Greentheme1-pc,.xml-splitline-Greentheme2-pc,.xml-splitline-Greentheme3-pc,.xml-splitline-Greentheme4-pc,.xml-splitline-Redtheme4-pc,.xml-splitline-Yellowtheme1-pc,.xml-splitline-Yellowtheme2-pc,.xml-splitline-Yellowtheme3-pc,.xml-splitline-Yellowtheme4-pc{margin-top:10px!important}.xml-splitline-Greytheme6-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pc .title-container .linebox,.xml-splitline-Bluetheme2-pc .title-container .linebox,.xml-splitline-Bluetheme3-pc .title-container .linebox,.xml-splitline-Bluetheme4-pc .title-container .linebox,.xml-splitline-Greentheme1-pc .title-container .linebox,.xml-splitline-Greentheme2-pc .title-container .linebox,.xml-splitline-Greentheme3-pc .title-container .linebox,.xml-splitline-Greentheme4-pc .title-container .linebox,.xml-splitline-Redtheme1-pc .title-container .linebox,.xml-splitline-Redtheme2-pc .title-container .linebox,.xml-splitline-Redtheme3-pc .title-container .linebox,.xml-splitline-Redtheme4-pc .title-container .linebox,.xml-splitline-Yellowtheme1-pc .title-container .linebox,.xml-splitline-Yellowtheme2-pc .title-container .linebox,.xml-splitline-Yellowtheme3-pc .title-container .linebox,.xml-splitline-Yellowtheme4-pc .title-container .linebox{width:100%;background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Yellowtheme1-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png)}.xml-splitline-Yellowtheme2-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png)}.xml-splitline-Yellowtheme3-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png)}.xml-splitline-Yellowtheme4-pc .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png)}.xml-splitline-Redtheme1-pc .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png)}.xml-splitline-Redtheme2-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png)}.xml-splitline-Redtheme3-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png)}.xml-splitline-Redtheme4-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png)}.xml-splitline-Greentheme1-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png)}.xml-splitline-Greentheme2-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png)}.xml-splitline-Greentheme3-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png)}.xml-splitline-Greentheme4-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png)}.xml-splitline-Bluetheme1-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png)}.xml-splitline-Bluetheme2-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png)}.xml-splitline-Bluetheme3-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png)}.xml-splitline-Bluetheme4-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png)}.xml-title-twenty-pc{text-align:left}.xml-title-twenty-pc .title-container-box{position:relative}.xml-title-twenty-pc .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-pc .title-container-box .left-bg img{width:60px}.xml-title-twenty-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);display:inline-block}.xml-title-twenty-pc .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyone-pc{text-align:left}.xml-title-twentyone-pc .title-container-box{position:relative}.xml-title-twentyone-pc .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-pc .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-pc .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-pc .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#84fee1),to(#38abe1));background:linear-gradient(90deg,#84fee1 25%,#38abe1);border-radius:10px 0 0 10px;display:inline-block;padding:6px 20px 6px 85px;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.xml-title-twentyone-pc .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-pc{text-align:left}.xml-title-twentytwo-pc .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-pc .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-pc .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-pc .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-pc .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-pc .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-pc{text-align:left}.xml-title-twentythree-pc .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-pc .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-pc .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-pc .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-pc .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-paragraph-Thirtyfive-pc{position:relative}.xml-paragraph-Thirtyfive-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-width:1px!important}.xml-paragraph-Thirtyfive-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pc .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-pc .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-pc{position:relative}.xml-paragraph-Thirtysix-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtysix-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-pc .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-pc .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-pc{position:relative;text-align:left}.xml-paragraph-Thirtyseven-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-pc .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-pc .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-pc .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-pc .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-pc .body-text .seemore{width:calc(100% - 2px);height:16px;background-color:#cee0fb;position:absolute;top:1px;left:0;z-index:9;font-size:12px;font-weight:400;font-stretch:normal;color:#2f2ad0;cursor:pointer;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-pc .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-pc .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-pc .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pc .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pc .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-pc .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc{position:relative;text-align:left}.xml-paragraph-Thirtyeight-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-pc .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-pc .sub-title .xml-text-pc.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-pc .sub-title .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-pc .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-pc .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-pc .body-text .xml-text-pc.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc .body-text .border-left{width:25px;height:150px;position:absolute;top:10px;left:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pc .body-text .border-left img{width:100%;height:100%}.xml-paragraph-Thirtyeight-pc .body-text .border-right{width:25px;height:150px;position:absolute;bottom:30px;right:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pc .body-text .border-right img{width:100%;max-width:160px}.xml-paragraph-Forty-pc{position:relative;text-align:left}.xml-paragraph-Forty-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Forty-pc .body-text{padding:1px;text-align:left;position:relative}.xml-paragraph-Forty-pc .body-text .xml-text-pc.text-body-container{padding:20px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Forty-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Forty-pc .body-text .top-image{width:100%;height:50%;position:absolute;top:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg1.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pc .body-text .bottom-image{width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg2.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pc .body-text::after,.xml-paragraph-Forty-pc .body-text::before{width:15px;height:30px;top:50%;background-repeat:no-repeat;pointer-events:none;position:absolute;content:"";background-size:100% 100%}.xml-paragraph-Forty-pc .body-text::before{left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon6.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Forty-pc .body-text::after{right:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon5.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.pc-catalog::-webkit-scrollbar-thumb{border-radius:10px!important;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)!important;background:#535353!important}.pc-catalog::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)!important;border-radius:10px!important;background:#ededed!important}.preview-list-pc::-webkit-scrollbar{width:8px!important}.preview-list-pc::-webkit-scrollbar-thumb{border-radius:10px!important;-webkit-box-shadow:inset 0 0 5px rgba(90,90,90,.2)!important;background:#535353!important}.preview-list-pc::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)!important;border-radius:10px!important;background:#ededed!important}@keyframes moves{0%{left:-100%}100%{left:0}}.preview-list-counter{position:relative;display:inline-block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;width:100%;height:calc(100vh - 100px);margin-top:40px;padding-top:15px}.preview-list-counter-pc{margin:50px auto;height:calc(100vh - 60px)}.preview-list-counter-pc .preview-nav__box{width:700px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.preview-list-counter-pc .preview-nav__box .custom-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--preview-theme-color);border-radius:11px;padding:8px 9px;width:52px;height:30px}.preview-list-counter-pc .preview-nav__box .custom-btn.isDisabled{opacity:.4}.preview-list-counter-pc .preview-nav__box .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fefefe}.preview-list-counter-pc .preview-nav__box .custom-btn .custom-icon{height:14px}.preview-list-pc{height:calc(100vh - 70px);overflow:hidden;overflow-y:auto;position:relative}.preview-list-pc.style-b{padding-bottom:58px}.preview-list-pc.style-b--pc{padding-bottom:62px}.preview-list-pc .preview-nav{position:fixed;bottom:0;z-index:1001}.preview-list-pc .preview-nav .preview-nav__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:58px;padding:0 15px;background-color:#f7f7f7;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview-list-pc .preview-nav .preview-nav__wrapper .preview-nav__left .custom-btn span{min-width:50px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.preview-list-pc .preview-nav .preview-nav__wrapper .preview-nav__left .custom-btn .custom-icon{width:14px}.preview-list-pc .preview-nav .preview-nav__wrapper .preview-nav__right{display:-webkit-box;display:-ms-flexbox;display:flex;width:132px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.preview-list-pc .preview-nav .preview-nav__wrapper .preview-nav__right .custom-btn span{min-width:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-list-pc .preview-nav .preview-nav__wrapper .preview-nav__right .custom-btn .custom-icon{width:8px}.preview-list-pc .preview-nav .preview-nav__wrapper .custom-btn{background-color:var(--preview-theme-color);border-radius:11px;padding:8px 9px}.preview-list-pc .preview-nav .preview-nav__wrapper .custom-btn.isDisabled{opacity:.4}.preview-list-pc .preview-nav .preview-nav__wrapper .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fefefe;width:52px;height:30px}.preview-list-pc .preview-nav .preview-nav__wrapper .custom-btn .custom-icon{height:14px}.preview-list-pc .preview-nav.pc{width:600px}.preview-list-pc .preview-nav.pc .preview-nav__wrapper{height:62px;padding:0 24px;background-color:#f7f7f7;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .preview-nav__left .custom-btn span{min-width:64px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .preview-nav__left .custom-btn .custom-icon{width:16px}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .preview-nav__right{display:-webkit-box;display:-ms-flexbox;display:flex;width:178px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .preview-nav__right .custom-btn span{min-width:37px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .preview-nav__right .custom-btn .custom-icon{width:10px}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .custom-btn{background-color:var(--preview-theme-color);border-radius:14px;padding:8px 9px}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .custom-btn.isDisabled{opacity:.4}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-family:PingFang SC;font-weight:400;color:#fefefe}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .custom-btn .custom-icon{height:16px}.xml-digital-teaching-preview .preview-list{position:relative}.xml-digital-teaching-preview .preview-list.style-b{padding-bottom:58px}.xml-digital-teaching-preview .preview-list.style-b--pc{padding-bottom:62px}.xml-digital-teaching-preview .preview-list .preview-nav{position:fixed;bottom:0;z-index:1001}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:58px;padding:0 15px;background-color:#f7f7f7;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .preview-nav__left .custom-btn span{min-width:50px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .preview-nav__left .custom-btn .custom-icon{width:14px}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .preview-nav__right{display:-webkit-box;display:-ms-flexbox;display:flex;width:132px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .preview-nav__right .custom-btn span{min-width:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .preview-nav__right .custom-btn .custom-icon{width:8px}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .custom-btn{background-color:var(--preview-theme-color);border-radius:11px;padding:8px 9px}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .custom-btn.isDisabled{opacity:.4}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fefefe}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .custom-btn .custom-icon{height:14px}.xml-digital-teaching-preview .preview-list .preview-nav.pc{width:600px}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper{height:62px;padding:0 24px;background-color:#f7f7f7;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .preview-nav__left .custom-btn span{min-width:64px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .preview-nav__left .custom-btn .custom-icon{width:16px}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .preview-nav__right{display:-webkit-box;display:-ms-flexbox;display:flex;width:178px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .preview-nav__right .custom-btn span{min-width:37px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .preview-nav__right .custom-btn .custom-icon{width:10px}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .custom-btn{background-color:var(--preview-theme-color);border-radius:14px;padding:8px 9px}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .custom-btn.isDisabled{opacity:.4}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-family:PingFang SC;font-weight:400;color:#fefefe}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .custom-btn .custom-icon{height:16px}.xml-digital-teaching-preview .preview-nav-phone__box{position:fixed;left:0;bottom:0;z-index:99;width:100%;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff}.xml-digital-teaching-preview .preview-nav-phone__box .preview-nav__left .custom-btn{width:60px}.xml-digital-teaching-preview .preview-nav-phone__box .preview-nav__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:140px}.xml-digital-teaching-preview .preview-nav-phone__box .custom-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--preview-theme-color);border-radius:11px;padding:8px 9px;width:52px;height:30px}.xml-digital-teaching-preview .preview-nav-phone__box .custom-btn.isDisabled{opacity:.4}.xml-digital-teaching-preview .preview-nav-phone__box .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fefefe}.xml-digital-teaching-preview .preview-nav-phone__box .custom-btn .custom-icon{height:14px}.el-image-viewer__wrapper .el-image-viewer__mask{opacity:.85}.ouchn-container.preview-mode{background:#fff}.ouchn-container.preview-mode .preview-container-title-pc{background-color:var(--preview-theme-color);height:49px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:1500;width:100vw;position:fixed;left:0}.ouchn-container.preview-mode .preview-container-title-pc .container-text-pc{margin-left:30px;color:#fff}.ouchn-container.preview-mode .preview-container-title-pc .container-text-search{padding-right:26px;margin-right:30px;background-color:#fff;border-radius:30px;font-size:20px}.ouchn-container.preview-mode .preview-container-title-pc .container-text-search input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;padding:5px 15px;width:200px;background-color:#fff;font-size:14px;color:#333;border:#fff;border-radius:30px}.ouchn-container.preview-mode .preview-container-title-pc .container-iocn-search-pc{position:absolute;right:50px;top:10px;color:#000}.ouchn-container.preview-mode .preview-container-title{text-align:center;background-color:var(--preview-theme-color);height:49px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1500;width:100%;color:#fff}.ouchn-container.preview-mode .preview-container-title.fixed-title{position:fixed}.ouchn-container.preview-mode .preview-container-title .container-icon{position:absolute;left:15px;color:#fff;margin-left:8px;font-size:16px;line-height:49px}.ouchn-container.preview-mode .preview-container-title .container-text{color:#fff;line-height:49px;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:80vw;padding:0 5px}.ouchn-container.preview-mode .preview-for-h5 .preview-screen-h5{overflow-y:inherit;overflow-x:hidden;padding-bottom:40px}.ouchn-container.preview-mode .preview-for-pc{background-color:#f4f1f4}.ouchn-container.preview-mode .preview-for-pc .pc-container{display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh}.ouchn-container.preview-mode .preview-for-pc .pc-container .pc-catalog{width:430px;border-radius:10px;height:calc(100vh - 70px);background-color:#fff;overflow:hidden;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.ouchn-container.preview-mode .preview-for-pc .pc-container .pc-catalog.pc-catalog--render{margin-top:56px;margin-left:15px}.ouchn-container.preview-mode .preview-for-pc .pc-container .preview-screen-pc{min-width:700px;max-width:700px;margin:0 auto;background:#fff}.ouchn-container.preview-mode .preview-for-pc .pc-container .preview-screen-pc .preview-container-title i{display:none}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node .el-tree-node__content,.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-for-pc .pc-container .preview-screen-pc .preview-container-title .container-text{font-size:18px;font-family:PingFang SC;font-weight:700;color:#fff}.ouchn-container.preview-mode .preview-for-pad{max-width:750px;margin:0 auto}.ouchn-container.preview-mode .preview-tree-box-h5-tree,.ouchn-container.preview-mode .preview-tree-box-pad-tree,.ouchn-container.preview-mode .preview-tree-box-pc-tree{margin-top:16px}.ouchn-container.preview-mode .preview-tree-box-h5{background:#fff;padding:15px;height:calc(100vh - 157px);overflow-x:hidden;overflow-y:auto}.ouchn-container.preview-mode .preview-tree-box-h5[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node{word-break:break-all;white-space:normal}.ouchn-container.preview-mode .preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-h5-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree{height:calc(100vh - 80px);overflow-y:auto}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left{width:200px}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .preview-tree-box-pad{height:calc(100vh - 157px);background:#fff;overflow-x:hidden;overflow-y:auto;padding:15px}.ouchn-container.preview-mode .preview-tree-box-pad[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node{word-break:break-all;white-space:normal}.ouchn-container.preview-mode .preview-tree-box-pad-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-pad-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-pad-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-pad-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree{height:calc(100vh - 80px);overflow-y:auto}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .preview-tree-box-pc{background:#fff;overflow-x:hidden;overflow-y:auto;padding:15px 10px}.ouchn-container.preview-mode .preview-tree-box-pc[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-pc .el-tree-node{word-break:break-all;white-space:normal}.ouchn-container.preview-mode .preview-tree-box-pc .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-pc-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-pc-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-pc-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-pc-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree{height:calc(100vh - 110px);overflow-y:auto}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.add-notes-bookmarks .item-box span,.add-notes-bookmarks-pc .item-box span{font-size:12px;color:#fff}.ouchn-container .editing-preview .preview-tree-box-h5{background:#fff;height:calc(100vh - 104px);overflow-x:hidden;overflow-y:auto}.add-notes-bookmarks,.add-notes-bookmarks-pc,.add-notes-bookmarks-pc::after,.add-notes-bookmarks::after{background:#2b2b2b;position:absolute}.add-notes-bookmarks-pc{z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.add-notes-bookmarks-pc .item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999}.add-notes-bookmarks-pc .item-box img{width:20px;cursor:pointer}.add-notes-bookmarks{left:140px;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24vw;padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.add-notes-bookmarks .item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999}.add-notes-bookmarks .item-box img{width:4vw;padding:2px;cursor:pointer}.add-notes-bookmarks::after{bottom:-1vw;left:10vw;z-index:99998;content:"";width:4vw;height:4vw;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#2b2b2b}.add-notes-bookmarks-pc::after{bottom:-8px;left:40px;z-index:99998;content:"▙";-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#2b2b2b}.textbooks-opinion{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:45px!important}.textbooks-opinion::after{left:12px}.add-notes-box-text{position:fixed;top:0;left:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.add-notes-box-text .notes-text-box{width:88vw;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;background:#ededed;border-radius:8px}.add-notes-box-text .notes-text-box .title-box{width:100%;position:relative;padding-left:6px;font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;font-family:"微软雅黑";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-notes-box-text .notes-text-box .title-box:after{position:absolute;left:0;top:0;width:2px;height:20px;background:#ccc;content:""}.add-notes-box-text .notes-text-box .textarea{margin:10px 0;width:100%;height:30vw;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;resize:none;border-radius:4px;font-family:"微软雅黑";font-size:14px;color:#333}.add-notes-box-text .notes-text-box .add-notes-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.add-notes-box-text .notes-text-box .add-notes-btn div{padding:3px 14px;border:1px solid var(--preview-theme-color);border-radius:20px;font-size:14px;font-family:"微软雅黑";color:var(--preview-theme-color);cursor:pointer}.add-notes-box-text .notes-text-box .add-notes-btn .confirm{margin-left:30px;background:var(--preview-theme-color);color:#fff}.add-notes-box-text-pc{position:fixed;top:0;right:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw!important;height:100vh!important;background:rgba(0,0,0,.2)}.add-notes-box-text-pc .notes-text-box-pc{width:600px;height:500px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;background:#ededed;border-radius:8px}.add-notes-box-text-pc .notes-text-box-pc .title-box{width:100%;position:relative;padding-left:6px;font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;font-family:"微软雅黑";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-notes-box-text-pc .notes-text-box-pc .title-box:after{position:absolute;left:0;top:0;width:2px;height:20px;background:#ccc;content:""}.add-notes-box-text-pc .notes-text-box-pc .textarea{margin:10px 0;width:100%;height:400px;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;resize:none;border-radius:4px;font-family:"微软雅黑";font-size:14px;color:#333}.add-notes-box-text-pc .notes-text-box-pc .add-notes-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.add-notes-box-text-pc .notes-text-box-pc .add-notes-btn div{padding:3px 14px;border:1px solid var(--preview-theme-color);border-radius:20px;font-size:14px;font-family:"微软雅黑";color:var(--preview-theme-color);cursor:pointer}.add-notes-box-text-pc .notes-text-box-pc .add-notes-btn .confirm{margin-left:30px;background:var(--preview-theme-color);color:#fff}.continue-read-box{position:fixed;top:0;left:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.continue-read-box .notes-text-box{width:490px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;background:#ededed;border-radius:8px}.continue-read-box .notes-text-box .title-box{width:100%;text-align:center;position:relative;padding-left:6px;font-size:22px;font-weight:400;font-stretch:normal;letter-spacing:6px;font-family:"微软雅黑";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continue-read-box .notes-text-box .text{margin:10px 0;width:100%;min-height:70px;max-height:170px;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;resize:none;border-radius:4px;font-family:"微软雅黑";font-size:16px;color:#333}.continue-read-box .notes-text-box .text .link{margin-top:10px;width:100%;min-height:30px;max-height:80px;overflow-y:scroll;background-color:#d4dfee;border-radius:10px;padding:8px;-webkit-box-sizing:border-box;box-sizing:border-box;word-break:break-all}.continue-read-box .notes-text-box .add-notes-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.continue-read-box .notes-text-box .add-notes-btn div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:80px;height:22px;padding:3px 14px;border:1px solid var(--preview-theme-color);border-radius:20px;font-size:14px;font-family:"微软雅黑";color:var(--preview-theme-color);cursor:pointer}.continue-read-box .notes-text-box .add-notes-btn .confirm{margin-left:30px;background:var(--preview-theme-color);color:#fff}.continue-read-h5 .notes-text-box{width:90vw}.continue-read-h5 .title-box{font-size:20px}.continue-read-h5 .text{min-height:56px;max-height:1560px}.continue-read-h5 .add-notes-btn div{width:60px;height:20px}.text-notes-bg{background-color:#cddff7;cursor:pointer}.xml-single-html-group-render{position:relative}.xml-single-html-group-render .xml-html-mask{position:absolute;width:calc(100% - 30px)!important;height:calc(100% - 30px)!important;left:0;right:0;bottom:0;top:0;opacity:.1;filter:alpha(opacity=5);z-index:100}.xml-single-html-group-render .xml-copy-url-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#fff;cursor:pointer;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#2d2d2d}.xml-single-html-group-render .xml-copy-url-box .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:14px;background:#eef3ff;border-radius:12px}.xml-single-html-group-render .xml-copy-url-box .content img{width:120px}.xml-single-html-group-render .xml-copy-url-box .content span{padding:14px 0;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#999;line-height:20px}.xml-single-html-group-render .xml-copy-url-box .content .btn{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#3e8ced}.xml-single-html-group-render .web-file-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:14px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:15px;border:1px solid #418eed;background:-webkit-gradient(linear,left top,right top,from(rgba(161,196,253,0)),to(rgba(194,233,251,.6)));background:linear-gradient(90deg,rgba(161,196,253,0) 0,rgba(194,233,251,.6) 100%);cursor:pointer}.xml-single-html-group-render .web-file-box .file-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70px;height:70px}.xml-single-html-group-render .web-file-box .file-cover img{width:70px;height:70px}.xml-single-html-group-render .web-file-box .file-title{font-size:18px;font-weight:400;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin-left:16px;width:calc(100% - 100px)!important;height:70px;line-height:70px;background-image:url(../../static/images/leaflet/resourceCenter/html_bg_01.png);background-size:90px 90px;background-repeat:no-repeat;background-position:100% -28px}.xml-single-html-group-render .xml-iframe-mask-box::after{content:"";position:absolute;top:0;left:0;z-index:999;display:block;width:100%;height:100%;pointer-events:var(--xml-iframe-pointer-events)}@media print{.parent-group.xml-single-image-group{position:relative!important;z-index:100!important;page-break-inside:auto}.parent-group.xml-single-image-group .image-container{position:relative!important;z-index:100!important;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important;overflow:visible!important}.parent-group.xml-single-image-group img{position:relative!important;z-index:100!important;height:auto!important;width:auto!important;max-width:100%!important;clear:both!important;page-break-inside:avoid;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}.parent-group.xml-single-image-group .xml-image-hua-lang{position:relative!important;z-index:100!important;-webkit-transform:none!important;transform:none!important}.parent-group.xml-single-image-group .xml-image-hua-lang img{height:auto!important}}.parent-group.xml-single-image-group .image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:hidden}.parent-group.xml-single-image-group .image-container .xml-noimage-container{background:var(--xml-image-hualang-background-color);height:315px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .image-container .xml-noimage-container .xml-noimage{width:244px;height:200px}.parent-group.xml-single-image-group .image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu.hua-lang{margin:0 auto;width:auto}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pad+.xml-image-ping-pu-pad,.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pc+.xml-image-ping-pu-pc,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--under,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--under,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--under,.parent-group.xml-single-image-group+.image-container,.parent-group.xml-single-music-group .xml-music-container .fixed-ratio-container+.fixed-ratio-container,.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_row{margin-top:10px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu.ping-pu{width:100%}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5{max-width:100%;text-align:center}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pad{max-width:100%;text-align:center}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pc{max-width:100%;text-align:center}.parent-group.xml-single-image-group .xml-group-action-image-caption{padding-top:4px;text-align:center}.parent-group.xml-single-image-group .hua-lang-image-container{overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.parent-group.xml-single-image-group .hua-lang-image-container::-webkit-scrollbar{height:10px}@-webkit-keyframes scroll{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(calc(-100% + var(--xml-reader-width)));transform:translateX(calc(-100% + var(--xml-reader-width)))}}@keyframes scroll{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(calc(-100% + var(--xml-reader-width)));transform:translateX(calc(-100% + var(--xml-reader-width)))}}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang{position:relative}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang img{height:calc(100% - 34px)}.parent-group.xml-single-image-group .xml-image-duo-tu .no-title .xml-image-hua-lang img{height:100%}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--lay,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--lay,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--lay{font-size:16px;color:#333;width:100%;overflow:hidden;white-space:normal;word-break:break-all}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--on{margin-bottom:10px}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--fixed,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--fixed,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--fixed{font-size:14px;color:#fff;position:absolute;left:0;z-index:3;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:rgba(0,0,0,.4);padding:5px 10px}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--bottom,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--bottom,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--bottom{bottom:0}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--top,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--top,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--top{top:0}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--under{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parent-group.xml-single-image-group .image-container-scroll,pre{overflow-x:scroll}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo{width:100%;max-width:750px;margin:0 auto}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo{width:100%;text-align:center}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:3;background-color:rgba(0,0,0,.4);color:#fff;font-size:12px;padding:3px 10px;border-radius:24px;min-width:48px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator.withBottomTitle{bottom:calc(100% - 32px)}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator.withTopTitle{bottom:12px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .image-title--under{min-height:24px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .el-carousel__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo img{width:100%;-o-object-fit:cover;object-fit:cover}.el-image-viewer__wrapper .el-image-viewer__title{font-size:16px;color:#fff;position:fixed;top:20px;bottom:initial;text-align:center;width:calc(100% - 84px);overflow:hidden;text-overflow:ellipsis;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,.6392156863);padding:0 12px;background-color:transparent;cursor:auto}.el-image-viewer__wrapper .el-image-viewer__content{font-size:14px;color:#fff;position:fixed;bottom:80px;text-align:center;line-height:22px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;background:rgba(0,0,0,.6392156863);padding:5px 15px;border-radius:0;word-break:break-all;-ms-flex-wrap:wrap;flex-wrap:wrap;cursor:auto}.el-image-viewer__wrapper .el-image-viewer__content .ellipsis-box{width:100%}.el-image-viewer__wrapper .el-image-viewer__close{top:20px;right:10px;width:32px;height:32px}.el-image-viewer__wrapper .el-image-viewer__actions .el-icon-arrow-left.is-disabled,.el-image-viewer__wrapper .el-image-viewer__actions .el-icon-arrow-right.is-disabled{color:#999}.text-ellipsis-3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis;overflow:hidden}.el-image__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1000px){.el-image-viewer__wrapper .el-image-viewer__canvas{width:auto;height:auto;position:absolute;top:60px;left:100px;right:100px;bottom:140px;overflow:hidden}}.parent-group.xml-single-music-group .audio-component{display:none!important}.parent-group.xml-single-music-group .xml-music-container .fixed-ratio-container{width:100%;padding-bottom:24.78%;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.8% 3.5%;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--A,.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--B{border:1px solid #418eed}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--C .xml-music-player-box .xml-audio-player .audio-player-control{max-width:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--E,.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--F{border:2px dashed #999}.parent-group.xml-single-music-group .xml-music-container .play-mode-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:7px;right:0;z-index:2}.parent-group.xml-single-music-group .xml-music-container .play-mode-wrap .play-control-image{width:24px;height:20px}.parent-group.xml-single-music-group .xml-music-container .demo .play-mode-wrap{top:3px;right:0;z-index:2}.parent-group.xml-single-music-group .xml-music-container .demo .play-mode-wrap .play-control-image{width:18px;height:14px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box{width:100%;height:100%;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover{width:17.28%;height:100%;margin-right:2%;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover .el-image{width:100%;height:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover .style-a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:6px;max-width:71.72%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-player-control,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-player-control{padding-top:2px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title{width:calc(100% - 30px);color:var(--reader-theme-font-color,#333)}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title .scroll-text{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title.preview{width:calc(100% - 30px);overflow:hidden}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title.preview .scroll-text{-webkit-animation:fadeNum 7s infinite;animation:fadeNum 7s infinite;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@-webkit-keyframes fadeNum{10%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes fadeNum{10%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .play-button{width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 0 20px -2px #2e9adb;box-shadow:0 0 20px -2px #2e9adb}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .play-button .button-image{cursor:pointer}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .play-button img{max-width:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:65.57%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls__play-button-wrapper{padding-right:18px;-ms-flex-item-align:center;align-self:center}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress{width:100%;justify-self:center}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:8px 0}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__button-wrapper{display:none}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;width:100%;bottom:-5px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .current-time,.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .total-time{font-size:12px;color:#999}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .play-button{width:20px;height:20px;border-radius:50%;-webkit-box-shadow:0 0 10px -2px #2e9adb;box-shadow:0 0 10px -2px #2e9adb}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .play-button .button-image{cursor:pointer}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-player-control .audio-player-title{font-size:14px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-player-control .audio-player-title .scroll-text{line-height:14px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls{min-height:65.57%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls__play-button-wrapper{padding-right:10px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:0 0 2px;height:4px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .play-times{line-height:12px;bottom:1px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demoBottom .play-button,.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demoLeft .play-button{width:20px;height:20px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .prevent-drag{position:absolute;background-color:#666;width:200px;height:10px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer{margin:0;background-color:inherit;-webkit-box-shadow:none;box-shadow:none}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic{background-color:inherit!important;width:58.75px;height:67.5px;margin:10px 12.5px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-play{margin-right:-168px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-pause{width:26px;height:26px;bottom:26%;right:50%;margin-right:-168px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-pause .aplayer-icon-pause{height:22px;width:20px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info{height:82px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-bar-wrap{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;width:190px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time{position:absolute;top:-16px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner{width:190px;position:relative;color:#fbfbfb}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner .aplayer-ptime{color:#666;position:absolute;left:0}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner .aplayer-dtime{color:#666;position:absolute;right:0}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon{display:none}.parent-group.xml-single-music-group .xml-music-container .audio-play-box{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover{width:20.62%!important;position:relative}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .video-pause-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-46%,-51%);transform:translate(-46%,-51%);z-index:9}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .video-pause-btn .play-button{width:70%;height:70%;-webkit-box-shadow:none;box-shadow:none}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .record{width:100%;height:100%;border-radius:50%;background-color:#5c5a5e;position:relative}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .record::after{content:"";width:65%;height:65%;background-color:#e24444;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .record .record-right{width:65%;position:absolute;top:-10px;right:-33%;height:100%}.parent-group.xml-single-music-group .xml-music-style-mode-E .xml-music__wrapper,.parent-group.xml-single-music-group .xml-music-style-mode-F .xml-music__wrapper{position:relative!important}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .scroll-text{color:#8c5938}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-player-control{max-width:66.72%!important}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-player-control .progress .el-slider__bar{background-color:#e24444!important}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:65.57%}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-controls__play-button-wrapper{padding-right:8px!important;-ms-flex-item-align:center;align-self:center}.parent-group.xml-single-music-group .xml-music-style-mode-E .fixed-ratio-container{padding-bottom:0}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_content{width:100%}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModee_title{text-align:center;margin-top:30px}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_progress{width:calc(100% - 190px);margin:0 20px}.parent-group.xml-single-music-group .xml-music-style-mode-F .fixed-ratio-container{padding-bottom:0}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_content{width:100%}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_IMG{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:250px;height:150px;background-color:#ebebeb}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_IMG img{max-width:100%;max-height:100%}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_I{font-size:50px;margin-left:15px;position:absolute;top:50px;left:80px;cursor:pointer}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_title{text-align:center;margin-top:20px}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_progress{width:calc(100% - 210px);margin:0 20px}.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-ratio-container+.fixed-ratio-container,.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-voice-container+.fixed-ratio-container,.xml-voice-player{margin-top:10px}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoBottom .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover{width:auto!important}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoBottom .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover .video-pause-btn{-webkit-transform:translate(-45%,-53%);transform:translate(-45%,-53%)}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoBottom .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover .video-pause-btn .play-button{width:80%;height:80%}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoLeft .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover{width:auto!important}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoLeft .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover .video-pause-btn{-webkit-transform:translate(-44%,-52%);transform:translate(-44%,-52%)}.xml-single-music-group-h5 .styleModeF_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.parent-group.xml-single-recorder-group .audio-component{display:none!important}.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-ratio-container{width:100%;min-height:80px;padding-bottom:24.78%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.8% 3.5%;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper.style-mode--A,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper.style-mode--B{border:1px solid #418eed}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper.style-mode--C .xml-recorder-player-box .xml-audio-player .audio-player-control{max-width:100%}.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-voice-container{width:100%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.8% 3.5%;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper.style-mode--A,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper.style-mode--B{border:1px solid #418eed}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper.style-mode--C .xml-recorder-player-box .xml-audio-player .audio-player-control{max-width:100%}.parent-group.xml-single-recorder-group .xml-recorder-container .play-mode-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:4px;right:6px;z-index:2}.parent-group.xml-single-recorder-group .xml-recorder-container .play-mode-wrap:hover{cursor:pointer}.parent-group.xml-single-recorder-group .xml-recorder-container .play-mode-wrap .play-control-image{width:30px;height:30px}.parent-group.xml-single-recorder-group .xml-recorder-container .demo .play-mode-wrap{top:2px;right:4px;z-index:2}.parent-group.xml-single-recorder-group .xml-recorder-container .demo .play-mode-wrap .play-control-image{width:18px;height:18px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box{width:100%;height:100%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0!important;background-color:#fbfbfb;padding:0 16px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-cover{width:78px;height:78px;margin-right:10px;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-cover img{border-radius:5px;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-cover .style-a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .record-player-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .record-player-control .mock-wave{position:absolute;width:100%;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .record-player-control .mock-wave img{max-width:100%}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:6px;max-width:70.22%}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title{width:calc(100% - 30px);color:#333}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title .scroll-text{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title.preview{width:calc(100% - 30px);overflow:hidden}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title.preview .scroll-text{-webkit-animation:fadeNum 7s infinite;animation:fadeNum 7s infinite;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .play-button{width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 0 20px -2px #2e9adb;box-shadow:0 0 20px -2px #2e9adb}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .play-button .button-image{cursor:pointer}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .play-text{position:absolute;bottom:22%;-webkit-transform:translateY(20px);transform:translateY(20px);width:100%;text-align:center;font-size:14px;color:#333}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:60px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls__play-button-wrapper{padding-right:18px;-ms-flex-item-align:center;align-self:center}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__button-wrapper{display:none}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress{width:100%;justify-self:center}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:8px 0}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;width:100%;bottom:2px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .current-time,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .total-time{font-size:12px;color:#999}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .play-button{width:20px;height:20px;border-radius:50%;-webkit-box-shadow:0 0 10px -2px #2e9adb;box-shadow:0 0 10px -2px #2e9adb}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .play-button .button-image{cursor:pointer}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .play-text{position:absolute;top:50%;-webkit-transform:translateY(10px);transform:translateY(10px);width:100%;text-align:center;font-size:12px;color:#333}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-player-control .audio-player-title{font-size:14px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-player-control .audio-player-title .scroll-text{line-height:14px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls{min-height:60px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls__play-button-wrapper{padding-right:10px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:0 0 2px;height:4px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .play-times{line-height:12px;bottom:1px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .prevent-drag{position:absolute;background-color:#666;width:200px;height:10px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer{margin:0;background-color:inherit;-webkit-box-shadow:none;box-shadow:none}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-pic{background-color:inherit!important;width:58.75px;height:67.5px;margin:10px 12.5px}.dialog-title,.xml-voice-container .el-dialog__header{background:#eee}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-play{margin-right:-168px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-pause{width:26px;height:26px;bottom:26%;right:50%;margin-right:-168px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-pause .aplayer-icon-pause{height:22px;width:20px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info{height:82px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-bar-wrap{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;width:190px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time{position:absolute;top:-16px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner{width:190px;position:relative;color:#fbfbfb}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner .aplayer-ptime{color:#666;position:absolute;left:0}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner .aplayer-dtime{color:#666;position:absolute;right:0}@media screen and (max-width:750px){.parent-group.xml-single-recorder-group .play-button{width:30px!important;height:30px!important;-webkit-box-shadow:0 0 15px -2px #2e9adb!important;box-shadow:0 0 15px -2px #2e9adb!important}.parent-group.xml-single-recorder-group .play-text{-webkit-transform:translateY(13px)!important;transform:translateY(13px)!important;font-size:12px!important}.parent-group.xml-single-recorder-group .play-mode-wrap{top:2px!important;right:4px!important;z-index:2!important}.parent-group.xml-single-recorder-group .play-mode-wrap .play-control-image{width:24px!important;height:24px!important}}.dialog-title{font-size:30px;font-family:Source Han Serif CN;font-weight:700;color:#333}.voice-content-box{min-height:48vh;max-height:48vh;border-bottom:1px dashed #1f4d75;overflow-y:auto}.voice-btn-box{text-align:center;padding-top:40px;position:relative}.voice-btn-box>div{font-size:36px;font-family:Microsoft YaHei;font-weight:400;color:#418eed;line-height:51px}.voice-btn-box img{width:90px;height:90px;cursor:pointer}.voice-btn-box .total_score{position:absolute;top:0;right:0;color:#db0000;font-weight:700;-webkit-transform:rotate(-12deg);transform:rotate(-12deg);background-image:url(../../static/images/leaflet/icons/source_underline.png);background-repeat:no-repeat;background-size:100% 35%;background-position:bottom;padding-bottom:10px;cursor:pointer}.illustrate-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;padding-bottom:10px;border-bottom:1px solid #eee}.xml-result-con{max-width:412px;background:#fff;border-radius:2px}.xml-result-con .score-item-box{min-height:70%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;border-radius:2px;margin-top:20px}.xml-result-con .score-item-box>div{width:100%;height:46px;background:#fff;border:1px solid #dcdcdc;border-radius:2px;line-height:46px;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:4px 0}.xml-result-con .score-item-box>div>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-result-con .score-item-box>div>div span{margin-left:4px;color:#1e1d1d}.xml-result-con .score-item-box>div span{color:var(--themecolor)}.xml-result-con .Gray::after{content:"";width:100%;height:100%;background-color:rgba(188,188,188,.3);position:absolute;top:0;left:0}.xml-result-con .total{width:150px;height:150px;background-color:#fff;border:4px solid #1e1d1d;border-radius:50%;position:relative;text-align:center;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-result-con .total .number-box{width:85%;height:85%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px}.xml-result-con .total .number-box span{font-weight:700;font-size:40px;margin-right:2px}.xml-result-con .total .comprehensive{width:140px;height:37px;background-color:#eb5537;border-radius:27px;border:3px solid #fff;position:absolute;bottom:-15px;z-index:9;font-family:SourceHanSansCN-Bold;font-size:17px;font-weight:400;font-stretch:normal;line-height:30px;letter-spacing:0;color:#fff}.xml-voice-player{height:calc(100% - 40px)!important}.voice-image-con{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;color:var(--reader-theme-font-color,initial)}.voice-image-con img{width:100%;height:100%}.btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:10px 0}.btn-group>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:5px 4px;cursor:pointer;min-width:59px}.btn-group .icon-box,.play-box{background-color:#2d5dd8;display:-ms-flexbox}.btn-group .icon-box{width:43px;height:43px;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.btn-group .icon-box .img1{width:50%}.btn-group .icon-box .img2{width:85%;height:50%}.btn-group .icon-box .img4{height:50%}.btn-group .icon-box .img3{width:70%;margin-top:5px}.btn-group .text{font-family:SourceHanSansCN-Regular;font-size:12px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#bcbbbb}.play-box{width:85%;margin:0 auto;padding:8px 16px 10px 8px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.play-box .top-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.play-box>div{margin:0 5px}.play-box .play-icon{width:3%;height:80%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.question,.question>div{height:100%;-webkit-box-align:center}.play-box .play-icon img{width:100%}.play-box .slider-box{width:100%;padding-top:6px}.play-box .slider-box .el-slider__runway{margin:0}.play-box .text{font-family:SourceHanSansCN-Normal;font-size:10px;font-weight:400;font-stretch:normal;color:#fff}.question{-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.question>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.question .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px 0}.question .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.question .workbench-shop-item .shop-item-img img{max-width:100%}.question .text{font-family:PingFang SC;font-weight:700;color:#666;margin-left:20px;line-height:40px;font-size:16px}.question .text .title{font-size:16px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333)}.question .text .info{font-size:14px;font-family:PingFang SC;font-weight:400;color:#999}.question .text .info span{color:#418eed!important;margin:0 5px}.parent-group.xml-single-video-group .vjs-custom-skin>.video-js .vjs-control-bar.fullscren{position:fixed;opacity:1!important}.parent-group.xml-single-video-group .vjs-no-select .vjs-progress-control.vjs-control{pointer-events:none!important}.parent-group.xml-single-video-group .video-js .vjs-error-display::before{display:none!important}.parent-group.xml-single-video-group .vjs-poster{-o-object-fit:scale-down;object-fit:scale-down}.parent-group.xml-single-video-group .dialog-box{pointer-events:none!important}.parent-group.xml-single-video-group .xml-video-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:.5px}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box{width:100%;height:100%}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 150px);z-index:10;pointer-events:none!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player .convert-placeholder{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#ECECF3;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player .convert-placeholder__text{text-align:center;padding:0 18px}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player::-webkit-media-controls{display:none!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin>.video-js .vjs-control-bar.fullscren{position:fixed;opacity:1!important}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-item.is-transparent,.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9.vjs-empty-placeholder .vjs-error .vjs-error-display,.xml-general-robot-content-pc .Fade-enter,.xml-general-robot-content-pc .Fade-leave-to,div.code-toolbar>.toolbar{opacity:0}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin>.video-js .vjs-control .vjs-time-tooltip{top:.6em}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-no-select .vjs-progress-control.vjs-control{pointer-events:none!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin .video-js .vjs-big-play-button{border-radius:100%!important;width:70px!important;height:70px!important;line-height:67px!important;margin-left:-35px!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin.is-demo-mode .video-js .vjs-big-play-button{border-radius:100%!important;width:48px!important;height:48px!important;line-height:45px!important;margin-left:-24px!important;margin-top:-24px!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .video-js .vjs-error-display::before{display:none!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-poster{-o-object-fit:scale-down;object-fit:scale-down}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .dialog-box{pointer-events:none!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-menu-button-popup .vjs-menu .vjs-menu-content{padding:0!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .video-title{width:100%;height:30px;z-index:2;position:absolute;top:calc(100% - 30px);left:0;background-color:#101010;font-size:14px;color:#fff;padding-left:16px;padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .video-title>div{overflow-x:hidden}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .video-title>div div{white-space:nowrap;display:inline-block}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .video-title .animate-title{white-space:nowrap;-webkit-animation:title-move var(--scroll-duration) linear infinite;animation:title-move var(--scroll-duration) linear infinite}@-webkit-keyframes title-move{0%,12%{margin-left:0;-webkit-transform:translateX(0);transform:translateX(0)}100%{margin-left:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes title-move{0%,12%{margin-left:0;-webkit-transform:translateX(0);transform:translateX(0)}100%{margin-left:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.parent-group.xml-single-video-group .xml-video-player .video-player.vjs-custom-skin .video-js{height:100%;padding-top:0}.parent-group.xml-single-video-group .xml-video-player .video-player.vjs-custom-skin.with-bottom-title .video-js .vjs-control-bar{bottom:30px}.xml-video-container .fixed-ratio-container,.xml-video-player .fixed-ratio-container{padding-bottom:56.25%;position:relative}.xml-video-container .fixed-ratio-container::before,.xml-video-player .fixed-ratio-container::before{content:"";display:block;position:absolute;width:100%;height:1.2px;top:-1px;background-color:#FFF;z-index:2}.xml-video-container .fixed-ratio-container.with-under-title+.video-title--under,.xml-video-player .fixed-ratio-container.with-under-title+.video-title--under{word-break:break-all;padding:4px 2px 0}.xml-video-container .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js,.xml-video-player .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js{height:100%;padding-top:0}.xml-video-container .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::before,.xml-video-player .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::before{content:"";display:block;position:absolute;height:100%;left:-1px;width:1.5px;background-color:#FFF;z-index:2}.xml-video-container .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::after,.xml-video-player .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::after{content:"";display:block;position:absolute;height:100%;right:-.5px;width:1px;background-color:#FFF;z-index:2}.xml-video-container .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder).is-edit-mode .video-js.vjs-fluid .vjs-poster,.xml-video-container .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder).is-edit-mode .video-js.vjs-fluid .vjs-tech,.xml-video-player .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder).is-edit-mode .video-js.vjs-fluid .vjs-poster,.xml-video-player .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder).is-edit-mode .video-js.vjs-fluid .vjs-tech{pointer-events:none}.xml-modal-player__wrapper .vjs-no-select .vjs-progress-control.vjs-control,.xml-modal-player__wrapper .xml-video-player .vjs-no-select .vjs-progress-control.vjs-control,.xml-modal-viewer__wrapper .vjs-no-select .vjs-progress-control.vjs-control,.xml-modal-viewer__wrapper .xml-video-player .vjs-no-select .vjs-progress-control.vjs-control,.xml-video-container .fixed-ratio-container .video-player.vjs-no-select .vjs-progress-control.vjs-control,.xml-video-player .fixed-ratio-container .video-player.vjs-no-select .vjs-progress-control.vjs-control{pointer-events:none!important}.xml-video-container .fixed-ratio-container+.fixed-ratio-container,.xml-video-player .fixed-ratio-container+.fixed-ratio-container{margin-top:10px}.xml-video-container .fixed-ratio-container .video-js .vjs-mute-control,.xml-video-player .fixed-ratio-container .video-js .vjs-mute-control{padding-left:0;padding-right:0}.xml-video-container .fixed-ratio-container .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.xml-video-player .fixed-ratio-container .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{left:-3em}.xml-video-container .content-block,.xml-video-player .content-block{padding:8px 20px}.xml-video-container .content-block .content,.xml-video-player .content-block .content{max-height:300px;overflow-y:scroll}.xml-video-container.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::after,.xml-video-container.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::before,.xml-video-container.block-checked .fixed-ratio-container::before,.xml-video-player.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::after,.xml-video-player.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::before,.xml-video-player.block-checked .fixed-ratio-container::before{background-color:#418EED}.xml-video-container .xml-video__wrapper,.xml-video-player .xml-video__wrapper{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fbfbfb;border-radius:8px}.xml-video-container .xml-video__wrapper video,.xml-video-player .xml-video__wrapper video{width:100%;height:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:750px){.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin:not(.is-demo-mode) .video-js .vjs-big-play-button,.player-dialog .xml-modal-player__wrapper .xml-video-player .video-js .vjs-big-play-button{width:60px!important;height:60px!important;line-height:57px!important;margin-left:-30px!important;margin-top:-30px!important}}.xml-single-question-group .group-content{width:100%}.xml-single-question-group .group-content .xml-arrange-in-a-row{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-question-group .group-content .xml-arrange-in-a-row .option-item{margin:0 14px 0 0}.preview-tree-box-h5-tree,.xml-single-question-group .option-item+.option-item{margin-top:16px}.xml-single-question-group .group-content .el-textarea__inner{background:var(--reader-theme-secondary-color,initial);border-color:var(--reader-theme-secondary-color,initial);color:var(--reader-theme-font-color,inherit)}.xml-single-question-group .content{width:100%}.xml-single-question-group .content .stem-content{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer;color:var(--reader-theme-font-color,inherit)}.xml-single-question-group .content .stem-content.no-border{padding:0;border:none;cursor:default}.xml-single-question-group .content .stem-content .placeholder{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xml-single-question-group .answer-cloze-input,.xml-single-question-group .option-item{background:var(--reader-theme-secondary-color,#fbfbfb);color:var(--reader-theme-font-color,inherit)}.xml-single-question-group .option-item{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:6px;padding-left:16px;cursor:pointer;-webkit-transition:all ease .3s;transition:all ease .3s;border:1px solid var(--reader-theme-secondary-color,#fbfbfb)}.xml-single-question-group .option-item.isActive{border-color:#2e9adb}.xml-single-question-group .option-item .questionSeq{padding:8px 0}.xml-single-question-group .option-item.isTrue{border:1px solid #70b603}.xml-single-question-group .option-item.isTrue .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.xml-single-question-group .option-item.isFalse{border:1px solid #d9001b}.xml-single-question-group .option-item.isFalse .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.xml-single-question-group .option-item:hover{background:#ddd}.xml-single-question-group .option-item .content{cursor:pointer}.xml-single-question-group .option-item .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.xml-single-question-group .file-render{width:100%}.xml-single-question-group .file-render .image-file{width:218px;-o-object-fit:scale-down;object-fit:scale-down}.xml-single-question-group .file-render .video-file{width:408px}.xml-single-question-group .file-render .file-render{width:100%}.xml-single-question-group .file-render .file-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.xml-single-question-group .file-render .file-info.videoHandler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-question-group .file-render .file-info.videoHandler .fileName{font-size:18px;color:#333;margin-bottom:19px}.xml-single-question-group .file-render .file-info.videoHandler .fileInfo{font-size:14px;color:#666;margin-bottom:19px}.xml-single-question-group .file-render .audio .audio-icon{width:36px;height:36px;margin-right:20px}.xml-single-question-group .file-render .audio .audio-icon img{width:100%;height:100%;display:block}.xml-single-question-group .file-render .audio .audio-controls{width:100%;max-width:200px;-webkit-box-flex:1;-ms-flex:1;flex:1;height:36px}.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler,.xml-single-question-group .file-render .audio .audio-controls .audio-controls--progress{width:100%}.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler{line-height:1}.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler .play{font-size:24px}.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler .play .play-handler{width:22px;height:22px;display:block;cursor:pointer}.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler .current-time,.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler .total-time{font-size:12px;color:#333}.xml-single-question-group .file-render .play-handler.mobile{width:20px;height:20px}.xml-single-question-group .file-render .audio-component{display:none}.xml-single-question-group .file-render .el-slider__runway{margin:0 0 4px;background:#e3e3e3;height:4px}.xml-single-question-group .file-render .el-slider__bar{height:4px}.xml-single-question-group .file-render .el-slider__button{width:10px;height:10px}.xml-single-question-group .file-render .el-slider__button-wrapper{top:-15px}.xml-single-question-group .file-render .file-render--video ::v-deep .el-dialog__header{padding:10px}.xml-single-question-group .file-render .file-render--video .video-content{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.xml-single-question-group .file-render .file-render--video .video-content .play{position:absolute;left:50%;top:50%;cursor:pointer;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.xml-single-question-group .file-render .file-render--video .video-mask{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.xml-single-question-group .file-render .file-render--video .video-mask img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50% -50%);transform:translate(-50% -50%);display:block}.xml-single-question-group .file-render .file-render--video .video-player{width:100%}.xml-single-question-group .flex-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-single-question-group .AIbtn{cursor:pointer;padding-left:16px;margin-top:5px}.xml-single-question-group .shop-item-img img{width:100%}.xml-single-question-group .group-content{padding-bottom:14px}.xml-single-question-group .group-content-box{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:12px}.xml-single-question-group .group-content-box .question-number{line-height:28px;padding-right:4px}.xml-single-question-group .group-content-box .stem{width:100%}.xml-single-question-group .question-label{padding-top:8px}.xml-single-question-group .border-bottom{margin-bottom:10px;border-bottom:2px dashed #ececec}.xml-single-question-group .answer-cloze-input{margin-bottom:8px;width:100%;padding:6px 10px;border-radius:4px;border-color:var(--reader-theme-secondary-color,initial)}.xml-single-question-group td,.xml-single-question-group th{border:1px solid #ddd;padding:8px;word-wrap:break-word;min-width:60px;text-align:center;font-size:14px}.xml-single-question-group th{background:#e6f0f4;font-weight:700}.xml-single-question-group .xml-input-question-answer-table{padding:8px;overflow-x:auto}.xml-single-question-group .xml-input-question-answer-table table{min-width:700px;border-collapse:collapse;table-layout:fixed}.xml-single-question-group .xml-input-question-answer-table td,.xml-single-question-group .xml-input-question-answer-table th{border:1px solid #ddd;padding:8px;word-wrap:break-word;min-width:60px;text-align:center;font-size:14px}.xml-single-question-group .xml-input-question-answer-table th{background:#135096;font-weight:700;color:#fff}.xml-single-question-group .xml-input-question-answer-table td input{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:1.5;-webkit-transition:all .3s ease;transition:all .3s ease;background:#fff}.xml-single-question-group .xml-input-question-answer-table td input:focus{border-color:#40a9ff;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2);outline:0}@media screen and (max-width:768px){.xml-single-question-group .xml-input-question-answer-table{padding:4px}.xml-single-question-group table{font-size:14px}.xml-single-question-group td input{font-size:13px;padding:4px 6px}}.xml-single-question-group sub,.xml-single-question-group sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.xml-single-question-group sub{bottom:-.5em}.xml-single-question-group sup{top:-.5em}.parent-group.xml-single-resource-group .preview-container-resource .workbench-shop-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-resource-group .preview-container-resource .shop-item-desc .shop-item-desc-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-break:break-all}.parent-group.xml-single-resource-group .preview-container-resource-editor .shop-item-desc .shop-item-desc-detail .pointer,.parent-group.xml-single-resource-group .preview-container-resource-editor .shop-item-desc .shop-item-desc-title,.parent-group.xml-single-resource-group .preview-container-resource-editor .shop-item-img{cursor:unset}.parent-group.xml-single-resource-group .preview-container-resource-demo .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px!important}.parent-group.xml-single-resource-group .preview-container-resource-demo .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;width:70px!important;height:70px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.parent-group.xml-single-resource-group .preview-container-resource-demo .shop-item-img .shop-item-img-resource{width:84%!important;height:100%!important}.parent-group.xml-single-resource-group .preview-container-resource-demo .shop-item-desc .shop-item-desc-title{font-size:14px!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-break:break-all}.parent-group.xml-single-resource-group .preview-container-resource-demo .shop-item-desc .shop-item-desc-detail{font-size:12px!important}.parent-group.xml-single-resource-group .preview-container-resource-demoBottom .workbench-shop-item{padding:5px}.parent-group.xml-single-resource-group .preview-container-resource-demoBottom .style-mode__item--body.xml-group-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100px}code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:2em 1em 1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0;border-radius:4px}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{position:relative;padding-left:3.3em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.3em;width:2.8em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}div.code-toolbar:focus-within>.toolbar,div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{border:0;font:inherit;line-height:normal;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit strong,.parent-group .richtext-reset-container .richtext-reset-wrapper--view strong,.parent-group .text-container .richtext-reset-wrapper--edit strong,.parent-group .text-container .richtext-reset-wrapper--view strong,.xml-text-preview-box-dialog strong,body strong{font-weight:900}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}.video-js button,div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}div.code-toolbar>.toolbar>.toolbar-item+.toolbar-item{margin-left:6px}.parent-group.xml-single-text-group .text-container table{border-collapse:collapse;margin:10px auto;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;border:1px solid #797979}.parent-group.xml-single-text-group .text-container table td,.parent-group.xml-single-text-group .text-container table th{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.parent-group.xml-single-text-group .text-container table th,.parent-group.xml-single-text-group .text-container table tr.firstRow td{color:#353535;background-color:#ececec}.parent-group.xml-single-text-group .text-container p{word-break:break-word;margin:0}.parent-group.xml-single-text-group .text-container span.inline-link-wrap{text-indent:initial}.parent-group.xml-single-text-group .text-container a.alertImg>img{width:1px!important;height:1px!important}.parent-group.xml-single-text-group .text-container .inline-audio-wrap,.parent-group.xml-single-text-group .text-container .inline-link-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-text-group .text-container .inline-audio-wrap span,.parent-group.xml-single-text-group .text-container .inline-link-wrap span{display:inline-block;text-indent:0!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit,.parent-group .richtext-reset-container .richtext-reset-wrapper--view,.parent-group .text-container .richtext-reset-wrapper--edit,.parent-group .text-container .richtext-reset-wrapper--view{--default-font-family:"Times New Roman",微软雅黑,"Mircosoft Yahei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--reader-theme-font-family,var(--default-font-family));font-size:16px;color:#333;line-height:1.5;overflow-x:auto}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.parent-group .text-container .richtext-reset-wrapper--edit p,.parent-group .text-container .richtext-reset-wrapper--view p{font-size:var(--reader-theme-font-size,16px);line-height:var(--reader-theme-line-height,2);letter-spacing:var(--reader-theme-letter-spacing,0);color:#333;word-break:break-word;text-align:justify;text-indent:2em}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .richtext-reset-container .richtext-reset-wrapper--view p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--view p:not([style~=background-color\:]){color:var(--reader-theme-font-color,#333)}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p+img,.parent-group .text-container .richtext-reset-wrapper--edit p+img,.parent-group .text-container .richtext-reset-wrapper--view p+img{margin-top:8px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p span,.parent-group .text-container .richtext-reset-wrapper--edit p *,.parent-group .text-container .richtext-reset-wrapper--edit p span,.parent-group .text-container .richtext-reset-wrapper--view p *,.parent-group .text-container .richtext-reset-wrapper--view p span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ol,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ol,.parent-group .text-container .richtext-reset-wrapper--view ul{list-style-position:inside}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .text-container .richtext-reset-wrapper--view ol>li>p,.parent-group .text-container .richtext-reset-wrapper--view ul>li>p{display:contents}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit video,.parent-group .richtext-reset-container .richtext-reset-wrapper--view video,.parent-group .text-container .richtext-reset-wrapper--edit video,.parent-group .text-container .richtext-reset-wrapper--view video{display:inline-block}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6 span,.parent-group .text-container .richtext-reset-wrapper--edit h1,.parent-group .text-container .richtext-reset-wrapper--edit h1 span,.parent-group .text-container .richtext-reset-wrapper--edit h2,.parent-group .text-container .richtext-reset-wrapper--edit h2 span,.parent-group .text-container .richtext-reset-wrapper--edit h3,.parent-group .text-container .richtext-reset-wrapper--edit h3 span,.parent-group .text-container .richtext-reset-wrapper--edit h4,.parent-group .text-container .richtext-reset-wrapper--edit h4 span,.parent-group .text-container .richtext-reset-wrapper--edit h5,.parent-group .text-container .richtext-reset-wrapper--edit h5 span,.parent-group .text-container .richtext-reset-wrapper--edit h6,.parent-group .text-container .richtext-reset-wrapper--edit h6 span,.parent-group .text-container .richtext-reset-wrapper--view h1,.parent-group .text-container .richtext-reset-wrapper--view h1 span,.parent-group .text-container .richtext-reset-wrapper--view h2,.parent-group .text-container .richtext-reset-wrapper--view h2 span,.parent-group .text-container .richtext-reset-wrapper--view h3,.parent-group .text-container .richtext-reset-wrapper--view h3 span,.parent-group .text-container .richtext-reset-wrapper--view h4,.parent-group .text-container .richtext-reset-wrapper--view h4 span,.parent-group .text-container .richtext-reset-wrapper--view h5,.parent-group .text-container .richtext-reset-wrapper--view h5 span,.parent-group .text-container .richtext-reset-wrapper--view h6,.parent-group .text-container .richtext-reset-wrapper--view h6 span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ul{-webkit-padding-start:32px!important;padding-inline-start:32px!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--view .float-clear::after{content:""}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear img,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .text-container .richtext-reset-wrapper--view .float-clear img{margin:5px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--view .span.magic-link{display:inline;text-indent:initial}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .richtext-reset-container .richtext-reset-wrapper--view span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--view span.magic-fillchar{display:inline-block;min-width:1px;max-width:1px}.parent-group .richtext-reset-container{overflow:hidden}.xml-text-preview-box-dialog .el-dialog__header{display:none!important}.xml-text-preview-box-dialog table tr.firstRow td{color:#353535;background-color:#ececec}.xml-text-preview-box-dialog table td{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.xml-text-preview-box-dialog p{font-size:16px;line-height:1.5;color:#333;word-break:break-word}.xml-text-preview-box-dialog p+img{margin-top:8px}.xml-text-preview-box-dialog p *{word-break:initial}.xml-text-preview-box-dialog p span,body h1,body h1 span,body h2,body h2 span,body h3,body h3 span,body h4,body h4 span,body h5,body h5 span,body h6,body h6 span,body p,body p span{word-break:break-word}.xml-text-preview-box-dialog .float-clear::after{content:"";display:table;clear:both}.xml-text-preview-box-dialog .float-clear img{margin:5px}.preview-counter-main-pc .xml-reader-window-box .tippy-content{background-color:#eeeeef;border-radius:4px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15)}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#eeeeef;color:#535353}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.preview-counter-main-pc .xml-reader-window-box .tipbar-action{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;margin-right:4px;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.addTeacherResources{background-image:url(../../static/images/icons/richtext/addTeacherResources.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-separator{margin:0 6px}.preview-counter-main-pc .xml-reader-window-box .tipbar-remark{display:inline-block;margin-left:15px;font-size:12px;line-height:30px}.preview-counter-main-pc .xml-reader-window-box .tipnote.tipnote-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:340px;background-color:#eeeeef;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#535353;min-width:320px;padding:8px 6px 4px}.preview-counter-main-pc .xml-reader-window-box .tipnote-title{width:100%;line-height:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-textarea{width:100%;margin-top:10px;border:none;border-radius:4px;padding:4px 6px;resize:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-footer{width:100%;margin-top:10px;text-align:right}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn{display:inline-block;padding:4px 12px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap{position:relative;pointer-events:auto}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled{-webkit-filter:brightness(1.75);filter:brightness(1.75)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled .btn-edit{-webkit-filter:brightness(1);filter:brightness(1);pointer-events:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.5;z-index:1;cursor:not-allowed}.xml-digital-teaching-phone .xml-reader-window-box .tippy-box{border-radius:12px}.xml-digital-teaching-phone .xml-reader-window-box .tippy-box[data-placement^=top]>.tippy-arrow::before{border-top-color:#333!important}.xml-digital-teaching-phone .xml-reader-window-box .tippy-content{background-color:#333;border-radius:12px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);position:relative}.xml-digital-teaching-phone .xml-reader-window-box .tippy-content .tipbar-remark{color:#FFF}.xml-digital-teaching-phone .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#333;color:#FFF;font-size:10px}.xml-digital-teaching-phone .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;align-items:center;padding:4px 6px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-separator--mobile{height:0;width:100%;position:absolute;border-bottom:1px dashed #FFF;top:20px;left:0}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-remark--mobile{display:block;width:100%;text-align:center;font-size:8px;padding:2px 0 6px}.xml-reader-phone-mark-note-popup .mark-note__wrap{padding:15px;background-color:#FFF;width:100%;border-radius:6vw 6vw 0 0;-webkit-transition:padding-bottom .24s;transition:padding-bottom .24s}.xml-reader-phone-mark-note-popup .mark-note__selection{margin:15px 15px 10px;width:calc(100% - 30px);background-color:#FFF;border-radius:12px;padding:12px 20px}.xml-reader-phone-mark-note-popup .mark-note__selection>div{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;width:100%}.xml-reader-phone-mark-note-popup .mark-note__textarea{width:100%;border:none;border-radius:5vw;padding:12px 20px;resize:none;font-size:16px;line-height:1.5;color:#535353;background-color:#F6F6F6}.xml-reader-phone-mark-note-popup .mark-note__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:12px}.xml-reader-phone-mark-note-popup .mark-note__count{font-size:12px;color:#666}.xml-reader-phone-mark-note-popup .mark-note__delete{margin-left:auto;background-color:#FF2F10;color:#FFF;padding:6px 12px;border-radius:5vw;font-size:14px;cursor:pointer}.xml-reader-phone-mark-note-popup .mark-note__confirm{display:inline-block;padding:6px 12px;border-radius:5vw;background-color:#F6F6F6;margin-left:10px;color:#999;font-size:14px;cursor:pointer}.xml-reader-phone-mark-note-popup .mark-note__confirm.enable{background-color:#0D3B8B;color:#FFF}.xml-reader-phone-mark-note-popup.toolbar-show .mark-note__wrap{padding-bottom:100px}.xml-reader-phone-mark-note-popup.toolbar-show.keyboard-show .mark-note__wrap{padding-bottom:45px}@counter-style num1{system:fixed;symbols:"1)" "2)" "3)" "4)" "5)" "6)" "7)" "8)" "9)" "10)" "11)" "12)" "13)" "14)" "15)" "16)" "17)" "18)" "19)" "20)";suffix:" "}@counter-style num2{system:fixed;symbols:"(1)" "(2)" "(3)" "(4)" "(5)" "(6)" "(7)" "(8)" "(9)" "(10)" "(11)" "(12)" "(13)" "(14)" "(15)" "(16)" "(17)" "(18)" "(19)" "(20)";suffix:" "}@counter-style cn{system:fixed;symbols:"一." "二." "三." "四." "五." "六." "七." "八." "九." "十." "十一." "十二." "十三." "十四." "十五." "十六." "十七." "十八." "十九." "二十.";suffix:" "}@counter-style cn1{system:fixed;symbols:"一)" "二)" "三)" "四)" "五)" "六)" "七)" "八)" "九)" "十)" "十一)" "十二)" "十三)" "十四)" "十五)" "十六)" "十七)" "十八)" "十九)" "二十)";suffix:" "}@counter-style cn2{system:fixed;symbols:"(一)" "(二)" "(三)" "(四)" "(五)" "(六)" "(七)" "(八)" "(九)" "(十)" "(十一)" "(十二)" "(十三)" "(十四)" "(十五)" "(十六)" "(十七)" "(十八)" "(十九)" "(二十)";suffix:" "}.parent-group.xml-single-hotzone-group .xml-hotzone-container{position:relative}.parent-group.xml-single-hotzone-group .xml-hotzone-container .fixed-ratio-container{width:100%}.parent-group.xml-single-hotzone-group .xml-hotzone-container .fixed-ratio-container+.fixed-ratio-container{margin-top:10px}.parent-group.xml-single-hotzone-group .xml-hotzone-container .image-title--bottom{font-size:14px;color:#FFF;position:absolute;bottom:0;left:0;z-index:3;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:rgba(0,0,0,.4);padding:5px 10px}.parent-group.xml-single-hotzone-group .xml-hotzone-container .image-title--under{font-size:16px;color:#333;margin-top:10px;width:100%;overflow:hidden;white-space:normal;word-break:break-all}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone__wrapper{width:100%;height:100%;top:1px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fbfbfb;border-radius:0}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box{width:100%;height:100%}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap{position:relative}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-u-img{display:block;width:100%;max-width:100%;height:auto;max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-slider,.xml-digital-teaching-preview,.xml-digital-teaching-preview .code-toolbar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-area{position:absolute;top:0;right:0;bottom:0;left:0;overflow-x:hidden}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap.editing .hz-m-area{cursor:crosshair}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box{position:relative;width:100%;height:100%;background-color:rgba(0,0,0,.2);border:1px dashed rgba(30,30,40,.6);font-size:12px;cursor:pointer;color:#fff;overflow:visible}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box>li{position:absolute;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box:hover .hz-u-square{display:block}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-item{position:absolute;display:block}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-item.hz-m-item-selected .hz-m-box{-webkit-box-shadow:0 0 0 1px #409eff;box-shadow:0 0 0 1px #409eff;border-width:0;background-color:rgba(100,150,240,.3)}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-item.hz-m-item-selected .hz-m-box .hz-u-close{display:-webkit-box;display:-ms-flexbox;display:flex}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-item.in-editor .hz-m-box{cursor:auto}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap.hz-z-hidden>li{display:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-u-index{display:block;top:50%;left:50%;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:85%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:16px;font-size:12px}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-u-close{top:-7px;right:-7px;background-color:#C5C5C5;width:14px;height:14px;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;z-index:11}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-u-close .hz-u-close-icon{display:block;fill:#fff;width:12px;height:12px}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square{width:6px;height:6px;opacity:.8;z-index:10;display:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square:after{content:"";position:absolute;top:0;left:0;width:6px;height:6px;border-radius:1px;background-color:#409eff}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-tl{top:-3px;left:-3px;cursor:nw-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-tc{top:-3px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);cursor:n-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-tr{top:-3px;right:-3px;cursor:ne-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-cl{top:50%;left:-3px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:w-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-cr{top:50%;right:-3px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:w-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-bl{bottom:-3px;left:-3px;cursor:sw-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-bc{bottom:-3px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);cursor:s-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-br{bottom:-3px;right:-3px;cursor:se-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap{font-size:12px}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal li,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal ol,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal ul,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap li,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap ol,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap ul{margin:0;padding:0}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal ol,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal ul,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap ol,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap ul{list-style:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal a,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap a{text-decoration:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal a:hover,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap a:hover{text-decoration:underline}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal p,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap p{-webkit-margin-before:0;-webkit-margin-after:0}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal input[type=checkbox],.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap input[type=checkbox]{cursor:pointer}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .workbench-shop-item{padding:5px 10px}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .workbench-shop-item .shop-item-img-resource-first{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:19.97%;height:auto}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .workbench-shop-item .shop-item-img-resource-first img{width:100%;height:auto!important}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .workbench-shop-item .shop-item-desc{-webkit-box-flex:1;-ms-flex:1;flex:1}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .styleB.workbench-shop-item{position:relative}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .styleB.workbench-shop-item .shop-item-img{position:absolute;top:5px;bottom:5px;height:98px;width:89px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom .workbench-shop-item.styleB .shop-item-img{height:50px;width:50px}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom .workbench-shop-item.styleB iframe{height:50px!important}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom .workbench-shop-item.styleB .title{padding:10px 0}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom .ebook_style_4{height:100px;margin:0}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom .shop-item-img-resource-first{width:25.97%!important}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom.resource-box-sytleC .workbench-shop-item .shop-item-img-resource{width:60px;height:60px}.parent-group.xml-single-layout-group .xml-grid-layout__container{min-height:200px}.parent-group.xml-single-layout-group .xml-grid-layout__area-box{min-width:0;overflow:hidden;position:relative}.parent-group.xml-single-layout-group .xml-grid-layout__area-box--spare{-webkit-transition:all 240ms ease-in-out;transition:all 240ms ease-in-out}.parent-group.xml-single-layout-group .xml-grid-layout__area-box--spare.is-in-editor{cursor:pointer;border:1px solid transparent}.parent-group.xml-single-layout-group .xml-grid-layout__area-box--spare.is-in-editor:hover{border-color:var(--areabox-color)}.parent-group.xml-single-layout-group .xml-grid-layout__area-box.inject-active .xml-grid-layout__control{top:1px;-webkit-transform:scale(1);transform:scale(1);border-bottom-left-radius:100px;border-bottom-right-radius:100px}.parent-group.xml-single-layout-group .xml-grid-layout__control{position:absolute;top:-999px;left:calc(25% + 10px);z-index:1;width:calc(50% - 20px);display:block;-webkit-transform:scale(.1);transform:scale(.1);background-color:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(6px) brightness(.85);backdrop-filter:blur(6px) brightness(.85);border:0 solid rgba(255,255,255,.18);-webkit-box-shadow:rgba(142,142,142,.5) 0 6px 15px 0;box-shadow:rgba(142,142,142,.5) 0 6px 15px 0;border-bottom-left-radius:100%;border-bottom-right-radius:100%;color:rgba(255,255,255,.75);-webkit-transition:all 330ms cubic-bezier(.75,-.1,.15,1.15);transition:all 330ms cubic-bezier(.75,-.1,.15,1.15);overflow:hidden}.parent-group.xml-single-layout-group .xml-grid-layout__control.is-in-editor{display:block}.parent-group.xml-single-layout-group .xml-grid-layout__control-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding:6px 12px}.parent-group.xml-single-layout-group .xml-grid-layout__button{padding:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;font-size:13px;color:#353535;background-color:rgba(255,255,255,.85);border-radius:6px}.parent-group.xml-single-layout-group .xml-grid-layout__button .el-image{width:14px;height:14px;margin:0 auto}.parent-group.xml-single-layout-group .xml-grid-layout__inject-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:var(--justify-content,flex-start);-ms-flex-pack:var(--justify-content,flex-start);justify-content:var(--justify-content,flex-start);-webkit-box-align:var(--align-items,flex-start);-ms-flex-align:var(--align-items,flex-start);align-items:var(--align-items,flex-start)}.parent-group.xml-single-layout-group .xml-grid-layout__inject-wrap>div,.parent-group.xml-single-layout-group .xml-grid-layout__inject-wrap>parent-group{-webkit-box-flex:var(--component-flex,1);-ms-flex:var(--component-flex,1);flex:var(--component-flex,1)}.parent-group.xml-single-layout-group .xml-grid-layout__inject-wrap .vue-portal-target{width:100%}.xml-digital-teaching-preview{--reader-background-color:#fafafa;--reader-theme-color:#ffffff;user-select:none}.xml-digital-teaching-preview .parent-group{margin-top:var(--book-marginTop,0);padding:var(--book-padding,6px) 28px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.xml-digital-teaching-preview .xml-digital-teaching-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 10px 0;background:var(--reader-background-color);min-width:1200px;overflow-x:auto}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left{width:300px;height:calc(100vh - var(--xml-reader-nav-bar-height) - 12px);background-color:var(--reader-theme-color);padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .el-tree-node__content span{height:100%;line-height:30px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-tabs>.el-tabs__content{color:#6b778c;font-size:32px;font-weight:600}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__nav-wrap::after{position:static!important}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .node-student{cursor:pointer;position:relative}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .node-student .note-content-studentnode{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;white-space:normal;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .node-student .note-content-studentnodeFlex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:left;-ms-flex-align:left;align-items:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .node-student .flexOne{padding-right:23px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .node-student .expansion{margin:-23px 0 0 205px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .bookm-mark-student .note-content{font-weight:400;font-size:13px;margin-top:10px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc{position:relative;margin:0 auto;height:calc(100vh - var(--xml-reader-nav-bar-height) - 12px);width:820px;overflow:hidden;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .parent-group-mark .code-toolbar{width:742px;overflow-x:auto}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-Preview-dom{height:calc(100vh - var(--xml-reader-nav-bar-height) - 68px);overflow-y:auto}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc::-webkit-scrollbar{width:0!important}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box{width:100%;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block{position:relative}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block .add-teacher-resources{position:absolute;top:22px;left:-80px;display:none;width:92px;height:30px;background:#e3f2ff;border-radius:15px 0 0 15px;text-align:center;line-height:30px;font-family:PingFang SC;font-weight:400;font-size:12px;color:#3e8ced;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block .teacher-resources-number-pc{position:absolute;top:17px;right:0;width:60px;height:32px;padding:0 2px 0 42px;border-radius:0 16px 16px 0;background:#e3f2ff;background:linear-gradient(to right,transparent 0,transparent 40px,#e3f2ff 40px,#e3f2ff 60px);left:734px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block .teacher-resources-number-pc img{margin:10px auto;width:12px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block .teacher-resources-number-pc .number{position:absolute;top:-2px;right:-2px;padding:0 5px;background:#f04343;border-radius:5px;font-family:PingFang SC;font-weight:300;font-size:10px;color:#fff;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block:hover .show-add-teacher-resources,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block:hover .teacher-resources-number-pc{display:block}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:10;width:100%;height:56px;padding:0 20px;background-color:var(--reader-theme-color);border-bottom:2px solid #f2f2f2}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .text-book-title{width:calc(100% - 400px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC;font-weight:500;font-size:17px;color:#333}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .button-box{margin-right:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:78px;height:28px;background:#e3f2ff;border-radius:8px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#3e8ced;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .disabled{cursor:no-drop}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .grades{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:10px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .grades img{width:17px;height:22px;-o-object-fit:contain;object-fit:contain}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .grades span{display:inline-block;width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 6px;font-family:PingFang SC;font-weight:500;font-size:17px;color:#0d3b8b}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .set-up{margin:0 0 0 29px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .set-up img{width:34px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right{display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100vh - var(--xml-reader-nav-bar-height) - 12px);background-color:#fafafa;-webkit-box-shadow:0 0 10px 0 rgba(218,218,218,.8);box-shadow:0 0 10px 0 rgba(218,218,218,.8)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{width:260px;height:100%;background-color:#fafafa;margin-right:8px;padding:8px 0}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content{height:calc(100vh - var(--xml-reader-nav-bar-height) - 30px);overflow-y:scroll}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:60px;padding-top:18px;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.05);box-shadow:0 4px 10px 0 rgba(0,0,0,.05);border-radius:0 0 40px;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .toolbar-item{position:relative;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:86px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .toolbar-item .toolbar-icon{width:20px;height:20px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .toolbar-item div{padding-top:4px;font-family:PingFang SC;font-weight:400;font-size:12px;color:#666}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_01 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_02 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_03 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_04 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_05 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_06 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_07 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_08 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_09 div{color:#3e8ced;font-weight:600}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_01.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_02.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_03.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_04.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_05.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_06.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_07.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_08.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_09.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_01.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_02.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_03.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_04.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_05.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_06.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_07.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_08.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_09.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .select-toolbar{position:absolute;left:0;top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:8;width:60px;height:104px;-webkit-transition:top .3s;transition:top .3s}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .select-toolbar .toolbar{position:relative;width:100%;height:80px;border-radius:0 30px 30px 0;background-color:#ecf3fe}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .select-toolbar .toolbar::after{position:absolute;z-index:10;display:block;content:"";width:30px;height:30px;background:radial-gradient(circle at 30px 0,transparent 0 30px,#ecf3fe 29px);top:-30px;left:0}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .select-toolbar .toolbar::before{position:absolute;z-index:10;display:block;content:"";width:30px;height:30px;background:radial-gradient(circle at 30px 30px,transparent 0 30px,#ecf3fe 29px);bottom:-30px;left:0}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{position:absolute;z-index:10;display:block;content:"";width:30px;height:30px;background:radial-gradient(circle at 30px 30px,transparent 0 30px,#f7f7f7 29px);-webkit-filter:drop-shadow(3px 7px 12px #b1b1b1);filter:drop-shadow(3px 7px 12px #b1b1b1);bottom:-30px;left:0}.xml-digital-teaching-preview .xml-digital-teaching-pc .xml-seach-item-text{border-bottom:1px solid rgba(0,0,0,.1);padding:8px 8px 14px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .tippy-box{max-width:inherit!important}.xml-digital-teaching-preview .xml-reader-page-mode .preview-counter-main-pc .preview-list-pc .xml-reader-window-Preview-dom{height:calc(100vh - var(--xml-reader-nav-bar-height) - 126px)}.xml-digital-teaching-preview .xml-reader-page-mode .preview-counter-main-pc .preview-counter-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-top:10px}.xml-digital-teaching-preview .xml-reader-page-mode .preview-counter-main-pc .preview-counter-footer .xml-progress{width:calc(100% - 160px)}.xml-digital-teaching-preview .xml-reader-page-mode .preview-counter-main-pc .preview-counter-footer .btn-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:140px}.xml-digital-teaching-preview .xml-reader-page-mode .preview-counter-main-pc .preview-counter-footer .btn-list .btn-item{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:38px;height:28px;background:#6e84f5;border-radius:8px;border:1px solid #efefef;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:20px;color:#fff;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc{width:100%;height:100%;overflow-y:auto;padding:0 8px;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse{border:none}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse-item{margin-bottom:26px;background-color:var(--reader-theme-color);-webkit-box-shadow:0 1px 10px 0 rgba(218,218,218,.8);box-shadow:0 1px 10px 0 rgba(218,218,218,.8);border-radius:4px;overflow:hidden;border:2px solid #fff}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse-item .el-collapse-item__header{position:sticky;top:0;left:0;height:30px;padding:0 0 0 10px;background:#7f9eb2;font-family:PingFang SC;font-weight:400;font-size:13px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse-item .is-active{background:#3e8ced;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:2px solid #3e8ced}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse-item .el-collapse-item__content{padding-bottom:0}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse-item .collapse-title{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list{padding:12px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#f8fbff;width:100%}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:4px;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:13px;color:#333;width:100%;padding:2px 8px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item.graph-item{display:block;margin-bottom:0}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item.graph-item .graph-item__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item.graph-item .graph-item__title .resource-title{color:#009dff;max-width:calc(100% - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item.graph-item .graph-item__viewer{width:100%;height:140px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item.graph-item+.graph-item{margin-top:12px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .flie-title{padding:0 0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .teacher-flie-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0e3c8c;font-weight:600}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .xml-note-header .el-icon-more,.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header .el-icon-more{color:#fff}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-title{width:100%}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:8px 0}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon{width:23px;height:17px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .isPlay{position:relative}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .isPlay::after{content:"";display:block;position:absolute;top:0;right:0;background-color:var(--reader-background-color);width:16px;height:17px;-webkit-animation:myfirst2 1.2s infinite;animation:myfirst2 1.2s infinite}@-webkit-keyframes myfirst2{from{width:16px}to{width:0}}@keyframes myfirst2{from{width:16px}to{width:0}}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon_01{background-image:url(../../static/images/icons/resource/icon_01.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon_02{background-image:url(../../static/images/icons/resource/icon_02.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon_03{background-image:url(../../static/images/icons/resource/icon_03.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon_04{background-image:url(../../static/images/icons/resource/icon_04.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon_05{background-image:url(../../static/images/icons/resource/icon_05.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-icon{margin-left:6px;width:18px;height:18px;cursor:pointer;background-image:url(../../static/images/icons/resource/positioning.png);background-size:16px 16px;background-repeat:no-repeat;background-position:50% 50%}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-icon:hover{background-image:url(../../static/images/icons/resource/positioning.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-icon3{position:absolute;top:0!important;left:70px!important;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-icon4{position:absolute;top:13px!important;left:203px!important;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .hoverImgStyle{position:absolute;top:106px!important;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .hoverStyle{position:absolute;top:0!important;left:203px!important;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .flex-column{padding-bottom:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .learning-tools-item{width:100%;padding:8px 0;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note{padding-bottom:4px;-webkit-box-shadow:0 1px 10px 0 rgba(218,218,218,.8);box-shadow:0 1px 10px 0 rgba(218,218,218,.8);border-radius:4px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .xml-note-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;padding:0 6px;background:#a8bbc8;border-radius:4px 4px 0 0}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .xml-note-header .note-icon{width:16px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .xml-note-header .eye{width:16px;margin-left:155px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .delete-btn .delete-btn-item{height:14px;width:14px;background-repeat:no-repeat;background-image:url(../../static/images/icons/resource/delete-student.png);cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .note-content{width:100%;background-color:#fff;padding:4px 8px;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:47%;height:106px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .el-dialog__header{display:none}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:76px;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .cover img{max-width:100%;max-height:100%}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .image-title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .image-title-box .image-title{cursor:pointer;width:80px;opacity:.6;text-align:center;line-height:13px;font-family:PingFang SC;font-weight:800;font-size:12px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource{width:100%;padding:4px 6px;background-color:#fff}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource .teaching-resource-item{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;background:#fff;-webkit-box-shadow:0 1px 10px 0 rgba(218,218,218,.8);box-shadow:0 1px 10px 0 rgba(218,218,218,.8);border-radius:4px;border:2px solid #fff}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource .teaching-resource-item .resource-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:164px;color:#0d3b8b}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource .teaching-resource-item .resource-title-width{width:120px;margin-left:4px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource .teaching-resource-item img{margin-left:6px;width:12px;cursor:pointer;vertical-align:middle}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource .xml-current-resources{border:2px solid #3e8ced;color:#3e8ced}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .current-teacher-resources{-webkit-animation:backgroundColor 4s ease;animation:backgroundColor 4s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes backgroundColor{from{background-color:#409ef0}to{background-color:#c8e5ff}}@keyframes backgroundColor{from{background-color:#409ef0}to{background-color:#c8e5ff}}.xml-digital-teaching-preview .xml-resource-list-pc .no-data{margin:130px 30px;width:188px}.xml-digital-teaching-preview .xml-resource-list-pc .el-dialog__header{display:none!important}.xml-digital-teaching-preview .xml-resource-list-pc .el-dialog__body{padding:0}.xml-digital-teaching-preview .xml-preview-catalog-pc{overflow-y:auto;width:100%;height:calc(100vh - var(--xml-reader-nav-bar-height) - 40px);padding:0!important}.xml-digital-teaching-preview .xml-preview-catalog-pc .xml-text-book-name{font-family:PingFang SC;font-weight:400;font-size:18px;color:#333;text-align:center;padding:0 8px 14px 0;background:#fff;position:sticky;top:52px;left:0;z-index:99;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-preview-catalog-pc .xml-text-book-name span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header{position:sticky;top:0;left:0;background:#fff;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:52px;padding:12px 0 20px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-title{padding:0 14px;font-family:PingFang SC;font-weight:500;font-size:16px;color:#4994fb}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img{width:12px;height:18px;background-size:100% 100%}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img-left{background-image:url(../../static/images/icons/books/catalog_left.png)}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img-right{background-image:url(../../static/images/icons/books/catalog_right.png)}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalogHeaderHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:sticky;top:0;left:0;z-index:99;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-parent-group-block .add-teacher-resources,.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__expand-icon,.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__expand-icon::before{display:none}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content{font-size:14px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__content{position:relative;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .is-current>.el-tree-node__content{position:relative;background:linear-gradient(88deg,#e3f2ff 0,#f9fcff 100%);border-radius:6px 0 0 6px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .is-current>.el-tree-node__content::after{position:absolute;top:5px;left:0;content:"";display:block;width:3px;height:20px!important;background:#4994fb}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .custom-tree-node{font-style:14px;font-weight:400;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;display:block!important}.xml-digital-teaching-preview .exceeding_the_trial_reading{position:absolute;top:0;right:0;z-index:99;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.1);background-image:url(../../static/images/icons/resource/lock.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:100% 50%}.xml-digital-teaching-preview .xml-digital-teaching-phone{height:calc(100vh - var(--xml-reader-nav-bar-height));background-color:#f5f5f5}.xml-digital-teaching-preview .xml-digital-teaching-phone .xmlmback{position:absolute;top:122px;left:137px;z-index:1;padding-top:5px}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-reader-window-box{-webkit-touch-callout:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-reader-window-box .xml-reader-content{padding-bottom:85px}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list{width:100%;height:calc(100vh - var(--xml-reader-nav-bar-height) - var(--vh-offset,0px));background-color:var(--reader-theme-color);-ms-scroll-chaining:none;overscroll-behavior:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list .xml-reader-window-Preview-dom{height:calc(100vh - var(--xml-reader-nav-bar-height) - var(--vh-offset,0px));overflow-y:auto}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list .xml-reader-window-Preview-dom .reader-content{padding-bottom:90px}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop{width:100%;height:80vh;background-color:#f6fbff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.1);box-shadow:0 0 16px 0 rgba(0,0,0,.1);border-radius:22px 22px 0 0;padding:10px 15px 34px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .xmlPreviewSearch-input{margin-top:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .xmlPreviewSearch-input input{padding:1px 20px;background:#f3f3f3;border:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .seach-text{background-color:#f6fbff;-webkit-box-shadow:none;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.1);padding:8px 0 14px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-parent-group-block{position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .el-collapse-item__content{padding-bottom:0;width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar{padding:0 16px;width:100%;position:fixed;top:0;left:0;z-index:99;pointer-events:all}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con{width:100%;height:42px;background:#dee9ff;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.05);box-shadow:0 0 10px 0 rgba(0,0,0,.05);border-radius:12px;padding:5px 12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .cur-name{width:70%;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#0d3b8b;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .search-box{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#0d3b8b;line-height:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .search-box .icon{width:16px;height:16px;margin-left:12px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content{width:100%;height:100%;position:fixed;top:0;left:0;z-index:3003;pointer-events:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;position:absolute;width:100%;bottom:0;left:0;background:#fff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.2);box-shadow:0 0 16px 0 rgba(0,0,0,.2);pointer-events:all;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:env(safe-area-inset-bottom);z-index:3003;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-transition:all .3s;transition:all .3s}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .btn-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:10px 24px 0}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .btn-list .btn-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;border-radius:8px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:24px;color:#0d3b8b;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .switch-chapters-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 34px 16px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;border-bottom:1px solid #f1f1f1}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .switch-chapters-content img{width:10px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .toolbar-phone-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333;line-height:22px;margin:10px 0 4px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_10 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_11 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_12 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_13 div{color:#3e8ced;font-weight:600}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .toolbar-phone-item .toolbar-icon{width:24px;height:24px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_10 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_10.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_11 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_11.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_12 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_12.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_13 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_13.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_10 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_10.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_11 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_11.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_12 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_12.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_13 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_13.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .catalog-pop{width:100%;height:80vh;background:#f6fbff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.1);box-shadow:0 0 16px 0 rgba(0,0,0,.1);border-radius:22px 22px 0 0;padding:0 15px 66px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .catalog-pop .book-name{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:18px;color:#0d3b8b;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .catalog-pop .node-label{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop{width:100%;background:#fff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.2);box-shadow:0 0 16px 0 rgba(0,0,0,.2);border-radius:22px 22px 0 0;padding:17px;padding-bottom:calc(148px + env(safe-area-inset-bottom));-webkit-box-sizing:border-box;box-sizing:border-box}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .keyname{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;line-height:22px;margin-right:9px;white-space:nowrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#333;width:34.5%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item>div>span{margin:0 20px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item>div>span.el-input-number__decrease,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item>div>span.el-input-number__increase{margin:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .size-btn{width:62px;height:30px;background:#efefef;border-radius:15px;text-align:center;line-height:30px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .reading-mode{margin-right:14px;width:62px;height:30px;border:2px solid #ddd;border-radius:6px;text-align:center;line-height:30px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .current-reading-mode{border-color:#2495ff}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .color-box{width:calc(100% - 65px);display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-column-gap:3vw;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,28px)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .color-box .color-tag{width:28px;height:28px;border-radius:50%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .el-select .el-input__inner,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .family-select-box .el-select .el-input__inner{height:30px!important}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .color-box .active{border:1px solid #333}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .el-input__suffix-inner{margin-right:10px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .el-select{width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .el-select .el-input__suffix{margin-top:6px!important}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .el-select .is-reverse{margin-top:-13px!important}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .family-select-box{width:calc(100% - 75px)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .family-select-box .el-select{width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .family-select-box .el-select .el-input__suffix{margin-top:6px!important}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .family-select-box .el-select .is-reverse{margin-top:-13px!important}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .m-l23{margin-left:23px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .spacing-box:not(.number-input) .el-input__inner{width:25vw;padding-right:10px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .number-input .el-input-number--small{line-height:28px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .number-input .el-input-number--small .el-input-number__decrease,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .number-input .el-input-number--small .el-input-number__increase{width:28px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .number-input .el-input-number--small .el-input__inner{height:30px;line-height:30px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop{width:100%;height:80vh;padding:0 15px 33px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f6fbff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.1);box-shadow:0 0 16px 0 rgba(0,0,0,.1);border-radius:22px 22px 0 0;position:relative;overflow:auto}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .no-data{margin:40px 20%;width:60%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-tabbar{width:100%;height:46px;background:#e3ecff;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;position:absolute;left:0;bottom:calc(62px + env(safe-area-inset-bottom))}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-tabbar>div{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:rgba(22,129,229,.6);line-height:22px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-tabbar .active{color:#0d3b8b;font-weight:600;position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-tabbar .active::after{content:"";width:100%;height:2px;background-color:#0d3b8b;position:absolute;left:0;bottom:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list{height:calc(100% - 90px);overflow:auto}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .el-collapse-item__header{background-color:transparent;color:#0d3b8b;font-size:18px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .el-collapse-item__wrap{background-color:transparent;width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .mark-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#2d2d2d;line-height:15px;padding:14px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #eff8ff}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .mark-item>div{width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:normal}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .mark-item>img{margin-right:4px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .note-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:14px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #eff8ff}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .note-item>img{margin-right:4px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .note-item>div{width:90%;line-height:normal}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .note-item .or-text{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:13px;color:#2d2d2d;line-height:15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .note-item .note-con{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:11px;color:#57a9fb;margin-top:6px;padding-left:10px;border-left:1px solid #57a9fb}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .Highlight-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:14px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #eff8ff;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .Highlight-item>img{margin-right:4px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .Highlight-item>div{width:90%;line-height:normal;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#2d2d2d;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-item .operate-btns{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;-webkit-transform:translateY(8px);transform:translateY(8px);padding:0 5px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-item .operate-btns>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 6px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-item .operate-btns>div img{margin-right:5px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-item .operate-btns .delete-btn{color:#ff5a5a}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-title{width:100%;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip{position:fixed;bottom:85px;left:calc((100% - 335px)/ 2);z-index:10001;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:335px;background:#f7fcff;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);box-shadow:0 0 10px 0 rgba(0,0,0,.25);padding:10px 20px;border-radius:12px;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon{display:inline-block;width:1.25em;height:1.25em;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy-mobile.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note-mobile.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action span{padding-left:4px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-remark{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:10px;color:#999}.xml-digital-teaching-preview .xml-digital-teaching-phone .font-pre-loader{height:0!important;overflow:hidden}.xml-digital-teaching-preview .xml-digital-teaching-phone .font-pre-loader #sim-sun{font-family:"宋体"}.xml-digital-teaching-preview .xml-digital-teaching-phone .font-pre-loader #sim-hei{font-family:"黑体"}.xml-digital-teaching-preview .xml-digital-teaching-phone .font-pre-loader #sim-kai{font-family:"楷体"}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone{pointer-events:none;position:fixed;top:0;left:0;z-index:10002;width:100%;height:100vh;overflow:hidden}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .levitated-sphere{position:absolute;pointer-events:auto}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .levitated-sphere .xml-robot-image{background-image:url(../../static/images/icons/ai/elfin.png);background-size:100% 100%;-webkit-filter:drop-shadow(-3px 3px 6px rgba(0, 0, 0, .5));filter:drop-shadow(-3px 3px 6px rgba(0, 0, 0, .5))}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .levitated-sphere .van-icon-arrow-left{font-size:1vw;font-weight:600;color:#777}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .drag-left{-webkit-transition:left 1s;transition:left 1s}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .min-robot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px 0 0 10px;background-image:-webkit-gradient(linear,right top,left top,from(#c9dbfa),to(#cae3fb));background-image:linear-gradient(to left,#c9dbfa,#cae3fb);-webkit-box-shadow:-3px 3px 6px rgba(0,0,0,.5);box-shadow:-3px 3px 6px rgba(0,0,0,.5)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content{position:relative;width:100%;height:80vh}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .navbar-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:linear-gradient(-75deg,rgba(252,197,192,.2) 0,rgba(128,212,222,.2) 0,rgba(3,227,251,.2) 0,rgba(1,97,240,.2) 100%);border-radius:.3rem .3rem 0 0}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .navbar-box span{padding-left:2vw;font-family:SourceHanSansCN-Medium;font-weight:600;font-stretch:normal;color:#0d27c6}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box{width:100%;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .xiaozhi-tips{width:100%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(252,197,192,.1)),color-stop(0,rgba(128,212,222,.1)),color-stop(0,rgba(3,227,251,.1)),to(transparent));background-image:linear-gradient(180deg,rgba(252,197,192,.1) 0,rgba(128,212,222,.1) 0,rgba(3,227,251,.1) 0,transparent 100%);font-family:SourceHanSansCN-Light;text-align:center;font-weight:400;font-stretch:normal;letter-spacing:0;color:#405ad1}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main,.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box{width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .timer{text-align:center;font-family:SourceHanSansCN-Light;font-weight:400;font-stretch:normal;letter-spacing:0;color:#848484}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .content-box{position:relative;font-family:SourceHanSansCN-Light;font-weight:400;font-stretch:normal;letter-spacing:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .content-box .loading-box{width:100%;position:absolute;left:0;bottom:0;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}@-webkit-keyframes myAnimation{0%,100%{background-image:-webkit-gradient(linear,left top,right top,from(#2495ff),color-stop(24%,#c557f8),color-stop(57%,#03e3fb),to(#0161f0));background-image:linear-gradient(90deg,#2495ff 0,#c557f8 24%,#03e3fb 57%,#0161f0 100%)}25%{background-image:-webkit-gradient(linear,left top,right top,from(#0161f0),color-stop(24%,#2495ff),color-stop(57%,#c557f8),to(#03e3fb));background-image:linear-gradient(90deg,#0161f0 0,#2495ff 24%,#c557f8 57%,#03e3fb 100%)}50%{background-image:-webkit-gradient(linear,left top,right top,from(#03e3fb),color-stop(24%,#0161f0),color-stop(57%,#2495ff),to(#c557f8));background-image:linear-gradient(90deg,#03e3fb 0,#0161f0 24%,#2495ff 57%,#c557f8 100%)}75%{background-image:-webkit-gradient(linear,left top,right top,from(#c557f8),color-stop(24%,#03e3fb),color-stop(57%,#0161f0),to(#2495ff));background-image:linear-gradient(90deg,#c557f8 0,#03e3fb 24%,#0161f0 57%,#2495ff 100%)}}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .left{background-color:#f4f4f4;border-radius:0 10px 10px;border:1px solid #e5e5e5;color:#484848}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .right{background-color:#bbe8ff;border-radius:10px 0 10px 10px;border:1px solid #bbe8ff;color:#000}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .icon-box .delete{background-image:url(../../static/images/icons/ai/delete_01.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .icon-box .refresh{background-image:url(../../static/images/icons/ai/refresh_01.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .right-item{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box{position:absolute;left:0;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#fff;border-top:solid 1px #bbe8ff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(-20%,transparent),to(rgba(3,227,251,.1)));background-image:linear-gradient(180deg,transparent -20%,rgba(3,227,251,.1) 100%);-webkit-box-shadow:40px 12px 70px rgba(3,227,251,.2);box-shadow:40px 12px 70px rgba(3,227,251,.2)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .download{background-image:url(../../static/images/icons/ai/download.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #bbe8ff;background-color:#fff}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right .input-content{width:calc(100% - .4rem);outline:0;border:none;resize:none;overflow-y:scroll;color:#333;font-family:"微软雅黑";background-color:#fff}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right .input-content:empty::before{content:attr(placeholder);color:#777}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right .sending{width:.24rem;height:.32rem;background-color:#fff;background-image:url(../../static/images/icons/ai/sending2.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-loading{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.7)}.xml-digital-teaching-preview .xml-digital-teaching-phone .pointer-events{pointer-events:initial}.xml-digital-teaching-preview .xml-resource-list-phone{width:100%;height:80vh;padding-bottom:20px;background-color:#f0f8ff;border-radius:6vw 6vw 0 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;padding-right:2vw;padding-bottom:calc(50px + env(safe-area-inset-bottom))}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone{position:relative;width:26vw;height:100%;background-color:var(--reader-background-color)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .toolbar-item{position:relative;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:14vw;padding:0 6px 0 3vw;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:15px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .toolbar-item span{padding-left:6px}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .current-toolbar{font-weight:600;color:#3e8ced}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .select-toolbar{position:absolute;left:0;top:0;z-index:8;width:100%;height:14vw;background:#f0f8ff;-webkit-transition:top .3s;transition:top .3s}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .select-toolbar::after{position:absolute;z-index:10;display:block;content:"";width:2px;height:6vw;background:#2679e1;top:4vw;left:0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content{width:70vw;height:100%;padding:0 10px;overflow:hidden;overflow-y:auto;background-color:var(--reader-background-color);border-radius:2vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .current-teacher-resources{-webkit-animation:backgroundColor 4s ease;animation:backgroundColor 4s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes backgroundColor{from{background-color:#7ac1ff}to{background-color:#eaf5ff}}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note-box{padding:8px 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note{-webkit-box-shadow:0 1px 4px 0 rgba(218,218,218,.8);box-shadow:0 1px 4px 0 rgba(218,218,218,.8);border-radius:4px}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;padding:0 6px;background:#4f8de9;border-radius:4px 4px 0 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header .note-icon{width:4vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header .location{width:5vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .delete-btn .delete-btn-item{height:14px;width:14px;background-repeat:no-repeat;background-image:url(../../static/images/icons/resource/delete-student.png);cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .note-content{width:100%;padding:4px 8px;font-family:PingFang SC;font-weight:400;font-size:13px;color:#333;line-height:24px;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item{position:relative;padding-bottom:1vw;width:100%;min-height:10vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e0e0e0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .resource-title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:8px 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .resource-title{width:calc(100% - 10vw);padding:0 8px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .resource-icon{width:5vw;height:5vw;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_01{background-image:url(../../static/images/icons/resource/phone_icon_01.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_02{background-image:url(../../static/images/icons/resource/phone_icon_02.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_03{background-image:url(../../static/images/icons/resource/phone_icon_03.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_04{background-image:url(../../static/images/icons/resource/phone_icon_04.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_05{background-image:url(../../static/images/icons/resource/phone_icon_05.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .location{margin-left:6px;width:5vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .isPlay{position:relative}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .isPlay::after{content:"";display:block;position:absolute;top:0;right:0;background-color:var(--reader-background-color);width:3.6vw;height:5vw;-webkit-animation:myfirst 1.2s infinite;animation:myfirst 1.2s infinite}@-webkit-keyframes myfirst{from{width:3.6vw}to{width:0}}@keyframes myfirst{from{width:3.6vw}to{width:0}}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .flex-column{padding-bottom:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item{position:relative;margin-bottom:2vw;width:46%}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .resource-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30vw;background-color:#f2f2f2}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .resource-cover img{max-width:100%;max-height:100%}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0 2vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom .resource-title{width:calc(100% - 5vw);padding-right:8px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom .location{width:5vw}.xml-digital-teaching-preview .teacher-resources-number-h5{position:absolute;top:23px;right:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;cursor:pointer}.xml-digital-teaching-preview .teacher-resources-number-h5 .number{position:relative;display:inline-block;border:1px solid #f17f53;border-radius:4px;height:18px;background-color:#fff;line-height:18px;padding:0 3px 0 4px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:10px;color:#f17f53;left:-4px}.xml-digital-teaching-preview .teacher-resources-number-h5 .number::after{position:absolute;top:5px;left:-3px;content:"";display:block;width:4px;height:4px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border:1px solid #f17f53;border-top-color:#fff;border-right-color:#fff;background-color:#fff}.xml-digital-teaching-preview .xml-download-file-uppop{width:calc(100vw - 20px);padding:18px 12px;border-radius:6px;-webkit-box-shadow:0 2px 16px 0 rgba(0,0,0,.15);box-shadow:0 2px 16px 0 rgba(0,0,0,.15)}.xml-digital-teaching-preview .xml-download-file-uppop .code-path{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .xml-download-file-uppop .code-path .download-file-link{width:calc(100% - 60px);height:34px;border:1px solid #efefef;border-radius:6px;padding:0 14px;line-height:32px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-download-file-uppop .code-path .copy-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:54px;height:34px;background:#3e8ced;border-radius:2px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#fff}.xml-digital-teaching-preview .xml-download-file-uppop .code-text{padding-top:6px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#3e8ced;line-height:20px}.xml-digital-teaching-preview .video-resource-player{position:fixed;top:0;left:0;z-index:10002;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#2e2e2e}.xml-digital-teaching-preview .video-resource-player .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .video-resource-player .video-content{width:100%}.xml-digital-teaching-preview .video-resource-player-pc{position:fixed;top:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;height:50%;background-color:#2e2e2e}.xml-digital-teaching-preview .video-resource-player-pc .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .video-resource-player-pc .video-content{width:100%;position:relative}.xml-digital-teaching-preview .xml-audio-player-page{position:fixed;top:0;left:0;z-index:10002;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#2e2e2e}.xml-digital-teaching-preview .xml-audio-player-page .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .square-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:70vw;height:70vw;padding:30px;border-radius:50%;overflow:hidden}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button{position:absolute;left:0;top:0;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70vw;height:70vw}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button .el-icon-video-pause,.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button .el-icon-video-play{font-size:15vw;font-weight:600;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .rotate{-webkit-animation:rotate 7s linear infinite;animation:rotate 7s linear infinite}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .active{-webkit-animation-play-state:running;animation-play-state:running}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .paused{-webkit-animation-play-state:paused;animation-play-state:paused}.xml-digital-teaching-preview .xml-audio-player-page .audio-player-title{width:100%;height:10vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC;font-weight:500;font-size:5vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .current-time{width:14vw;font-size:4vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .total-time{width:14vw;padding-left:1vw;font-size:4vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .progress{width:56vw}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;height:140px;padding-bottom:10px}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .el-slider__button{width:10px;height:10px;background-color:#409eff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .volume-btn{position:relative;margin:10px 0 0 4px;width:16px;height:16px;background-image:url(../../static/images/icons/resource/volume_02.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .volume-mute::after{content:"";position:absolute;top:6px;left:-2px;width:20px;height:2px;background-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-letter-spacing]:not([data-theme-letter-spacing=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-letter-spacing]:not([data-theme-letter-spacing=""]) .parent-group .text-container .richtext-reset-wrapper--view p{letter-spacing:var(--reader-theme-letter-spacing)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view p:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view span:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view p:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view span:not([style~="background-color:"]){color:var(--reader-theme-font-color)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view p:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view span:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view p:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view span:not([style~="background-color:"]) a{color:var(--reader-theme-link-color)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view span,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .text-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .text-container .richtext-reset-wrapper--view span{font-size:var(--reader-theme-font-size)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view span,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .text-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .text-container .richtext-reset-wrapper--view span{font-family:var(--reader-theme-font-family)!important}@media (min-width:1300px) and (max-width:1500px){.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc{width:670px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .parent-group-mark .code-toolbar{width:592px}}@media (max-width:1299px){.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc{width:600px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .parent-group-mark .code-toolbar{width:522px}}.xml-digital-teaching-preview .mask-layer-trial-external{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.3)}.xml-digital-teaching-preview .mask-layer-trial-external img{width:20px}.xml-digital-teaching-preview .min-mask-layer img{width:14px}.xml-digital-teaching-preview ::-webkit-scrollbar{width:6px}.xml-digital-teaching-preview ::-webkit-scrollbar-track{background-color:#e0e0e0}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb{background-color:#a3a3a3}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:hover{background-color:#797979}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:active{background-color:#797979}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.xml-digital-teaching-preview .xml-search-highlight{background-color:#ff0;color:red}.xml-digital-teaching-preview .code-toolbar{user-select:none}.add-teacher-resources-dialog .el-dialog__title{font-size:16px}.add-teacher-resources-dialog .el-dialog__body{padding:10px 20px 30px}.add-teacher-resources-dialog .el-dialog__body .ispan{font-size:12px!important;margin-top:-33px!important;font-style:normal!important}.add-teacher-resources-dialog .el-dialog__body .el-upload-list--picture-card{margin:0 0 0 -50px}.add-teacher-resources-dialog .el-dialog__body .el-checkbox{min-width:108px}.add-teacher-resources-dialog .el-dialog__body .el-upload--picture-card i{font-size:54px;margin-top:43px}.add-teacher-resources-dialog .el-dialog__body .recordeds{margin-left:0!important}.add-teacher-resources-dialog .el-dialog__body .upload-demo{margin-left:145px!important}.add-teacher-resources-dialog .el-dialog__body .addOne{height:60px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item{margin:0!important;border-radius:4px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea{width:100%!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea:focus{border-color:#409eff!important}.add-teacher-resources-dialog .el-dialog__body .disUoloadSty .el-upload--picture-card{display:none}.add-teacher-resources-dialog .el-dialog__body .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:40px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:148px;height:148px;background-color:#a7afb8;border:1px dashed #c0ccda;border-radius:6px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item .cover{max-width:100%;max-height:100%}.add-teacher-resources-dialog .el-tabs__nav-wrap::after{position:static!important}.add-teacher-resources-dialog .notes-form{margin-left:-2px}.add-teacher-resources-dialog .notes-textarea{width:84%!important}.add-teacher-resources-dialog .character-count{position:absolute;right:8px;bottom:-4px;font-size:12px;color:#999}.preview-tree-box-h5{background:0 0;padding:15px 0;height:calc(100% - 30px);overflow-x:hidden;overflow-y:auto}.preview-tree-box-h5[id=built-in-tree]{padding:0}.preview-tree-box-h5 .el-tree-node{word-break:break-all;white-space:normal}.preview-tree-box-h5 .el-tree-node .el-tree-node__content{display:table}.preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-tree-box-h5-title .el-image{position:absolute;left:16px}.preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.preview-tree-box-h5.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.preview-tree-box-h5.custom-catalog-tree .el-tree-node__expand-icon{display:none}.preview-tree-box-h5.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.preview-tree-box-h5 .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview-tree-box-h5 .catalog-node .highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;color:#1681e5}.preview-tree-box-h5 .catalog-node__left,.preview-tree-box-h5 .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview-tree-box-h5 .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.preview-tree-box-h5 .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.preview-tree-box-h5 .catalog-node__left .node-label-bg{position:absolute;color:transparent}.preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .catalog-node__label,.xml-iframe-web-view{position:relative}.preview-tree-box-h5 .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;color:#1681e5}.preview-tree-box-h5 .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left{width:200px}.preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.xml-toast-prompt-box{position:fixed;top:40vh;left:35vw;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30vw}.xml-toast-prompt-box .prompt-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;min-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px;border-radius:6px;font-size:16px;font-family:"微软雅黑";text-align:center}.xml-toast-prompt-box .warning{background:#fcf6ed;border:2px solid #ffedd4;color:#f2ae4b}.xml-toast-prompt-box .error{background:#fdf0f0;border:2px solid #f0c5c5;color:#eb6c6e}.xml-toast-prompt-box .success{background:#ddf1e2;border:2px solid #bee2c7;color:#6ac73c}.xml-set-pop-pc .el-dialog{width:395px;height:340px}.xml-set-pop-pc .el-dialog__header{background-color:#f2f2f2!important}.xml-set-pop-pc .el-form-item{margin-bottom:35px}.xml-set-pop-pc .el-form-item__label{font-size:16px}.xml-set-pop-pc .el-select{margin-left:3px}.xml-set-pop-pc .el-select--medium{width:300px;height:30px}.xml-set-pop-pc .slider{margin-left:18px}.xml-set-pop-pc .select-font{margin-left:11px;width:75%}.xml-set-pop-pc .set-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:37px}.xml-set-pop-pc .set-item .keyname{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;line-height:22px;margin-right:9px;white-space:nowrap}.xml-set-pop-pc .set-item .spacing-box .el-input__inner{width:25vw;padding-right:10px}.xml-set-pop-pc .set-item>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#333;width:29.9%}.xml-set-pop-pc .set-item>div>span{margin:0 20px}.xml-set-pop-pc .set-item>div>span.el-input-number__decrease,.xml-set-pop-pc .set-item>div>span.el-input-number__increase{margin:0}.xml-set-pop-pc .set-item .size-btn{width:62px;height:30px;background:#efefef;border-radius:15px;text-align:center;line-height:30px;cursor:pointer}.xml-set-pop-pc .set-item .reading-mode{margin-right:14px;width:62px;height:30px;border:2px solid #ddd;border-radius:6px;text-align:center;line-height:30px;cursor:pointer}.xml-set-pop-pc .set-item .current-reading-mode{border-color:#2495ff}.xml-set-pop-pc .set-item .color-box{width:calc(100% - 65px);display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-column-gap:3vw;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,28px)}.xml-set-pop-pc .set-item .color-box .color-tag{width:28px;height:28px;border-radius:50%}.xml-set-pop-pc .set-item .color-box .active,.xml-single-textarea-group .textarea-border{border:1px solid #333}.xml-set-pop-pc .set-item .family-select-box{width:calc(100% - 75px)}.xml-set-pop-pc .set-item .family-select-box .el-select{width:100%}.xml-set-pop-pc .set-item .m-l23{margin-left:23px}.xml-set-pop-pc .color-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:230px!important;height:28px;padding-left:14px}.xml-set-pop-pc .color-container .color-item{width:30px;height:30px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.xml-set-pop-pc .color-container .active-color{border:1px solid #000;border-radius:50%}.xml-set-pop-pc .white-check{color:#fff!important}.xml-set-pop-pc .color-item.white-border{border-color:#fff!important}.xml-set-pop-pc .check-mark{margin:1px 0 0 8px}.xml-set-pop-pc .el-form-item__content .line-height-select{width:283px;height:30px}.customPopper{min-width:80px!important}.teacher-note-popover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.teacher-note-popover span{margin:2px 0;cursor:pointer;font-family:PingFang SC;font-weight:400;font-size:12px;color:#333}.teacher-note-popover span:hover{color:#3d9ae6}@media (max-width:1000px){.parent-group-mark .code-toolbar{width:calc(100vw - 28px)}}.xml-iframe-web-view .xml-iframe-web-tips{position:absolute;top:0;left:0;pointer-events:none;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-image:url(../../static/images/icons/resource/404.png);background-image:300px 300px;background-repeat:no-repeat;background-position:50% calc(50% - 70px)}.xml-iframe-web-view .xml-iframe-web-tips span{padding-left:6px;color:#0161f0;cursor:pointer;pointer-events:all}.xml-iframe-web-view .xml-view-iframe{position:absolute;width:100%;height:100%}.xml-iframe-web-view .xml-digital-teaching-preview,.xml-iframe-web-view .xml-digital-teaching-preview .preview-list-pc{height:100%}.xml-iframe-web-view .xml-digital-teaching-preview .preview-list-pc::-webkit-scrollbar{width:0!important}.xml-iframe-web-view .xml-digital-teaching-preview{overflow-y:auto}.xml-resource-list-pc .ppt,.xml-resource-list-pc .pptx,.xml-resource-list-phone .ppt,.xml-resource-list-phone .pptx{background-image:url(../../static/images/icons/resource/ppt.svg)}.xml-resource-list-pc .doc,.xml-resource-list-pc .docx,.xml-resource-list-phone .doc,.xml-resource-list-phone .docx{background-image:url(../../static/images/icons/resource/docx.svg)}.xml-resource-list-pc .richtext-reset-wrapper--edit .doc,.xml-resource-list-pc .richtext-reset-wrapper--edit .docx,.xml-resource-list-pc .richtext-reset-wrapper--view .doc,.xml-resource-list-pc .richtext-reset-wrapper--view .docx,.xml-resource-list-phone .richtext-reset-wrapper--edit .doc,.xml-resource-list-phone .richtext-reset-wrapper--edit .docx,.xml-resource-list-phone .richtext-reset-wrapper--view .doc,.xml-resource-list-phone .richtext-reset-wrapper--view .docx{background-image:none}.xml-resource-list-pc .xls,.xml-resource-list-pc .xlsx,.xml-resource-list-phone .xls,.xml-resource-list-phone .xlsx{background-image:url(../../static/images/icons/resource/excel.svg)}.xml-resource-list-pc .gif,.xml-resource-list-pc .jpeg,.xml-resource-list-pc .jpg,.xml-resource-list-pc .png,.xml-resource-list-phone .gif,.xml-resource-list-phone .jpeg,.xml-resource-list-phone .jpg,.xml-resource-list-phone .png{background-image:url(../../static/images/icons/resource/jpg.svg)}.xml-resource-list-pc .mp3,.xml-resource-list-phone .mp3{background-image:url(../../static/images/icons/resource/mp3.svg)}.xml-resource-list-pc .mp4,.xml-resource-list-phone .mp4{background-image:url(../../static/images/icons/resource/mp4.svg)}.xml-resource-list-pc .pdf,.xml-resource-list-phone .pdf{background-image:url(../../static/images/icons/resource/pdf.svg)}.xml-resource-list-pc .zip,.xml-resource-list-phone .zip{background-image:url(../../static/images/icons/resource/zip.svg)}.xml-resource-list-pc .recorded,.xml-resource-list-phone .recorded{background-image:url(../../static/images/icons/resource/icon_recorded.svg)}.preview-left-student{width:100%;height:100%;overflow-y:auto;padding:0!important;background-color:var(--reader-theme-color)}.preview-left-student .xml-text-book-name{font-family:PingFang SC;font-weight:400;font-size:18px;color:#333;text-align:center;padding:0 8px 0 0;background:#fff;position:sticky;z-index:99;background-color:var(--reader-theme-color)}.preview-left-student .xml-text-book-name span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all}.preview-left-student .xml-preview-catalog-pc{overflow:hidden;height:auto}.preview-left-student .xml-empty{margin-top:260px}.preview-left-student .el-tabs__header{padding:0 10px 4px 12px!important;position:sticky;top:0;z-index:1;background:#fff;margin:0}.preview-left-student .xml-text-book-name{top:0!important}.preview-left-student .el-tabs__item{color:#afafaf;border:none!important;padding:0 14px}.preview-left-student .is-active{color:#000;font-weight:700}.preview-left-student .el-tabs__nav-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-left-student .el-tabs__nav-scroll .el-tabs__nav{display:-webkit-box;display:-ms-flexbox;display:flex}.preview-left-student .el-tabs__active-bar{width:30px;height:4px;background:-webkit-gradient(linear,left top,right top,from(#0bbafb),to(#4285ec));background:linear-gradient(90deg,#0bbafb,#4285ec);margin:10px 10px 10px 0}.preview-left-student .el-collapse{border:none}.preview-left-student .el-collapse-item{margin-bottom:26px;background-color:var(--reader-theme-color);-webkit-box-shadow:0 1px 10px 0 rgba(218,218,218,.8);box-shadow:0 1px 10px 0 rgba(218,218,218,.8);border-radius:4px;overflow:hidden;border:2px solid #fff}.preview-left-student .el-collapse-item .el-collapse-item__header{position:sticky;top:0;left:0;height:30px;padding:0 0 0 10px;background:#7f9eb2;font-family:PingFang SC;font-weight:400;font-size:13px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-left-student .el-collapse-item .is-active{background:#3e8ced;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:2px solid #3e8ced}.preview-left-student .el-collapse-item .el-collapse-item__content{padding-bottom:0}.preview-left-student .el-collapse-item .collapse-title{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.preview-left-student .resource-list{padding:12px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#e5eefa;width:100%}.preview-left-student .resource-list .resource-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:13px;color:#333;width:88%}.preview-left-student .resource-list .resource-item .flie-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-left-student .resource-list .resource-item .teacher-flie-title{display:inline-block;width:calc(100% - 22px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-left-student .resource-list .resource-item .resource-title{cursor:pointer;width:100%}.preview-left-student .resource-list .resource-item .icon{width:23px;height:17px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.preview-left-student .resource-list .resource-item .icon_01{background-image:url(../../static/images/icons/resource/icon_01.png)}.preview-left-student .resource-list .resource-item .icon_02{background-image:url(../../static/images/icons/resource/icon_02.png)}.preview-left-student .resource-list .resource-item .icon_03{background-image:url(../../static/images/icons/resource/icon_03.png)}.preview-left-student .resource-list .resource-item .icon_04{background-image:url(../../static/images/icons/resource/icon_04.png)}.preview-left-student .resource-list .resource-item .icon_05{background-image:url(../../static/images/icons/resource/icon_05.png)}.preview-left-student .resource-list .resource-item .resource-icon{position:absolute;top:110px;left:89px;width:18px;height:18px;cursor:pointer;background-image:url(../../static/images/icons/resource/positioning.png);background-size:16px 16px;background-repeat:no-repeat;background-position:50% 50%}.preview-left-student .resource-list .resource-item .resource-icon:hover{background-image:url(../../static/images/icons/resource/positioning.png)}.preview-left-student .resource-list .resource-item .resource-icon2{position:absolute;top:0!important;left:203px!important;cursor:pointer}.preview-left-student .resource-list .resource-item .resource-icon3{position:absolute;top:0!important;left:70px!important;cursor:pointer}.preview-left-student .resource-list .resource-item .hoverImgStyle{position:absolute;top:106px!important;cursor:pointer}.preview-left-student .resource-list .resource-item .hoverStyle{position:absolute;top:0!important;left:203px!important;cursor:pointer}.preview-left-student .resource-list .resource-item:hover{color:#3e8ced}.preview-left-student .resource-list .resource-item:hover .icon_01{background-image:url(../../static/images/icons/resource/icon_up_01.png)}.preview-left-student .resource-list .resource-item:hover .icon_02{background-image:url(../../static/images/icons/resource/icon_up_02.png)}.preview-left-student .resource-list .resource-item:hover .icon_03{background-image:url(../../static/images/icons/resource/icon_up_03.png)}.preview-left-student .resource-list .resource-item:hover .icon_04{background-image:url(../../static/images/icons/resource/icon_up_04.png)}.preview-left-student .resource-list .resource-item:hover .icon_05{background-image:url(../../static/images/icons/resource/icon_up_05.png)}.preview-left-student .resource-list .xml-teacher-note{margin-bottom:16px;-webkit-box-shadow:0 1px 10px 0 rgba(218,218,218,.8);box-shadow:0 1px 10px 0 rgba(218,218,218,.8);border-radius:4px}.preview-left-student .resource-list .xml-teacher-note .xml-note-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;padding:0 6px;background:#a8bbc8;border-radius:4px 4px 0 0}.preview-left-student .resource-list .xml-teacher-note .xml-note-header .note-icon{width:16px}.preview-left-student .resource-list .xml-teacher-note .xml-note-header .el-icon-more{color:#fff}.preview-left-student .resource-list .xml-teacher-note .delete-btn .delete-btn-item{height:14px;width:14px;background-repeat:no-repeat;background-image:url(../../static/images/icons/resource/delete-student.png);cursor:pointer}.preview-left-student .resource-list .xml-teacher-note .note-content{width:100%;padding:4px 8px;font-family:PingFang SC;font-weight:400;font-size:13px;color:#333;line-height:24px;cursor:pointer}.preview-left-student .resource-list .image-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:47%;height:106px;margin-bottom:30px}.preview-left-student .resource-list .image-item .el-dialog__header{display:none}.preview-left-student .resource-list .image-item img{max-width:100%;max-height:100%}.preview-left-student .resource-list .image-item .image-title{position:absolute;left:-8px;bottom:-19px;width:90%;opacity:.6;text-align:center;line-height:13px;font-family:PingFang SC;font-weight:800;font-size:12px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-left-student .resource-list .teaching-resource-item .resource-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:164px}.preview-left-student .resource-list .teaching-resource-item .resource-title-width{width:136px}.preview-left-student .resource-list .teaching-resource-item img{margin-left:6px;width:12px;cursor:pointer;vertical-align:middle}.v-modal{z-index:1000!important}.legend{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 10px}.fillInTheBlanksSpan{border-bottom:1px solid #333}.xml-el-icon-close-dialog{position:absolute;top:6px;right:6px;z-index:99;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:26px;height:26px;border-radius:50%;background-color:#999;cursor:pointer}.xml-el-icon-close-dialog .el-icon-close{color:#fff;font-size:16px;font-weight:700}.xml-el-icon-close-dialog:hover{background-color:#888}.xml-audio-player-page-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 0 30px}.xml-audio-player-page-pc .el-icon-back{display:none}.xml-audio-player-page-pc .audio-cover{width:160px}.xml-audio-player-page-pc .audio-cover .square-wrapper{position:relative}.xml-audio-player-page-pc .audio-cover .rotate{-webkit-animation:rotate 7s linear infinite;animation:rotate 7s linear infinite}.xml-audio-player-page-pc .audio-cover .active{-webkit-animation-play-state:running;animation-play-state:running}.xml-audio-player-page-pc .audio-cover .paused{-webkit-animation-play-state:paused;animation-play-state:paused}.xml-audio-player-page-pc .play-button{position:absolute;top:50px;left:50px;font-size:63px;cursor:pointer}.xml-audio-player-page-pc .audio-player-title{font-size:29px}.xml-audio-player-page-pc .audio-controls{-webkit-box-flex:1;-ms-flex:1;flex:1;width:89%}.xml-audio-player-page-pc .audio-controls .audio-controls__handler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times .progress{width:calc(100% - 90px);padding:0 14px}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times .current-time,.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times .total-time{position:relative}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;height:140px;padding-bottom:10px}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box .el-slider__button{width:10px;height:10px;background-color:#409eff}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box .volume-btn{position:relative;margin:10px 0 0 4px;width:16px;height:16px;background-image:url(../../static/images/icons/resource/volume_01.png);background-size:100% 100%;cursor:pointer}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box .volume-mute::after{content:"";position:absolute;top:6px;left:-2px;width:20px;height:2px;background-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-epub-pdf-dialog{border-radius:12px;overflow:hidden;background-color:#fff;z-index:10002}.xml-epub-pdf-dialog .el-dialog__header{padding:20px 20px 10px!important;height:auto!important}.xml-epub-pdf-dialog .el-dialog__header .el-dialog__title{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;text-align:center}.xml-epub-pdf-dialog .el-dialog__header .xml-heder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-right:40px}.xml-epub-pdf-dialog .el-dialog__header .xml-heder .title{width:calc(100% - 60px);font-size:18px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all}.xml-epub-pdf-dialog .el-dialog__header .xml-heder .xml-full-screen{font-size:16px;cursor:pointer}.xml-epub-pdf-dialog .el-dialog__header .xml-heder .xml-full-screen:hover{color:#70acff}.xml-epub-pdf-dialog .el-dialog__body{padding:0}.xml-epub-pdf-view{position:fixed;left:0;bottom:0;right:0;top:0;padding:50px 0 0;background-color:#fff;z-index:10002}.xml-epub-pdf-view .xmlPreviewSearch-navbar{background:#f3f3f3;height:40px;width:100%;position:fixed;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 14px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-epub-pdf-view .xmlPreviewSearch-navbar .xmlPreviewSearch-sou{font-size:14px;width:calc(100% - 40px);color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;text-align:center}.xml-epub-pdf-view .xmlPreviewSearch-navbar .el-icon-close{font-size:20px;font-weight:600}.xml-epub-pdf-view iframe{width:100%;height:100%}.xml-reader-preview-huateng .xml-digital-teaching-pc{padding-left:0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name{background-color:#fff;font-family:FZDHTK;font-size:20px;color:#fff;font-weight:600}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name .text-book-name{padding:10px 50px 10px 10px;background-color:#79abfa;clip-path:polygon(0 0,250px 0,100% 100%,0 100%)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header{padding:0 22px 0 0!important;background-color:#538ae6;clip-path:polygon(0 0,250px 0,100% 100%,0 100%)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__nav{width:100%;border:none}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__item{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .is-active{background:#79abfa}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-collapse,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-preview-catalog-pc{padding:10px 0 0 10px!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-note-header{background-color:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .catalogContentTeacher{padding-left:10px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header{height:80px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress{width:150px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress-bar__outer{border:1px solid #4d90f9}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress__text{font-size:14px!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .title{padding-top:6px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up span{padding-top:6px;font-family:SimHei;font-weight:400;font-size:14px;color:#676767;cursor:pointer}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .is-active{background:#3e8ced;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .is-active{border:2px solid #3e8ced}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{margin-right:0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{width:68px;height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:#79abfa;-webkit-box-shadow:-2px -2px 2px 1px rgba(60,90,164,.8);box-shadow:-2px -2px 2px 1px rgba(60,90,164,.8)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 div{color:#3e8ced;font-weight:600}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{height:90px;background-color:#deecff;margin:0 0 6px;border-radius:0 18px 18px 0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_01.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_02.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_03.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_04.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_05.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_06.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_07.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_08.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_09.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_01.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_02.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_03.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_04.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_05.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_06.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_07.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_08.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_09.png)!important}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_left{width:30px;height:80px;margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_right{width:30px;height:80px;margin-left:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri{margin:0 auto;width:0;height:0;border-top:15px solid rgba(255,255,255,0);border-left:15px solid rgba(255,255,255,0);border-bottom:15px solid rgba(151,151,151,.25);border-right:15px solid rgba(255,255,255,0)}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri1{margin:0 auto;width:0;height:0;border-top:15px solid #fff;border-left:15px solid #fff;border-bottom:15px solid #fff;border-right:15px solid #fff}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color1{background-color:#fc7293}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color2{background-color:#9d91f3}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color3{background-color:#47c8e8}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color4{background-color:#64a4fc}.xml-reader-preview-huateng .xmlStatisticalCharts .student_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_img{width:100px;height:100px;border-radius:50px;background-color:#ececec}.xml-reader-preview-huateng .xmlStatisticalCharts .student_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .img{width:100px;height:100px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:750px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .select_swiper_box,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .swiper_box{margin-right:30px;border-radius:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_img{width:80px;height:80px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_name{text-align:center;padding:10px 0;width:80px;height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom{width:850px;background-color:#fff;margin-top:0;border-radius:10px;-webkit-box-shadow:0 2px 16px 0 rgba(151,151,151,.25);box-shadow:0 2px 16px 0 rgba(151,151,151,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-select{width:140px;height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix{height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix input{height:34px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc{padding-left:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left{-webkit-box-shadow:0 0 10px 0 rgba(218,218,218,.8);box-shadow:0 0 10px 0 rgba(218,218,218,.8)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content{position:relative;background:rgba(211,222,255,.54);-webkit-box-shadow:0 0 3px 0 rgba(143,178,231,.36);box-shadow:0 0 3px 0 rgba(143,178,231,.36);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content::after{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-left{background-image:url(../../static/images/icons/books/catalog_left_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-right{background-image:url(../../static/images/icons/books/catalog_right_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name{padding:10px 30px 10px 10px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:16px;color:#333}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#666;line-height:19px;margin-top:22px;margin-bottom:16px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div>span{margin:0 10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs-active{font-weight:600;color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .left-icon{background:url(../../static/images/icons/books/catalog_left_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .right-icon{background:url(../../static/images/icons/books/catalog_right_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header{background:rgba(222,230,255,.54);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__nav{width:100%;border:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__item{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#999;text-align:center;padding:0 15px;background:#f0f3fe}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__active-bar{width:30px;height:3px;background:#538ae6;margin:0 0 4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-collapse,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-preview-catalog-pc{padding:10px 10px 0!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-note-header{background-color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalogContentTeacher{padding-left:10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc{-webkit-box-shadow:0 2px 14px 8px #ddd;box-shadow:0 2px 14px 8px #ddd}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress{width:150px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress-bar__outer{border:1px solid #4d90f9}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress__text{font-size:14px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .title{padding-top:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up span{padding-top:6px;font-family:SimHei;font-weight:400;font-size:14px;color:#676767;cursor:pointer}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item{margin-bottom:10px;background:#fff;border-radius:10px;border:1px solid #d5dee3;padding:10px 8px 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6;border-radius:6px;margin-bottom:12px}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .is-active{background:#aecdfe;border-color:#aecdfe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list{padding:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-teacher-note{background:#fff;-webkit-box-shadow:0 0 10px 0 rgba(142,142,142,.15);box-shadow:0 0 10px 0 rgba(142,142,142,.15);border-radius:10px;border:1px solid #aecdfe}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#aecdfe;border-radius:8px 8px 0 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header .note-icon{width:18px}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active{border:1px solid #d5dee3;background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active .resource-list{background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active i{border:0;color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:var(--xml-reader-toolbar-color);-webkit-box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color);box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{height:70px!important;margin:0 0 6px;border-radius:0 18px 18px 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .resource-item.graph-item{display:block;margin-bottom:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .resource-item.graph-item .graph-item__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .resource-item.graph-item .graph-item__title .resource-title{color:#009dff;max-width:calc(100% - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_010 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 div{color:#3e8ced;font-weight:600}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .resource-item.graph-item .graph-item__viewer{width:100%;height:140px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .resource-item.graph-item+.graph-item{margin-top:12px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_01.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_02.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_03.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_04.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_05.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_06.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_07.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_08.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_09.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_010 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_010.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_01.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_02.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_03.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_04.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_05.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_06.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_07.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_08.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_09.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_010 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_010.png)!important}.xml-reader-preview-guokai .xmlStatisticalCharts .wrap_left{width:30px;height:80px;margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-guokai .xmlStatisticalCharts .wrap_right{width:30px;height:80px;margin-left:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-guokai .xmlStatisticalCharts .uptri{margin:0 auto;width:0;height:0;border-top:15px solid rgba(255,255,255,0);border-left:15px solid rgba(255,255,255,0);border-bottom:15px solid rgba(151,151,151,.25);border-right:15px solid rgba(255,255,255,0)}.xml-reader-preview-guokai .xmlStatisticalCharts .uptri1{margin:0 auto;width:0;height:0;border-top:15px solid #fff;border-left:15px solid #fff;border-bottom:15px solid #fff;border-right:15px solid #fff}.xml-reader-preview-guokai .xmlStatisticalCharts .student_color1{background-color:#fc7293}.xml-reader-preview-guokai .xmlStatisticalCharts .student_color2{background-color:#9d91f3}.xml-reader-preview-guokai .xmlStatisticalCharts .student_color3{background-color:#47c8e8}.xml-reader-preview-guokai .xmlStatisticalCharts .student_color4{background-color:#64a4fc}.xml-reader-preview-guokai .xmlStatisticalCharts .student_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-guokai .xmlStatisticalCharts .student_img{width:100px;height:100px;border-radius:50px;background-color:#ececec}.xml-reader-preview-guokai .xmlStatisticalCharts .student_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-guokai .xmlStatisticalCharts .student_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-guokai .xmlStatisticalCharts .student_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-guokai .xmlStatisticalCharts .student_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-guokai .xmlStatisticalCharts .student_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_top .img{width:100px;height:100px;border-radius:50px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_top .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_swipers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:750px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_swipers .select_swiper_box,.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_swipers .swiper_box{margin-right:30px;border-radius:4px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_swipers .teacher_img{width:80px;height:80px;border-radius:50px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_swipers .teacher_name{text-align:center;padding:10px 0;width:80px;height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_bottom{width:850px;background-color:#fff;margin-top:0;border-radius:10px;-webkit-box-shadow:0 2px 16px 0 rgba(151,151,151,.25);box-shadow:0 2px 16px 0 rgba(151,151,151,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 20px 30px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-guokai .xmlStatisticalCharts .el-select{width:140px;height:34px}.xml-reader-preview-guokai .xmlStatisticalCharts .el-input--suffix{height:34px}.xml-reader-preview-guokai .xmlStatisticalCharts .el-input--suffix input{height:34px!important}@media screen and (min-width:1600px){.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left{width:340px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-toolbar-content{width:300px!important}}.xml-reader-preview-guokai .preview-counter-main-pc{padding:0 40px;-webkit-box-sizing:content-box;box-sizing:content-box}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tippy-box{background-color:rgba(0,0,0,.5)}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tippy-box[data-placement^=top]>.tippy-arrow::before{border-top-color:rgba(0,0,0,.8)!important}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tippy-content{background-color:rgba(0,0,0,.5);border-radius:4px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);padding:0}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tipnote-tpl{padding:14px 10px 10px}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl{padding:6px 8px;background-color:rgba(0,0,0,.1);color:#cacaca}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl .tipbar-action:hover{background-color:rgba(0,0,0,.5);color:#e2e2e2}.xml-reader-preview-guokai .xml-resource-list-phone{height:100vh}.xml-reader-preview-guokai .xml-resource-list-phone .navBar{height:46px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:17px;color:#333;background-color:#f6fbff;position:relative}.xml-reader-preview-guokai .xml-resource-list-phone .navBar .back-icon{position:absolute;left:20px;font-weight:700;color:#333;font-size:21px}.xml-reader-preview-guokai .xml-resource-list-phone .van-tabs__line{bottom:20px}.xml-reader-preview-guokai .xml-resource-list-phone .xml-resource-list{max-height:calc(100vh - 100px);padding:22px 10px 0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#f6fbff}.xml-reader-preview-guokai .xml-resource-list-phone .xml-resource-list .xml-resource-content{width:100%;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-box-shadow:0 0 16px 0 rgba(151,151,151,.1);box-shadow:0 0 16px 0 rgba(151,151,151,.1);border-radius:10px;height:calc(100% - 56px);overflow-y:scroll}.xml-general-robot-content-pc .robot-view,.xml-robot-content-pc .robot-view{-webkit-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;-webkit-box-shadow:1px 6px 8px #ccc}.xml-reader-preview-guokai .xml-resource-list-phone .xml-resource-list .xml-resource-content .collapse-top{background-color:#fff}.xml-general-robot-content-pc{position:fixed;left:0;top:0;width:1920px;height:100vh;z-index:999}.xml-general-robot-content-pc div{-webkit-box-sizing:border-box;box-sizing:border-box}.xml-general-robot-content-pc .robot-view{user-select:initial;position:absolute;z-index:9999;pointer-events:fill;border-radius:14px;padding-top:14px;overflow:hidden;border:1px solid #f2f2f2;box-shadow:1px 6px 8px #ccc;background-color:#f7fafc}.xml-general-robot-content-pc .robot-view .title-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:50px;padding:0 16px}.xml-general-robot-content-pc .robot-view .title-bar .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-general-robot-content-pc .robot-view .title-bar .logo .robot-logo{width:34px;height:34px;background-size:100%;background-repeat:no-repeat}.xml-general-robot-content-pc .robot-view .title-bar .logo span{padding-left:6px;font-family:SourceHanSansCN-Medium;font-size:16px;font-weight:600;font-stretch:normal;line-height:50px;letter-spacing:0;color:#0d27c6}.xml-general-robot-content-pc .robot-view .title-bar .el-icon-close{font-size:20px;font-weight:800;color:#999;cursor:pointer}.xml-general-robot-content-pc .robot-view .scroll{overflow-y:scroll}.xml-general-robot-content-pc .robot-view .content{width:100%;padding:8px;background:#f7fafc;position:relative}.xml-general-robot-content-pc .robot-view .content .timer{width:100%;padding:8px 0;text-align:center;font-family:SourceHanSansCN-Light;font-size:14px;letter-spacing:0;color:#848484}.xml-general-robot-content-pc .robot-view .content .item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}.xml-general-robot-content-pc .robot-view .content .item .cover{width:38px;height:38px;border-radius:50%;background:url(../../static/images/icons/ai/evaluate_avatar.png) #fff;overflow:hidden;background-size:100% 100%}.xml-general-robot-content-pc .robot-view .content .item .cover img{width:38px;height:38px}.xml-general-robot-content-pc .robot-view .content .item .text{position:relative;z-index:10;max-width:calc(100% - 34px);padding:8px 10px;font-size:15px;word-wrap:break-word;color:#555}.xml-general-robot-content-pc .robot-view .content .item .text span{width:calc(100% - 5px);height:4px;position:absolute;left:3px;bottom:0;border-radius:0 0 8px 8px;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}.xml-general-robot-content-pc .robot-view .content .item .operating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding-top:6px}.xml-general-robot-content-pc .robot-view .content .item .operating .delete{margin-left:8px;width:14px;height:20px;background-image:url(../../static/images/icons/ai/delete_01.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-general-robot-content-pc .robot-view .content .item .operating .copy{margin-left:8px;width:14px;height:20px;background-image:url(../../static/images/icons/generalRobot/icon_08.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-general-robot-content-pc .robot-view .content .item .operating .refresh{margin-left:8px;width:14px;height:20px;background-image:url(../../static/images/icons/generalRobot/icon_09.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-general-robot-content-pc .robot-view .content .left .text{margin-left:8px;background-color:#fff;border-radius:0 15px 15px;font-size:14px;color:#333}.xml-general-robot-content-pc .robot-view .content .right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-general-robot-content-pc .robot-view .content .right .text{margin-right:8px;background-color:#c8d9ff;border-radius:15px 0 15px 15px;font-size:14px;color:#333}.xml-general-robot-content-pc .robot-view .content .right .operating{padding:0 6px 0 0}.xml-general-robot-content-pc .robot-view .Progress-bar{width:90%;height:60px;background-color:#f4f4f4;border-radius:0 15px 10px 10px;border:1px solid #e5e5e5;position:absolute;bottom:90px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);line-height:60px;z-index:99}.xml-general-robot-content-pc .robot-view .Progress-bar>div{width:100%;position:relative;padding-left:20px}.xml-general-robot-content-pc .robot-view .Progress-bar>div span{width:calc(100% - 5px);height:8px;position:absolute;left:3px;bottom:-3px;border-radius:0 0 8px 8px;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}.xml-general-robot-content-pc .robot-view .input-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:14px;position:relative}.xml-general-robot-content-pc .robot-view .input-box .download{width:20px;height:20px;background-image:url(../../static/images/icons/ai/download.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-general-robot-content-pc .robot-view .input-box .input-right{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:#fff;border-radius:7px;border:1px solid #73A6F9;padding-right:10px}.xml-general-robot-content-pc .robot-view .input-box .input-content{width:100%;outline:0;height:106px;overflow-y:scroll;padding:6px 14px;font-size:16px;color:#333;font-family:"微软雅黑";background-color:#fff;border-radius:6px}.xml-general-robot-content-pc .robot-view .input-box .input-content:empty::before{content:attr(placeholder);color:#777}.xml-general-robot-content-pc .robot-view .input-box .sending{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:32px;border-radius:10px;background-image:url(../../static/images/icons/generalRobot/icon_07.png);background-size:100% 100%;cursor:pointer;font-family:SourceHanSansCN-Light;font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#fff;margin-bottom:10px}.xml-general-robot-content-pc .robot-view .input-box .sending:hover{opacity:.7}.xml-general-robot-content-pc .robot-view .point-top{position:absolute;top:0;left:0;width:100%;height:6px;cursor:n-resize}.xml-general-robot-content-pc .robot-view .point-bottom{position:absolute;left:0;bottom:0;width:100%;height:6px;cursor:n-resize}.xml-general-robot-content-pc .robot-view .point-left{position:absolute;top:0;left:0;width:6px;height:100%;cursor:e-resize}.xml-general-robot-content-pc .robot-view .point-right{position:absolute;top:0;right:0;width:6px;height:100%;cursor:e-resize}.xml-general-robot-content-pc .elfin-box{pointer-events:fill;position:fixed;bottom:16px;right:100px;z-index:9997;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:208px;height:52px;padding:0 32px;background:#fcfcfc;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.12);box-shadow:0 0 6px 0 rgba(0,0,0,.12);border-radius:100px;border:1px solid #e1e1e2}.xml-general-robot-content-pc .elfin-box .elfin-item{width:32px;height:32px;border-radius:6px;overflow:hidden;background-size:100%;cursor:pointer}.xml-general-robot-content-pc .elfin-box .elfin-item:hover{background-color:#deebfd}.xml-general-robot-content-pc .Fade-enter-to,.xml-general-robot-content-pc .Fade-leave{opacity:1}.xml-general-robot-content-pc .Fade-enter-active,.xml-general-robot-content-pc .Fade-leave-active{-webkit-transition:all .6s;transition:all .6s}.xml-general-robot-content-pc .download-dom{position:fixed;top:0;left:0;height:0;overflow-y:scroll}.xml-general-robot-content-pc .xml{background-image:url(../../static/images/icons/generalRobot/icon_05.png)}.xml-general-robot-content-pc .deepseek{background-image:url(../../static/images/icons/generalRobot/icon_03.png)}.xml-general-robot-content-pc .qianfan{background-image:url(../../static/images/icons/generalRobot/icon_01.png)}.xml-general-robot-content-pc .xml-select{background-image:url(../../static/images/icons/generalRobot/icon_06.png)}.xml-general-robot-content-pc .deepseek-select{background-image:url(../../static/images/icons/generalRobot/icon_04.png)}.xml-general-robot-content-pc .qianfan-select{background-image:url(../../static/images/icons/generalRobot/icon_02.png)}.xml-robot-content-pc{position:fixed;left:0;top:0;width:1920px;height:100vh;z-index:999}.xml-robot-content-pc div{-webkit-box-sizing:border-box;box-sizing:border-box}.xml-robot-content-pc .robot-view{user-select:initial;position:absolute;z-index:9999;pointer-events:fill;border-radius:8px;overflow:hidden;border:1px solid #f2f2f2;box-shadow:1px 6px 8px #ccc;background-color:#fff}.xml-robot-content-pc .robot-view .title-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:50px;padding:0 16px;background-image:linear-gradient(-75deg,rgba(252,197,192,.2) 0,rgba(128,212,222,.2) 0,rgba(3,227,251,.2) 0,rgba(1,97,240,.2) 100%)}.xml-robot-content-pc .robot-view .title-bar .logo{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-robot-content-pc .robot-view .title-bar .logo img{width:40px}.xml-robot-content-pc .robot-view .title-bar .logo .xiaozhi-logo{width:40px;height:28px;background-image:url(../../static/images/icons/ai/xiaozhi_logo2.png);background-size:100%;background-repeat:no-repeat}.xml-robot-content-pc .robot-view .title-bar .logo span{padding-left:14px;font-family:SourceHanSansCN-Medium;font-size:16px;font-weight:600;font-stretch:normal;line-height:50px;letter-spacing:0;color:#0d27c6}.xml-robot-content-pc .robot-view .title-bar .el-icon-close{font-size:20px;font-weight:800;color:#999;cursor:pointer}.xml-robot-content-pc .robot-view .xiaozhi-tips{width:100%;height:85px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(252,197,192,.1)),color-stop(0,rgba(128,212,222,.1)),color-stop(0,rgba(3,227,251,.1)),to(transparent));background-image:linear-gradient(180deg,rgba(252,197,192,.1) 0,rgba(128,212,222,.1) 0,rgba(3,227,251,.1) 0,transparent 100%);font-family:SourceHanSansCN-Light;font-size:15px;font-weight:400;font-stretch:normal;line-height:24px;letter-spacing:0;color:#405ad1;padding:15px 15px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;position:absolute;top:0;left:0}.xml-robot-content-pc .robot-view .scroll{overflow-y:scroll}.xml-robot-content-pc .robot-view .content{width:100%;padding:85px 8px 8px;background:#fff;position:relative}.xml-robot-content-pc .robot-view .content .timer{width:100%;padding:8px 0;text-align:center;font-family:SourceHanSansCN-Light;font-size:14px;letter-spacing:0;color:#848484}.xml-robot-content-pc .robot-view .content .item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.xml-robot-content-pc .robot-view .content .item .cover{width:38px;height:38px;border-radius:50%;background:url(../../static/images/icons/ai/evaluate_avatar.png) #fff;overflow:hidden;background-size:100% 100%}.xml-robot-content-pc .robot-view .content .item .cover img{width:38px;height:38px}.xml-robot-content-pc .robot-view .content .item .text{position:relative;z-index:10;max-width:calc(100% - 34px);padding:8px 10px;font-size:15px;word-wrap:break-word;color:#555}.xml-robot-content-pc .robot-view .content .item .text span{width:calc(100% - 5px);height:4px;position:absolute;left:3px;bottom:0;border-radius:0 0 8px 8px;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}.xml-robot-content-pc .robot-view .content .item .operating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:6px}.xml-robot-content-pc .robot-view .content .item .operating .delete{margin-top:8px;width:14px;height:20px;background-image:url(../../static/images/icons/ai/delete_01.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-robot-content-pc .robot-view .content .item .operating .refresh{margin-top:8px;width:14px;height:20px;background-image:url(../../static/images/icons/ai/refresh_01.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-robot-content-pc .robot-view .content .left .text{margin-left:8px;background-color:#f4f4f4;border-radius:0 15px 15px;border:1px solid #e5e5e5;color:#484848}.xml-robot-content-pc .robot-view .content .right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-robot-content-pc .robot-view .content .right .text{margin-right:8px;background-color:rgba(187,232,255,.3);border-radius:15px 0 15px 15px;border:1px solid #bbe8ff;color:#000}.xml-robot-content-pc .robot-view .content .right .operating{padding:0 6px 0 0}@keyframes myAnimation{0%,100%{background-image:-webkit-gradient(linear,left top,right top,from(#2495ff),color-stop(24%,#c557f8),color-stop(57%,#03e3fb),to(#0161f0));background-image:linear-gradient(90deg,#2495ff 0,#c557f8 24%,#03e3fb 57%,#0161f0 100%)}25%{background-image:-webkit-gradient(linear,left top,right top,from(#0161f0),color-stop(24%,#2495ff),color-stop(57%,#c557f8),to(#03e3fb));background-image:linear-gradient(90deg,#0161f0 0,#2495ff 24%,#c557f8 57%,#03e3fb 100%)}50%{background-image:-webkit-gradient(linear,left top,right top,from(#03e3fb),color-stop(24%,#0161f0),color-stop(57%,#2495ff),to(#c557f8));background-image:linear-gradient(90deg,#03e3fb 0,#0161f0 24%,#2495ff 57%,#c557f8 100%)}75%{background-image:-webkit-gradient(linear,left top,right top,from(#c557f8),color-stop(24%,#03e3fb),color-stop(57%,#0161f0),to(#2495ff));background-image:linear-gradient(90deg,#c557f8 0,#03e3fb 24%,#0161f0 57%,#2495ff 100%)}}.xml-robot-content-pc .robot-view .Progress-bar{width:90%;height:60px;background-color:#f4f4f4;border-radius:0 15px 10px 10px;border:1px solid #e5e5e5;position:absolute;bottom:90px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);line-height:60px;z-index:99}.xml-robot-content-pc .robot-view .Progress-bar>div{width:100%;position:relative;padding-left:20px}.xml-robot-content-pc .robot-view .Progress-bar>div span{width:calc(100% - 5px);height:8px;position:absolute;left:3px;bottom:-3px;border-radius:0 0 8px 8px;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}.xml-robot-content-pc .robot-view .input-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:14px;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(3,227,251,.1)));background-image:linear-gradient(180deg,transparent 0,rgba(3,227,251,.1) 100%);position:relative}.xml-robot-content-pc .robot-view .input-box::before{content:"";width:90%;height:1px;background-color:#bbe8ff;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-robot-content-pc .robot-view .input-box .download{width:20px;height:20px;background-image:url(../../static/images/icons/ai/download.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-robot-content-pc .robot-view .input-box .input-right{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:#fff;border-radius:7px;border:1px solid #bbe8ff;padding-right:10px}.xml-robot-content-pc .robot-view .input-box .input-content{width:100%;outline:0;max-height:50px;overflow-y:scroll;padding:6px 14px;font-size:16px;color:#333;font-family:"微软雅黑";background-color:#fff;border-radius:6px}.xml-robot-content-pc .robot-view .input-box .input-content:empty::before{content:attr(placeholder);color:#777}.xml-robot-content-pc .robot-view .input-box .sending{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:16px;height:20px;border-radius:10px;background-image:url(../../static/images/icons/ai/sending2.png);background-size:100% 100%;cursor:pointer;font-family:SourceHanSansCN-Light;font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#fff;margin-left:10px}.xml-robot-content-pc .robot-view .input-box .sending:hover{opacity:.7}.xml-robot-content-pc .robot-view .point-top{position:absolute;top:0;left:0;width:100%;height:6px;cursor:n-resize}.xml-robot-content-pc .robot-view .point-bottom{position:absolute;left:0;bottom:0;width:100%;height:6px;cursor:n-resize}.xml-robot-content-pc .robot-view .point-left{position:absolute;top:0;left:0;width:6px;height:100%;cursor:e-resize}.xml-robot-content-pc .robot-view .point-right{position:absolute;top:0;right:0;width:6px;height:100%;cursor:e-resize}.xml-robot-content-pc .elfin-box{pointer-events:fill;position:fixed;bottom:50px;right:46px;z-index:9999;width:120px;height:120px;cursor:pointer;background-image:url(../../static/images/icons/ai/elfin.png);background-size:100%;background-repeat:no-repeat;-webkit-animation:turn 2s linear infinite;animation:turn 2s linear infinite}.xml-robot-content-pc .elfin-box .dialog-box{position:absolute;padding:28px 26px 10px;top:-62px;left:-96px;width:140px;font-size:14px;height:90px;background-image:url(../../static/images/icons/ai/dialog_box.png);background-size:100%;background-repeat:no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.xml-robot-content-pc .elfin-box .dialog-box span{-webkit-animation:bounce .5s 1 forwards;animation:bounce .5s 1 forwards;display:inline-block;-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0)}@-webkit-keyframes bounce{0%{-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounce{0%{-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.xml-robot-content-pc .elfin-gif{background-image:url(../../static/images/icons/ai/elfin.gif)}@-webkit-keyframes turn{0%,100%,80%{-webkit-transform:translateY(0);transform:translateY(0)}20%,60%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}40%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@keyframes turn{0%,100%,80%{-webkit-transform:translateY(0);transform:translateY(0)}20%,60%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}40%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}.xml-robot-content-pc .Fade-enter,.xml-robot-content-pc .Fade-leave-to{opacity:0}.xml-robot-content-pc .Fade-enter-to,.xml-robot-content-pc .Fade-leave{opacity:1}.xml-robot-content-pc .Fade-enter-active,.xml-robot-content-pc .Fade-leave-active{-webkit-transition:all .6s;transition:all .6s}.xml-robot-content-pc .download-dom{position:fixed;top:0;left:0;height:0;overflow-y:scroll}.xml-single-textarea-group .xml-textarea{width:100%}.xml-single-textarea-group .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;resize:horizontal;width:100%}.xml-single-textarea-group .textarea-box{text-align:justify;font-size:16px;width:100%;resize:none}.xml-single-textarea-group .horizontal-line{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAdCAIAAAAcg2rJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDAgNzkuMTcxYzI3ZiwgMjAyMi8wOC8xNi0xODowMjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNC0xMC0yMVQxNzo1MToxNSswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjQtMTAtMjFUMTc6NTI6MjcrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjQtMTAtMjFUMTc6NTI6MjcrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM4NmQ1NmY1LWY3NmUtZDk0MS05NmU4LTM4YTI0MjYzZjJhNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODZkNTZmNS1mNzZlLWQ5NDEtOTZlOC0zOGEyNDI2M2YyYTciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODZkNTZmNS1mNzZlLWQ5NDEtOTZlOC0zOGEyNDI2M2YyYTciPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjM4NmQ1NmY1LWY3NmUtZDk0MS05NmU4LTM4YTI0MjYzZjJhNyIgc3RFdnQ6d2hlbj0iMjAyNC0xMC0yMVQxNzo1MToxNSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjZAsPUAAAAcSURBVCiRY/z//z8DbsCER25UelR6VJoIaQIAAOIvAzXsQBfkAAAAAElFTkSuQmCC);background-size:1px 30px}.xml-single-textarea-group .float{float:right;height:100%;margin-left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;shape-outside:inset(calc(100% - 100px) 0 0)}.xml-single-textarea-group .img{width:80px}.xml-single-textarea-group .content{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:30px;font-size:16px;padding:0 0 3px;font-family:var(--xml-textarea-typeface,楷体,楷体_GB2312,SimKai)}.xml-single-textarea-group .title{position:relative;padding-right:6px;border-bottom:1px solid #fff;line-height:30px;font-size:16px;font-family:var(--xml-textarea-typeface,楷体,楷体_GB2312,SimKai)}.xml-single-textarea-group .textarea{-webkit-user-modify:read-write-plaintext-only;outline:0;-webkit-user-drag:none;-moz-user-drag:none;-ms-user-drag:none;user-drag:none}.xml-popup-content .content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.xml-popup-content .content .xml-popup-mback{margin:3vw auto;width:26vw;height:1vw;border-radius:1vw;background-color:#0d3b8b}.xml-collapse-content,.xml-collapse-content .xml-collapse-item{width:100%;background-color:inherit}.xml-collapse-content .xml-collapse-item .collapse-top{position:sticky;left:0;top:0;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background:#f6fbff}.xml-collapse-content .xml-collapse-item .collapse-top .collapse-title{width:calc(100% - 6vw);height:10vw;font-family:PingFang SC,PingFang SC;text-align:left;font-weight:600;font-size:16px;color:#0d3b8b;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;line-height:10vw}.xml-collapse-content .xml-collapse-item .collapse-top .el-icon-arrow-down{color:#0d3b8b;font-size:20px;font-weight:600;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-collapse-content .xml-collapse-item .collapse-top .collapse{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s;transition:all .3s}.xml-collapse-content .xml-collapse-item .collapse-content{-webkit-transition:height .3s;transition:height .3s}.xml-empty-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.xml-drag-and-drop-loading{background-color:#fff;position:relative;overflow:hidden}.xml-drag-and-drop-loading #xml-scroll-container{position:relative;-webkit-transition:all .18s;transition:all .18s}.xml-drag-and-drop-loading #xml-scroll-container .xml-loading-text{width:100%;color:#999;font-size:14px;text-align:center;letter-spacing:2px}.xml-drag-and-drop-loading #xml-scroll-container #up-loading-text{position:absolute;top:-20px;z-index:1}.xml-drag-and-drop-loading #xml-scroll-container #down-loading-text{position:absolute;bottom:-20px;z-index:1}.dp-text-ellipsis-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:6px 0;overflow:hidden;font-size:14px;line-height:20px}.dp-text-ellipsis-wrapper .text{position:relative;overflow:hidden;line-height:1.5;text-align:justify;text-overflow:ellipsis;word-break:break-all;-webkit-transition:.3s max-height;transition:.3s max-height}.dp-text-ellipsis-wrapper .text::before{float:right;height:calc(100% - 20px);content:""}.dp-text-ellipsis-wrapper .text::after{position:absolute;width:999vw;height:999vw;margin-left:-100px;content:""}.dp-text-ellipsis-wrapper .btn{position:relative;float:right;clear:both;margin-left:10px;font-size:14px;padding:0 8px;color:#206ef7;line-height:20px;border-radius:4px;cursor:pointer;z-index:10}.dp-text-ellipsis-wrapper .btn::after{font-family:element-icons!important;content:"展开\e790"}.dp-text-ellipsis-wrapper .text.showall{max-height:none}.dp-text-ellipsis-wrapper .text.showall .btn::after,.dp-text-ellipsis-wrapper .text.showall .btn::before{visibility:hidden}.dp-text-ellipsis-wrapper .text.showall.hidden-btn .btn::after{content:"收起\e78f";visibility:visible}.dp-text-ellipsis-wrapper .btn::before{position:absolute;left:1px;color:#333;-webkit-transform:translateX(-100%);transform:translateX(-100%);content:"..."}.xml-hevue-imgpreview-wrap{position:fixed;top:0;bottom:0;right:0;left:0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:9999;color:rgba(255,255,255,.6)}.xml-hevue-imgpreview-wrap .he-img-wrap{width:100%;height:100%;text-align:center;vertical-align:middle;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-hevue-imgpreview-wrap .arrow{width:42px;height:42px;text-align:center;line-height:42px;position:absolute;top:50%;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-ms-transform:translateY(-50%);font-size:24px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .arrow:hover{opacity:.8;-webkit-transform:translateY(-50%) scale(1.2);transform:translateY(-50%) scale(1.2)}.xml-hevue-imgpreview-wrap .arrow-left{left:50px}.xml-hevue-imgpreview-wrap .arrow-right{right:50px}.xml-hevue-imgpreview-wrap .he-close-icon{position:absolute;right:20px;top:50px;z-index:2;width:36px;height:36px;font-size:22px;line-height:36px;text-align:center;border-radius:50%;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-close-icon:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-hevue-imgpreview-wrap .he-control-bar-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;bottom:calc(5% + 80px);left:0}.xml-hevue-imgpreview-wrap .he-control-bar{height:44px;bottom:10%;padding:0 22px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:22px;margin:0 auto;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-control-title{position:absolute;top:30px;left:0;width:100%;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff;z-index:1}.xml-hevue-imgpreview-wrap .he-control-num{position:absolute;bottom:5%;left:0;width:100%;padding:0 22px;font-size:16px;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-control-num .briefIntroduction{position:relative;margin:0 auto;max-width:800px;max-height:70vh;overflow-y:scroll}.xml-hevue-imgpreview-wrap .he-control-num .briefIntroduction .expand_and_collapse{position:absolute;right:0;bottom:0;color:#299fff;cursor:pointer}.xml-hevue-imgpreview-wrap .he-control-num .text-ellipsis{overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.xml-hevue-imgpreview-wrap .he-control-btn{line-height:44px;font-size:24px;cursor:pointer;padding:0 9px;-webkit-transition:all .2s;transition:all .2s}.xml-hevue-imgpreview-wrap .he-control-btn:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.xml-hevue-imgpreview-wrap .fade-enter-active,.xml-hevue-imgpreview-wrap .fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.xml-hevue-imgpreview-wrap .fade-enter,.xml-hevue-imgpreview-wrap .fade-leave-to{opacity:0}.xml-hevue-imgpreview-wrap .hevue-img-status-icon{font-size:56px}.xml-hevue-imgpreview-wrap .rotate-animation{-webkit-animation:rotate 1.5s linear infinite;animation:rotate 1.5s linear infinite}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.xml-hevue-imgpreview-wrap .he-img-wrap{background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.he-close-icon,.he-control-num,.xml-hevue-imgpreview-wrap .arrow,.xml-hevue-imgpreview-wrap .he-control-bar{background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.player-dialog,.xml-custom-modal{background-color:#ccc;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.player-dialog .el-dialog,.xml-custom-modal .el-dialog{margin:0!important;max-width:calc(100% - 32px);padding:0;background-color:transparent!important;-webkit-box-shadow:none;box-shadow:none}.player-dialog .el-dialog .progress-faker,.xml-custom-modal .el-dialog .progress-faker{width:100%;height:32px;z-index:2;position:absolute;bottom:2px;left:0;background-color:transparent;font-size:14px;color:transparent;padding-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.player-dialog .el-dialog video,.xml-custom-modal .el-dialog video{width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.player-dialog .el-dialog__header,.xml-custom-modal .el-dialog__header{display:none}.player-dialog .el-dialog__body,.xml-custom-modal .el-dialog__body{margin:0 auto!important;padding:0}.xml-modal-player__wrapper,.xml-modal-viewer__wrapper{background-color:#fff;min-height:68vh}.xml-modal-player__wrapper .title-block,.xml-modal-viewer__wrapper .title-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.xml-modal-player__wrapper .title-block .title-adorn,.xml-modal-viewer__wrapper .title-block .title-adorn{width:27px}.xml-modal-player__wrapper .title-block .title,.xml-modal-viewer__wrapper .title-block .title{padding:0 3px;max-width:calc(100% - 54px);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;color:#333;font-weight:700;letter-spacing:3px}.xml-modal-player__wrapper .content-block,.xml-modal-viewer__wrapper .content-block{margin-top:12px;color:#888}.xml-modal-player__wrapper .content-block .label,.xml-modal-viewer__wrapper .content-block .label{color:#333;font-size:18px;letter-spacing:1.5px}.xml-modal-player__wrapper .content-block .label span,.xml-modal-viewer__wrapper .content-block .label span{background-size:100%;background-position:-1px 19px;background-repeat:no-repeat;padding:9px 7px}.xml-modal-player__wrapper .content-block .content,.xml-modal-viewer__wrapper .content-block .content{padding:16px 10px;font-size:14px;color:#666;word-break:break-all}.xml-modal-player__wrapper .xml-audio-player,.xml-modal-viewer__wrapper .xml-audio-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:45px 20px}.xml-modal-player__wrapper .xml-audio-player .audio-cover,.xml-modal-viewer__wrapper .xml-audio-player .audio-cover{width:50%;height:auto;margin:0 auto;position:relative;border-radius:6px;overflow:hidden;padding-bottom:50%}.xml-modal-player__wrapper .xml-audio-player .audio-cover .square-wrapper,.xml-modal-viewer__wrapper .xml-audio-player .audio-cover .square-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.xml-modal-player__wrapper .xml-audio-player .audio-cover .square-wrapper .el-image,.xml-modal-viewer__wrapper .xml-audio-player .audio-cover .square-wrapper .el-image{width:100%;height:100%}.xml-modal-player__wrapper .xml-audio-player .audio-cover img,.xml-modal-viewer__wrapper .xml-audio-player .audio-cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.xml-modal-player__wrapper .xml-audio-player .audio-cover .style-a,.xml-modal-viewer__wrapper .xml-audio-player .audio-cover .style-a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3;width:25%}.xml-modal-player__wrapper .vjs-custom-skin>.video-js .vjs-control-bar.fullscren,.xml-modal-player__wrapper .xml-video-player .vjs-custom-skin>.video-js .vjs-control-bar.fullscren,.xml-modal-viewer__wrapper .vjs-custom-skin>.video-js .vjs-control-bar.fullscren,.xml-modal-viewer__wrapper .xml-video-player .vjs-custom-skin>.video-js .vjs-control-bar.fullscren{position:fixed;opacity:1!important}.xml-modal-player__wrapper .xml-audio-player .audio-player-control,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control{margin-top:24px}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-player-title,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-player-title{color:#333}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-player-title .scroll-text,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-player-title .scroll-text{margin:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;color:#333;font-weight:700;letter-spacing:3px}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-player-title.preview,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-player-title.preview{width:calc(100% - 30px);overflow:hidden}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-player-title.preview .scroll-text,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-player-title.preview .scroll-text{-webkit-animation:fadeNum 6s infinite;animation:fadeNum 6s infinite;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-player-title--modal.preview,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-player-title--modal.preview{width:60%;margin:0 auto}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls{margin-top:20px}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress .el-slider__runway,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:12px 0;background-color:#999}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress .el-slider__button-wrapper,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress .el-slider__button-wrapper{display:none}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-modal-player__wrapper .video-js .vjs-big-play-button,.xml-modal-player__wrapper .xml-video-player .video-js .vjs-big-play-button,.xml-modal-viewer__wrapper .video-js .vjs-big-play-button,.xml-modal-viewer__wrapper .xml-video-player .video-js .vjs-big-play-button{border-radius:100%!important;width:70px!important;height:70px!important;margin-left:-35px!important}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times .current-time,.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times .total-time,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times .current-time,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times .total-time{font-size:12px;color:#999}.xml-modal-player__wrapper .video-js .vjs-error-display::before,.xml-modal-viewer__wrapper .video-js .vjs-error-display::before{display:none!important}.xml-modal-player__wrapper .vjs-poster,.xml-modal-viewer__wrapper .vjs-poster{-o-object-fit:scale-down;object-fit:scale-down}.xml-modal-player__wrapper .xml-video-player,.xml-modal-viewer__wrapper .xml-video-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:60px 16px}.vjs-hidden,.xml-modal-player__wrapper .xml-video-player .video-js .vjs-error-display::before,.xml-modal-viewer__wrapper .xml-video-player .video-js .vjs-error-display::before{display:none!important}.xml-modal-player__wrapper .xml-video-player .vjs-custom-skin>.video-js .vjs-control .vjs-time-tooltip,.xml-modal-viewer__wrapper .xml-video-player .vjs-custom-skin>.video-js .vjs-control .vjs-time-tooltip{top:.6em}.xml-modal-player__wrapper .xml-video-player .vjs-poster,.xml-modal-viewer__wrapper .xml-video-player .vjs-poster{-o-object-fit:scale-down;object-fit:scale-down}.xml-modal-player__wrapper .xml-video-player .content-block,.xml-modal-viewer__wrapper .xml-video-player .content-block{margin-top:24px}.xml-modal-player__wrapper .xml-modal-viewer__image,.xml-modal-viewer__wrapper .xml-modal-viewer__image{padding:60px 16px}.xml-modal-player__wrapper .xml-modal-viewer__scroll-wrapper,.xml-modal-viewer__wrapper .xml-modal-viewer__scroll-wrapper{max-height:calc(88vh - 171px);overflow-y:auto}.xml-modal-player__wrapper .xml-modal-viewer__scroll-wrapper .xml-image-container--aspect-fit,.xml-modal-viewer__wrapper .xml-modal-viewer__scroll-wrapper .xml-image-container--aspect-fit{text-align:center}@media screen and (min-width:782px){.player-dialog .el-dialog{max-width:750px!important}.player-dialog .el-dialog .xml-modal-player__wrapper{min-height:85vh}}.xml-title-first-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-h5 .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-h5 .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-h5 .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0}.xml-title-Yellowtheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-library-h5>div{width:100%}.xml-title-Yellowtheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid var(--background-color);border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-library-h5 .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-library-h5 .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Yellowtheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Yellowtheme2-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-library-h5>div{width:100%}.xml-title-Yellowtheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-library-h5 .title-container .left-icon{width:35px;height:35px;background-color:var(--background-color);opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-library-h5 .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid var(--background-color);margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-rectangle-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-library-h5 .title-container .title-left-img{width:10px;height:100%;position:absolute;left:-15px;background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-library-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-h5 .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-sixth-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-h5>div{width:100%}.xml-title-sixth-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-library-h5 .title-container .title-left-div{max-width:30%}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:var(--background-color);text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-library-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:var(--background-color);margin-top:5px}.xml-title-sixth-library-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-semicircle-library-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-library-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:var(--background-color);bottom:0}.xml-title-sixth-library-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-library-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid var(--background-color);z-index:99;padding:0 15px}.xml-title-sixth-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--background-color);padding:0 20px;border-radius:10px}.xml-title-semicircle-library-h5 .title-container .title-left-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;left:20px}.xml-title-semicircle-library-h5 .title-container .title-right-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;right:20px}.xml-title-semicircle-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-h5 .title-container .left-image{z-index:0;width:48px;height:48px;border:2px solid var(--background-color);border-radius:50% 50% 0;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-library-h5 .title-container .left-image ::after{content:"";height:15px;position:absolute;right:-2px;bottom:0;border-right:2px solid #fff}.xml-title-fifteen-library-h5 .title-container .left-image .image-container,.xml-title-fifteen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-library-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid var(--background-color);border-right:4px solid var(--background-color);position:relative}.xml-title-thirteenth-library-h5 .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-h5 .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-h5 .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:var(--background-color);margin-top:-3px;margin-right:4%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-library-h5 .title-container .bottomborder .Line1{width:45%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .bottomborder .block{width:7px;height:7px;background-color:var(--background-color);margin-bottom:-3px}.xml-title-thirteenth-library-h5 .title-container .bottomborder .Line2{width:15%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .bottomborder .Line3{width:20%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:5px 20px}.xml-title-thirteenth-library-h5 .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-h5>div{padding:0 20px}.xml-title-Yellowtheme5-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-h5 .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-h5 .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-h5 .title-container .left-img,.xml-title-Yellowtheme5-library-pad .title-container .left-img{background:linear-gradient(45deg,transparent 25px,var(--background-color) 0) bottom left,linear-gradient(135deg,transparent 25px,var(--background-color) 0) top left}.xml-title-Yellowtheme5-library-h5 .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-h5 .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-h5 .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-h5>div{height:100%}.xml-title-Yellowtheme6-library-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color)!important;z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-h5 .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-h5 .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-h5>div{width:100%}.xml-title-Greentheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container,.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-h5>div{width:100%}.xml-title-Greentheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container,.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-h5>div{width:100%}.xml-title-Greentheme3-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-h5 .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-h5>div{width:100%}.xml-title-Greentheme4-library-h5 .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-h5 .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-h5 .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-h5 .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-library-h5 .title-container .title-left-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-h5 .title-container .title-left-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-h5 .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-library-h5 .title-container .title-right-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-h5 .title-container .title-right-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px;max-width:70%}.xml-title-Greentheme6-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-nineteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-library-h5 .title-container-box{width:100%;position:relative}.xml-title-nineteen-library-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 20px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 20px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 20px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 20px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:0 45px;margin:0 auto;z-index:9;overflow:hidden}.xml-title-nineteen-library-h5 .title-container-box .title-container::before{content:"";width:calc(100% - 34px);height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-h5 .title-container-box .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-hexagon-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-h5 .xml-group-h5{background:linear-gradient(135deg,transparent 7px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 7px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 7px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 7px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat}.xml-title-hexagon-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px;border-radius:20px;background-color:var(--background-color)}.xml-title-hexagon-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fourteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-library-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 0,var(--background-color) 0) top left,linear-gradient(45deg,transparent 0,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;position:relative;border-radius:12px;padding:5px 10px 5px 5px}.xml-title-fourteen-library-h5 .title-container .cont-box{width:100%;position:relative;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-title-fourteen-library-h5 .title-container .cont-box::after,.xml-title-fourteen-library-h5 .title-container .cont-box::before{width:2px;background:var(--background-color);position:absolute;right:0;height:100%;content:"";z-index:999}.xml-title-fourteen-library-h5 .title-container .cont-box::before{-webkit-transform:skew(45deg);transform:skew(45deg)}.xml-title-fourteen-library-h5 .title-container .cont-box::after{top:0;-webkit-transform:skew(135deg);transform:skew(135deg)}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);border-radius:3px}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-library-h5>div{min-width:60%}.xml-title-seventeen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-h5 .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid var(--background-color);margin-bottom:3px;margin-top:3px}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid var(--background-color)}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-library-h5>div{min-width:40%}.xml-title-sixteen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid var(--background-color)!important;padding:0 30px 0 51px}.xml-title-sixteen-library-h5 .title-container .left-image{z-index:0;border-bottom:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #eaecef;border-right:20px solid transparent;position:absolute;bottom:-28px;left:10px;width:0;height:0}.xml-title-sixteen-library-h5 .title-container .left-image::before{content:"";border-bottom:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--background-color);border-right:10px solid transparent;position:absolute;top:-16px;left:-10px}.xml-title-sixteen-library-h5 .title-container .right-icon{width:10px;height:10px;background-color:var(--background-color);border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-library-h5 .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-library-h5 .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-library-h5>div{width:100%;height:100%}.xml-title-Knowledge-library-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-library-h5 .title-container .left-titlebox{background-color:var(--background-color);padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--background-color);background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifth-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:12px}.xml-title-fifth-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-library-h5 .title-container .title-bottom{width:95%;height:95%;background-color:var(--background-color);position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:6px}.xml-title-fifth-library-h5 .title-container .title-right-img{width:20px;height:25px;margin-top:-25px;margin-right:-25px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-title-fifth-library-h5 .title-container .title-right-img>div{width:6px;height:6px;background-color:var(--background-color);border-radius:50%;position:relative}.xml-title-fifth-library-h5 .title-container .title-right-img>div::after{content:"";width:3px;height:4px;background-color:var(--background-color);position:absolute;bottom:-3px;right:1px;-webkit-transform:skew(-27deg);transform:skew(-27deg)}.xml-title-fifth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:6px;border:1px solid var(--background-color);z-index:99;-webkit-box-shadow:0 0 1px 0 #000;box-shadow:0 0 1px 0 #000}.xml-title-fifth-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-triangle-library-h5 .title-container .title-left-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:0 solid transparent;border-left-style:inset;margin-right:-12px;z-index:9;position:relative}.xml-title-triangle-library-h5 .title-container .title-left-img::after{content:"";width:0;height:0;border:15px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:0 solid transparent;border-left-style:inset;z-index:9;position:absolute;left:-30px}.xml-title-triangle-library-h5 .title-container .title-right-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:0 solid transparent;margin-left:-12px;margin-bottom:-10px;border-right-style:outset}.xml-title-triangle-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 30px;margin-left:-2px}.xml-title-triangle-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:35px!important;padding-right:35px!important}.xml-title-Redtheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.35);box-shadow:0 3px 7px 0 rgba(0,0,0,.35);-webkit-transform:skew(-15deg);transform:skew(-15deg);z-index:9}.xml-title-Redtheme1-library-h5 .title-container .title-bg{width:100%;height:100%;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;z-index:0}.xml-title-Redtheme1-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme1-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;background:#fff;z-index:9}.xml-title-Redtheme1-library-h5 .title-container .text-container>div{-webkit-transform:skew(15deg);transform:skew(15deg)}.xml-title-Redtheme1-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme1-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme2-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px!important;padding-right:30px!important}.xml-title-Redtheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-Redtheme2-library-h5 .title-container::after,.xml-title-Redtheme2-library-h5 .title-container::before{content:"";position:absolute;bottom:-10px;-webkit-transform:skew(20deg);height:4px}.xml-title-Redtheme2-library-h5 .title-container .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%)}.xml-title-Redtheme2-library-h5 .title-container::before{width:88px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%);border-radius:1px;right:5px;transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container::after{width:4px;background-color:var(--background-color);border-radius:50%;right:-5px;transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme2-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme2-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px!important;padding-right:25px!important;text-align:left}.xml-title-Redtheme3-library-h5 .suptitle{display:inline-block;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-color:var(--background-color);position:relative;z-index:9}.xml-title-Redtheme3-library-h5 .suptitle .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-h5 .suptitle .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-h5 .suptitle .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background-color:#ebebeb;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.35);box-shadow:0 2px 3px 0 rgba(0,0,0,.35);-webkit-transform:skew(-20deg);transform:skew(-20deg);min-width:180px;margin-top:-10px}.xml-title-Redtheme3-library-h5 .title-container::after,.xml-title-Redtheme3-library-h5 .title-container::before,.xml-title-thirtyone-library-h5 .title-container::before,.xml-title-thirtytwo-library-h5 .title-container::before{background-color:var(--background-color);content:""}.xml-title-Redtheme3-library-h5 .title-container::before{width:20px;height:2px;position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-h5 .title-container::after{width:2px;height:30px;position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-h5 .title-container .w-e-text-container,.xml-title-Redtheme4-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-h5 .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-h5 .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-h5 .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-h5 .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-h5 .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-h5 .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-first-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-semicircle-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-library-pad .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-Redtheme4-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyone-library-h5 .title-container{text-align:left;padding-right:30px;padding-bottom:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #adadad!important;position:relative}.xml-title-thirtyone-library-h5 .title-container::before{width:119px;height:4px;position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-h5 .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-h5 .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-h5 .xml-group-h5{position:relative}.xml-title-thirtytwo-library-h5 .xml-group-h5::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-h5 .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-h5 .title-container::before{width:20px;height:31px;position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-h5 .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-h5 .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-h5 .xml-group-h5{padding-right:15px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-h5 .xml-group-h5 .main-con{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-left:20px}.xml-title-thirtythree-library-h5 .xml-group-h5 .left-block{width:7px;height:17px;background-color:#636363;-webkit-transform:skew(-25deg);transform:skew(-25deg);position:absolute;left:0}.xml-title-thirtythree-library-h5 .xml-group-h5::after{content:"";width:calc(100% - 25px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-h5 .xml-group-h5 .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px;margin-bottom:10px}.xml-title-thirtythree-library-h5 .xml-group-h5 .title-container::before{content:"";width:15px;height:43px;background-color:var(--background-color);position:absolute;left:-2px;bottom:-14px}.xml-title-thirtythree-library-h5 .xml-group-h5 .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-h5 .xml-group-h5{position:relative;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-thirtyfour-library-h5 .xml-group-h5::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-h5 .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-h5 .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-h5 .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-h5 .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-h5 .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-h5 .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-h5 .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-h5 .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-h5 .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-h5 .title-container .left-line::after,.xml-title-thirtysix-library-h5 .title-container .right-line::before{height:15px;bottom:0;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);content:""}.xml-title-thirtysix-library-h5{text-align:center}.xml-title-thirtysix-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtysix-library-h5 .title-container .left-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-h5 .title-container .left-line::after{width:10px;position:absolute;right:-2px;-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-h5 .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-h5 .title-container .right-line::before{width:10px;position:absolute;left:-2px;-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-h5 .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-h5{text-align:center}.xml-title-thirtyseven-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-h5 .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-h5 .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-h5 .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-h5 .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-h5 .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-h5{text-align:center}.xml-title-thirtyeight-library-h5 .title-container{display:inline-block;border:1px solid var(--background-color)!important;padding:3px 16px;position:relative}.xml-title-thirtyeight-library-h5 .title-container::after,.xml-title-thirtyeight-library-h5 .title-container::before{width:5px;height:24px;background-color:var(--background-color);position:absolute;top:50%;content:""}.xml-title-thirtyeight-library-h5 .title-container::before{left:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-h5 .title-container::after{right:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-h5 .title-container .text-container{border:2px solid transparent;text-align:left}@media screen and (min-width:1024px){.xml-title-BuleRectangle-library-h5{text-align:center}.xml-title-BuleRectangle-library-h5 .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border{position:relative;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;right:-7px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .rigth-titlebox-usb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44%;font-weight:600!important;margin:15px 0}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .trapezoid{background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:44%;width:52%;padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .trapezoid .rigth-titlebox{width:100%}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangle-library-h5 .left-image{width:5%;border:6px solid var(--background-color);z-index:9;position:absolute;left:0}.xml-title-BuleRectangle-library-h5 .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangle-library-h5 .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangle-library-h5 .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-BuleRectangle-library-h5 .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangle-library-h5 .right-image{width:10%;z-index:9;position:absolute;bottom:13px;right:17px}.xml-title-BuleRectangle-library-h5 .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}}@media screen and (max-width:767px){.xml-title-BuleRectangle-library-h5{text-align:center}.xml-title-BuleRectangle-library-h5 .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border{position:relative;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;right:-7px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .rigth-titlebox-usb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44%;font-weight:600!important;margin:15px 0;z-index:99;position:relative}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .trapezoid{background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:44%;min-width:52%;max-width:65%;padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .trapezoid .rigth-titlebox{width:100%}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangle-library-h5 .left-image{width:5%;border:6px solid var(--background-color);z-index:9;position:absolute;left:0}.xml-title-BuleRectangle-library-h5 .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangle-library-h5 .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangle-library-h5 .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangle-library-h5 .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-BuleRectangle-library-h5 .right-image{width:59px;z-index:9;position:absolute;bottom:13px;right:17px}.xml-title-BuleRectangle-library-h5 .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}}@media screen and (min-width:1024px){.xml-title-BuleRectangleTwo-library-h5{text-align:center}.xml-title-BuleRectangleTwo-library-h5 .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-7px;left:99%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;bottom:-8px;left:-8px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}}@media screen and (max-width:767px){.xml-title-BuleRectangleTwo-library-h5{text-align:center}.xml-title-BuleRectangleTwo-library-h5 .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rightTopround{position:absolute;width:10px;height:10px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;left:99%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;bottom:-6px;left:-6px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}}.xml-title-Sevenpagefive-library-h5,.xml-title-Sevenpageone-library-h5,.xml-title-titleCrane-library-h5,.xml-title-titleLight-library-h5,.xml-title-titleLogging-library-h5,.xml-title-titleQuestion-library-h5,.xml-title-titleTearcher-library-h5,.xml-title-titleText-library-h5{text-align:left}.xml-title-titleLogging-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-h5 .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-h5 .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleLight-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleLight-library-h5 .title-container .left-image{z-index:0;width:67px;height:60px;border:6px solid var(--background-color);position:absolute;bottom:0;left:0}.xml-title-titleLight-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLight-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleLight-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleTearcher-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleTearcher-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleTearcher-library-h5 .title-container .left-image{z-index:0;width:67px;height:50px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleTearcher-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleTearcher-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleText-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleText-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:12px;z-index:9;position:relative}.xml-title-titleText-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;left:0;bottom:5px}.xml-title-titleText-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleText-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleText-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-Sevenpagefive-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:180px}.xml-title-Sevenpagefive-library-h5 .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefive-library-h5 .title-container .title-bg{width:98%;height:140px;background-color:#0168b6;opacity:.1;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-content{width:98%;height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-content .small-titlebox{margin:25px 0 16px 12px;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-content .big-titlebox{width:50%;text-align:center;margin-top:70px;margin-left:5%;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .right-jiao{width:20px;height:20px;background-color:#73acd7;position:absolute;right:-4px;top:-4px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border{width:98%;height:125px;border:1px solid #0168b6;border-bottom:none;border-top:none;position:absolute;top:10px;left:2px;z-index:3}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top{width:100%;position:absolute;left:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top .border-left{width:50%;border-top:1px solid #0168b6}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top .border-right{width:27%;border-top:1px solid #0168b6;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .xie-cutiao{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-5px;left:50%;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .xie-cutiao .xie-cutiao-item{width:10px;height:10px;background-color:#0168b6;clip-path:polygon(42% 0,100% 0,56% 98%,0 100%)}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .circle{width:8px;height:8px;background-color:#0168b6;border-radius:8px;position:absolute;left:-.8%;bottom:-8px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .sanjiao{width:12px;height:12px;clip-path:polygon(100% 0,0 0,0 100%);background-color:#0168b6;margin:2px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom{width:calc(100% - 22px);border-bottom:1px solid #0168b6;position:absolute;left:2%;bottom:-16px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .left-xiexian{width:2%;height:8px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;left:-2%;bottom:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .cutiao{width:13%;height:14px;background-color:#0168b6;position:absolute;left:5%;bottom:-7px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .right-xiexian{width:3%;height:16px;background:linear-gradient(to top left,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;right:-2.5%;bottom:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .point{color:#0168b6;position:absolute;right:4%;bottom:0}.xml-title-thirtynine-library-h5{text-align:center}.xml-title-thirtynine-library-h5 .title-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 16px;position:relative}.xml-title-thirtynine-library-h5 .title-container::before{content:"";width:7px;height:7px;position:absolute;left:0;bottom:0;background:linear-gradient(45deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-h5 .title-container::after{content:"";width:7px;height:7px;position:absolute;right:0;top:0;background:linear-gradient(-135deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-h5 .title-container .mask{position:absolute;top:6px;left:0;width:100%;height:calc(100% - 16px);background-color:var(--background-color);opacity:.5;pointer-events:none}.xml-title-thirtynine-library-h5 .title-container .title-number{height:50px;background-color:var(--background-color);border-radius:0 0 10px 10px;min-width:50px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-6px;padding:0 8px}.xml-title-thirtynine-library-h5 .title-container .title-number .line1{position:absolute;width:7px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-title-thirtynine-library-h5 .title-container .title-number .line2{position:absolute;width:4px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg);margin-left:22px}.xml-title-thirtynine-library-h5 .title-container .title-number::before{content:"";width:7px;height:7px;background:linear-gradient(-45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;left:-7px}.xml-title-thirtynine-library-h5 .title-container .title-number::after{content:"";width:7px;height:7px;background:linear-gradient(45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;right:-7px}.xml-title-thirtynine-library-h5 .title-container .title-text{position:relative;z-index:9;padding:4px 0 8px 14px}.xml-title-thirtynine-library-h5 .title-container .text-container{position:relative;border:2px solid transparent!important;z-index:1}.xml-title-Forty-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-left:18px!important}.xml-title-Forty-library-h5>div{width:100%}.xml-title-Forty-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.xml-title-Forty-library-h5 .title-container .left-image{width:63px;height:74px;background-color:var(--background-color);position:relative;z-index:9;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-title-Forty-library-h5 .title-container .left-image .image-box{width:74%;height:75%;background-color:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container{width:100%;height:86%;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #fff}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu,.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu img{border-radius:50%;width:100%;height:100%}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Forty-library-h5 .title-container .right-top-bg{min-height:50px;max-width:77%;position:relative;margin-left:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);opacity:.5;border-radius:5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block{width:60px;height:30px;position:absolute;right:-8px;bottom:-8px;background:linear-gradient(153deg,transparent 0,transparent 51%,var(--background-color) 49%,var(--background-color) 100%);border-radius:10px 0 5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block::after{content:"";width:8px;height:5px;background-color:#5c5c5c;position:absolute;right:0;top:0;z-index:-1}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block::before{content:"";width:18px;height:8px;background-color:#5c5c5c;position:absolute;left:3px;bottom:0;z-index:-1}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Fortyone-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px!important;padding-left:8px!important}.xml-title-Fortyone-library-h5>div{width:100%}.xml-title-Fortyone-library-h5 .title-container{display:inline-block;position:relative;z-index:9}.xml-title-Fortyone-library-h5 .title-container .title-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:25px 0 0 25px;padding-left:5px;height:40px}.xml-title-Fortyone-library-h5 .title-container .title-bg::after{content:"";width:70%;height:100%;position:absolute;top:0;right:-10px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:inherit;z-index:-1}.xml-title-Fortyone-library-h5 .title-container .title-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e5eff9;border-radius:25px 0 0 25px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0)}.xml-title-Fortyone-library-h5 .title-container .left-image{width:50px;height:50px;background-color:var(--background-color);position:relative;z-index:9;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;border:2px solid #fff}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox{height:100%;padding:0 20px 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-h5 .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px;color:#fff}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-h5 .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagetwo-library-h5{text-align:left}.xml-title-Sevenpagetwo-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box{width:57%;position:relative}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box img{width:14px;height:14px;margin-right:6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .bottomzhuangshi{width:118px;height:10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);background-color:#0168b6;opacity:.2;position:absolute;left:0;bottom:-6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .left-tiao-bottom{width:100%;border:1px solid #0168b6;position:absolute;left:0;bottom:-2px}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box{width:33%;height:14px;position:absolute;bottom:18.5%;right:6.7%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .xietiao{width:7.4%;height:14px;background:linear-gradient(to bottom right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .right-top{width:92%;height:14px;border-top:1px solid #0168b6;position:absolute;bottom:1px;left:6.7%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#80b3da;clip-path:polygon(66% 0,100% 0,34% 99%,0 100%);margin-top:4px}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi .circle{color:#0168b6;margin-top:4px;position:absolute;right:6px;bottom:-6px}.xml-title-Sevenpagethree-library-h5{text-align:left}.xml-title-Sevenpagethree-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagethree-library-h5 .title-container .bottomzhuangshi{width:80%;height:10px;background-color:#c4def1;position:absolute;left:40px;bottom:-2px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box{width:44%;position:relative}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .toptiao{width:88%;border:1px solid #0168b6;position:absolute;left:0;top:-8px;z-index:1}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .tixing-bg{width:45%;height:28px;background-color:#c4def1;clip-path:polygon(0 0,100% 0,67% 99%,0 100%);position:absolute;left:0;top:-14px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .left-content{width:96%;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);background-color:#0168b6;padding-left:8px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box img{width:22px;height:22px;margin-right:8px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .right-xietiao{width:13%;height:42px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2px),#0168b6 50%,transparent calc(50% + 2px),transparent 100%);position:absolute;right:-2px;top:-8px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box{width:56%;height:100%}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .right-bottom{width:44%;height:100%;border-bottom:1px solid #0168b6;position:absolute;bottom:2px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:14%}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#0168b6;clip-path:polygon(29% 0,51% 0,96% 100%,74% 100%);margin-top:4px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6.2%;bottom:-2px}.xml-title-Sevenpagefour-library-h5{text-align:left}.xml-title-Sevenpagefour-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-h5 .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-h5 .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-h5 .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:48%;bottom:8px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:38%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-first-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-pad .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-library-pad>div{width:100%}.xml-title-Yellowtheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid var(--background-color);border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-library-pad .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-library-pad .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;border-radius:50%;height:100%}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Yellowtheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-library-pad>div{width:100%}.xml-title-Yellowtheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-library-pad .title-container .left-icon{width:35px;height:35px;background-color:var(--background-color);opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid var(--background-color);margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-rectangle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-library-pad .title-container .title-left-img{width:10px;height:100%;position:absolute;left:-15px;background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pad .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-library-pad .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pad .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-sixth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pad>div{width:100%}.xml-title-sixth-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-library-pad .title-container .title-left-div{max-width:30%}.xml-title-sixth-library-pad .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:var(--background-color);text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-library-pad .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:var(--background-color);margin-top:5px}.xml-title-sixth-library-pad .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:var(--background-color);bottom:0}.xml-title-sixth-library-pad .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-library-pad .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid var(--background-color);z-index:99;padding:0 15px}.xml-title-sixth-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--background-color);padding:0 20px;border-radius:10px}.xml-title-semicircle-library-pad .title-container .title-left-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;left:20px}.xml-title-semicircle-library-pad .title-container .title-right-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;right:20px}.xml-title-semicircle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-library-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pad .title-container .left-image{z-index:0;width:48px;height:48px;border:2px solid var(--background-color);border-radius:50% 50% 0;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-library-pad .title-container .left-image ::after{content:"";height:15px;position:absolute;right:-2px;bottom:0;border-right:2px solid #fff}.xml-title-fifteen-library-pad .title-container .left-image .image-container,.xml-title-fifteen-library-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pad .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-library-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid var(--background-color);border-right:4px solid var(--background-color);position:relative}.xml-title-thirteenth-library-pad .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pad .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pad .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:var(--background-color);margin-top:-3px;margin-right:4%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-library-pad .title-container .bottomborder .Line1{width:45%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .bottomborder .block{width:7px;height:7px;background-color:var(--background-color);margin-bottom:-3px}.xml-title-thirteenth-library-pad .title-container .bottomborder .Line2{width:15%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .bottomborder .Line3{width:20%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:5px 20px}.xml-title-thirteenth-library-pad .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-pad>div{padding:0 20px}.xml-title-Yellowtheme5-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-pad .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pad .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pad .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pad .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-pad>div{height:100%}.xml-title-Yellowtheme6-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color);z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-pad .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-pad .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-pad .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-pad .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-pad .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-pad>div{width:100%}.xml-title-Greentheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-pad .title-container .left-image .image-container,.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-pad .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-pad>div{width:100%}.xml-title-Greentheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-pad .title-container .left-image .image-container,.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-pad .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-pad>div{width:100%}.xml-title-Greentheme3-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-pad .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-pad>div{width:100%}.xml-title-Greentheme4-library-pad .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-pad .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-pad .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-pad .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-library-pad .title-container .title-left-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pad .title-container .title-left-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pad .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-library-pad .title-container .title-right-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pad .title-container .title-right-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px;max-width:70%}.xml-title-Greentheme6-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-nineteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-library-pad .title-container-box{width:100%;position:relative}.xml-title-nineteen-library-pad .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 20px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 20px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 20px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 20px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:0 45px;margin:0 auto;z-index:9;overflow:hidden}.xml-title-nineteen-library-pad .title-container-box .title-container::before{content:"";width:calc(100% - 34px);height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-pad .title-container-box .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-pad .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-library-pad .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-library-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-library-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-hexagon-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-pad .xml-group-h5{background:linear-gradient(135deg,transparent 7px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 7px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 7px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 7px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat}.xml-title-hexagon-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px;border-radius:20px;background-color:var(--background-color)}.xml-title-hexagon-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fourteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-library-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 0,var(--background-color) 0) top left,linear-gradient(45deg,transparent 0,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;position:relative;border-radius:12px;padding:5px 10px 5px 5px}.xml-title-fourteen-library-pad .title-container .cont-box{width:100%;position:relative;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-title-fourteen-library-pad .title-container .cont-box::before{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;right:0;-webkit-transform:skew(45deg);transform:skew(45deg);z-index:999}.xml-title-fourteen-library-pad .title-container .cont-box::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;right:0;top:0;-webkit-transform:skew(135deg);transform:skew(135deg);z-index:999}.xml-title-fourteen-library-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);border-radius:3px}.xml-title-fourteen-library-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-library-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-library-pad>div{min-width:60%}.xml-title-sixteen-library-pad>div,.xml-title-sixteen-library-pc>div{min-width:40%}.xml-title-seventeen-library-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-pad .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-pad .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid var(--background-color);margin-bottom:3px;margin-top:3px}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid var(--background-color)}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-library-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid var(--background-color)!important;padding:0 30px 0 51px}.xml-title-sixteen-library-pad .title-container .left-image{z-index:0;border-bottom:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #eaecef;border-right:20px solid transparent;position:absolute;bottom:-28px;left:10px;width:0;height:0}.xml-title-sixteen-library-pad .title-container .left-image::before{content:"";border-bottom:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--background-color);border-right:10px solid transparent;position:absolute;top:-16px;left:-10px}.xml-title-sixteen-library-pad .title-container .right-icon{width:10px;height:10px;background-color:var(--background-color);border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-library-pad .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-library-pad .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-library-pad>div{width:100%;height:100%}.xml-title-Knowledge-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-library-pad .title-container .left-titlebox{background-color:var(--background-color);padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--background-color);background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:12px}.xml-title-fifth-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-library-pad .title-container .title-bottom{width:95%;height:95%;background-color:var(--background-color);position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:6px}.xml-title-fifth-library-pad .title-container .title-right-img{width:20px;height:25px;margin-top:-25px;margin-right:-25px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-title-fifth-library-pad .title-container .title-right-img>div{width:6px;height:6px;background-color:var(--background-color);border-radius:50%;position:relative}.xml-title-fifth-library-pad .title-container .title-right-img>div::after{content:"";width:3px;height:4px;background-color:var(--background-color);position:absolute;bottom:-3px;right:1px;-webkit-transform:skew(-27deg);transform:skew(-27deg)}.xml-title-fifth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:6px;border:1px solid var(--background-color);z-index:99;-webkit-box-shadow:0 0 1px 0 #000;box-shadow:0 0 1px 0 #000}.xml-title-fifth-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-triangle-library-pad .title-container .title-left-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:0 solid transparent;border-left-style:inset;margin-right:-12px;z-index:9;position:relative}.xml-title-triangle-library-pad .title-container .title-left-img::after{content:"";width:0;height:0;border:15px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:0 solid transparent;border-left-style:inset;z-index:9;position:absolute;left:-30px}.xml-title-triangle-library-pad .title-container .title-right-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:0 solid transparent;margin-left:-12px;margin-bottom:-10px;border-right-style:outset}.xml-title-triangle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 30px;margin-left:-2px}.xml-title-triangle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:35px!important;padding-right:35px!important}.xml-title-Redtheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.35);box-shadow:0 3px 7px 0 rgba(0,0,0,.35);-webkit-transform:skew(-15deg);transform:skew(-15deg);z-index:9}.xml-title-Redtheme1-library-pad .title-container .title-bg{width:100%;height:100%;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;z-index:0}.xml-title-Redtheme1-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme1-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;background:#fff;z-index:9}.xml-title-Redtheme1-library-pad .title-container .text-container>div{-webkit-transform:skew(15deg);transform:skew(15deg)}.xml-title-Redtheme1-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme1-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px!important;padding-right:30px!important}.xml-title-Redtheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-Redtheme2-library-pad .title-container .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%)}.xml-title-Redtheme2-library-pad .title-container::before{content:"";width:88px;height:4px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%);border-radius:1px;position:absolute;bottom:-10px;right:5px;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pad .title-container::after{content:"";width:4px;height:4px;background-color:var(--background-color);border-radius:50%;position:absolute;right:-5px;bottom:-10px;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme2-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme2-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px!important;padding-right:25px!important;text-align:left}.xml-title-Redtheme3-library-pad .suptitle{display:inline-block;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-color:var(--background-color);position:relative;z-index:9}.xml-title-Redtheme3-library-pad .suptitle .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pad .suptitle .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pad .suptitle .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background-color:#ebebeb;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.35);box-shadow:0 2px 3px 0 rgba(0,0,0,.35);-webkit-transform:skew(-20deg);transform:skew(-20deg);min-width:180px;margin-top:-10px}.xml-title-Redtheme3-library-pad .title-container::before{content:"";width:20px;height:2px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pad .title-container::after{content:"";width:2px;height:30px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pad .title-container .w-e-text-container,.xml-title-Redtheme4-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-pad .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-pad .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pad .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-pad .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-pad .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pad .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-first-library-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-Redtheme4-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyone-library-pad .title-container{text-align:left;padding-right:30px;padding-bottom:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #adadad!important;position:relative}.xml-title-thirtyone-library-pad .title-container::before{content:"";width:119px;height:4px;background-color:var(--background-color);position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-pad .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-pad .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-pad .xml-group-h5{position:relative}.xml-title-thirtytwo-library-pad .xml-group-h5::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-pad .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-pad .title-container::before{content:"";width:20px;height:31px;background-color:var(--background-color);position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-pad .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-pad .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-pad .xml-group-h5{padding-left:15px;padding-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-pad .xml-group-h5::before{content:"";width:7px;height:17px;background-color:#636363;position:absolute;bottom:0;left:0;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-thirtythree-library-pad .xml-group-h5::after{content:"";width:calc(100% - 15px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container::before{content:"";width:15px;height:calc(100% + 8px);background-color:var(--background-color);position:absolute;left:-2px;top:5px}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-pad::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-pad .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-pad .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-pad .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-pad .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-pad .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-pad .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-pad .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-pad .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-pad .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-pad .title-container .left-line::after,.xml-title-thirtysix-library-pad .title-container .right-line::before{height:15px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);content:""}.xml-title-thirtysix-library-pad{text-align:center}.xml-title-thirtysix-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtysix-library-pad .title-container .left-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pad .title-container .left-line::after{width:10px;position:absolute;bottom:0;right:-2px;-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-pad .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pad .title-container .right-line::before{width:10px;position:absolute;bottom:0;left:-2px;-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-pad .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-pad{text-align:center}.xml-title-thirtyseven-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-pad .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pad .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-pad .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pad .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-pad .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-pad{text-align:center}.xml-title-thirtyeight-library-pad .title-container{display:inline-block;border:1px solid var(--background-color)!important;padding:3px 16px;position:relative}.xml-title-thirtyeight-library-pad .title-container::before{content:"";width:5px;height:24px;background-color:var(--background-color);position:absolute;left:-3px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pad .title-container::after{content:"";width:5px;height:24px;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pad .title-container .text-container{border:2px solid transparent;text-align:left}.xml-title-BuleRectangle-library-pad{text-align:center}.xml-title-BuleRectangle-library-pad .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border{position:relative;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;right:-7px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .rigth-titlebox-usb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44%;font-weight:600!important;margin:15px 0}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .trapezoid{background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:44%;width:52%;padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .trapezoid .rigth-titlebox{width:100%}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangle-library-pad .left-image{width:5%;border:6px solid var(--background-color);z-index:9;position:absolute;left:0}.xml-title-BuleRectangle-library-pad .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangle-library-pad .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangle-library-pad .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangle-library-pad .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-BuleRectangle-library-pad .right-image{width:10%;z-index:9;position:absolute;bottom:13px;right:17px}.xml-title-BuleRectangle-library-pad .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pad{text-align:center}.xml-title-BuleRectangleTwo-library-pad .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-7px;left:99%}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;bottom:-8px;left:-8px}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-pad .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-pad .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-pad .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-pad .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-pad .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-pad .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-titleLogging-library-pad{text-align:left}.xml-title-titleLogging-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-pad .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-pad{text-align:left}.xml-title-titleQuestion-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-pad{text-align:left}.xml-title-titleCrane-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-pad .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-pad{text-align:left}.xml-title-titleLight-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleLight-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleLight-library-pad .title-container .left-image{z-index:0;width:67px;height:60px;border:6px solid var(--background-color);position:absolute;bottom:0;left:0}.xml-title-titleLight-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLight-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleLight-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleTearcher-library-pad{text-align:left}.xml-title-titleTearcher-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleTearcher-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleTearcher-library-pad .title-container .left-image{z-index:0;width:67px;height:50px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleTearcher-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleTearcher-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleTearcher-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleText-library-pad{text-align:left}.xml-title-titleText-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleText-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:12px;z-index:9;position:relative}.xml-title-titleText-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;left:0;bottom:5px}.xml-title-titleText-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleText-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleText-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-thirtynine-library-pad{text-align:center}.xml-title-thirtynine-library-pad .title-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 16px;position:relative}.xml-title-thirtynine-library-pad .title-container::before{content:"";width:7px;height:7px;position:absolute;left:0;bottom:0;background:linear-gradient(45deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pad .title-container::after{content:"";width:7px;height:7px;position:absolute;right:0;top:0;background:linear-gradient(-135deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pad .title-container .mask{position:absolute;top:6px;left:0;width:100%;height:calc(100% - 16px);background-color:var(--background-color);opacity:.5;pointer-events:none}.xml-title-thirtynine-library-pad .title-container .title-number{height:50px;background-color:var(--background-color);border-radius:0 0 10px 10px;min-width:50px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-6px;padding:0 8px}.xml-title-thirtynine-library-pad .title-container .title-number .line1{position:absolute;width:7px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-title-thirtynine-library-pad .title-container .title-number .line2{position:absolute;width:4px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg);margin-left:22px}.xml-title-thirtynine-library-pad .title-container .title-number::before{content:"";width:7px;height:7px;background:linear-gradient(-45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;left:-7px}.xml-title-thirtynine-library-pad .title-container .title-number::after{content:"";width:7px;height:7px;background:linear-gradient(45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;right:-7px}.xml-title-thirtynine-library-pad .title-container .title-text{position:relative;z-index:9;padding:4px 0 8px 14px}.xml-title-thirtynine-library-pad .title-container .text-container{position:relative;border:2px solid transparent!important;z-index:1}.xml-title-Forty-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-left:18px!important}.xml-title-Forty-library-pad>div{width:100%}.xml-title-Forty-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.xml-title-Forty-library-pad .title-container .left-image{width:63px;height:74px;background-color:var(--background-color);position:relative;z-index:9;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-title-Forty-library-pad .title-container .left-image .image-box{width:74%;height:75%;background-color:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container{width:100%;height:86%;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #fff}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu,.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu img{border-radius:50%;width:100%;height:100%}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Forty-library-pad .title-container .right-top-bg{min-height:50px;max-width:77%;position:relative;margin-left:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.xml-title-Forty-library-pad .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);opacity:.5;border-radius:5px}.xml-title-Forty-library-pad .title-container .right-top-bg .right-block{width:60px;height:30px;position:absolute;right:-8px;bottom:-8px;background:linear-gradient(153deg,transparent 0,transparent 51%,var(--background-color) 49%,var(--background-color) 100%);border-radius:10px 0 5px}.xml-title-Forty-library-pad .title-container .right-top-bg .right-block::after{content:"";width:8px;height:5px;background-color:#5c5c5c;position:absolute;right:0;top:0;z-index:-1}.xml-title-Forty-library-pad .title-container .right-top-bg .right-block::before{content:"";width:18px;height:8px;background-color:#5c5c5c;position:absolute;left:3px;bottom:0;z-index:-1}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Fortyone-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px!important;padding-left:8px!important}.xml-title-Fortyone-library-pad>div{width:100%}.xml-title-Fortyone-library-pad .title-container{display:inline-block;position:relative;z-index:9}.xml-title-Fortyone-library-pad .title-container .title-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:25px 0 0 25px;padding-left:5px;height:40px}.xml-title-Fortyone-library-pad .title-container .title-bg::after{content:"";width:70%;height:100%;position:absolute;top:0;right:-10px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:inherit;z-index:-1}.xml-title-Fortyone-library-pad .title-container .title-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e5eff9;border-radius:25px 0 0 25px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0)}.xml-title-Fortyone-library-pad .title-container .left-image{width:50px;height:50px;background-color:var(--background-color);position:relative;z-index:9;border-radius:50%}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container,.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;border:2px solid #fff}.xml-title-Fortyone-library-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Fortyone-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox{height:100%;padding:0 20px 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-pad{text-align:left}.xml-title-Sevenpageone-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-pad .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pad .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagetwo-library-pad{text-align:left}.xml-title-Sevenpagetwo-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpagetwo-library-pad .title-container .left-box{width:57%;position:relative}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box img{width:14px;height:14px;margin-right:6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .bottomzhuangshi{width:118px;height:10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);background-color:#0168b6;opacity:.2;position:absolute;left:0;bottom:-6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .left-tiao-bottom{width:100%;border:1px solid #0168b6;position:absolute;left:0;bottom:-2px}.xml-title-Sevenpagetwo-library-pad .title-container .right-box{width:33%;height:14px;position:absolute;bottom:18.5%;right:6.7%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .xietiao{width:7.4%;height:14px;background:linear-gradient(to bottom right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .right-top{width:92%;height:14px;border-top:1px solid #0168b6;position:absolute;bottom:1px;left:6.7%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi .cuxietiao{width:4.1%;height:10px;background-color:#80b3da;clip-path:polygon(66% 0,100% 0,34% 99%,0 100%);margin-top:4px}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi .circle{color:#0168b6;margin-top:4px;position:absolute;right:2%;bottom:-6px}.xml-title-Sevenpagethree-library-pad{text-align:left}.xml-title-Sevenpagethree-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagethree-library-pad .title-container .bottomzhuangshi{width:80%;height:10px;background-color:#c4def1;position:absolute;left:40px;bottom:-2px}.xml-title-Sevenpagethree-library-pad .title-container .left-box{width:44%;position:relative}.xml-title-Sevenpagethree-library-pad .title-container .left-box .toptiao{width:88%;border:1px solid #0168b6;position:absolute;left:0;top:-8px;z-index:1}.xml-title-Sevenpagethree-library-pad .title-container .left-box .tixing-bg{width:45%;height:28px;background-color:#c4def1;clip-path:polygon(0 0,100% 0,67% 99%,0 100%);position:absolute;left:0;top:-14px}.xml-title-Sevenpagethree-library-pad .title-container .left-box .left-content{width:96%;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);background-color:#0168b6;padding-left:8px}.xml-title-Sevenpagethree-library-pad .title-container .left-box img{width:22px;height:22px;margin-right:8px}.xml-title-Sevenpagethree-library-pad .title-container .left-box .right-xietiao{width:13%;height:42px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2px),#0168b6 50%,transparent calc(50% + 2px),transparent 100%);position:absolute;right:-2px;top:-8px}.xml-title-Sevenpagethree-library-pad .title-container .right-box{width:56%;height:100%}.xml-title-Sevenpagethree-library-pad .title-container .right-box .right-bottom{width:44%;height:100%;border-bottom:1px solid #0168b6;position:absolute;bottom:2px}.xml-title-Sevenpagethree-library-pad .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:14%}.xml-title-Sevenpagethree-library-pad .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#0168b6;clip-path:polygon(29% 0,51% 0,96% 100%,74% 100%);margin-top:4px}.xml-title-Sevenpagethree-library-pad .title-container .right-box .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:3.5%;bottom:-2px}.xml-title-Sevenpagefour-library-pad{text-align:left}.xml-title-Sevenpagefour-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-pad .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-pad .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-pad .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:50%;bottom:8px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:40%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagefive-library-pad{text-align:left}.xml-title-Sevenpagefive-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:180px}.xml-title-Sevenpagefive-library-pad .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefive-library-pad .title-container .title-bg{width:98%;height:140px;background-color:#0168b6;opacity:.1;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-content{width:98%;height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-content .small-titlebox{margin:25px 0 16px 12px;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-content .big-titlebox{width:50%;text-align:center;margin-top:70px;margin-left:5%;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .right-jiao{width:20px;height:20px;background-color:#73acd7;position:absolute;right:-4px;top:-4px}.xml-title-Sevenpagefive-library-pad .title-container .title-border{width:98%;height:125px;border:1px solid #0168b6;border-bottom:none;border-top:none;position:absolute;top:10px;left:2px;z-index:3}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top{width:100%;position:absolute;left:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top .border-left{width:50%;border-top:1px solid #0168b6}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top .border-right{width:20%;border-top:1px solid #0168b6;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .xie-cutiao{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-5px;left:50%;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-border .xie-cutiao .xie-cutiao-item{width:10px;height:10px;background-color:#0168b6;clip-path:polygon(42% 0,100% 0,56% 98%,0 100%)}.xml-title-Sevenpagefive-library-pad .title-container .title-border .circle{width:8px;height:8px;background-color:#0168b6;border-radius:8px;position:absolute;left:-.8%;bottom:-8px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .sanjiao{width:12px;height:12px;clip-path:polygon(100% 0,0 0,0 100%);background-color:#0168b6;margin:2px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom{width:calc(100% - 22px);border-bottom:1px solid #0168b6;position:absolute;left:2%;bottom:-16px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .left-xiexian{width:2%;height:8px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;left:-2%;bottom:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .cutiao{width:13%;height:14px;background-color:#0168b6;position:absolute;left:5%;bottom:-7px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .right-xiexian{width:3%;height:16px;background:linear-gradient(to top left,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;right:-4%;bottom:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .point{color:#0168b6;position:absolute;right:4%;bottom:0}.xml-title-first-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-pc .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme1-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-library-pc>div{width:100%}.xml-title-Yellowtheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid var(--background-color);border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-library-pc .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-library-pc .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Yellowtheme2-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-library-pc>div{width:100%}.xml-title-Yellowtheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-library-pc .title-container .left-icon{width:35px;height:35px;background-color:var(--background-color);opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-library-pc .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid var(--background-color);margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme2-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-library-pc .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme4-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-rectangle-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-library-pc .title-container .title-left-img{width:10px;height:100%;position:absolute;left:-15px;background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pc .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-library-pc .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pc .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-sixth-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pc>div{width:100%}.xml-title-sixth-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-library-pc .title-container .title-left-div{max-width:30%}.xml-title-sixth-library-pc .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:var(--background-color);text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-library-pc .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pc .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-library-pc .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-library-pc .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:var(--background-color);margin-top:5px}.xml-title-sixth-library-pc .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-Greentheme6-library-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-library-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-semicircle-library-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-library-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-library-pc .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pc .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pc .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:var(--background-color);bottom:0}.xml-title-sixth-library-pc .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-library-pc .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid var(--background-color);z-index:99;padding:0 15px}.xml-title-sixth-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--background-color);padding:0 20px;border-radius:10px}.xml-title-semicircle-library-pc .title-container .title-left-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;left:20px}.xml-title-semicircle-library-pc .title-container .title-right-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;right:20px}.xml-title-semicircle-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-library-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pc .title-container .left-image{z-index:0;width:48px;height:48px;border:2px solid var(--background-color);border-radius:50% 50% 0;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-library-pc .title-container .left-image ::after{content:"";height:15px;position:absolute;right:-2px;bottom:0;border-right:2px solid #fff}.xml-title-fifteen-library-pc .title-container .left-image .image-container,.xml-title-fifteen-library-pc .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pc .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-library-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid var(--background-color);border-right:4px solid var(--background-color);position:relative}.xml-title-thirteenth-library-pc .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pc .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pc .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:var(--background-color);margin-top:-3px;margin-right:4%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-library-pc .title-container .bottomborder .Line1{width:45%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .bottomborder .block{width:7px;height:7px;background-color:var(--background-color);margin-bottom:-3px}.xml-title-thirteenth-library-pc .title-container .bottomborder .Line2{width:15%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .bottomborder .Line3{width:20%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:5px 20px}.xml-title-thirteenth-library-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-pc>div{padding:0 20px}.xml-title-Yellowtheme5-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-pc .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pc .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pc .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(45deg,transparent 25px,var(--background-color) 0) bottom left,linear-gradient(135deg,transparent 25px,var(--background-color) 0) top left;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pc .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-pc>div{height:100%}.xml-title-Yellowtheme6-library-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color);z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-pc .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-pc>div{width:100%}.xml-title-Greentheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-pc .title-container .left-image .image-container,.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-pc .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-pc>div{width:100%}.xml-title-Greentheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-pc .title-container .left-image .image-container,.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;border-radius:50%;height:100%}.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-pc .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-pc>div{width:100%}.xml-title-Greentheme3-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-pc .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-pc>div{width:100%}.xml-title-Greentheme4-library-pc .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-pc .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-pc .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-pc .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-library-pc .title-container .title-left-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pc .title-container .title-left-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pc .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-library-pc .title-container .title-right-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pc .title-container .title-right-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px;max-width:70%}.xml-title-Greentheme6-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-nineteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-library-pc .title-container-box{width:100%;position:relative}.xml-title-nineteen-library-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 20px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 20px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 20px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 20px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:0 45px;margin:0 auto;z-index:9;overflow:hidden}.xml-title-nineteen-library-pc .title-container-box .title-container::before{content:"";width:calc(100% - 34px);height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-pc .title-container-box .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-pc .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-library-pc .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-library-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-library-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-hexagon-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-pc .xml-group-h5{background:linear-gradient(135deg,transparent 7px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 7px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 7px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 7px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat}.xml-title-hexagon-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px;border-radius:20px;background-color:var(--background-color)}.xml-title-hexagon-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fourteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-library-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 0,var(--background-color) 0) top left,linear-gradient(45deg,transparent 0,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;position:relative;border-radius:12px;padding:5px 10px 5px 5px}.xml-title-fourteen-library-pc .title-container .cont-box{width:100%;position:relative;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-title-fourteen-library-pc .title-container .cont-box::after,.xml-title-fourteen-library-pc .title-container .cont-box::before{width:2px;background:var(--background-color);position:absolute;right:0;z-index:999;height:100%;content:""}.xml-title-fourteen-library-pc .title-container .cont-box::before{-webkit-transform:skew(45deg);transform:skew(45deg)}.xml-title-fourteen-library-pc .title-container .cont-box::after{top:0;-webkit-transform:skew(135deg);transform:skew(135deg)}.xml-title-fourteen-library-pc .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);border-radius:3px}.xml-title-fourteen-library-pc .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-library-pc .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-library-pc>div{min-width:60%}.xml-title-seventeen-library-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-pc .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-seventeen-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-seventeen-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-library-pc .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid var(--background-color);margin-bottom:3px;margin-top:3px}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid var(--background-color)}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-library-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid var(--background-color)!important;padding:0 30px 0 51px}.xml-title-sixteen-library-pc .title-container .left-image{z-index:0;border-bottom:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #eaecef;border-right:20px solid transparent;position:absolute;bottom:-28px;left:10px;width:0;height:0}.xml-title-sixteen-library-pc .title-container .left-image::before{content:"";border-bottom:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--background-color);border-right:10px solid transparent;position:absolute;top:-16px;left:-10px}.xml-title-sixteen-library-pc .title-container .right-icon{width:10px;height:10px;background-color:var(--background-color);border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-library-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-library-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-library-pc>div{width:100%;height:100%}.xml-title-Knowledge-library-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-library-pc .title-container .left-titlebox{background-color:var(--background-color);padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--background-color);background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifth-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:12px}.xml-title-fifth-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-library-pc .title-container .title-bottom{width:95%;height:95%;background-color:var(--background-color);position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:6px}.xml-title-fifth-library-pc .title-container .title-right-img{width:20px;height:25px;margin-top:-25px;margin-right:-25px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-title-fifth-library-pc .title-container .title-right-img>div{width:6px;height:6px;background-color:var(--background-color);border-radius:50%;position:relative}.xml-title-fifth-library-pc .title-container .title-right-img>div::after{content:"";width:3px;height:4px;background-color:var(--background-color);position:absolute;bottom:-3px;right:1px;-webkit-transform:skew(-27deg);transform:skew(-27deg)}.xml-title-fifth-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:6px;border:1px solid var(--background-color);z-index:99;-webkit-box-shadow:0 0 1px 0 #000;box-shadow:0 0 1px 0 #000}.xml-title-fifth-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-triangle-library-pc .title-container .title-left-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:0 solid transparent;border-left-style:inset;margin-right:-12px;z-index:9;position:relative}.xml-title-triangle-library-pc .title-container .title-left-img::after{content:"";width:0;height:0;border:15px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:0 solid transparent;border-left-style:inset;z-index:9;position:absolute;left:-30px}.xml-title-triangle-library-pc .title-container .title-right-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:0 solid transparent;margin-left:-12px;margin-bottom:-10px;border-right-style:outset}.xml-title-triangle-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 30px;margin-left:-2px}.xml-title-triangle-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme1-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:35px!important;padding-right:35px!important}.xml-title-Redtheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.35);box-shadow:0 3px 7px 0 rgba(0,0,0,.35);-webkit-transform:skew(-15deg);transform:skew(-15deg);z-index:9}.xml-title-Redtheme1-library-pc .title-container .title-bg{width:100%;height:100%;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;z-index:0}.xml-title-Redtheme1-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme1-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;background:#fff;z-index:9}.xml-title-Redtheme1-library-pc .title-container .text-container>div{-webkit-transform:skew(15deg);transform:skew(15deg)}.xml-title-Redtheme1-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme1-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme2-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px!important;padding-right:30px!important}.xml-title-Redtheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-Redtheme2-library-pc .title-container::before{content:"";width:88px;height:4px;border-radius:1px;position:absolute;bottom:-10px;right:5px;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pc .title-container::after{content:"";width:4px;height:4px;background-color:var(--background-color);border-radius:50%;position:absolute;right:-5px;bottom:-10px;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme2-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%)}.xml-title-Redtheme2-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme2-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px!important;padding-right:25px!important;text-align:left}.xml-title-Redtheme3-library-pc .suptitle{display:inline-block;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-color:var(--background-color);position:relative;z-index:9}.xml-title-Redtheme3-library-pc .suptitle .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pc .suptitle .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pc .suptitle .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background-color:#ebebeb;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.35);box-shadow:0 2px 3px 0 rgba(0,0,0,.35);-webkit-transform:skew(-20deg);transform:skew(-20deg);min-width:180px;margin-top:-10px}.xml-title-Redtheme3-library-pc .title-container::before{content:"";width:20px;height:2px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pc .title-container::after{content:"";width:2px;height:30px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pc .title-container .w-e-text-container,.xml-title-Redtheme4-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-pc .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-pc .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pc .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-pc .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-pc .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pc .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme4-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-thirtyone-library-pc .title-container{text-align:left;padding-right:30px;padding-bottom:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #adadad!important;position:relative}.xml-title-thirtyone-library-pc .title-container::before{content:"";width:119px;height:4px;background-color:var(--background-color);position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-pc .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-pc .xml-group-pc{position:relative}.xml-title-thirtytwo-library-pc .xml-group-pc::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-pc .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-pc .title-container::before{content:"";width:20px;height:31px;background-color:var(--background-color);position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-pc .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-pc .xml-group-pc{padding-left:15px;padding-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-pc .xml-group-pc::before{content:"";width:7px;height:17px;background-color:#636363;position:absolute;bottom:0;left:0;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-thirtythree-library-pc .xml-group-pc::after{content:"";width:calc(100% - 15px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-pc .xml-group-pc .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px}.xml-title-thirtythree-library-pc .xml-group-pc .title-container::before{content:"";width:15px;height:calc(100% + 8px);background-color:var(--background-color);position:absolute;left:-2px;top:5px}.xml-title-thirtythree-library-pc .xml-group-pc .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-pc .xml-group-pc{position:relative;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-thirtyfour-library-pc .xml-group-pc::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-pc .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-pc .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-pc .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-pc .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-pc .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-pc .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-pc .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-pc .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-pc .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-pc{text-align:center}.xml-title-thirtysix-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtysix-library-pc .title-container .left-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pc .title-container .left-line::after{content:"";width:10px;height:15px;position:absolute;bottom:0;right:-2px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-pc .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pc .title-container .right-line::before{content:"";width:10px;height:15px;position:absolute;bottom:0;left:-2px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-pc .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-pc{text-align:center}.xml-title-thirtyseven-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-pc .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pc .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-pc .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pc .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-pc .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-pc{text-align:center}.xml-title-Sevenpageone-library-pc,.xml-title-thirtyeight-library-pc .title-container .text-container,.xml-title-titleCrane-library-pc,.xml-title-titleLight-library-pc,.xml-title-titleLogging-library-pc,.xml-title-titleQuestion-library-pc,.xml-title-titleTearcher-library-pc,.xml-title-titleText-library-pc{text-align:left}.xml-title-thirtyeight-library-pc .title-container{display:inline-block;border:1px solid var(--background-color)!important;padding:3px 16px;position:relative}.xml-title-thirtyeight-library-pc .title-container::after,.xml-title-thirtyeight-library-pc .title-container::before{width:5px;height:24px;background-color:var(--background-color);position:absolute;top:50%;content:""}.xml-title-thirtyeight-library-pc .title-container::before{left:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pc .title-container::after{right:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-BuleRectangle-library-pc{text-align:center}.xml-title-BuleRectangle-library-pc .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border{position:relative;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;right:-7px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .rigth-titlebox-usb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44%;font-weight:600!important;margin:15px 0}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .trapezoid{background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:44%;width:52%;padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .trapezoid .rigth-titlebox{width:100%}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangle-library-pc .left-image{width:5%;border:6px solid var(--background-color);z-index:9;position:absolute;left:0}.xml-title-BuleRectangle-library-pc .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangle-library-pc .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangle-library-pc .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangle-library-pc .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-BuleRectangle-library-pc .right-image{width:10%;z-index:9;position:absolute;bottom:13px;right:17px}.xml-title-BuleRectangle-library-pc .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pc{text-align:center}.xml-title-BuleRectangleTwo-library-pc .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-7px;left:99%}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-pc .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-pc .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-pc .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-pc .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-pc .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-pc .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pc .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-pc .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-pc .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-titleLogging-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-pc .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-pc .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-pc .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-pc .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-pc .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-pc .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleLight-library-pc .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleLight-library-pc .title-container .left-image{z-index:0;width:67px;height:60px;border:6px solid var(--background-color);position:absolute;bottom:0;left:0}.xml-title-titleLight-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLight-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLight-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLight-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLight-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleLight-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleTearcher-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleTearcher-library-pc .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleTearcher-library-pc .title-container .left-image{z-index:0;width:67px;height:50px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleTearcher-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleTearcher-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleTearcher-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleTearcher-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleTearcher-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleTearcher-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleText-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleText-library-pc .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:12px;z-index:9;position:relative}.xml-title-titleText-library-pc .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;left:0;bottom:5px}.xml-title-titleText-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleText-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleText-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleText-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleText-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleText-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-thirtynine-library-pc{text-align:center}.xml-title-thirtynine-library-pc .title-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 16px;position:relative}.xml-title-thirtynine-library-pc .title-container::before{content:"";width:7px;height:7px;position:absolute;left:0;bottom:0;background:linear-gradient(45deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pc .title-container::after{content:"";width:7px;height:7px;position:absolute;right:0;top:0;background:linear-gradient(-135deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pc .title-container .mask{position:absolute;top:6px;left:0;width:100%;height:calc(100% - 16px);background-color:var(--background-color);opacity:.5;pointer-events:none}.xml-title-thirtynine-library-pc .title-container .title-number{height:50px;background-color:var(--background-color);border-radius:0 0 10px 10px;min-width:50px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-6px;padding:0 8px}.xml-title-thirtynine-library-pc .title-container .title-number .line1{position:absolute;width:7px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-title-thirtynine-library-pc .title-container .title-number .line2{position:absolute;width:4px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg);margin-left:22px}.xml-title-thirtynine-library-pc .title-container .title-number::before{content:"";width:7px;height:7px;background:linear-gradient(-45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;left:-7px}.xml-title-thirtynine-library-pc .title-container .title-number::after{content:"";width:7px;height:7px;background:linear-gradient(45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;right:-7px}.xml-title-thirtynine-library-pc .title-container .title-text{position:relative;z-index:9;padding:4px 0 8px 14px}.xml-title-thirtynine-library-pc .title-container .text-container{position:relative;border:2px solid transparent!important;z-index:1}.xml-title-Forty-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-left:18px!important}.xml-title-Forty-library-pc>div{width:100%}.xml-title-Forty-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.xml-title-Forty-library-pc .title-container .left-image{width:63px;height:74px;background-color:var(--background-color);position:relative;z-index:9;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-title-Forty-library-pc .title-container .left-image .image-box{width:74%;height:75%;background-color:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Forty-library-pc .title-container .left-image .image-box .image-container{width:100%;height:86%;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #fff}.xml-title-Forty-library-pc .title-container .left-image .image-box .image-container .xml-image-dan-tu,.xml-title-Forty-library-pc .title-container .left-image .image-box .image-container .xml-image-dan-tu img{border-radius:50%;width:100%;height:100%}.xml-title-Forty-library-pc .title-container .left-image .image-box .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Forty-library-pc .title-container .right-top-bg{min-height:50px;max-width:77%;position:relative;margin-left:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.xml-title-Forty-library-pc .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);opacity:.5;border-radius:5px}.xml-title-Forty-library-pc .title-container .right-top-bg .right-block{width:60px;height:30px;position:absolute;right:-8px;bottom:-8px;background:linear-gradient(153deg,transparent 0,transparent 51%,var(--background-color) 49%,var(--background-color) 100%);border-radius:10px 0 5px}.xml-title-Forty-library-pc .title-container .right-top-bg .right-block::after{content:"";width:8px;height:5px;background-color:#5c5c5c;position:absolute;right:0;top:0;z-index:-1}.xml-title-Forty-library-pc .title-container .right-top-bg .right-block::before{content:"";width:18px;height:8px;background-color:#5c5c5c;position:absolute;left:3px;bottom:0;z-index:-1}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Fortyone-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px!important;padding-left:8px!important}.xml-title-Fortyone-library-pc>div{width:100%}.xml-title-Fortyone-library-pc .title-container{display:inline-block;position:relative;z-index:9}.xml-title-Fortyone-library-pc .title-container .title-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:25px 0 0 25px;padding-left:5px;height:40px}.xml-title-Fortyone-library-pc .title-container .title-bg::after{content:"";width:70%;height:100%;position:absolute;top:0;right:-10px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:inherit;z-index:-1}.xml-title-Fortyone-library-pc .title-container .title-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e5eff9;border-radius:25px 0 0 25px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0)}.xml-title-Fortyone-library-pc .title-container .left-image{width:50px;height:50px;background-color:var(--background-color);position:relative;z-index:9;border-radius:50%}.xml-title-Fortyone-library-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;border:2px solid #fff}.xml-title-Fortyone-library-pc .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Fortyone-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox{height:100%;padding:0 20px 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-pc .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-pc .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px}.xml-title-Sevenpageone-library-pc .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-pc .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pc .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pc .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagetwo-library-pc{text-align:left}.xml-title-Sevenpagetwo-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpagetwo-library-pc .title-container .left-box{width:57%;position:relative}.xml-title-Sevenpagetwo-library-pc .title-container .left-box .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px}.xml-title-Sevenpagetwo-library-pc .title-container .left-box img{width:14px;height:14px;margin-right:6px}.xml-title-Sevenpagetwo-library-pc .title-container .left-box .bottomzhuangshi{width:118px;height:10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);background-color:#0168b6;opacity:.2;position:absolute;left:0;bottom:-6px}.xml-title-Sevenpagetwo-library-pc .title-container .left-box .left-tiao-bottom{width:100%;border:1px solid #0168b6;position:absolute;left:0;bottom:-2px}.xml-title-Sevenpagetwo-library-pc .title-container .right-box{width:33%;height:14px;position:absolute;bottom:18.5%;right:6.7%}.xml-title-Sevenpagetwo-library-pc .title-container .right-box .xietiao{width:7.4%;height:14px;background:linear-gradient(to bottom right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagetwo-library-pc .title-container .right-box .right-top{width:92%;height:14px;border-top:1px solid #0168b6;position:absolute;bottom:1px;left:6.7%}.xml-title-Sevenpagetwo-library-pc .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xml-title-Sevenpagetwo-library-pc .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#80b3da;clip-path:polygon(66% 0,100% 0,34% 99%,0 100%);margin-top:4px}.xml-title-Sevenpagetwo-library-pc .title-container .right-box .bottom-zhuangshi .circle{color:#0168b6;margin-top:4px;position:absolute;right:6px;bottom:-6px}.xml-title-Sevenpagethree-library-pc{text-align:left}.xml-title-Sevenpagethree-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagethree-library-pc .title-container .bottomzhuangshi{width:80%;height:10px;background-color:#c4def1;position:absolute;left:40px;bottom:-2px}.xml-title-Sevenpagethree-library-pc .title-container .left-box{width:44%;position:relative}.xml-title-Sevenpagethree-library-pc .title-container .left-box .toptiao{width:88%;border:1px solid #0168b6;position:absolute;left:0;top:-8px;z-index:1}.xml-title-Sevenpagethree-library-pc .title-container .left-box .tixing-bg{width:45%;height:28px;background-color:#c4def1;clip-path:polygon(0 0,100% 0,67% 99%,0 100%);position:absolute;left:0;top:-14px}.xml-title-Sevenpagethree-library-pc .title-container .left-box .left-content{width:96%;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);background-color:#0168b6;padding-left:8px}.xml-title-Sevenpagethree-library-pc .title-container .left-box img{width:22px;height:22px;margin-right:8px}.xml-title-Sevenpagethree-library-pc .title-container .left-box .right-xietiao{width:13%;height:42px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2px),#0168b6 50%,transparent calc(50% + 2px),transparent 100%);position:absolute;right:-2px;top:-8px}.xml-title-Sevenpagethree-library-pc .title-container .right-box{width:56%;height:100%}.xml-title-Sevenpagethree-library-pc .title-container .right-box .right-bottom{width:44%;height:100%;border-bottom:1px solid #0168b6;position:absolute;bottom:2px}.xml-title-Sevenpagethree-library-pc .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:14%}.xml-title-Sevenpagethree-library-pc .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#0168b6;clip-path:polygon(29% 0,51% 0,96% 100%,74% 100%);margin-top:4px}.xml-title-Sevenpagethree-library-pc .title-container .right-box .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:5.5%;bottom:-2px}.xml-title-Sevenpagefour-library-pc{text-align:left}.xml-title-Sevenpagefour-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-pc .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-pc .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-pc .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:50%;bottom:8px}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:40%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.body-text-fold{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;word-break:break-all;height:85px}.xml-paragraph-first-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-library-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:var(--reader-theme-color,#FFF);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-h5 .rotate-container-inner{width:40px;height:40px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-h5 .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-library-h5 .text-body-container{background:var(--background-color);border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-library-h5 .text-body-container .editorClass{word-break:break-all}.xml-paragraph-first-library-h5 .text-body-container .editor p{line-height:normal}.xml-paragraph-second-library-h5{text-align:left}.xml-paragraph-second-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-library-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%;-webkit-box-shadow:2px 1px 4px 0 #000;box-shadow:2px 1px 4px 0 #000;border:none!important}.xml-paragraph-second-library-h5 .paragraph-second-title::before{content:"";width:100%;height:5px;background-color:var(--background-color);-webkit-transform:skew(35deg);transform:skew(35deg);position:absolute;bottom:0;left:0}.xml-paragraph-second-library-h5 .paragraph-second-title::after{content:"";width:5px;height:100%;border:1px solid var(--background-color);-webkit-transform:skewY(25deg);transform:skewY(25deg);position:absolute;right:-3px;bottom:2px;background:#fff}.xml-paragraph-second-library-h5 .paragraph-second-title .title-top-border{width:100%;border-top:1px solid var(--background-color);position:absolute;top:-4px;left:-1px}.xml-paragraph-second-library-h5 .paragraph-second-title .title-left-border{height:100%;width:1px;border-left:1px solid var(--background-color);position:absolute;bottom:4px;left:-1px}.xml-paragraph-second-library-h5 .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#FFF;min-height:36px;padding:0 15px;margin-top:-4px}.xml-paragraph-second-library-h5 .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-library-h5 .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-library-h5 .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-library-h5 .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-library-h5 .body-text{padding:5px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:var(--background-color)}.xml-paragraph-second-library-h5 .body-text .text-body-container{background:#FFF;padding:20px 13px 1px;border-radius:5px}.xml-paragraph-second-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-h5{position:relative}.xml-paragraph-third-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-library-h5 .diagonal-line::after,.xml-paragraph-third-library-h5 .diagonal-line::before{width:1px;height:80px;position:absolute;background-color:var(--background-color);content:""}.xml-paragraph-third-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-third-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-h5 .diagonal-line::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-library-h5 .diagonal-line::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-quadrangle-library-h5{position:relative}.xml-paragraph-quadrangle-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color);position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-library-h5{margin-top:10px;position:relative}.xml-paragraph-isosceles-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-library-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-isosceles-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-library-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(var(--background-color)),to(#ebf2ff));background-image:linear-gradient(to bottom right,var(--background-color),#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-library-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-library-h5 .shape .triangle,.xml-paragraph-isosceles-library-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid var(--background-color)}.xml-paragraph-eighth-library-h5{position:relative}.xml-paragraph-eighth-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-library-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-library-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-library-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-eighth-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-library-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-h5{position:relative}.xml-paragraph-ninth-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-library-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-library-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-library-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-ninth-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-library-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;height:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-library-h5{position:relative}.xml-paragraph-tenth-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-tenth-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .title-right-img,.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-tenth-library-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-tenth-library-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-library-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-tenth-library-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-tenth-library-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-library-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-library-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-library-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-sixteen-library-h5{position:relative}.xml-paragraph-sixteen-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-library-h5 .paragraph-row-box{padding:20px;background:var(--background-color)}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-seventh-library-h5{position:relative}.xml-paragraph-seventh-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-seventh-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .title-right-img,.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-seventh-library-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-seventh-library-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-library-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-seventh-library-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-seventh-library-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-library-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-library-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-library-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-eleven-library-h5{position:relative}.xml-paragraph-eleven-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-library-h5 .body-text{padding:25px;text-align:left;position:relative}.xml-paragraph-eleven-library-h5 .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-library-h5 .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:var(--background-color);margin-bottom:2px}.xml-paragraph-eleven-library-h5 .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-h5 .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-library-h5 .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:var(--background-color);margin-top:2px}.xml-paragraph-eleven-library-h5 .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-h5 .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-h5 .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:var(--background-color);margin-right:2px}.xml-paragraph-eleven-library-h5 .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-h5 .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-h5 .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:var(--background-color);margin-left:2px}.xml-paragraph-eleven-library-h5 .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-library-h5 .text-container{padding:0 10px}.xml-paragraph-eleven-library-h5 .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-library-h5 .text-container .editorClass p{padding:0}.xml-paragraph-eleven-library-h5 .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-library-h5 .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-thirteen-library-h5{position:relative}.xml-paragraph-thirteen-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-library-h5 .body-text{padding:10px 20px;text-align:left;position:relative;background:var(--background-color);border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-library-h5 .body-text .text-border-top{width:90%;height:4px;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-h5 .body-text .text-border-right{width:4px;height:70%;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-h5 .body-text .text-border-bottom{width:90%;height:4px;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-h5 .body-text .text-border-left{width:4px;height:70%;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-h5 .body-text .text-body-container{position:relative}.xml-paragraph-thirteen-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-library-h5 .body-text::before{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;top:0;left:0;content:"";z-index:0;border-top:2px dashed var(--background-color);border-left:2px dashed var(--background-color);border-radius:32px 0 0}.xml-paragraph-thirteen-library-h5 .body-text::after{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;bottom:0;right:0;content:"";z-index:0;border-bottom:2px dashed var(--background-color);border-right:2px dashed var(--background-color);border-radius:0 0 32px}.xml-paragraph-fourteen-library-h5{position:relative}.xml-paragraph-fourteen-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-library-h5 .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color)!important}.xml-paragraph-fourteen-library-h5 .body-text .right-image{width:21px;height:36px;position:absolute;background-color:var(--background-color);top:-25px;right:15px;z-index:999;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-fourteen-library-h5 .body-text .right-image::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:19px;display:block;background:linear-gradient(-45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%),linear-gradient(45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%);background-size:7px 60px}.xml-paragraph-fourteen-library-h5 .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px}.xml-paragraph-fourteen-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-library-h5{position:relative}.xml-paragraph-Greentheme2-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-library-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:var(--background-color);border:2px solid var(--background-color)!important;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-library-h5 .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:0 0 30px 0 #000;box-shadow:0 0 30px 0 #000}.xml-paragraph-Greentheme2-library-h5 .body-text .border-top{width:80%;height:6px;border-top:4px dotted var(--background-color);position:absolute;top:-10px}.xml-paragraph-Greentheme2-library-h5 .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:3px 1px 30px 0 #000;box-shadow:3px 1px 30px 0 #000}.xml-paragraph-Greentheme2-library-h5 .body-text .body-text-bg{width:100%;height:100%;background-color:var(--background-color);border:2px solid var(--background-color)!important;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-library-h5 .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-library-h5{position:relative}.xml-paragraph-Greentheme3-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-library-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid var(--background-color)!important}.xml-paragraph-Greentheme3-library-h5 .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid var(--background-color);border-top:12px solid var(--background-color);border-left:12px solid var(--background-color);border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-library-h5 .body-text .text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-library-h5{position:relative}.xml-paragraph-Greentheme4-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-library-h5 .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme4-library-h5 .body-text .body-text-bg1{width:178px;height:50px;background-color:var(--background-color);position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-library-h5 .body-text .body-text-bg2{width:178px;height:50px;background-color:var(--background-color);position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-library-h5 .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-paragraph-Greentheme4-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-library-h5{position:relative}.xml-paragraph-Greentheme5-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-library-h5 .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme5-library-h5 .body-text .body-text-bg1{width:90%;height:85%;background-color:var(--background-color);position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-library-h5 .body-text .body-text-bg2{width:90%;height:85%;background-color:var(--background-color);position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-library-h5 .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-h5 .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-h5 .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-h5 .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-h5 .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-library-h5{position:relative}.xml-paragraph-Yellowtheme1-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg{border:2px solid var(--background-color)!important;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .border-bottom>div,.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 3px}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color)!important;border-radius:5px}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-library-h5{position:relative}.xml-paragraph-Yellowtheme2-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block4{width:9px;height:9px;background-color:var(--background-color);border:4px solid var(--background-color)!important;z-index:999}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg{border:4px solid var(--background-color)!important;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block1{position:absolute;top:5px;left:5px}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block2{position:absolute;top:5px;right:5px}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block3{position:absolute;bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block4{position:absolute;bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-library-h5{position:relative}.xml-paragraph-Yellowtheme3-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg{border:2px solid var(--background-color)!important;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .right-img{width:18px;height:31px;position:absolute;right:11px;top:-2px;z-index:999;border:2px solid var(--background-color)!important;border-radius:0 0 8px 8px}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .right-img::before{content:"";width:2px;height:6px;background:var(--reader-theme-color,#FFF);position:absolute;right:-2px}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .right-img::after{content:"";width:10px;height:10px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:0;top:6px}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .right-img>div{width:20px;height:2px;background:var(--reader-theme-color,#FFF);margin-left:-22px;margin-top:-2px}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-library-h5{position:relative}.xml-paragraph-Yellowtheme4-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg{border:2px solid var(--background-color)!important;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block4{width:16px;height:16px;background-color:var(--background-color);position:absolute;z-index:999}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-library-h5{position:relative}.xml-paragraph-Yellowtheme5-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg{border-radius:20px 0;border:3px solid var(--background-color)!important;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg .left-img{width:10px;height:10px;border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);position:absolute;top:-5px;left:-5px;border-top-left-radius:10px}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg .right-img{width:10px;height:10px;border-bottom:3px solid var(--background-color);border-right:3px solid var(--background-color);position:absolute;bottom:-5px;right:-5px;border-bottom-right-radius:10px}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg .body-text{text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Redtheme1-library-h5 .w-e-text-container,.xml-paragraph-Redtheme2-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-h5{position:relative}.xml-paragraph-Redtheme1-library-h5 .body-text-bg{background:var(--reader-theme-color,#FFF);border-radius:40px 0 50px;border:4px solid var(--background-color)!important;padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid var(--background-color);border-left:6px solid var(--background-color);border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-library-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid var(--background-color);border-right:6px solid var(--background-color);border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-library-h5{position:relative}.xml-paragraph-Redtheme2-library-h5 .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme2-library-h5 .body-text-bg .left-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;top:-8px;left:1px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-h5 .body-text-bg .right-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;bottom:-8px;right:2px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-library-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid var(--background-color);border-left:4px solid var(--background-color);position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-library-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid var(--background-color);border-right:4px solid var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-library-h5{position:relative}.xml-paragraph-Redtheme3-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-library-h5 .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme3-library-h5 .body-text-bg .top-line{width:100%;border-top:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-h5 .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-library-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted var(--background-color);border-left:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted var(--background-color);border-right:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme4-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-library-h5 .body-title{min-width:200px;max-width:90%;height:45px;background-color:var(--background-color);display:inline-block;margin-left:25px;position:relative;z-index:9;border:none!important}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-box{width:100%;height:100%;position:relative}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-box::after{content:"";position:absolute;bottom:-1px;left:-1px;width:101%;height:46px;background:linear-gradient(172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%),linear-gradient(-172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%)}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-con{width:100%;height:100%;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:99}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-con .text-container{margin-top:-4px}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-con .triangle1{width:0;height:0;border-bottom:10px solid #5a5a5a;border-top:10px solid transparent;border-left:10px solid transparent;border-right:10px solid #5a5a5a;-webkit-transform:rotate(90deg);transform:rotate(90deg);right:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-con .triangle2{width:0;height:0;border-top:10px solid #5a5a5a;border-bottom:10px solid transparent;border-right:10px solid transparent;border-left:10px solid #5a5a5a;-webkit-transform:rotate(180deg);transform:rotate(180deg);left:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-h5 .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color)!important;padding:18px 5px 5px;position:relative;margin-top:-25px}.xml-paragraph-Redtheme4-library-h5 .body-text-bg .text-body-container{padding:10px;text-align:left;z-index:99}.xml-paragraph-Redtheme4-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-h5{position:relative}.xml-paragraph-Redtheme5-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-library-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-library-h5 .body-text-bg{background:var(--reader-theme-color,#FFF);border:3px solid var(--background-color);padding:5px}.xml-paragraph-Redtheme5-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid var(--reader-theme-color,#FFF);background-color:var(--background-color);position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme6-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-library-h5 .body-title{min-width:150px;max-width:90%;display:inline-block;position:relative;z-index:9;margin-left:25px}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-con::before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-19px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-con::after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-18px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme6-library-h5 .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color)!important;padding-top:20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme6-library-h5 .body-text-bg::before{content:"";width:54px;height:63px;position:absolute;left:-10px;bottom:-10px;border-left:10px solid var(--background-color);border-bottom:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-h5 .body-text-bg::after{content:"";width:54px;height:63px;position:absolute;right:-10px;top:-10px;border-right:10px solid var(--background-color);border-top:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme7-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme7-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme7-library-h5 .body-title{min-width:150px;max-width:90%;display:inline-block;margin-left:25px;position:relative;z-index:9}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con::after,.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con::before{content:"";height:0;border-bottom:20px solid #5a5a5a;top:-5px;z-index:0;width:0;border-top:5px solid transparent}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con::before{border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-19px}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con::after{border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-18px}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme7-library-h5 .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color)!important;padding-top:20px;border-radius:0 20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme7-library-h5 .body-text-bg .body-text::after,.xml-paragraph-Redtheme7-library-h5 .body-text-bg::after,.xml-paragraph-Redtheme7-library-h5 .body-text-bg::before{height:2px;position:absolute;right:0;background-color:var(--background-color);content:"";border-radius:2px}.xml-paragraph-Redtheme7-library-h5 .body-text-bg::before{width:20px;bottom:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-h5 .body-text-bg::after{width:30px;bottom:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-h5 .body-text-bg .body-text::after{width:10px;bottom:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme7-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme1-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme1-library-h5 .top-style{width:100%;height:30px;background-color:var(--background-color);position:relative}.xml-paragraph-Foldtheme1-library-h5 .top-style::after{content:"";width:97%;border-bottom:12px dotted #fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-paragraph-Foldtheme1-library-h5 .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme1-library-h5 .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme1-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-h5 .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme1-library-h5 .body-text-bg .body-text .Foldmask{width:100%;height:50px;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));background-image:linear-gradient(180deg,transparent 0,#fff 100%);position:absolute;bottom:0;left:0}.xml-paragraph-Foldtheme1-library-h5 .seemore{font-size:14px;font-family:PingFang SC;font-weight:400;color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Foldtheme1-library-h5 .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme1-library-h5 .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Foldtheme2-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme2-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme2-library-h5 .top-title-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.xml-paragraph-Foldtheme2-library-h5 .top-title-style .title-body-box{width:90%}.xml-paragraph-Foldtheme2-library-h5 .top-title-style::after,.xml-paragraph-Foldtheme2-library-h5 .top-title-style::before{width:10px;height:10px;background-color:#FFF;border-radius:50%;position:absolute;top:50%;content:""}.xml-paragraph-Foldtheme2-library-h5 .top-title-style::before{left:-5px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Foldtheme2-library-h5 .top-title-style::after{right:-5px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Foldtheme2-library-h5 .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme2-library-h5 .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme2-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme2-library-h5 .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme2-library-h5 .seemore{min-width:50px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Foldtheme2-library-h5 .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme2-library-h5 .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Tabstheme1-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme1-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme1-library-h5 .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px}.xml-paragraph-Tabstheme1-library-h5 .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme1-library-h5 .top-style .active p{color:#FFF!important}.xml-paragraph-Tabstheme1-library-h5 .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme1-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme1-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme1-library-h5 .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme1-library-h5 .seemore{min-width:50px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Tabstheme2-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme2-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme2-library-h5 .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme2-library-h5 .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-h5 .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-h5 .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-h5 .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme2-library-h5 .top-style{margin-top:7px;width:20%}.xml-paragraph-Tabstheme2-library-h5 .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme2-library-h5 .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme2-library-h5 .top-style .active p{color:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-h5 .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-h5 .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme2-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme2-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme2-library-h5 .body-text-bg .body-text{position:relative;width:80%}.xml-paragraph-Tabstheme3-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme3-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme3-library-h5 .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme3-library-h5 .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-h5 .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-h5 .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-h5 .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme3-library-h5 .top-style{margin-top:7px;margin-right:5px;min-width:10%;max-width:20%}.xml-paragraph-Tabstheme3-library-h5 .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme3-library-h5 .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme3-library-h5 .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme3-library-h5 .top-style .active p,.xml-paragraph-Tabstheme3-library-h5 .top-style .active span{color:var(--background-color)!important}.xml-paragraph-Tabstheme4-library-h5 .top-style .active p,.xml-paragraph-Tabstheme5-library-h5 .top-style .active p,.xml-paragraph-Tabstheme5-library-h5 .top-style>div .text-container p{color:#FFF!important}.xml-paragraph-Tabstheme3-library-h5 .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme3-library-h5 .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme3-library-h5 .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme3-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme3-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme3-library-h5 .body-text-bg .body-text{position:relative;max-width:80%;min-width:80%}.xml-paragraph-Tabstheme4-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme4-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme4-library-h5 .top-style{width:3%}.xml-paragraph-Tabstheme4-library-h5 .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px;position:relative}.xml-paragraph-Tabstheme4-library-h5 .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme4-library-h5 .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme4-library-h5 .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme4-library-h5 .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme4-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme4-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme4-library-h5 .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme4-library-h5 .seemore{min-width:50px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-SanQintheme1-library-h5{text-align:center}.xml-paragraph-SanQintheme1-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-library-h5 .body-text{padding:20px 10px 15px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-top-image{width:20px;height:20px;position:absolute;top:0;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-bottom-image{width:20px;height:20px;position:absolute;bottom:0;left:0}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-top-image{width:20px;height:20px;position:absolute;top:0;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-bottom-image{width:20px;height:20px;position:absolute;bottom:0;right:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .top-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-h5 .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-h5 .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-twelve-library-h5{position:relative}.xml-paragraph-twelve-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-library-h5 .body-text{padding:20px;text-align:left;position:relative;border:3px solid var(--background-color)!important}.xml-paragraph-twelve-library-h5 .body-text .left-top-img{width:28px;height:28px;position:absolute;top:-4px;left:-3px;background:var(--reader-theme-color,#FFF);border-right:3px solid var(--background-color);border-bottom:3px solid var(--background-color);border-radius:0 0 25px}.xml-paragraph-twelve-library-h5 .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-3px;left:-3px}.xml-paragraph-twelve-library-h5 .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:3px;right:3px}.xml-paragraph-twelve-library-h5 .body-text .right-bottom-img{width:28px;height:28px;position:absolute;bottom:-4px;right:-3px;background:var(--reader-theme-color,#FFF);border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);border-radius:25px 0 0}.xml-paragraph-twelve-library-h5 .body-text .text-body-container{position:relative}.xml-paragraph-twelve-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme4-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme4-library-h5 .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Foldtheme4-library-h5 .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme4-library-h5 .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Foldtheme2-library-pad .seemore,.xml-paragraph-Foldtheme4-library-h5 .seemore,.xml-paragraph-Foldtheme5-library-h5 .seemore,.xml-paragraph-Tabstheme1-library-pad .seemore,.xml-paragraph-Tabstheme4-library-pad .seemore{min-width:50px;font-family:PingFang SC;font-weight:400;cursor:pointer}.xml-paragraph-Foldtheme4-library-h5 .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Foldtheme4-library-h5 .body-text-bg{position:relative}.xml-paragraph-Foldtheme4-library-h5 .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme4-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-h5 .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Foldtheme4-library-h5 .seemore{font-size:14px;color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme5-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme5-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme5-library-h5 .top-title-style{width:60%;display:inline-block;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-paragraph-Foldtheme5-library-h5 .top-title-style::after{content:"";width:12px;height:calc(100% + 10px);background-color:var(--background-color);position:absolute;right:-5px;top:0;z-index:9;-webkit-transform:skew(9deg);transform:skew(9deg)}.xml-paragraph-Foldtheme5-library-h5 .top-title-style .title-body-box{position:relative}.xml-paragraph-Foldtheme5-library-h5 .top-title-style .title-body-box::after{content:"";width:67px;height:13px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(var(--reader-theme-color,#FFF)));background-image:linear-gradient(90deg,var(--background-color) 0,var(--reader-theme-color,#FFF) 100%);position:absolute;right:-90px;bottom:0}.xml-paragraph-Foldtheme5-library-h5 .body-text-bg{position:relative}.xml-paragraph-Foldtheme5-library-h5 .body-text-bg .body-text{position:relative;background-color:#f3f3f3;padding:9px}.xml-paragraph-Foldtheme5-library-h5 .body-text-bg .body-text::before{content:"";width:40%;height:10px;background-color:var(--background-color);position:absolute;top:-1px;right:0}.xml-paragraph-Foldtheme5-library-h5 .body-text-bg .body-text .text-body-container{width:100%;padding:10px;z-index:999;text-align:left}.xml-paragraph-Foldtheme5-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme5-library-h5 .seemore{font-size:14px;color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Tabstheme5-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme5-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-h5 .top-style{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;padding-top:5px;overflow:auto;position:relative;z-index:9}.xml-paragraph-Tabstheme5-library-h5 .top-style>div{height:24px;position:relative;border-radius:0 0 4px 4px;margin:0 7px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.xml-paragraph-Tabstheme5-library-h5 .top-style>div .text-container{height:24px;background-color:#989898;border-radius:0 0 4px 4px;text-align:center;cursor:pointer;position:relative;z-index:99;padding:0 8px;overflow:inherit}.xml-paragraph-Tabstheme5-library-h5 .top-style>div .text-container::before{content:"";width:5px;height:5px;background-color:#989898;position:absolute;left:-2px;top:0;border-radius:0 0 0 4px}.xml-paragraph-Tabstheme5-library-h5 .top-style>div .text-container::after{content:"";width:5px;height:5px;background-color:#989898;position:absolute;right:-2px;top:0;border-radius:0 0 4px}.xml-paragraph-Tabstheme5-library-h5 .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer;z-index:99}.xml-paragraph-Tabstheme5-library-h5 .top-style>div .deltabs img{max-width:30px;height:30px}.xml-paragraph-Tabstheme5-library-h5 .top-style>div::before{content:"";width:calc(100% + 12px);height:8px;background-color:#575757;border-radius:4px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:1}.xml-paragraph-Tabstheme5-library-h5 .top-style .active{position:relative;background:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-h5 .top-style .active::after,.xml-paragraph-Tabstheme5-library-h5 .top-style .active::before{background-color:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-h5 .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer;z-index:9}.xml-paragraph-Tabstheme5-library-h5 .top-style .addtabs img{max-width:30px;width:30px;height:30px}.xml-paragraph-Tabstheme5-library-h5 .top-style::-webkit-scrollbar{border-radius:10px}.xml-paragraph-Tabstheme5-library-h5 .top-style::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:0;background:#f1f1f1}.xml-paragraph-Tabstheme5-library-h5 .top-style::-webkit-scrollbar-thumb{background:#a3a3a3!important}.xml-paragraph-Tabstheme5-library-h5 .body-text-bg{background:#f3f3f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:13px;margin-top:-18px}.xml-paragraph-Fortyfive-library-h5 .w-e-text-container,.xml-paragraph-Tabstheme6-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme5-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme6-library-h5 .suptitle{display:inline-block;background-color:var(--background-color);padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9;border:2px solid transparent;max-width:calc(100% - 25px)}.xml-paragraph-Tabstheme6-library-h5 .suptitle::after{content:"";width:25px;height:calc(100% + 4px);position:absolute;top:-2px;right:-25px;background:linear-gradient(-45deg,transparent 29px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 29px,var(--background-color) 0) top right}.xml-paragraph-Tabstheme6-library-h5 .xml-group--editor .top-style{min-width:22%;max-width:22%}.xml-paragraph-Tabstheme6-library-h5 .xml-group--editor .body-text{max-width:75%!important;min-width:75%}.xml-paragraph-Tabstheme6-library-h5 .top-style{margin-top:7px;min-width:10vw;max-width:33vw}.xml-paragraph-Tabstheme6-library-h5 .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding:0 10px;border:1px solid #989898}.xml-paragraph-Tabstheme6-library-h5 .top-style>div .text-container{border:2px solid transparent}.xml-paragraph-Tabstheme6-library-h5 .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme6-library-h5 .top-style .active{border:1px solid var(--background-color)!important}.xml-paragraph-Tabstheme6-library-h5 .top-style .active p,.xml-paragraph-Tabstheme6-library-h5 .top-style .active span{color:var(--background-color)!important}.xml-paragraph-Tabstheme6-library-h5 .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme6-library-h5 .body-text-bg{background:#f3f3f3;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding-top:20PX;margin-top:-18px}.xml-paragraph-Tabstheme6-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left;border:2px solid transparent}.xml-paragraph-Tabstheme6-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-h5 .body-text-bg .body-text{position:relative;max-width:59vw}.xml-paragraph-Fortytwo-library-h5 .body-text{position:relative;padding:10px}.xml-paragraph-Fortytwo-library-h5 .body-text .top-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-h5 .body-text .right-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-h5 .body-text .bottom-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-h5 .body-text .left-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-h5 .body-text::before{content:"";width:8px;height:45px;background:var(--reader-theme-color,#FFF);border-left:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-20px;left:-1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.xml-paragraph-Fortytwo-library-h5 .body-text .right-bottom-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;right:-32px;bottom:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortytwo-library-h5 .body-text .right-bottom-triangle::after{content:"";width:50px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-25px;left:-25px}.xml-paragraph-Fortythree-library-h5 .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important}.xml-paragraph-Fortythree-library-h5 .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;top:-38px;right:-32px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.xml-paragraph-Fortythree-library-h5 .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-17px}.xml-paragraph-Fortythree-library-h5 .body-text .top-round{width:11px;height:11px;background-color:var(--background-color);border-radius:50%;position:absolute;top:-15px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-Fortythree-library-h5 .body-text .top-round::after{content:"";width:2px;height:20px;background:var(--background-color);position:absolute;bottom:-11px;right:1px;-webkit-transform:rotate(-26deg);transform:rotate(-26deg)}.xml-paragraph-Fortythree-library-h5 .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-bottom:solid 2px var(--background-color);position:absolute;top:10px;right:10px}.xml-paragraph-Fortyfour-library-h5 .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important;overflow:hidden}.xml-paragraph-Fortyfour-library-h5 .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;bottom:-38px;right:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortyfour-library-h5 .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-8px}.xml-paragraph-Fortyfour-library-h5 .body-text .top-round{position:absolute;top:-18px;left:30px}.xml-paragraph-Fortyfour-library-h5 .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-top:solid 2px var(--background-color);position:absolute;bottom:10px;right:10px}.xml-paragraph-Fortyfive-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyfive-library-h5 .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Fortyfive-library-h5 .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Fortyfive-library-h5 .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Fortyfive-library-h5 .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Fortyfive-library-h5 .body-text-bg{position:relative}.xml-paragraph-Fortyfive-library-h5 .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Fortyfive-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Fortyfive-library-h5 .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Fortysix-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortysix-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortysix-library-h5 .body-text{position:relative;border-radius:10px 0;margin-top:7px;padding:9px 18px;border:2px solid var(--background-color)!important;min-height:120px}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border{width:5px;height:50%;min-height:100px;background-color:#fff;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border .cir1{width:4px;height:4px;background:var(--background-color);opacity:20%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border .cir2{width:6px;height:6px;background:var(--background-color);opacity:40%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border .cir3{width:8px;height:8px;background:var(--background-color);opacity:60%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border .cir4{width:10px;height:10px;background:var(--background-color);opacity:80%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border .cir5{width:12px;height:12px;background:var(--background-color);border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-h5 .body-text .right-border{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:0;right:-3px}.xml-paragraph-Fortysix-library-h5 .body-text .left-border{bottom:0;left:-3px}.xml-paragraph-Fortyseven-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyseven-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyseven-library-h5 .body-text{position:relative;border-radius:10px;background-color:var(--background-color);border:0!important;-webkit-transform:rotate(-.5deg) skewX(2deg);transform:rotate(-.5deg) skewX(2deg)}.xml-paragraph-Fortyseven-library-h5 .body-text>div{background-color:#fff;padding:9px 18px;border-radius:10px;-webkit-transform:rotate(.5deg) skewX(-2deg);transform:rotate(.5deg) skewX(-2deg);-webkit-box-shadow:0 0 2px 0 #c3c3c3;box-shadow:0 0 2px 0 #c3c3c3}.xml-paragraph-Fortyeight-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyeight-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyeight-library-h5 .body-text{position:relative;background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,transparent),to(var(--background-color)));background:linear-gradient(180deg,transparent 44%,var(--background-color) 100%);padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-paragraph-first-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-library-pad .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:var(--reader-theme-color,#FFF);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-pad .rotate-container-inner{width:40px;height:40px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-pad .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-library-pad .text-body-container{background:var(--background-color);border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-library-pad .text-body-container .editorClass{word-break:break-all}.xml-paragraph-first-library-pad .text-body-container .editor p{line-height:normal}.xml-paragraph-second-library-pad{text-align:left}.xml-paragraph-second-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-library-pad .paragraph-second-title{display:inline-block;position:relative;max-width:98%;-webkit-box-shadow:2px 1px 4px 0 #000;box-shadow:2px 1px 4px 0 #000}.xml-paragraph-second-library-pad .paragraph-second-title::before{content:"";width:100%;height:5px;background-color:var(--background-color);-webkit-transform:skew(35deg);transform:skew(35deg);position:absolute;bottom:0;left:0}.xml-paragraph-second-library-pad .paragraph-second-title::after{content:"";width:5px;height:100%;border:1px solid var(--background-color);-webkit-transform:skewY(25deg);transform:skewY(25deg);position:absolute;right:-3px;bottom:2px;background:#fff}.xml-paragraph-second-library-pad .paragraph-second-title .title-top-border{width:100%;border-top:1px solid var(--background-color);position:absolute;top:-4px;left:-1px}.xml-paragraph-second-library-pad .paragraph-second-title .title-left-border{height:100%;width:1px;border-left:1px solid var(--background-color);position:absolute;bottom:4px;left:-1px}.xml-paragraph-second-library-pad .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#FFF;min-height:36px;padding:0 15px;margin-top:-4px}.xml-paragraph-second-library-pad .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-library-pad .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-library-pad .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-library-pad .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-library-pad .body-text{padding:5px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:var(--background-color)}.xml-paragraph-second-library-pad .body-text .text-body-container{background:#FFF;padding:20px 13px 1px;border-radius:5px}.xml-paragraph-second-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-pad{position:relative}.xml-paragraph-third-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-library-pad .diagonal-line::after,.xml-paragraph-third-library-pad .diagonal-line::before{width:1px;height:80px;position:absolute;background-color:var(--background-color);content:""}.xml-paragraph-third-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-third-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-pad .diagonal-line::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-library-pad .diagonal-line::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-quadrangle-library-pad{position:relative}.xml-paragraph-quadrangle-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color);position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-library-pad{margin-top:10px;position:relative}.xml-paragraph-isosceles-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-library-pad .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-isosceles-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-library-pad .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(var(--background-color)),to(#ebf2ff));background-image:linear-gradient(to bottom right,var(--background-color),#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-library-pad .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-library-pad .shape .triangle,.xml-paragraph-isosceles-library-pad .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid var(--background-color)}.xml-paragraph-eighth-library-pad{position:relative}.xml-paragraph-eighth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-library-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-library-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-library-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-eighth-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-library-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-pad{position:relative}.xml-paragraph-ninth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-library-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-library-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-library-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-ninth-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-library-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;height:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-library-pad{position:relative}.xml-paragraph-tenth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-tenth-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .title-right-img,.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-tenth-library-pad .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-tenth-library-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-library-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-tenth-library-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-tenth-library-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-library-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-library-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-library-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-sixteen-library-pad{position:relative}.xml-paragraph-sixteen-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-library-pad .paragraph-row-box{padding:20px;background:var(--background-color)}.xml-paragraph-sixteen-library-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-library-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteen-library-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-sixteen-library-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-library-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-library-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-library-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-seventh-library-pad{position:relative}.xml-paragraph-seventh-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-seventh-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .title-right-img,.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-seventh-library-pad .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-seventh-library-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-library-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-seventh-library-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-seventh-library-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-library-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-library-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-library-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-eleven-library-pad{position:relative}.xml-paragraph-eleven-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-library-pad .body-text{padding:25px;text-align:left;position:relative}.xml-paragraph-eleven-library-pad .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-library-pad .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:var(--background-color);margin-bottom:2px}.xml-paragraph-eleven-library-pad .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-pad .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-library-pad .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:var(--background-color);margin-top:2px}.xml-paragraph-eleven-library-pad .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-pad .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-pad .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:var(--background-color);margin-right:2px}.xml-paragraph-eleven-library-pad .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-pad .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-pad .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:var(--background-color);margin-left:2px}.xml-paragraph-eleven-library-pad .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-library-pad .text-container{padding:0 10px}.xml-paragraph-eleven-library-pad .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-library-pad .text-container .editorClass p{padding:0}.xml-paragraph-eleven-library-pad .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-library-pad .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-thirteen-library-pad{position:relative}.xml-paragraph-thirteen-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-library-pad .body-text{padding:10px 20px;text-align:left;position:relative;background:var(--background-color);border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-library-pad .body-text .text-border-top{width:90%;height:4px;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-pad .body-text .text-border-right{width:4px;height:70%;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-pad .body-text .text-border-bottom{width:90%;height:4px;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-pad .body-text .text-border-left{width:4px;height:70%;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-pad .body-text::after,.xml-paragraph-thirteen-library-pad .body-text::before{width:80px;background-color:none;z-index:0;content:"";height:70%;max-height:100px}.xml-paragraph-thirteen-library-pad .body-text .text-body-container{position:relative}.xml-paragraph-thirteen-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-library-pad .body-text::before{position:absolute;top:0;left:0;border-top:2px dashed var(--background-color);border-left:2px dashed var(--background-color);border-radius:32px 0 0}.xml-paragraph-thirteen-library-pad .body-text::after{position:absolute;bottom:0;right:0;border-bottom:2px dashed var(--background-color);border-right:2px dashed var(--background-color);border-radius:0 0 32px}.xml-paragraph-fourteen-library-pad{position:relative}.xml-paragraph-fourteen-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-library-pad .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color)}.xml-paragraph-fourteen-library-pad .body-text .right-image{width:21px;height:36px;position:absolute;background-color:var(--background-color);top:-25px;right:15px;z-index:999;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-fourteen-library-pad .body-text .right-image::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:19px;display:block;background:linear-gradient(-45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%),linear-gradient(45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%);background-size:7px 60px}.xml-paragraph-fourteen-library-pad .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px}.xml-paragraph-fourteen-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-library-pad{position:relative}.xml-paragraph-Greentheme2-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-library-pad .body-text{padding:3px;text-align:left;position:relative;background-color:var(--background-color);border:2px solid var(--background-color);border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-library-pad .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:0 0 30px 0 #000;box-shadow:0 0 30px 0 #000}.xml-paragraph-Greentheme2-library-pad .body-text .border-top{width:80%;height:6px;border-top:4px dotted var(--background-color);position:absolute;top:-10px}.xml-paragraph-Greentheme2-library-pad .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:3px 1px 30px 0 #000;box-shadow:3px 1px 30px 0 #000}.xml-paragraph-Greentheme2-library-pad .body-text .body-text-bg{width:100%;height:100%;background-color:var(--background-color);border:2px solid var(--background-color);position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-library-pad .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-library-pad{position:relative}.xml-paragraph-Greentheme3-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-library-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid var(--background-color)}.xml-paragraph-Greentheme3-library-pad .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid var(--background-color);border-top:12px solid var(--background-color);border-left:12px solid var(--background-color);border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-library-pad .body-text .text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-library-pad{position:relative}.xml-paragraph-Greentheme4-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-library-pad .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme4-library-pad .body-text .body-text-bg1{width:178px;height:50px;background-color:var(--background-color);position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-library-pad .body-text .body-text-bg2{width:178px;height:50px;background-color:var(--background-color);position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-library-pad .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-paragraph-Greentheme4-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-library-pad{position:relative}.xml-paragraph-Greentheme5-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-library-pad .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme5-library-pad .body-text .body-text-bg1{width:90%;height:85%;background-color:var(--background-color);position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-library-pad .body-text .body-text-bg2{width:90%;height:85%;background-color:var(--background-color);position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-library-pad .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pad .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pad .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pad .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pad .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-library-pad{position:relative}.xml-paragraph-Yellowtheme1-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg{border:2px solid var(--background-color);border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 3px}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 3px}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color);border-radius:5px}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-library-pad{position:relative}.xml-paragraph-Yellowtheme2-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg{border:4px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block1,.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block2,.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block3,.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block4{width:9px;height:9px;background-color:var(--background-color);border:4px solid var(--background-color);position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-library-pad{position:relative}.xml-paragraph-Yellowtheme3-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg{border:2px solid var(--background-color);border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .right-img{width:18px;height:31px;position:absolute;right:11px;top:-2px;z-index:999;border:2px solid var(--background-color);border-radius:0 0 8px 8px}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .right-img::before{content:"";width:2px;height:6px;background:var(--reader-theme-color,#FFF);position:absolute;right:-2px}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .right-img::after{content:"";width:10px;height:10px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:0;top:6px}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .right-img>div{width:20px;height:2px;background:var(--reader-theme-color,#FFF);margin-left:-22px;margin-top:-2px}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-library-pad{position:relative}.xml-paragraph-Yellowtheme4-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg{border:2px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block1,.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block2,.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block3,.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block4{width:16px;height:16px;background-color:var(--background-color);position:absolute;z-index:999}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-library-pad{position:relative}.xml-paragraph-Yellowtheme5-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg{border-radius:20px 0;border:3px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg .left-img{width:10px;height:10px;border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);position:absolute;top:-5px;left:-5px;border-top-left-radius:10px}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg .right-img{width:10px;height:10px;border-bottom:3px solid var(--background-color);border-right:3px solid var(--background-color);position:absolute;bottom:-5px;right:-5px;border-bottom-right-radius:10px}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg .body-text{text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Redtheme1-library-pad .w-e-text-container,.xml-paragraph-Redtheme2-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-pad{position:relative}.xml-paragraph-Redtheme1-library-pad .body-text-bg{background:var(--reader-theme-color,#FFF);border-radius:40px 0 50px;border:4px solid var(--background-color);padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-pad .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid var(--background-color);border-left:6px solid var(--background-color);border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-library-pad .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid var(--background-color);border-right:6px solid var(--background-color);border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-library-pad .body-text-bg::after,.xml-paragraph-Redtheme2-library-pc .body-text-bg::after{border-bottom:4px solid var(--background-color);border-right:4px solid var(--background-color);bottom:-8px;content:""}.xml-paragraph-Redtheme2-library-pad{position:relative}.xml-paragraph-Redtheme2-library-pad .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme2-library-pad .body-text-bg .left-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;top:-8px;left:1px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-pad .body-text-bg .right-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;bottom:-8px;right:2px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-library-pad .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid var(--background-color);border-left:4px solid var(--background-color);position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-library-pad .body-text-bg::after{width:72px;height:58px;position:absolute;right:-8px}.xml-paragraph-Redtheme3-library-pad{position:relative}.xml-paragraph-Redtheme3-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-library-pad .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme3-library-pad .body-text-bg .top-line{width:100%;border-top:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-pad .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-library-pad .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted var(--background-color);border-left:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-pad .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted var(--background-color);border-right:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme4-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-library-pad .body-title{min-width:200px;max-width:90%;height:45px;background-color:var(--background-color);display:inline-block;margin-left:25px;position:relative;z-index:9}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-box{width:100%;height:100%;position:relative}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-box::after{content:"";position:absolute;bottom:0;left:-1px;width:101%;height:46px;background:linear-gradient(172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%),linear-gradient(-172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%)}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-con{width:100%;height:100%;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:99}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-con .text-container{margin-top:-4px}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-con .triangle1{width:0;height:0;border-bottom:10px solid #5a5a5a;border-top:10px solid transparent;border-left:10px solid transparent;border-right:10px solid #5a5a5a;-webkit-transform:rotate(90deg);transform:rotate(90deg);right:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-con .triangle2{width:0;height:0;border-top:10px solid #5a5a5a;border-bottom:10px solid transparent;border-right:10px solid transparent;border-left:10px solid #5a5a5a;-webkit-transform:rotate(180deg);transform:rotate(180deg);left:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-pad .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding:18px 5px 5px;position:relative;margin-top:-25px}.xml-paragraph-Redtheme4-library-pad .body-text-bg .text-body-container{padding:10px;text-align:left;z-index:99}.xml-paragraph-Redtheme4-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-pad{position:relative}.xml-paragraph-Redtheme5-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-library-pad .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-library-pad .body-text-bg{background:var(--reader-theme-color,#FFF);border:3px solid var(--background-color);padding:5px}.xml-paragraph-Redtheme5-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-pad .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid var(--reader-theme-color,#FFF);background-color:var(--background-color);position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme6-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-library-pad .body-title{min-width:150px;max-width:90%;display:inline-block;position:relative;z-index:9;margin-left:25px}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-con::before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-19px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-con::after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-18px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme6-library-pad .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding-top:20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme6-library-pad .body-text-bg::before{content:"";width:54px;height:63px;position:absolute;left:-10px;bottom:-10px;border-left:10px solid var(--background-color);border-bottom:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-pad .body-text-bg::after{content:"";width:54px;height:63px;position:absolute;right:-10px;top:-10px;border-right:10px solid var(--background-color);border-top:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme7-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme7-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme7-library-pad .body-title{min-width:150px;max-width:90%;display:inline-block;margin-left:25px;position:relative;z-index:9}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-con::before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-19px;top:-5px;z-index:0}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-con::after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-18px;top:-5px;z-index:0}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme7-library-pad .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding-top:20px;border-radius:0 20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme7-library-pad .body-text-bg::before{content:"";width:20px;height:2px;background-color:var(--background-color);position:absolute;bottom:10px;right:0;border-radius:2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pad .body-text-bg::after{content:"";width:30px;height:2px;background-color:var(--background-color);position:absolute;bottom:14px;right:0;border-radius:2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pad .body-text-bg .body-text::after{content:"";width:10px;height:2px;background-color:var(--background-color);position:absolute;bottom:5px;right:0;border-radius:2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme7-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme1-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme1-library-pad .top-style{width:100%;height:30px;background-color:var(--background-color);position:relative}.xml-paragraph-Foldtheme1-library-pad .top-style::after{content:"";width:97%;border-bottom:12px dotted #fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-paragraph-Foldtheme1-library-pad .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme1-library-pad .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme1-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-pad .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme1-library-pad .body-text-bg .body-text .Foldmask{width:100%;height:50px;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));background-image:linear-gradient(180deg,transparent 0,#fff 100%);position:absolute;bottom:0;left:0}.xml-paragraph-Foldtheme1-library-pad .seemore{font-size:14px;font-family:PingFang SC;font-weight:400;color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Foldtheme1-library-pad .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme1-library-pad .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Foldtheme2-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme2-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme2-library-pad .top-title-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);position:relative;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.xml-paragraph-Foldtheme2-library-pad .top-title-style .title-body-box{width:90%}.xml-paragraph-Foldtheme2-library-pad .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme2-library-pad .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme2-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme2-library-pad .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme2-library-pad .seemore{font-size:14px;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme2-library-pad .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme2-library-pad .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Tabstheme1-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme1-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme1-library-pad .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px}.xml-paragraph-Tabstheme1-library-pad .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme1-library-pad .top-style .active p{color:#FFF!important}.xml-paragraph-Tabstheme1-library-pad .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme1-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme1-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme1-library-pad .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme1-library-pad .seemore{font-size:14px;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Tabstheme2-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme2-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme2-library-pad .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme2-library-pad .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pad .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pad .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pad .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme2-library-pad .top-style{margin-top:7px;width:20%}.xml-paragraph-Tabstheme2-library-pad .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme2-library-pad .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme2-library-pad .top-style .active p{color:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-pad .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-pad .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme2-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme2-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme2-library-pad .body-text-bg .body-text{position:relative;width:80%}.xml-paragraph-Tabstheme3-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme3-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme3-library-pad .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme3-library-pad .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pad .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pad .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pad .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme3-library-pad .top-style{margin-top:7px;margin-right:5px;width:20%}.xml-paragraph-Tabstheme3-library-pad .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme3-library-pad .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme3-library-pad .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme3-library-pad .top-style .active p,.xml-paragraph-Tabstheme3-library-pad .top-style .active span{color:var(--background-color)!important}.xml-paragraph-Tabstheme4-library-pad .top-style .active p,.xml-paragraph-Tabstheme5-library-pad .top-style .active p,.xml-paragraph-Tabstheme5-library-pad .top-style>div .text-container p{color:#FFF!important}.xml-paragraph-Tabstheme3-library-pad .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme3-library-pad .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme3-library-pad .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme3-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme3-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme3-library-pad .body-text-bg .body-text{position:relative;max-width:80%;min-width:80%}.xml-paragraph-Tabstheme4-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme4-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme4-library-pad .top-style{width:3%}.xml-paragraph-Tabstheme4-library-pad .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px;position:relative}.xml-paragraph-Tabstheme4-library-pad .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme4-library-pad .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme4-library-pad .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme4-library-pad .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme4-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme4-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme4-library-pad .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme4-library-pad .seemore{font-size:14px;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-SanQintheme1-library-pad{text-align:center}.xml-paragraph-SanQintheme1-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-library-pad .body-text{padding:20px 10px 15px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-library-pad .body-text .left-top-image{width:20px;height:20px;position:absolute;top:0;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pad .body-text .left-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-bottom-image{width:20px;height:20px;position:absolute;bottom:0;left:0}.xml-paragraph-SanQintheme1-library-pad .body-text .left-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pad .body-text .left-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-top-image{width:20px;height:20px;position:absolute;top:0;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pad .body-text .right-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-bottom-image{width:20px;height:20px;position:absolute;bottom:0;right:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pad .body-text .right-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .top-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-pad .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-pad .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-twelve-library-pad{position:relative}.xml-paragraph-twelve-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-library-pad .body-text{padding:20px;text-align:left;position:relative;border:3px solid var(--background-color)!important}.xml-paragraph-twelve-library-pad .body-text .left-top-img{width:28px;height:28px;position:absolute;top:-3px;left:-3px;background:var(--reader-theme-color,#FFF);border-right:3px solid var(--background-color);border-bottom:3px solid var(--background-color);border-radius:0 0 25px}.xml-paragraph-twelve-library-pad .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-3px;left:-3px}.xml-paragraph-twelve-library-pad .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:3px;right:3px}.xml-paragraph-twelve-library-pad .body-text .right-bottom-img{width:28px;height:28px;position:absolute;bottom:-3px;right:-3px;background:var(--reader-theme-color,#FFF);border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);border-radius:25px 0 0}.xml-paragraph-twelve-library-pad .body-text .text-body-container{position:relative}.xml-paragraph-twelve-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme4-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme4-library-pad .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Foldtheme4-library-pad .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme4-library-pad .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Foldtheme2-library-pc .seemore,.xml-paragraph-Foldtheme4-library-pad .seemore,.xml-paragraph-Foldtheme5-library-pad .seemore,.xml-paragraph-Tabstheme1-library-pc .seemore,.xml-paragraph-Tabstheme4-library-pc .seemore{min-width:50px;font-size:14px;font-family:PingFang SC;font-weight:400;cursor:pointer}.xml-paragraph-Foldtheme4-library-pad .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Foldtheme4-library-pad .body-text-bg{position:relative}.xml-paragraph-Foldtheme4-library-pad .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme4-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-pad .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Foldtheme4-library-pad .seemore{color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme5-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme5-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme5-library-pad .top-title-style{width:60%;display:inline-block;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-paragraph-Foldtheme5-library-pad .top-title-style::after{content:"";width:12px;height:calc(100% + 10px);background-color:var(--background-color);position:absolute;right:-5px;top:0;z-index:9;-webkit-transform:skew(9deg);transform:skew(9deg)}.xml-paragraph-Foldtheme5-library-pad .top-title-style .title-body-box{position:relative}.xml-paragraph-Foldtheme5-library-pad .top-title-style .title-body-box::after{content:"";width:67px;height:13px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(var(--reader-theme-color,#FFF)));background-image:linear-gradient(90deg,var(--background-color) 0,var(--reader-theme-color,#FFF) 100%);position:absolute;right:-90px;bottom:0}.xml-paragraph-Foldtheme5-library-pad .body-text-bg{position:relative}.xml-paragraph-Foldtheme5-library-pad .body-text-bg .body-text{position:relative;background-color:#f3f3f3;padding:9px}.xml-paragraph-Foldtheme5-library-pad .body-text-bg .body-text::before{content:"";width:40%;height:10px;background-color:var(--background-color);position:absolute;top:-1px;right:0}.xml-paragraph-Foldtheme5-library-pad .body-text-bg .body-text .text-body-container{width:100%;padding:10px;z-index:999;text-align:left}.xml-paragraph-Foldtheme5-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme5-library-pad .seemore{color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Tabstheme5-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme5-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-pad .top-style{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;padding-top:5px;overflow-x:auto;position:relative;z-index:9}.xml-paragraph-Tabstheme5-library-pad .top-style>div{height:24px;position:relative;border-radius:0 0 4px 4px;margin:0 7px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.xml-paragraph-Tabstheme5-library-pad .top-style>div .text-container{height:24px;background-color:#989898;border-radius:0 0 4px 4px;text-align:center;cursor:pointer;position:relative;z-index:99;padding:0 8px;overflow:inherit}.xml-paragraph-Tabstheme5-library-pad .top-style>div .text-container::before{content:"";width:5px;height:5px;background-color:#989898;position:absolute;left:-2px;top:0;border-radius:0 0 0 4px}.xml-paragraph-Tabstheme5-library-pad .top-style>div .text-container::after{content:"";width:5px;height:5px;background-color:#989898;position:absolute;right:-2px;top:0;border-radius:0 0 4px}.xml-paragraph-Tabstheme5-library-pad .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer;z-index:99}.xml-paragraph-Tabstheme5-library-pad .top-style>div::before{content:"";width:calc(100% + 12px);height:8px;background-color:#575757;border-radius:4px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:1}.xml-paragraph-Tabstheme5-library-pad .top-style .active{position:relative;background:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-pc .top-style .active p,.xml-paragraph-Tabstheme3-library-pc .top-style .active p,.xml-paragraph-Tabstheme3-library-pc .top-style .active span,.xml-paragraph-Tabstheme6-library-pad .top-style .active p,.xml-paragraph-Tabstheme6-library-pad .top-style .active span,.xml-paragraph-Tabstheme6-library-pc .top-style .active p,.xml-paragraph-Tabstheme6-library-pc .top-style .active span{color:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-pad .top-style .active::after,.xml-paragraph-Tabstheme5-library-pad .top-style .active::before{background-color:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-pad .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer;z-index:9}.xml-paragraph-Tabstheme5-library-pad .top-style .addtabs img{max-width:30px;width:30px;height:30px}.xml-paragraph-Tabstheme5-library-pad .top-style::-webkit-scrollbar{border-radius:10px}.xml-paragraph-Tabstheme5-library-pad .top-style::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:0;background:#f1f1f1}.xml-paragraph-Tabstheme5-library-pad .top-style::-webkit-scrollbar-thumb{background:#a3a3a3!important}.xml-paragraph-Tabstheme5-library-pad .body-text-bg{background:#f3f3f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:13px;margin-top:-18px}.xml-paragraph-Fortyfive-library-pad .w-e-text-container,.xml-paragraph-Tabstheme6-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme5-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme6-library-pad .suptitle{display:inline-block;background-color:var(--background-color);padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9;border:2px solid transparent;max-width:calc(100% - 25px)}.xml-paragraph-Tabstheme6-library-pad .suptitle::after{content:"";width:20px;height:calc(100% + 4px);position:absolute;top:-2px;right:-19px;background:linear-gradient(-45deg,transparent 26px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 26px,var(--background-color) 0) top right}.xml-paragraph-Tabstheme6-library-pad .top-style{margin-top:7px;min-width:22%;max-width:22%}.xml-paragraph-Tabstheme6-library-pad .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding:0 10px;border:1px solid #989898}.xml-paragraph-Tabstheme6-library-pad .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme6-library-pad .top-style .active{border:1px solid var(--background-color)!important}.xml-paragraph-Tabstheme6-library-pad .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme6-library-pad .body-text-bg{background:#f3f3f3;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding-top:20PX;margin-top:-18px}.xml-paragraph-Tabstheme6-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left;border:2px solid transparent}.xml-paragraph-Tabstheme6-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-pad .body-text-bg .body-text{position:relative;max-width:75%!important;min-width:75%}.xml-paragraph-Fortytwo-library-pad .body-text{position:relative;padding:10px}.xml-paragraph-Fortytwo-library-pad .body-text .top-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-pad .body-text .right-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-pad .body-text .bottom-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-pad .body-text .left-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-pad .body-text::before{content:"";width:8px;height:45px;background:var(--reader-theme-color,#FFF);border-left:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-20px;left:-1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.xml-paragraph-Fortytwo-library-pad .body-text .right-bottom-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;right:-32px;bottom:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortytwo-library-pad .body-text .right-bottom-triangle::after{content:"";width:50px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-25px;left:-25px}.xml-paragraph-Fortythree-library-pad .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important}.xml-paragraph-Fortythree-library-pad .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;top:-38px;right:-32px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.xml-paragraph-Fortythree-library-pad .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-17px}.xml-paragraph-Fortythree-library-pad .body-text .top-round{width:11px;height:11px;background-color:var(--background-color);border-radius:50%;position:absolute;top:-15px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-Fortythree-library-pad .body-text .top-round::after{content:"";width:2px;height:20px;background:var(--background-color);position:absolute;bottom:-11px;right:1px;-webkit-transform:rotate(-26deg);transform:rotate(-26deg)}.xml-paragraph-Fortythree-library-pad .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-bottom:solid 2px var(--background-color);position:absolute;top:10px;right:10px}.xml-paragraph-Fortyfour-library-pad .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important}.xml-paragraph-Fortyfour-library-pad .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;bottom:-38px;right:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortyfour-library-pad .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-8px}.xml-paragraph-Fortyfour-library-pad .body-text .top-round{position:absolute;top:-18px;left:30px}.xml-paragraph-Fortyfour-library-pad .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-top:solid 2px var(--background-color);position:absolute;bottom:10px;right:10px}.xml-paragraph-Fortyfive-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyfive-library-pad .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Fortyfive-library-pad .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Fortyfive-library-pad .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Fortyfive-library-pad .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Fortyfive-library-pad .body-text-bg{position:relative}.xml-paragraph-Fortyfive-library-pad .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Fortyfive-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Fortyfive-library-pad .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Fortysix-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortysix-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortysix-library-pad .body-text{position:relative;border-radius:10px 0;margin-top:7px;padding:9px 18px;border:2px solid var(--background-color)!important;min-height:120px}.xml-paragraph-Fortysix-library-pad .body-text .custom-border{width:5px;height:50%;min-height:100px;background-color:#fff;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Fortysix-library-pad .body-text .custom-border .cir1{width:4px;height:4px;background:var(--background-color);opacity:20%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pad .body-text .custom-border .cir2{width:6px;height:6px;background:var(--background-color);opacity:40%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pad .body-text .custom-border .cir3{width:8px;height:8px;background:var(--background-color);opacity:60%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pad .body-text .custom-border .cir4{width:10px;height:10px;background:var(--background-color);opacity:80%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pad .body-text .custom-border .cir5{width:12px;height:12px;background:var(--background-color);border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pad .body-text .right-border{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:0;right:-3px}.xml-paragraph-Fortysix-library-pad .body-text .left-border{bottom:0;left:-3px}.xml-paragraph-Fortyseven-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyseven-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyseven-library-pad .body-text{position:relative;border-radius:10px;background-color:var(--background-color);border:0!important;-webkit-transform:rotate(-.5deg) skewX(2deg);transform:rotate(-.5deg) skewX(2deg)}.xml-paragraph-Fortyseven-library-pad .body-text>div{background-color:#fff;padding:9px 18px;border-radius:10px;-webkit-transform:rotate(.5deg) skewX(-2deg);transform:rotate(.5deg) skewX(-2deg);-webkit-box-shadow:0 0 2px 0 #c3c3c3;box-shadow:0 0 2px 0 #c3c3c3}.xml-paragraph-Fortyeight-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyeight-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyeight-library-pad .body-text{position:relative;background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,transparent),to(var(--background-color)));background:linear-gradient(180deg,transparent 44%,var(--background-color) 100%);padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-paragraph-first-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-library-pc .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:var(--reader-theme-color,#FFF);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-pc .rotate-container-inner{width:40px;height:40px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-pc .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-library-pc .text-body-container{background:var(--background-color);border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-library-pc .text-body-container .editorClass{word-break:break-all}.xml-paragraph-first-library-pc .text-body-container .editor p{line-height:normal}.xml-paragraph-second-library-pc{text-align:left}.xml-paragraph-second-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-library-pc .paragraph-second-title{display:inline-block;position:relative;max-width:98%;-webkit-box-shadow:2px 1px 4px 0 #000;box-shadow:2px 1px 4px 0 #000}.xml-paragraph-second-library-pc .paragraph-second-title::before{content:"";width:100%;height:5px;background-color:var(--background-color);-webkit-transform:skew(35deg);transform:skew(35deg);position:absolute;bottom:0;left:0}.xml-paragraph-second-library-pc .paragraph-second-title::after{content:"";width:5px;height:100%;border:1px solid var(--background-color);-webkit-transform:skewY(25deg);transform:skewY(25deg);position:absolute;right:-3px;bottom:2px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-second-library-pc .paragraph-second-title .title-top-border{width:100%;border-top:1px solid var(--background-color);position:absolute;top:-4px;left:-1px}.xml-paragraph-second-library-pc .paragraph-second-title .title-left-border{height:100%;width:1px;border-left:1px solid var(--background-color);position:absolute;bottom:4px;left:-1px}.xml-paragraph-second-library-pc .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--reader-theme-color,#FFF);min-height:36px;padding:0 15px;margin-top:-4px}.xml-paragraph-second-library-pc .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-library-pc .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-library-pc .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-library-pc .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-library-pc .body-text{padding:5px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:var(--background-color)}.xml-paragraph-second-library-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:20px 13px 1px;border-radius:5px}.xml-paragraph-second-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-pc{position:relative}.xml-paragraph-third-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-third-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-pc .diagonal-line::before{content:"";width:1px;height:80px;position:absolute;left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px;background-color:var(--background-color)}.xml-paragraph-third-library-pc .diagonal-line::after{content:"";width:1px;height:80px;position:absolute;right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px;background-color:var(--background-color)}.xml-paragraph-quadrangle-library-pc{position:relative}.xml-paragraph-quadrangle-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color);position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-library-pc{margin-top:10px;position:relative}.xml-paragraph-isosceles-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-library-pc .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-isosceles-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-library-pc .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(var(--background-color)),to(#ebf2ff));background-image:linear-gradient(to bottom right,var(--background-color),#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-library-pc .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-library-pc .shape .triangle,.xml-paragraph-isosceles-library-pc .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid var(--background-color)}.xml-paragraph-eighth-library-pc{position:relative}.xml-paragraph-eighth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-library-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-library-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-library-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-eighth-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-library-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-pc{position:relative}.xml-paragraph-ninth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-library-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-library-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-library-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-ninth-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-library-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;height:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-library-pc{position:relative}.xml-paragraph-tenth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-tenth-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .title-right-img,.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-tenth-library-pc .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-tenth-library-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-library-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-tenth-library-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-tenth-library-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-library-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-library-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-library-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-sixteen-library-pc{position:relative}.xml-paragraph-sixteen-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-library-pc .paragraph-row-box{padding:20px;background:var(--background-color)}.xml-paragraph-sixteen-library-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-library-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteen-library-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-sixteen-library-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-library-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-library-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-library-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-seventh-library-pc{position:relative}.xml-paragraph-seventh-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-seventh-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .title-right-img,.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-seventh-library-pc .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-seventh-library-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-library-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-seventh-library-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-seventh-library-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-library-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-library-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-library-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-eleven-library-pc{position:relative}.xml-paragraph-eleven-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-library-pc .body-text{padding:25px;text-align:left;position:relative}.xml-paragraph-eleven-library-pc .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-library-pc .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:var(--background-color);margin-bottom:2px}.xml-paragraph-eleven-library-pc .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-pc .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-library-pc .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:var(--background-color);margin-top:2px}.xml-paragraph-eleven-library-pc .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-pc .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-pc .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:var(--background-color);margin-right:2px}.xml-paragraph-eleven-library-pc .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-pc .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-pc .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:var(--background-color);margin-left:2px}.xml-paragraph-eleven-library-pc .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-library-pc .text-container{padding:0 10px}.xml-paragraph-eleven-library-pc .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-library-pc .text-container .editorClass p{padding:0}.xml-paragraph-eleven-library-pc .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-library-pc .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-thirteen-library-pc{position:relative}.xml-paragraph-thirteen-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-library-pc .body-text{padding:10px 20px;text-align:left;position:relative;background:var(--background-color);border-radius:32px 0;width:96%;margin:0 auto 25px}.xml-paragraph-thirteen-library-pc .body-text .text-border-top{width:90%;height:4px;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-pc .body-text .text-border-right{width:4px;height:70%;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-pc .body-text .text-border-bottom{width:90%;height:4px;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-pc .body-text .text-border-left{width:4px;height:70%;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-pc .body-text .text-body-container{position:relative}.xml-paragraph-thirteen-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-library-pc .body-text::before{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;top:0;left:0;content:"";z-index:0;border-top:2px dashed var(--background-color);border-left:2px dashed var(--background-color);border-radius:32px 0 0}.xml-paragraph-thirteen-library-pc .body-text::after{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;bottom:0;right:0;content:"";z-index:0;border-bottom:2px dashed var(--background-color);border-right:2px dashed var(--background-color);border-radius:0 0 32px}.xml-paragraph-fourteen-library-pc{position:relative}.xml-paragraph-fourteen-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-library-pc .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color)}.xml-paragraph-fourteen-library-pc .body-text .right-image{width:21px;height:36px;position:absolute;background-color:var(--background-color);top:-25px;right:15px;z-index:999;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-fourteen-library-pc .body-text .right-image::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:19px;display:block;background:linear-gradient(-45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%),linear-gradient(45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%);background-size:7px 60px}.xml-paragraph-fourteen-library-pc .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px}.xml-paragraph-fourteen-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-library-pc{position:relative}.xml-paragraph-Greentheme2-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-library-pc .body-text{padding:3px;text-align:left;position:relative;background-color:var(--background-color);border:2px solid var(--background-color);border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-library-pc .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:0 0 30px 0 #000;box-shadow:0 0 30px 0 #000}.xml-paragraph-Greentheme2-library-pc .body-text .border-top{width:80%;height:6px;border-top:4px dotted var(--background-color);position:absolute;top:-10px}.xml-paragraph-Greentheme2-library-pc .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:3px 1px 30px 0 #000;box-shadow:3px 1px 30px 0 #000}.xml-paragraph-Greentheme2-library-pc .body-text .body-text-bg{width:100%;height:100%;background-color:var(--background-color);border:2px solid var(--background-color);position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-library-pc .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-library-pc{position:relative}.xml-paragraph-Greentheme3-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-library-pc .body-text{padding:3px;text-align:left;position:relative;background-color:var(--reader-theme-color,#FFF);border:2px solid var(--background-color)}.xml-paragraph-Greentheme3-library-pc .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid var(--background-color);border-top:12px solid var(--background-color);border-left:12px solid var(--background-color);border-bottom:12px solid var(--reader-theme-color,#FFF);border-right:12px solid var(--reader-theme-color,#FFF);position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-library-pc .body-text .text-body-container{position:relative;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-library-pc{position:relative}.xml-paragraph-Greentheme4-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-library-pc .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme4-library-pc .body-text .body-text-bg1{width:178px;height:50px;background-color:var(--background-color);position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-library-pc .body-text .body-text-bg2{width:178px;height:50px;background-color:var(--background-color);position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-library-pc .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-paragraph-Greentheme4-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-library-pc{position:relative}.xml-paragraph-Greentheme5-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-library-pc .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme5-library-pc .body-text .body-text-bg1{width:90%;height:85%;background-color:var(--background-color);position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-library-pc .body-text .body-text-bg2{width:90%;height:85%;background-color:var(--background-color);position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-library-pc .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pc .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pc .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pc .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pc .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-library-pc{position:relative}.xml-paragraph-Yellowtheme1-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg{border:2px solid var(--background-color);border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 3px}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 3px}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color);border-radius:5px}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-library-pc{position:relative}.xml-paragraph-Yellowtheme2-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg{border:4px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block1,.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block2,.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block3,.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block4{width:9px;height:9px;background-color:var(--background-color);border:4px solid var(--background-color);position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-library-pc{position:relative}.xml-paragraph-Yellowtheme3-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg{border:2px solid var(--background-color);border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .right-img{width:18px;height:31px;position:absolute;right:11px;top:-2px;z-index:999;border:2px solid var(--background-color);border-radius:0 0 8px 8px}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .right-img::before{content:"";width:2px;height:6px;background:var(--reader-theme-color,#FFF);position:absolute;right:-2px}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .right-img::after{content:"";width:10px;height:10px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:0;top:6px}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .right-img>div{width:20px;height:2px;background:var(--reader-theme-color,#FFF);margin-left:-22px;margin-top:-2px}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-library-pc{position:relative}.xml-paragraph-Yellowtheme4-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg{border:2px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block1,.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block2,.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block3,.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block4{height:16px;background-color:var(--background-color);position:absolute;z-index:999;width:16px}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-library-pc{position:relative}.xml-paragraph-Yellowtheme5-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg{border-radius:20px 0;border:3px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg .left-img{width:10px;height:10px;border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);position:absolute;top:-5px;left:-5px;border-top-left-radius:10px}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg .right-img{width:10px;height:10px;border-bottom:3px solid var(--background-color);border-right:3px solid var(--background-color);position:absolute;bottom:-5px;right:-5px;border-bottom-right-radius:10px}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg .body-text{text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-pc{position:relative}.xml-paragraph-Redtheme1-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-library-pc .body-text-bg{background:var(--reader-theme-color,#FFF);border-radius:40px 0 50px;border:4px solid var(--background-color);padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-pc .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid var(--background-color);border-left:6px solid var(--background-color);border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-library-pc .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid var(--background-color);border-right:6px solid var(--background-color);border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-library-pc{position:relative}.xml-paragraph-Redtheme2-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme2-library-pc .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme2-library-pc .body-text-bg .left-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;top:-8px;left:1px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-pc .body-text-bg .right-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;bottom:-8px;right:2px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-library-pc .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid var(--background-color);border-left:4px solid var(--background-color);position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-library-pc .body-text-bg::after{width:72px;height:58px;position:absolute;right:-8px}.xml-paragraph-Redtheme3-library-pc{position:relative}.xml-paragraph-Redtheme3-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-library-pc .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme3-library-pc .body-text-bg .top-line{width:100%;border-top:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-pc .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-library-pc .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted var(--background-color);border-left:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-pc .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted var(--background-color);border-right:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme4-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-library-pc .body-title{min-width:200px;max-width:90%;height:45px;background-color:var(--background-color);display:inline-block;margin-left:25px;position:relative;z-index:9}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-box{width:100%;height:100%;position:relative}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-box::after{content:"";position:absolute;bottom:0;left:-1px;width:101%;height:46px;background:linear-gradient(172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%),linear-gradient(-172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%)}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-con{width:100%;height:100%;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:99}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-con .text-container{margin-top:-4px}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-con .triangle1{width:0;height:0;border-bottom:10px solid #5a5a5a;border-top:10px solid transparent;border-left:10px solid transparent;border-right:10px solid #5a5a5a;-webkit-transform:rotate(90deg);transform:rotate(90deg);right:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-con .triangle2{width:0;height:0;border-top:10px solid #5a5a5a;border-bottom:10px solid transparent;border-right:10px solid transparent;border-left:10px solid #5a5a5a;-webkit-transform:rotate(180deg);transform:rotate(180deg);left:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-pc .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding:18px 5px 5px;position:relative;margin-top:-25px}.xml-paragraph-Redtheme4-library-pc .body-text-bg .text-body-container{padding:10px;text-align:left;z-index:99}.xml-paragraph-Redtheme4-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-pc{position:relative}.xml-paragraph-Redtheme5-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-library-pc .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-library-pc .body-text-bg{background:var(--reader-theme-color,#FFF);border:3px solid var(--background-color);padding:5px}.xml-paragraph-Redtheme5-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-pc .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid var(--reader-theme-color,#FFF);background-color:var(--background-color);position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme6-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-library-pc .body-title{min-width:150px;max-width:90%;display:inline-block;position:relative;z-index:9;margin-left:25px}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-con::before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-18px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-con::after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-19px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme6-library-pc .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding-top:20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme6-library-pc .body-text-bg::before{content:"";width:54px;height:63px;position:absolute;left:-10px;bottom:-10px;border-left:10px solid var(--background-color);border-bottom:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-pc .body-text-bg::after{content:"";width:54px;height:63px;position:absolute;right:-10px;top:-10px;border-right:10px solid var(--background-color);border-top:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme7-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme7-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme7-library-pc .body-title{min-width:150px;max-width:90%;display:inline-block;margin-left:25px;position:relative;z-index:9}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-con::before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-19px;top:-5px;z-index:0}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-con::after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-18px;top:-5px;z-index:0}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme7-library-pc .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding-top:20px;border-radius:0 20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme7-library-pc .body-text-bg .body-text::after,.xml-paragraph-Redtheme7-library-pc .body-text-bg::after,.xml-paragraph-Redtheme7-library-pc .body-text-bg::before{background-color:var(--background-color);position:absolute;right:0;border-radius:2px;content:""}.xml-paragraph-Redtheme7-library-pc .body-text-bg::before{width:20px;height:2px;bottom:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pc .body-text-bg::after{width:30px;height:2px;bottom:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pc .body-text-bg .body-text::after{width:10px;height:2px;bottom:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme7-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme1-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme1-library-pc .top-style{width:100%;height:30px;background-color:var(--background-color);position:relative}.xml-paragraph-Foldtheme1-library-pc .top-style::after{content:"";width:97%;border-bottom:12px dotted #fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-paragraph-Foldtheme1-library-pc .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme1-library-pc .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme1-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-pc .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme1-library-pc .body-text-bg .body-text .Foldmask{width:100%;height:50px;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));background-image:linear-gradient(180deg,transparent 0,#fff 100%);position:absolute;bottom:0;left:0}.xml-paragraph-Foldtheme1-library-pc .seemore{font-size:14px;font-family:PingFang SC;font-weight:400;color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Foldtheme1-library-pc .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme1-library-pc .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Foldtheme2-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme2-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme2-library-pc .top-title-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);position:relative;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.xml-paragraph-Foldtheme2-library-pc .top-title-style .title-body-box{width:90%}.xml-paragraph-Foldtheme2-library-pc .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme2-library-pc .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme2-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme2-library-pc .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme2-library-pc .seemore{color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Tabstheme1-library-pc .top-style .active p,.xml-paragraph-Tabstheme4-library-pc .top-style .active p,.xml-paragraph-Tabstheme5-library-pc .top-style .active p,.xml-paragraph-Tabstheme5-library-pc .top-style>div .text-container p{color:#FFF!important}.xml-paragraph-Foldtheme2-library-pc .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme2-library-pc .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Tabstheme1-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme1-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme1-library-pc .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px}.xml-paragraph-Tabstheme1-library-pc .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme1-library-pc .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme1-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme1-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme1-library-pc .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme1-library-pc .seemore{color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Tabstheme2-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme2-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme2-library-pc .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme2-library-pc .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pc .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pc .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pc .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme2-library-pc .top-style{margin-top:7px;width:20%}.xml-paragraph-Tabstheme2-library-pc .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme2-library-pc .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme2-library-pc .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-pc .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme2-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme2-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme2-library-pc .body-text-bg .body-text{position:relative;width:80%}.xml-paragraph-Tabstheme3-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme3-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme3-library-pc .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme3-library-pc .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pc .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pc .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pc .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme3-library-pc .top-style{margin-top:7px;margin-right:5px;width:20%}.xml-paragraph-Tabstheme3-library-pc .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme3-library-pc .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme3-library-pc .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme3-library-pc .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme3-library-pc .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme3-library-pc .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme3-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme3-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme3-library-pc .body-text-bg .body-text{position:relative;max-width:80%;min-width:80%}.xml-paragraph-Tabstheme4-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme4-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme4-library-pc .top-style{width:3%}.xml-paragraph-Tabstheme4-library-pc .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px;position:relative}.xml-paragraph-Tabstheme4-library-pc .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme4-library-pc .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme4-library-pc .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme4-library-pc .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme4-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme4-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme4-library-pc .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme4-library-pc .seemore{color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-SanQintheme1-library-pc{text-align:center}.xml-paragraph-SanQintheme1-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-library-pc .body-text{padding:20px 10px 15px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-library-pc .body-text .left-top-image{width:20px;height:20px;position:absolute;top:0;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pc .body-text .left-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-bottom-image{width:20px;height:20px;position:absolute;bottom:0;left:0}.xml-paragraph-SanQintheme1-library-pc .body-text .left-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pc .body-text .left-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-top-image{width:20px;height:20px;position:absolute;top:0;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pc .body-text .right-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-bottom-image{width:20px;height:20px;position:absolute;bottom:0;right:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pc .body-text .right-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .top-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-pc .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-twelve-library-pc{position:relative}.xml-paragraph-twelve-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-library-pc .body-text{padding:20px;text-align:left;position:relative;border:3px solid var(--background-color)!important}.xml-paragraph-twelve-library-pc .body-text .left-top-img{width:28px;height:28px;position:absolute;top:-3px;left:-3px;background:var(--reader-theme-color,#FFF);border-right:3px solid var(--background-color);border-bottom:3px solid var(--background-color);border-radius:0 0 25px}.xml-paragraph-twelve-library-pc .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-3px;left:-3px}.xml-paragraph-twelve-library-pc .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:3px;right:3px}.xml-paragraph-twelve-library-pc .body-text .right-bottom-img{width:28px;height:28px;position:absolute;bottom:-3px;right:-3px;background:var(--reader-theme-color,#FFF);border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);border-radius:25px 0 0}.xml-paragraph-twelve-library-pc .body-text .text-body-container{position:relative}.xml-paragraph-twelve-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme4-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme4-library-pc .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Foldtheme4-library-pc .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme4-library-pc .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Foldtheme4-library-pc .seemore,.xml-paragraph-Foldtheme5-library-pc .seemore{min-width:50px;font-size:14px;font-family:PingFang SC;font-weight:400;color:var(--background-color);display:-webkit-box;display:-ms-flexbox}.xml-paragraph-Foldtheme4-library-pc .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Foldtheme4-library-pc .body-text-bg{position:relative}.xml-paragraph-Foldtheme4-library-pc .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme4-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-pc .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Foldtheme4-library-pc .seemore{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Foldtheme5-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme5-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme5-library-pc .top-title-style{width:60%;display:inline-block;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-paragraph-Foldtheme5-library-pc .top-title-style::after{content:"";width:12px;height:calc(100% + 10px);background-color:var(--background-color);position:absolute;right:-5px;top:0;z-index:9;-webkit-transform:skew(9deg);transform:skew(9deg)}.xml-paragraph-Foldtheme5-library-pc .top-title-style .title-body-box{position:relative}.xml-paragraph-Foldtheme5-library-pc .top-title-style .title-body-box::after{content:"";width:67px;height:13px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(var(--reader-theme-color,#FFF)));background-image:linear-gradient(90deg,var(--background-color) 0,var(--reader-theme-color,#FFF) 100%);position:absolute;right:-90px;bottom:0}.xml-paragraph-Foldtheme5-library-pc .body-text-bg{position:relative}.xml-paragraph-Foldtheme5-library-pc .body-text-bg .body-text{position:relative;background-color:#f3f3f3;padding:9px}.xml-paragraph-Foldtheme5-library-pc .body-text-bg .body-text::before{content:"";width:40%;height:10px;background-color:var(--background-color);position:absolute;top:-1px;right:0}.xml-paragraph-Foldtheme5-library-pc .body-text-bg .body-text .text-body-container{width:100%;padding:10px;z-index:999;text-align:left}.xml-paragraph-Foldtheme5-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme5-library-pc .seemore{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Tabstheme5-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme5-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-pc .top-style{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;padding-top:5px;overflow-x:auto;position:relative;z-index:9}.xml-paragraph-Tabstheme5-library-pc .top-style>div{height:24px;position:relative;border-radius:0 0 4px 4px;margin:0 7px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.xml-paragraph-Tabstheme5-library-pc .top-style>div .text-container{height:24px;background-color:#989898;border-radius:0 0 4px 4px;text-align:center;cursor:pointer;position:relative;z-index:99;padding:0 8px;overflow:inherit}.xml-paragraph-Tabstheme5-library-pc .top-style>div .text-container::before{content:"";width:5px;height:5px;background-color:#989898;position:absolute;left:-2px;top:0;border-radius:0 0 0 4px}.xml-paragraph-Tabstheme5-library-pc .top-style>div .text-container::after{content:"";width:5px;height:5px;background-color:#989898;position:absolute;right:-2px;top:0;border-radius:0 0 4px}.xml-paragraph-Tabstheme5-library-pc .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer;z-index:99}.xml-paragraph-Tabstheme5-library-pc .top-style>div::before{content:"";width:calc(100% + 12px);height:8px;background-color:#575757;border-radius:4px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:1}.xml-paragraph-Tabstheme5-library-pc .top-style .active{position:relative;background:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-pc .top-style .active::after,.xml-paragraph-Tabstheme5-library-pc .top-style .active::before{background-color:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-pc .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer;z-index:9}.xml-paragraph-Tabstheme5-library-pc .top-style .addtabs img{max-width:30px;width:30px;height:30px}.xml-paragraph-Tabstheme5-library-pc .top-style::-webkit-scrollbar{border-radius:10px}.xml-paragraph-Tabstheme5-library-pc .top-style::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:0;background:#f1f1f1}.xml-paragraph-Tabstheme5-library-pc .top-style::-webkit-scrollbar-thumb{background:#a3a3a3!important}.xml-paragraph-Tabstheme5-library-pc .body-text-bg{background:#f3f3f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:13px;margin-top:-18px}.xml-paragraph-Fortyfive-library-pc .w-e-text-container,.xml-paragraph-Tabstheme6-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme5-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme6-library-pc .suptitle{display:inline-block;background-color:var(--background-color);padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9;border:2px solid transparent;max-width:calc(100% - 25px)}.xml-paragraph-Tabstheme6-library-pc .suptitle::after{content:"";width:20px;height:calc(100% + 4px);position:absolute;top:-2px;right:-19px;background:linear-gradient(-45deg,transparent 26px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 26px,var(--background-color) 0) top right}.xml-paragraph-Tabstheme6-library-pc .top-style{margin-top:7px;min-width:22%;max-width:22%}.xml-paragraph-Tabstheme6-library-pc .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding:0 10px;border:1px solid #989898}.xml-paragraph-Tabstheme6-library-pc .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme6-library-pc .top-style .active{border:1px solid var(--background-color)!important}.xml-paragraph-Tabstheme6-library-pc .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme6-library-pc .body-text-bg{background:#f3f3f3;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding-top:20PX;margin-top:-18px}.xml-paragraph-Tabstheme6-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left;border:2px solid transparent}.xml-paragraph-Tabstheme6-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-pc .body-text-bg .body-text{position:relative;max-width:calc(100% - 135px);max-width:75%!important;min-width:75%}.xml-paragraph-Fortytwo-library-pc .body-text{position:relative;padding:10px}.xml-paragraph-Fortytwo-library-pc .body-text .top-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-pc .body-text .right-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-pc .body-text .bottom-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-pc .body-text .left-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-pc .body-text::before{content:"";width:8px;height:45px;background:var(--reader-theme-color,#FFF);border-left:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-20px;left:-1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.xml-paragraph-Fortytwo-library-pc .body-text .right-bottom-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;right:-32px;bottom:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortytwo-library-pc .body-text .right-bottom-triangle::after{content:"";width:50px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-25px;left:-25px}.xml-paragraph-Fortythree-library-pc .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important}.xml-paragraph-Fortythree-library-pc .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;top:-38px;right:-32px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.xml-paragraph-Fortythree-library-pc .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-17px}.xml-paragraph-Fortythree-library-pc .body-text .top-round{width:11px;height:11px;background-color:var(--background-color);border-radius:50%;position:absolute;top:-15px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-Fortythree-library-pc .body-text .top-round::after{content:"";width:2px;height:20px;background:var(--background-color);position:absolute;bottom:-11px;right:1px;-webkit-transform:rotate(-26deg);transform:rotate(-26deg)}.xml-paragraph-Fortythree-library-pc .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-bottom:solid 2px var(--background-color);position:absolute;top:10px;right:10px}.xml-paragraph-Fortyfour-library-pc .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important}.xml-paragraph-Fortyfour-library-pc .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;bottom:-38px;right:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortyfour-library-pc .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-8px}.xml-paragraph-Fortyfour-library-pc .body-text .top-round{position:absolute;top:-18px;left:30px}.xml-paragraph-Fortyfour-library-pc .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-top:solid 2px var(--background-color);position:absolute;bottom:10px;right:10px}.xml-paragraph-Fortyfive-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyfive-library-pc .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Fortyfive-library-pc .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Fortyfive-library-pc .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Fortyfive-library-pc .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Fortyfive-library-pc .body-text-bg{position:relative}.xml-paragraph-Fortyfive-library-pc .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Fortyfive-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Fortyfive-library-pc .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Fortysix-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortysix-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortysix-library-pc .body-text{position:relative;border-radius:10px 0;margin-top:7px;padding:9px 18px;border:2px solid var(--background-color)!important;min-height:120px}.xml-paragraph-Fortysix-library-pc .body-text .custom-border{width:5px;height:50%;min-height:100px;background-color:#fff;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Fortysix-library-pc .body-text .custom-border .cir1{width:4px;height:4px;background:var(--background-color);opacity:20%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pc .body-text .custom-border .cir2{width:6px;height:6px;background:var(--background-color);opacity:40%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pc .body-text .custom-border .cir3{width:8px;height:8px;background:var(--background-color);opacity:60%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pc .body-text .custom-border .cir4{width:10px;height:10px;background:var(--background-color);opacity:80%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pc .body-text .custom-border .cir5{width:12px;height:12px;background:var(--background-color);border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pc .body-text .right-border{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:0;right:-3px}.xml-paragraph-Fortysix-library-pc .body-text .left-border{bottom:0;left:-3px}.xml-paragraph-Fortyseven-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyseven-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyseven-library-pc .body-text{position:relative;border-radius:10px;background-color:var(--background-color);border:0!important;-webkit-transform:rotate(-.5deg) skewX(2deg);transform:rotate(-.5deg) skewX(2deg)}.xml-paragraph-Fortyseven-library-pc .body-text>div{background-color:#fff;padding:9px 18px;border-radius:10px;-webkit-transform:rotate(.5deg) skewX(-2deg);transform:rotate(.5deg) skewX(-2deg);-webkit-box-shadow:0 0 2px 0 #c3c3c3;box-shadow:0 0 2px 0 #c3c3c3}.xml-paragraph-Fortyeight-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyeight-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyeight-library-pc .body-text{position:relative;background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,transparent),to(var(--background-color)));background:linear-gradient(180deg,transparent 44%,var(--background-color) 100%);padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-first-library-h5 .w-e-text-container,.xml-text-image-second-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-library-h5 .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-library-h5 .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-library-h5 .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-library-h5 .image-container{margin:10px 0;text-align:center}.xml-text-image-second-library-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-library-h5 .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-library-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-library-h5 .w-e-text-container,.xml-text-image-third-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-library-h5 .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-second-library-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-second-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-library-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-library-pad .image-box,.xml-text-image-third-library-h5 .image-box .image-container .block-checked,.xml-text-image-third-library-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-library-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-library-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-library-h5 .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-third-library-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-third-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-h5 .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-library-h5 .image-container .xml-image-dan-tu,.xml-text-image-fourth-library-h5 .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{width:100%;height:100%}.xml-text-image-fourth-library-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-library-h5 .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-fourth-library-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-fourth-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-fourth-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-library-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-library-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-library-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid var(--background-color);border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-library-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-library-h5 .image-text-box .text-body-container{background-color:var(--background-color);border:1px solid var(--background-color);color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-library-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-library-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:var(--background-color);position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-library-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-library-h5 .image-text-box{width:100%}.xml-text-image-fifth-library-h5 .image-text-box .text-body-container{border:1px solid var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-fifth-library-h5 .text-container{width:100%;height:100%}.xml-text-image-sixth-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-library-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-library-h5 .iamge-bg-box .image-top-title{padding:0 24px 0 10px;border-radius:5px}.xml-text-image-sixth-library-h5 .iamge-bg-box .image-top-title .edit-mode-inject{width:100%}.xml-text-image-sixth-library-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-library-h5 .image-text-box .text-body-container{border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%;-webkit-box-shadow:0 0 2px 0 #000;box-shadow:0 0 2px 0 #000}.xml-text-image-sixth-library-h5 .image-text-decorate{width:50px;height:100px;background-color:var(--background-color);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-library-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-library-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-library-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-library-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-library-h5 .image-text-box .text-body-container{width:90%;border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-library-h5 .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(var(--background-color)));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),var(--background-color));z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-library-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(var(--background-color)));background-image:linear-gradient(to left top,transparent 60%,var(--background-color));position:absolute;top:0}.xml-text-image-first-library-pad .w-e-text-container,.xml-text-image-second-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-library-pad .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-library-pad .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-library-pad .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-library-pad .image-container{margin:10px 0;text-align:center}.xml-text-image-fourth-library-pad .body-box .body-box-inner .xml-text-pad.text-body-container,.xml-text-image-second-library-pad .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-third-library-pad .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-library-pad .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-second-library-pad .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-library-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-library-pad .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-second-library-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-second-library-pad .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-third-library-pad .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-library-pc .image-box,.xml-text-image-third-library-pad .image-box .image-container .block-checked,.xml-text-image-third-library-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-library-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-library-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-library-pad .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-third-library-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-third-library-pad .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fourth-library-pad .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-library-pad .image-container .xml-image-dan-tu,.xml-text-image-fourth-library-pad .image-container .xml-image-dan-tu .xml-image-dan-tu-pad{width:100%;height:100%}.xml-text-image-fourth-library-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container p{margin:0;padding:0}.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass h1,.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass h2,.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass h3,.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass h4,.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-library-pad .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-fourth-library-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-fourth-library-pad .body-box .body-box-inner .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-pad .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-library-pad .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-library-pad .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-library-pad .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid var(--background-color);border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-library-pad .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-library-pad .image-text-box .text-body-container{background-color:var(--background-color);border:1px solid var(--background-color);color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-library-pad .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-library-pad .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:var(--background-color);position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-library-pad .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-library-pad .image-text-box{width:100%}.xml-text-image-fifth-library-pad .image-text-box .text-body-container{border:1px solid var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-fifth-library-pad .text-container{width:100%;height:100%}.xml-text-image-sixth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-library-pad .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-library-pad .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-library-pad .iamge-bg-box .image-top-title .edit-mode-inject{width:100%}.xml-text-image-sixth-library-pad .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-library-pad .image-text-box .text-body-container{border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%;-webkit-box-shadow:0 0 2px 0 #000;box-shadow:0 0 2px 0 #000}.xml-text-image-sixth-library-pad .image-text-decorate{width:50px;height:100px;background-color:var(--background-color);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-library-pad .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-library-pad .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-library-pad .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-library-pad .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-library-pad .image-text-box .text-body-container{width:90%;border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-library-pad .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(var(--background-color)));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),var(--background-color));z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-library-pad .image-text-decorate2,.xml-text-image-seventh-library-pc .image-text-decorate2{background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(var(--background-color)));top:0}.xml-text-image-seventh-library-pad .image-text-decorate2{width:100px;height:100px;background-image:linear-gradient(to left top,transparent 60%,var(--background-color));position:absolute}.xml-text-image-first-library-pc .w-e-text-container,.xml-text-image-second-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-library-pc .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-library-pc .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-library-pc .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-library-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-library-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-second-library-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-library-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-library-pc .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-second-library-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-second-library-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-library-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-third-library-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-library-pc .image-box .image-container .block-checked,.xml-text-image-third-library-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-library-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-library-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-library-pc .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-third-library-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-third-library-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-library-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fourth-library-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-library-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-library-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-pc{width:100%;height:100%}.xml-text-image-fourth-library-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container p{margin:0;padding:0}.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass h1,.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass h2,.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass h3,.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass h4,.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-library-pc .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-fourth-library-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-fourth-library-pc .body-box .body-box-inner .xml-text-pc.text-body-container{text-align:left}.xml-text-image-fourth-library-pc .body-box .body-box-inner .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-library-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-library-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-library-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid var(--background-color);border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-library-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-library-pc .image-text-box .text-body-container{background-color:var(--background-color);border:1px solid var(--background-color);color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-library-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-library-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:var(--background-color);position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-library-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-library-pc .image-text-box{width:100%}.xml-text-image-fifth-library-pc .image-text-box .text-body-container{border:1px solid var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-fifth-library-pc .text-container{width:100%;height:100%}.xml-text-image-sixth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-library-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-library-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-library-pc .iamge-bg-box .image-top-title .edit-mode-inject{width:100%}.xml-text-image-sixth-library-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-library-pc .image-text-box .text-body-container{border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%;-webkit-box-shadow:0 0 2px 0 #000;box-shadow:0 0 2px 0 #000}.xml-text-image-sixth-library-pc .image-text-decorate{width:50px;height:100px;background-color:var(--background-color);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-library-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-library-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-library-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-library-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-library-pc .image-text-box .text-body-container{width:90%;border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-library-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(var(--background-color)));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),var(--background-color));z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-library-pc .image-text-decorate2{width:100px;height:100px;background-image:linear-gradient(to left top,transparent 60%,var(--background-color));position:absolute}.xml-splitline-second-library-h5{margin-top:0}.xml-splitline-second-library-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-library-h5 .title-container .line1{width:90%;border-bottom:2px solid var(--background-color);margin-bottom:5px;position:relative}.xml-splitline-second-library-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;left:0;top:-1px}.xml-splitline-second-library-h5 .title-container .line2{width:90%;border-bottom:2px solid var(--background-color);float:right;margin-top:5px;position:relative}.xml-splitline-second-library-h5 .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;right:0;top:-1px}.xml-splitline-fourth-library-h5{margin-top:0}.xml-splitline-fourth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-library-h5 .title-container .centerimg{width:70px;height:20px;margin-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline1{width:2px;height:10px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:2px}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline2{width:2px;height:20px;background:var(--background-color);-webkit-transform:rotate(-25deg);transform:rotate(-25deg);margin-left:6px}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline3{width:2px;height:25px;background:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:11px;margin-top:-1px}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline4{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);margin-left:11px}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline5{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(55deg);transform:rotate(55deg);margin-left:9px;margin-top:1px}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline6{width:2px;height:16px;background:var(--background-color);-webkit-transform:rotate(-68deg);transform:rotate(-68deg);margin-left:12px;margin-top:-2px}.xml-splitline-eighth-library-h5,.xml-splitline-fifth-library-h5,.xml-splitline-seventh-library-h5,.xml-splitline-sixth-library-h5,.xml-splitline-tenth-library-h5{margin-top:0}.xml-splitline-fourth-library-h5 .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-fifth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-library-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid var(--background-color);border-radius:50%;margin:0 10px;position:relative}.xml-splitline-fifth-library-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid var(--background-color);border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-library-h5 .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-library-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-library-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:var(--background-color);border-radius:5px}.xml-splitline-sixth-library-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:var(--background-color);border-radius:5px;margin-left:5px}.xml-splitline-sixth-library-h5 .title-container .line1{width:73%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-h5 .title-container .line2{width:15%;border-bottom:2px solid var(--background-color)}.xml-splitline-seventh-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-library-h5 .title-container .centerimg{width:80%;height:20px;background-color:var(--background-color)}.xml-splitline-seventh-library-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-library-h5 .title-container .dotted>div{width:2px;height:100%;background-color:var(--background-color)}.xml-splitline-eighth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-library-h5 .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-library-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid var(--background-color)}.xml-splitline-eighth-library-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid var(--background-color)}.xml-splitline-tenth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-library-h5 .title-container>div{width:100%}.xml-splitline-tenth-library-h5 .title-container .centerimg{width:100%;height:10px;background-color:var(--background-color)}.xml-splitline-tenth-library-h5 .title-container .line{width:100;height:2px;background-color:var(--background-color);margin-top:3px}.xml-splitline-Greytheme2-library-h5,.xml-splitline-Greytheme3-library-h5,.xml-splitline-Greytheme5-library-h5,.xml-splitline-Yellowtheme3-library-h5,.xml-splitline-eleventh-library-h5,.xml-splitline-ninth-library-h5{margin-top:0}.xml-splitline-eleventh-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-library-h5 .title-container>div{width:100%}.xml-splitline-eleventh-library-h5 .title-container .centerimg{width:95%;height:5px;background-color:var(--background-color);margin-left:15px;border-radius:2px}.xml-splitline-eleventh-library-h5 .title-container .line1{width:10%;height:4px;background-color:var(--background-color);border-radius:5px}.xml-splitline-eleventh-library-h5 .title-container .line2{width:4px;height:10px;background-color:var(--background-color);margin-left:20px}.xml-splitline-ninth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-library-h5 .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);position:relative}.xml-splitline-ninth-library-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-library-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:2px}.xml-splitline-Redtheme1-library-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-library-h5 .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme1-library-h5 .title-container .linebox .left-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:45%;margin-right:10px}.xml-splitline-Redtheme1-library-h5 .title-container .linebox .left-line .line{height:2px;background:var(--background-color);position:relative;margin-left:-4px}.xml-splitline-Redtheme1-library-h5 .title-container .linebox .left-line .line::before{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:11px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-h5 .title-container .linebox .left-line .line::after{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:20px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-h5 .title-container .linebox .left-line .line .circle{width:5px;height:5px;background-color:var(--background-color);border-radius:50%;position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-splitline-Greytheme2-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-library-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-library-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-library-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-library-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-library-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-library-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-library-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-library-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-library-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .left-block-box>div:nth-child(odd),.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .right-block-box>div:nth-child(odd){margin-top:5px}.xml-splitline-Yellowtheme3-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .left-block-box{width:20px;height:10px;position:absolute;top:-2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .left-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .right-block-box{width:20px;height:10px;position:absolute;bottom:-5px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .right-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .line-con{width:100%;height:20%;border-bottom:2px dotted var(--background-color);position:relative}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .line-con::before{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;top:-2px}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .line-con::after{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;bottom:-8px}.xml-splitline-Bluetheme1-library-h5{margin-top:0}.xml-splitline-Bluetheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-library-h5 .title-container .linebox{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:relative}.xml-splitline-Bluetheme1-library-h5 .title-container .linebox::after{content:"";width:100%;height:2px;background-color:var(--background-color);position:absolute}.xml-splitline-Bluetheme1-library-h5 .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;z-index:9;padding:0 5px}.xml-splitline-Bluetheme1-library-h5 .title-container .linebox .iconbox .circle{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 2px}.xml-splitline-Bluetheme2-library-h5,.xml-splitline-Yellowtheme2-library-h5{margin-top:0}.xml-splitline-Bluetheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-library-h5 .title-container .linebox{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.xml-splitline-Bluetheme2-library-h5 .title-container .linebox>div{width:15px;height:10px;position:relative;background-color:#fff;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-splitline-Bluetheme2-library-h5 .title-container .linebox>div::before{content:"";width:8px;height:8px;background-color:var(--background-color);border-radius:50%;position:absolute}.xml-splitline-Bluetheme2-library-h5 .title-container .linebox::after{content:"";width:100%;border-top:4px dotted var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox .linebox-circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color)}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9;background:#fff;height:20px}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox .iconbox .circle{width:8px;height:8px;background-color:var(--background-color);border-radius:50%;margin:0 15px}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox .iconbox::after{content:"";width:100%;border-bottom:2px solid var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox::before{content:"";width:100%;height:3px;background-color:var(--background-color);position:absolute}.xml-splitline-Redtheme4-library-h5{margin-top:0}.xml-splitline-Redtheme4-library-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-h5 .title-container .linebox{width:100%;height:100%}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .top-linecon{width:100%;height:2px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .top-linecon::before{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-right:5%}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .top-linecon::after{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-left:5%}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon .left-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon .left-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-left:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon .line{width:30%;margin:0 5px 0 10px;background:var(--background-color)}.xml-splitline-Greytheme1-library-h5,.xml-splitline-Yellowtheme1-library-h5{margin-top:0}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon .right-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon .right-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-right:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Yellowtheme1-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox .left-block{width:10px;height:10px;background-color:var(--background-color)}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox .linecon{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox .linecon::before{content:"";width:95%;border-top:2px dotted var(--background-color);position:absolute;top:-3px;left:5px}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox .linecon::after{content:"";width:95%;border-bottom:2px dotted var(--background-color);position:absolute;bottom:-3px;left:5px}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox .right-icon{margin-left:-25px}.xml-splitline-Greytheme1-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-library-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-library-h5 .title-container .linebox .left-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px}.xml-splitline-Greytheme1-library-h5 .title-container .linebox .left-icon .block{width:11px;height:15px;background-color:var(--background-color)}.xml-splitline-Greytheme1-library-h5 .title-container .linebox .left-icon .triangle{width:0;height:0;border:6px solid var(--background-color);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-top:2px}.xml-splitline-Bluetheme4-library-h5,.xml-splitline-second-library-pad{margin-top:0}.xml-splitline-Greytheme1-library-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-library-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme4-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox{width:100%;height:100%}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .top-lineconbox{width:80%;height:3px;background-color:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .top-lineconbox::before{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;left:-8px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .top-lineconbox::after{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;right:-8px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox{border-top:1px solid var(--background-color);margin-top:2px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox::before{content:"";width:10px;height:10px;background:linear-gradient(45deg,#fff,#fff 50%,transparent 50%,transparent 100%);border-left:1px solid var(--background-color);border-bottom:1px solid var(--background-color);position:absolute;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-5px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox .linecon1{width:40%;border-top:1px solid var(--background-color);margin-top:2px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox .linecon2{width:40%;border-top:1px solid var(--background-color);margin-top:2px;position:relative}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox .linecon2::after{content:"";width:4px;height:2px;background:#fff;position:absolute;left:2px;top:-2px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox .bottom-block1{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);margin-top:1px;margin-left:10px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox .bottom-block2{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(-45deg);transform:skewX(-45deg);margin-top:1px;margin-left:12px}.xml-splitline-Twentytwo-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentytwo-library-h5 .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentytwo-library-h5 .centerimg::before{content:"";width:16px;height:16px;background-color:#fff;border:1px solid var(--background-color);position:absolute;top:-7px;left:47%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentytwo-library-h5 .centerimg::after{content:"";width:17px;height:17px;background-color:var(--background-color);border:1px solid #fff;position:absolute;top:-7px;left:49%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentythree-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentythree-library-h5 .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentythree-library-h5 .centerimg::before{content:"";width:37px;height:6px;background-color:var(--background-color);border:1px solid var(--background-color);position:absolute;top:-2px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfour-library-h5 .title-container{overflow:hidden}.xml-splitline-Twentyfour-library-h5 .title-container>div{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:solid 1px var(--background-color)!important;position:relative}.xml-splitline-Twentyfour-library-h5 .title-container .centerimg{width:26px;height:26px;background:#fff;border:1px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;bottom:5px;left:30px;padding:2px;z-index:99}.xml-splitline-Twentyfour-library-h5 .title-container .centerimg>div{width:100%;height:100%;background-color:var(--background-color);z-index:99}.xml-splitline-Twentyfive-library-h5 .title-container>div{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none!important;border-left:2px solid var(--background-color)!important;border-right:2px solid var(--background-color)!important;position:relative;padding:0 3px}.xml-splitline-Twentyfive-library-h5 .title-container .left-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyfive-library-h5 .title-container .left-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;left:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-h5 .title-container .left-block-box{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Twentyfive-library-h5 .title-container .left-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-h5 .title-container .right-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyfive-library-h5 .title-container .right-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;right:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-h5 .title-container .right-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:3px}.xml-splitline-Twentyfive-library-h5 .title-container .right-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg{width:calc(100% - 225px);height:100%;border-bottom:2px solid var(--background-color);position:absolute;left:50%;bottom:-2px;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg>div:nth-child(1){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;left:-6px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg>div:nth-child(1)::after{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;right:0;top:-5px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg>div:nth-child(2){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;right:-6px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg>div:nth-child(2)::before{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;left:0;top:-5px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .left-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;left:-53px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .left-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-5px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .left-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;right:-10px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .right-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;right:-53px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .right-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;left:-7px;top:-7px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .right-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentysix-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentysix-library-h5 .title-container .left-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid transparent;border-bottom:8px solid transparent;border-left:10px solid var(--background-color);margin-right:-12px}.xml-splitline-Twentysix-library-h5 .title-container .centerimg{width:95%;height:2px;background:var(--background-color);text-align:center;line-height:2px}.xml-splitline-Twentysix-library-h5 .title-container .centerimg>div{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;display:inline-block;margin-top:-7px;position:relative}.xml-splitline-Twentysix-library-h5 .title-container .centerimg>div::before{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;bottom:-7px;left:-7px}.xml-splitline-Twentysix-library-h5 .title-container .centerimg>div::after{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;top:-7px;right:-7px}.xml-splitline-Twentysix-library-h5 .title-container .right-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid var(--background-color);border-bottom:8px solid transparent;border-left:10px solid transparent;margin-left:-12px}.xml-splitline-Twentyseven-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-Twentyseven-library-h5 .title-container>div:nth-child(even){width:15px;height:5px;background-color:var(--background-color);margin:0 10px;border-radius:2px}.xml-splitline-Twentyseven-library-h5 .title-container>div:nth-child(odd){width:35px;height:5px;background-color:var(--background-color);border-radius:2px}.xml-splitline-Twentyeight-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentyeight-library-h5 .title-container .left-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-left:3px}.xml-splitline-Twentyeight-library-h5 .title-container .left-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyeight-library-h5 .title-container .left-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;right:-2px}.xml-splitline-Twentyeight-library-h5 .title-container .centerimg{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;margin:0 4px}.xml-splitline-Twentyeight-library-h5 .title-container .right-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-right:3px}.xml-splitline-Twentyeight-library-h5 .title-container .right-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyeight-library-h5 .title-container .right-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;left:-2px}.xml-splitline-Twentyeight-library-h5 .title-container .side-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Twentyeight-library-h5 .title-container .side-block-box .round{width:6px;height:6px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%}.xml-splitline-Twentyeight-library-h5 .title-container .side-block-box .icon{width:8px;height:8px;position:relative;margin:0 3px}.xml-splitline-Twentyeight-library-h5 .title-container .side-block-box .icon::before{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentyeight-library-h5 .title-container .side-block-box .icon::after{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-splitline-second-library-pad .title-container{height:30px;padding-top:10px}.xml-splitline-second-library-pad .title-container .line1{width:90%;border-bottom:2px solid var(--background-color);margin-bottom:5px;position:relative}.xml-splitline-second-library-pad .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;left:0;top:-1px}.xml-splitline-second-library-pad .title-container .line2{width:90%;border-bottom:2px solid var(--background-color);float:right;margin-top:5px;position:relative}.xml-splitline-second-library-pad .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;right:0;top:-1px}.xml-splitline-fourth-library-pad{margin-top:0}.xml-splitline-fourth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-library-pad .title-container .centerimg{width:70px;height:20px;margin-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline1{width:2px;height:10px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:2px}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline2{width:2px;height:20px;background:var(--background-color);-webkit-transform:rotate(-25deg);transform:rotate(-25deg);margin-left:6px}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline3{width:2px;height:25px;background:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:11px;margin-top:-1px}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline4{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);margin-left:11px}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline5{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(55deg);transform:rotate(55deg);margin-left:9px;margin-top:1px}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline6{width:2px;height:16px;background:var(--background-color);-webkit-transform:rotate(-68deg);transform:rotate(-68deg);margin-left:12px;margin-top:-2px}.xml-splitline-eighth-library-pad,.xml-splitline-fifth-library-pad,.xml-splitline-seventh-library-pad,.xml-splitline-sixth-library-pad,.xml-splitline-tenth-library-pad{margin-top:0}.xml-splitline-fourth-library-pad .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-fifth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-library-pad .title-container .centerimg{width:30px;height:30px;border:1px solid var(--background-color);border-radius:50%;margin:0 10px;position:relative}.xml-splitline-fifth-library-pad .title-container .centerimg>div{width:15px;height:15px;border:1px solid var(--background-color);border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-library-pad .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-library-pad .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-library-pad .title-container .centerimg .block1{width:4px;height:15px;background-color:var(--background-color);border-radius:5px}.xml-splitline-sixth-library-pad .title-container .centerimg .block2{width:4px;height:25px;background-color:var(--background-color);border-radius:5px;margin-left:5px}.xml-splitline-sixth-library-pad .title-container .line1{width:73%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-pad .title-container .line2{width:15%;border-bottom:2px solid var(--background-color)}.xml-splitline-seventh-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-library-pad .title-container .centerimg{width:80%;height:20px;background-color:var(--background-color)}.xml-splitline-seventh-library-pad .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-library-pad .title-container .dotted>div{width:2px;height:100%;background-color:var(--background-color)}.xml-splitline-eighth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-library-pad .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-library-pad .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid var(--background-color)}.xml-splitline-eighth-library-pad .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid var(--background-color)}.xml-splitline-tenth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-library-pad .title-container>div{width:100%}.xml-splitline-tenth-library-pad .title-container .centerimg{width:100%;height:10px;background-color:var(--background-color)}.xml-splitline-tenth-library-pad .title-container .line{width:100;height:2px;background-color:var(--background-color);margin-top:3px}.xml-splitline-Greytheme2-library-pad,.xml-splitline-Greytheme3-library-pad,.xml-splitline-Greytheme5-library-pad,.xml-splitline-Yellowtheme3-library-pad,.xml-splitline-eleventh-library-pad,.xml-splitline-ninth-library-pad{margin-top:0}.xml-splitline-eleventh-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-library-pad .title-container>div{width:100%}.xml-splitline-eleventh-library-pad .title-container .centerimg{width:95%;height:5px;background-color:var(--background-color);margin-left:15px;border-radius:2px}.xml-splitline-eleventh-library-pad .title-container .line1{width:10%;height:4px;background-color:var(--background-color);border-radius:5px}.xml-splitline-eleventh-library-pad .title-container .line2{width:4px;height:10px;background-color:var(--background-color);margin-left:20px}.xml-splitline-ninth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-library-pad .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);position:relative}.xml-splitline-ninth-library-pad .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-library-pad .title-container .centerimg .line{width:350%;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:2px}.xml-splitline-Redtheme1-library-pad .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-library-pad .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme1-library-pad .title-container .linebox .left-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:45%;margin-right:10px}.xml-splitline-Redtheme1-library-pad .title-container .linebox .left-line .line{height:2px;background:var(--background-color);position:relative;margin-left:-4px}.xml-splitline-Redtheme1-library-pad .title-container .linebox .left-line .line::before{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:11px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-pad .title-container .linebox .left-line .line::after{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:20px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-pad .title-container .linebox .left-line .line .circle{width:5px;height:5px;background-color:var(--background-color);border-radius:50%;position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-splitline-Greytheme2-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-library-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-library-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-library-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-library-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-library-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-library-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-library-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-library-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-library-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .left-block-box>div:nth-child(odd),.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .right-block-box>div:nth-child(odd){margin-top:5px}.xml-splitline-Yellowtheme3-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .left-block-box{width:20px;height:10px;position:absolute;top:-2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .left-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .right-block-box{width:20px;height:10px;position:absolute;bottom:-5px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .right-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .line-con{width:100%;height:20%;border-bottom:2px dotted var(--background-color);position:relative}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .line-con::before{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;top:-2px}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .line-con::after{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;bottom:-8px}.xml-splitline-Bluetheme1-library-pad{margin-top:0}.xml-splitline-Bluetheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-library-pad .title-container .linebox{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:relative}.xml-splitline-Bluetheme1-library-pad .title-container .linebox::after{content:"";width:100%;height:2px;background-color:var(--background-color);position:absolute}.xml-splitline-Bluetheme1-library-pad .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;z-index:9;padding:0 5px}.xml-splitline-Bluetheme1-library-pad .title-container .linebox .iconbox .circle{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 2px}.xml-splitline-Bluetheme2-library-pad,.xml-splitline-Yellowtheme2-library-pad{margin-top:0}.xml-splitline-Bluetheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-library-pad .title-container .linebox{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.xml-splitline-Bluetheme2-library-pad .title-container .linebox>div{width:15px;height:10px;position:relative;background-color:#fff;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-splitline-Bluetheme2-library-pad .title-container .linebox>div::before{content:"";width:8px;height:8px;background-color:var(--background-color);border-radius:50%;position:absolute}.xml-splitline-Bluetheme2-library-pad .title-container .linebox::after{content:"";width:100%;border-top:4px dotted var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox .linebox-circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color)}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9;background:#fff;height:20px}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox .iconbox .circle{width:8px;height:8px;background-color:var(--background-color);border-radius:50%;margin:0 15px}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox .iconbox::after{content:"";width:100%;border-bottom:2px solid var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox::before{content:"";width:100%;height:3px;background-color:var(--background-color);position:absolute}.xml-splitline-Redtheme4-library-pad{margin-top:0}.xml-splitline-Redtheme4-library-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-pad .title-container .linebox{width:100%;height:100%}.xml-splitline-Redtheme4-library-pad .title-container .linebox .top-linecon{width:100%;height:2px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-pad .title-container .linebox .top-linecon::before{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-right:5%}.xml-splitline-Redtheme4-library-pad .title-container .linebox .top-linecon::after{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-left:5%}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon .left-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon .left-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-left:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon .line{width:30%;margin:0 5px 0 10px;background:var(--background-color)}.xml-splitline-Greytheme1-library-pad,.xml-splitline-Yellowtheme1-library-pad{margin-top:0}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon .right-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon .right-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-right:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Yellowtheme1-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox .left-block{width:10px;height:10px;background-color:var(--background-color)}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox .linecon{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox .linecon::before{content:"";width:95%;border-top:2px dotted var(--background-color);position:absolute;top:-3px;left:5px}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox .linecon::after{content:"";width:95%;border-bottom:2px dotted var(--background-color);position:absolute;bottom:-3px;left:5px}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox .right-icon{margin-left:-25px}.xml-splitline-Greytheme1-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-library-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-library-pad .title-container .linebox .left-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px}.xml-splitline-Greytheme1-library-pad .title-container .linebox .left-icon .block{width:11px;height:15px;background-color:var(--background-color)}.xml-splitline-Greytheme1-library-pad .title-container .linebox .left-icon .triangle{width:0;height:0;border:6px solid var(--background-color);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-top:2px}.xml-splitline-Bluetheme4-library-pad,.xml-splitline-second-library-pc{margin-top:0}.xml-splitline-Greytheme1-library-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-library-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme4-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-pad .title-container .linebox{width:100%;height:100%}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .top-lineconbox{width:80%;height:3px;background-color:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .top-lineconbox::before{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;left:-8px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .top-lineconbox::after{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;right:-8px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox{border-top:1px solid var(--background-color);margin-top:2px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox::before{content:"";width:10px;height:10px;background:linear-gradient(45deg,#fff,#fff 50%,transparent 50%,transparent 100%);border-left:1px solid var(--background-color);border-bottom:1px solid var(--background-color);position:absolute;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-5px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox .linecon1{width:40%;border-top:1px solid var(--background-color);margin-top:2px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox .linecon2{width:40%;border-top:1px solid var(--background-color);margin-top:2px;position:relative}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox .linecon2::after{content:"";width:4px;height:2px;background:#fff;position:absolute;left:2px;top:-2px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox .bottom-block1{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);margin-top:1px;margin-left:10px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox .bottom-block2{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(-45deg);transform:skewX(-45deg);margin-top:1px;margin-left:12px}.xml-splitline-Twentytwo-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentytwo-library-pad .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentytwo-library-pad .centerimg::before{content:"";width:16px;height:16px;background-color:#fff;border:1px solid var(--background-color);position:absolute;top:-7px;left:47%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentytwo-library-pad .centerimg::after{content:"";width:17px;height:17px;background-color:var(--background-color);border:1px solid #fff;position:absolute;top:-7px;left:49%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentythree-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentythree-library-pad .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentythree-library-pad .centerimg::before{content:"";width:37px;height:6px;background-color:var(--background-color);border:1px solid var(--background-color);position:absolute;top:-2px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfour-library-pad .title-container{overflow:hidden}.xml-splitline-Twentyfour-library-pad .title-container>div{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:solid 1px var(--background-color)!important;position:relative}.xml-splitline-Twentyfour-library-pad .title-container .centerimg{width:26px;height:26px;background:#fff;border:1px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;bottom:5px;left:30px;padding:2px;z-index:99}.xml-splitline-Twentyfour-library-pad .title-container .centerimg>div{width:100%;height:100%;background-color:var(--background-color);z-index:99}.xml-splitline-Twentyfive-library-pad .title-container>div{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none!important;border-left:2px solid var(--background-color)!important;border-right:2px solid var(--background-color)!important;position:relative;padding:0 3px}.xml-splitline-Twentyfive-library-pad .title-container .left-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyfive-library-pad .title-container .left-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;left:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-pad .title-container .left-block-box{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Twentyfive-library-pad .title-container .left-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-pad .title-container .right-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyfive-library-pad .title-container .right-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;right:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-pad .title-container .right-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:3px}.xml-splitline-Twentyfive-library-pad .title-container .right-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg{width:calc(100% - 225px);height:100%;border-bottom:2px solid var(--background-color);position:absolute;left:50%;bottom:-2px;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfive-library-pad .title-container .centerimg>div:nth-child(1){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;left:-6px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg>div:nth-child(1)::after{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;right:0;top:-5px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg>div:nth-child(2){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;right:-6px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg>div:nth-child(2)::before{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;left:0;top:-5px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .left-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;left:-53px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .left-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-5px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .left-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;right:-10px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .right-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;right:-53px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .right-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;left:-7px;top:-7px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .right-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentysix-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentysix-library-pad .title-container .left-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid transparent;border-bottom:8px solid transparent;border-left:10px solid var(--background-color);margin-right:-12px}.xml-splitline-Twentysix-library-pad .title-container .centerimg{width:95%;height:2px;background:var(--background-color);text-align:center;line-height:2px}.xml-splitline-Twentysix-library-pad .title-container .centerimg>div{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;display:inline-block;margin-top:-7px;position:relative}.xml-splitline-Twentysix-library-pad .title-container .centerimg>div::before{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;bottom:-7px;left:-7px}.xml-splitline-Twentysix-library-pad .title-container .centerimg>div::after{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;top:-7px;right:-7px}.xml-splitline-Twentysix-library-pad .title-container .right-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid var(--background-color);border-bottom:8px solid transparent;border-left:10px solid transparent;margin-left:-12px}.xml-splitline-Twentyseven-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-Twentyseven-library-pad .title-container>div:nth-child(even){width:15px;height:5px;background-color:var(--background-color);margin:0 10px;border-radius:2px}.xml-splitline-Twentyseven-library-pad .title-container>div:nth-child(odd){width:35px;height:5px;background-color:var(--background-color);border-radius:2px}.xml-splitline-Twentyeight-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentyeight-library-pad .title-container .left-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-left:3px}.xml-splitline-Twentyeight-library-pad .title-container .left-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyeight-library-pad .title-container .left-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;right:-2px}.xml-splitline-Twentyeight-library-pad .title-container .centerimg{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;margin:0 4px}.xml-splitline-Twentyeight-library-pad .title-container .right-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-right:3px}.xml-splitline-Twentyeight-library-pad .title-container .right-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyeight-library-pad .title-container .right-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;left:-2px}.xml-splitline-Twentyeight-library-pad .title-container .side-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Twentyeight-library-pad .title-container .side-block-box .round{width:6px;height:6px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%}.xml-splitline-Twentyeight-library-pad .title-container .side-block-box .icon{width:8px;height:8px;position:relative;margin:0 3px}.xml-splitline-Twentyeight-library-pad .title-container .side-block-box .icon::before{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentyeight-library-pad .title-container .side-block-box .icon::after{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-splitline-second-library-pc .title-container{height:30px;padding-top:10px}.xml-splitline-second-library-pc .title-container .line1{width:90%;border-bottom:2px solid var(--background-color);margin-bottom:5px;position:relative}.xml-splitline-second-library-pc .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;left:0;top:-1px}.xml-splitline-second-library-pc .title-container .line2{width:90%;border-bottom:2px solid var(--background-color);float:right;margin-top:5px;position:relative}.xml-splitline-second-library-pc .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;right:0;top:-1px}.xml-splitline-fourth-library-pc{margin-top:0}.xml-splitline-fourth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-library-pc .title-container .centerimg{width:70px;height:20px;margin-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline1{width:2px;height:10px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:2px}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline2{width:2px;height:20px;background:var(--background-color);-webkit-transform:rotate(-25deg);transform:rotate(-25deg);margin-left:6px}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline3{width:2px;height:25px;background:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:11px;margin-top:-1px}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline4{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);margin-left:11px}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline5{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(55deg);transform:rotate(55deg);margin-left:9px;margin-top:1px}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline6{width:2px;height:16px;background:var(--background-color);-webkit-transform:rotate(-68deg);transform:rotate(-68deg);margin-left:12px;margin-top:-2px}.xml-splitline-eighth-library-pc,.xml-splitline-fifth-library-pc,.xml-splitline-seventh-library-pc,.xml-splitline-sixth-library-pc,.xml-splitline-tenth-library-pc{margin-top:0}.xml-splitline-fourth-library-pc .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-fifth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-library-pc .title-container .centerimg{width:30px;height:30px;border:1px solid var(--background-color);border-radius:50%;margin:0 10px;position:relative}.xml-splitline-fifth-library-pc .title-container .centerimg>div{width:15px;height:15px;border:1px solid var(--background-color);border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-library-pc .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-library-pc .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-library-pc .title-container .centerimg .block1{width:4px;height:15px;background-color:var(--background-color);border-radius:5px}.xml-splitline-sixth-library-pc .title-container .centerimg .block2{width:4px;height:25px;background-color:var(--background-color);border-radius:5px;margin-left:5px}.xml-splitline-sixth-library-pc .title-container .line1{width:73%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-pc .title-container .line2{width:15%;border-bottom:2px solid var(--background-color)}.xml-splitline-seventh-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-library-pc .title-container .centerimg{width:80%;height:20px;background-color:var(--background-color)}.xml-splitline-seventh-library-pc .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-library-pc .title-container .dotted>div{width:2px;height:100%;background-color:var(--background-color)}.xml-splitline-eighth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-library-pc .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-library-pc .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid var(--background-color)}.xml-splitline-eighth-library-pc .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid var(--background-color)}.xml-splitline-tenth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-library-pc .title-container>div{width:100%}.xml-splitline-tenth-library-pc .title-container .centerimg{width:100%;height:10px;background-color:var(--background-color)}.xml-splitline-tenth-library-pc .title-container .line{width:100;height:2px;background-color:var(--background-color);margin-top:3px}.xml-splitline-Greytheme2-library-pc,.xml-splitline-Greytheme3-library-pc,.xml-splitline-Greytheme5-library-pc,.xml-splitline-Yellowtheme3-library-pc,.xml-splitline-eleventh-library-pc,.xml-splitline-ninth-library-pc{margin-top:0}.xml-splitline-eleventh-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-library-pc .title-container>div{width:100%}.xml-splitline-eleventh-library-pc .title-container .centerimg{width:95%;height:5px;background-color:var(--background-color);margin-left:15px;border-radius:2px}.xml-splitline-eleventh-library-pc .title-container .line1{width:10%;height:4px;background-color:var(--background-color);border-radius:5px}.xml-splitline-eleventh-library-pc .title-container .line2{width:4px;height:10px;background-color:var(--background-color);margin-left:20px}.xml-splitline-ninth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-library-pc .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);position:relative}.xml-splitline-ninth-library-pc .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-library-pc .title-container .centerimg .line{width:350%;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:2px}.xml-splitline-Redtheme1-library-pc .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-library-pc .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme1-library-pc .title-container .linebox .left-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:45%;margin-right:10px}.xml-splitline-Redtheme1-library-pc .title-container .linebox .left-line .line{height:2px;background:var(--background-color);position:relative;margin-left:-4px}.xml-splitline-Redtheme1-library-pc .title-container .linebox .left-line .line::before{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:11px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-pc .title-container .linebox .left-line .line::after{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:20px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-pc .title-container .linebox .left-line .line .circle{width:5px;height:5px;background-color:var(--background-color);border-radius:50%;position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-splitline-Greytheme2-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-library-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-library-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-library-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-library-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-library-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-library-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-library-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-library-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-library-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .left-block-box>div:nth-child(odd),.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .right-block-box>div:nth-child(odd){margin-top:5px}.xml-splitline-Yellowtheme3-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .left-block-box{width:20px;height:10px;position:absolute;top:-2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .left-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .right-block-box{width:20px;height:10px;position:absolute;bottom:-5px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .right-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .line-con{width:100%;height:20%;border-bottom:2px dotted var(--background-color);position:relative}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .line-con::before{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;top:-2px}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .line-con::after{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;bottom:-8px}.xml-splitline-Bluetheme1-library-pc{margin-top:0}.xml-splitline-Bluetheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-library-pc .title-container .linebox{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:relative}.xml-splitline-Bluetheme1-library-pc .title-container .linebox::after{content:"";width:100%;height:2px;background-color:var(--background-color);position:absolute}.xml-splitline-Bluetheme1-library-pc .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;z-index:9;padding:0 5px}.xml-splitline-Bluetheme1-library-pc .title-container .linebox .iconbox .circle{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 2px}.xml-splitline-Bluetheme2-library-pc,.xml-splitline-Yellowtheme2-library-pc{margin-top:0}.xml-splitline-Bluetheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-library-pc .title-container .linebox{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.xml-splitline-Bluetheme2-library-pc .title-container .linebox>div{width:15px;height:10px;position:relative;background-color:#fff;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-splitline-Bluetheme2-library-pc .title-container .linebox>div::before{content:"";width:8px;height:8px;background-color:var(--background-color);border-radius:50%;position:absolute}.xml-splitline-Bluetheme2-library-pc .title-container .linebox::after{content:"";width:100%;border-top:4px dotted var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox .linebox-circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color)}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9;background:#fff;height:20px}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox .iconbox .circle{width:8px;height:8px;background-color:var(--background-color);border-radius:50%;margin:0 15px}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox .iconbox::after{content:"";width:100%;border-bottom:2px solid var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox::before{content:"";width:100%;height:3px;background-color:var(--background-color);position:absolute}.xml-splitline-Redtheme4-library-pc{margin-top:0}.xml-splitline-Redtheme4-library-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-pc .title-container .linebox{width:100%;height:100%}.xml-splitline-Redtheme4-library-pc .title-container .linebox .top-linecon{width:100%;height:2px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-pc .title-container .linebox .top-linecon::before{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-right:5%}.xml-splitline-Redtheme4-library-pc .title-container .linebox .top-linecon::after{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-left:5%}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon .left-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon .left-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-left:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon .line{width:30%;margin:0 5px 0 10px;background:var(--background-color)}.xml-splitline-Greytheme1-library-pc,.xml-splitline-Yellowtheme1-library-pc{margin-top:0}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon .right-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon .right-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-right:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Yellowtheme1-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox .left-block{width:10px;height:10px;background-color:var(--background-color)}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox .linecon{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox .linecon::before{content:"";width:95%;border-top:2px dotted var(--background-color);position:absolute;top:-3px;left:5px}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox .linecon::after{content:"";width:95%;border-bottom:2px dotted var(--background-color);position:absolute;bottom:-3px;left:5px}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox .right-icon{margin-left:-25px}.xml-splitline-Greytheme1-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-library-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-library-pc .title-container .linebox .left-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px}.xml-splitline-Greytheme1-library-pc .title-container .linebox .left-icon .block{width:11px;height:15px;background-color:var(--background-color)}.xml-splitline-Greytheme1-library-pc .title-container .linebox .left-icon .triangle{width:0;height:0;border:6px solid var(--background-color);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-top:2px}.xml-splitline-Greytheme1-library-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-library-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme4-library-pc{margin-top:0}.xml-splitline-Bluetheme4-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-pc .title-container .linebox{width:100%;height:100%}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .top-lineconbox{width:80%;height:3px;background-color:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .top-lineconbox::before{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;left:-8px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .top-lineconbox::after{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;right:-8px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox{border-top:1px solid var(--background-color);margin-top:2px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox::before{content:"";width:10px;height:10px;background:linear-gradient(45deg,#fff,#fff 50%,transparent 50%,transparent 100%);border-left:1px solid var(--background-color);border-bottom:1px solid var(--background-color);position:absolute;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-5px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox .linecon1{width:40%;border-top:1px solid var(--background-color);margin-top:2px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox .linecon2{width:40%;border-top:1px solid var(--background-color);margin-top:2px;position:relative}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox .linecon2::after{content:"";width:4px;height:2px;background:#fff;position:absolute;left:2px;top:-2px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox .bottom-block1{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);margin-top:1px;margin-left:10px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox .bottom-block2{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(-45deg);transform:skewX(-45deg);margin-top:1px;margin-left:12px}.xml-splitline-Twentytwo-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentytwo-library-pc .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentytwo-library-pc .centerimg::before{content:"";width:16px;height:16px;background-color:#fff;border:1px solid var(--background-color);position:absolute;top:-7px;left:47%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentytwo-library-pc .centerimg::after{content:"";width:17px;height:17px;background-color:var(--background-color);border:1px solid #fff;position:absolute;top:-7px;left:49%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentythree-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentythree-library-pc .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentythree-library-pc .centerimg::before{content:"";width:37px;height:6px;background-color:var(--background-color);border:1px solid var(--background-color);position:absolute;top:-2px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfour-library-pc .title-container{overflow:hidden}.xml-splitline-Twentyfour-library-pc .title-container>div{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:solid 1px var(--background-color)!important;position:relative}.xml-splitline-Twentyfour-library-pc .title-container .centerimg{width:26px;height:26px;background:#fff;border:1px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;bottom:5px;left:30px;padding:2px;z-index:99}.xml-splitline-Twentyfour-library-pc .title-container .centerimg>div{width:100%;height:100%;background-color:var(--background-color);z-index:99}.xml-splitline-Twentyfive-library-pc .title-container>div{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none!important;border-left:2px solid var(--background-color)!important;border-right:2px solid var(--background-color)!important;position:relative;padding:0 3px}.xml-splitline-Twentyfive-library-pc .title-container .left-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyfive-library-pc .title-container .left-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;left:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-pc .title-container .left-block-box{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Twentyfive-library-pc .title-container .left-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-pc .title-container .right-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyfive-library-pc .title-container .right-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;right:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-pc .title-container .right-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:3px}.xml-splitline-Twentyfive-library-pc .title-container .right-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg{width:calc(100% - 225px);height:100%;border-bottom:2px solid var(--background-color);position:absolute;left:50%;bottom:-2px;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfive-library-pc .title-container .centerimg>div:nth-child(1){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;left:-6px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg>div:nth-child(1)::after{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;right:0;top:-5px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg>div:nth-child(2){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;right:-6px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg>div:nth-child(2)::before{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;left:0;top:-5px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .left-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;left:-53px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .left-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-5px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .left-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;right:-10px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .right-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;right:-53px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .right-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;left:-7px;top:-7px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .right-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentysix-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentysix-library-pc .title-container .left-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid transparent;border-bottom:8px solid transparent;border-left:10px solid var(--background-color);margin-right:-12px}.xml-splitline-Twentysix-library-pc .title-container .centerimg{width:95%;height:2px;background:var(--background-color);text-align:center;line-height:2px}body p,pre{line-height:1.5}.xml-splitline-Twentysix-library-pc .title-container .centerimg>div{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;display:inline-block;margin-top:-7px;position:relative}.xml-splitline-Twentysix-library-pc .title-container .centerimg>div::before{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;bottom:-7px;left:-7px}.xml-splitline-Twentysix-library-pc .title-container .centerimg>div::after{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;top:-7px;right:-7px}.xml-splitline-Twentysix-library-pc .title-container .right-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid var(--background-color);border-bottom:8px solid transparent;border-left:10px solid transparent;margin-left:-12px}.xml-splitline-Twentyseven-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-Twentyseven-library-pc .title-container>div:nth-child(even){width:15px;height:5px;background-color:var(--background-color);margin:0 10px;border-radius:2px}.xml-splitline-Twentyseven-library-pc .title-container>div:nth-child(odd){width:35px;height:5px;background-color:var(--background-color);border-radius:2px}.xml-splitline-Twentyeight-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentyeight-library-pc .title-container .left-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-left:3px}.xml-splitline-Twentyeight-library-pc .title-container .left-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyeight-library-pc .title-container .left-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;right:-2px}.xml-splitline-Twentyeight-library-pc .title-container .centerimg{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;margin:0 4px}.xml-splitline-Twentyeight-library-pc .title-container .right-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-right:3px}.xml-splitline-Twentyeight-library-pc .title-container .right-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyeight-library-pc .title-container .right-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;left:-2px}.xml-splitline-Twentyeight-library-pc .title-container .side-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Twentyeight-library-pc .title-container .side-block-box .round{width:6px;height:6px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%}.xml-splitline-Twentyeight-library-pc .title-container .side-block-box .icon{width:8px;height:8px;position:relative;margin:0 3px}.xml-splitline-Twentyeight-library-pc .title-container .side-block-box .icon::before{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentyeight-library-pc .title-container .side-block-box .icon::after{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}body{font-size:16px;color:#333;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}body::after,body::before{content:"";display:table}[class*=van-hairline]::after,img+br{content:" "}a,a:focus,a:hover{color:#09f;text-decoration:none}blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #EEE}img+br{display:block;padding:4px 0}.tippy-arrow:before,.van-clearfix::after,.vjs-loading-spinner:after,.vjs-loading-spinner:before,body .float-clear:after{content:""}body p{margin:0}body sub,body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}body sub{bottom:-.5em}body sup{top:-.5em}body .float-clear img{margin:5px}body .magic-fillchar{display:inline-block;min-width:1px;max-width:1px}iframe{border:none}img{max-width:100%}img[data-word-image]{cursor:pointer}pre{margin:.5em 0;padding:2em 1em 1em;border-radius:4px;background:#f5f2f0;white-space:pre}pre::-webkit-scrollbar{height:5px;border-radius:4px;background-color:#b3b3b3}pre::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#000));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}pre::-webkit-scrollbar-track{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #b3b3b3;background-color:#b3b3b3}.video-js,.vjs-no-js{color:#fff;background-color:#000}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle}p+img{margin-top:8px}a.alertImg>img{width:1px!important;height:1px!important}body .span.magic-link{display:inline;text-indent:initial}video.edui-video-video>source{pointer-events:none}@counter-style num1{system:fixed;symbols:"1)" "2)" "3)" "4)" "5)" "6)" "7)" "8)" "9)" "10)" "11)" "12)" "13)" "14)" "15)" "16)" "17)" "18)" "19)" "20)";suffix:" "}@counter-style num2{system:fixed;symbols:"(1)" "(2)" "(3)" "(4)" "(5)" "(6)" "(7)" "(8)" "(9)" "(10)" "(11)" "(12)" "(13)" "(14)" "(15)" "(16)" "(17)" "(18)" "(19)" "(20)";suffix:" "}@counter-style cn{system:fixed;symbols:"一." "二." "三." "四." "五." "六." "七." "八." "九." "十." "十一." "十二." "十三." "十四." "十五." "十六." "十七." "十八." "十九." "二十.";suffix:" "}@counter-style cn1{system:fixed;symbols:"一)" "二)" "三)" "四)" "五)" "六)" "七)" "八)" "九)" "十)" "十一)" "十二)" "十三)" "十四)" "十五)" "十六)" "十七)" "十八)" "十九)" "二十)";suffix:" "}@counter-style cn2{system:fixed;symbols:"(一)" "(二)" "(三)" "(四)" "(五)" "(六)" "(七)" "(八)" "(九)" "(十)" "(十一)" "(十二)" "(十三)" "(十四)" "(十五)" "(十六)" "(十七)" "(十八)" "(十九)" "(二十)";suffix:" "}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYSy2hLaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4jC5t2/j+W2+MnCzM4DAtTC+5cg0OyNYnIOBCUQBAAceB90AeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzJRiV3RAAABjAAAAFZjbWFwOfT3xgAAAmgAAAMiZ2x5ZgMJ0sMAAAXQAAARCGhlYWQSy2hLAAAA4AAAADZoaGVhDgMHIQAAALwAAAAkaG10eOAAAAAAAAHkAAAAhGxvY2E9NEHGAAAFjAAAAERtYXhwATIAgQAAARgAAAAgbmFtZdXH9aAAABbYAAACCnBvc3RAAl/0AAAY5AAAAZ4AAQAABwAAAAAABwAAAP//BwEAAQAAAAAAAAAAAAAAAAAAACEAAQAAAAEAAFYfTwlfDzz1AAsHAAAAAADWVg6nAAAAANZWDqcAAAAABwEHAAAAAAgAAgAAAAAAAAABAAAAIQB1AAcAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEGygGQAAUAAARxBOYAAAD6BHEE5gAAA1wAVwHOAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQPEB8SAHAAAAAKEHAAAAAAAAAQAAAAAAAAAAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAUAAAADAAAALAAAAAQAAAGSAAEAAAAAAIwAAwABAAAALAADAAoAAAGSAAQAYAAAAAQABAABAADxIP//AADxAf//AAAAAQAEAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAGQAAAAAAAAACAAAPEBAADxAQAAAAEAAPECAADxAgAAAAIAAPEDAADxAwAAAAMAAPEEAADxBAAAAAQAAPEFAADxBQAAAAUAAPEGAADxBgAAAAYAAPEHAADxBwAAAAcAAPEIAADxCAAAAAgAAPEJAADxCQAAAAkAAPEKAADxCgAAAAoAAPELAADxCwAAAAsAAPEMAADxDAAAAAwAAPENAADxDQAAAA0AAPEOAADxDgAAAA4AAPEPAADxDwAAAA8AAPEQAADxEAAAABAAAPERAADxEQAAABEAAPESAADxEgAAABIAAPETAADxEwAAABMAAPEUAADxFAAAABQAAPEVAADxFQAAABUAAPEWAADxFgAAABYAAPEXAADxFwAAABcAAPEYAADxGAAAABgAAPEZAADxGQAAABkAAPEaAADxGgAAABoAAPEbAADxGwAAABsAAPEcAADxHAAAABwAAPEdAADxHQAAAB0AAPEeAADxHgAAAB4AAPEfAADxHwAAAB8AAPEgAADxIAAAACAAAAAAAAAADgBoAH4AzADgAQIBQgFsAZgBwgIYAlgCtALgAzADsAPeBDAElgTcBSQFZgWKBiAGZga0BuoHWAgSCFgIbgiEAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAbADQAAAkCEyIHDgEHBhAXHgEXFiA3PgE3NhAnLgEnJgMiJy4BJyY0Nz4BNzYyFx4BFxYUBw4BBwYC6wHA/kCVmIuGzjk7OznOhosBMIuGzjk7OznOhouYeW9rpi0vLy2ma2/yb2umLS8vLaZrbwIwAVABUAGbOznOhov+0IuGzjk7OznOhosBMIuGzjk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiEGIAAHABcAJwAqAAABNCcmJxUXNjcUBxc2NTQnLgEnFR4BFxYBBwEhESEBEQEGBxU2Nxc3AQcXBNA0MlW4A7spcU1FQ+6VbKovMfu0XwFh/p8BKwF1AT5QWZl6mV/9YJycA4BhUlAqpbgYGGNicZKknYyHvSKaIJNlaQIsX/6f/kD+iwH2/sI9G5ojZJhfBJacnAAAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYACAAOAAABNCcmJxE2NzYBESEBEQEFZTQyVFQyNPwQASsBdf6LA4BhUlAq/aYqUFIBQf5A/osEqv6LAAMAAAAABiAGDwAFAA4AIgAAExEhAREBBTQnJicRNjc2AxUeARcWFAcOAQcVPgE3NhAnLgHgASsBdf6LAsU0MlVVMjS7bKovMTEvqmyV7kNFRUPuBGD+QP6LBKr+i+BhUlAq/aYqUFIC8Jogk2Vp6GllkyCaIr2HjAE6jIe9AAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gATABcAAAEhIg4BFREUHgEzITI+ATURNC4BAyERIQVA/IApRCgoRCkDgClEKChEKfyAA4AF1ShEKfyAKUQoKEQpA4ApRCj76wOAAAYAAAAABmsGawAIAA0AFQAeACMALAAACQEmIyIHBgcBJS4BJwEFIQE2NzY1NAUBBgcGFRQXIQUeARcBMwEWMzI3NjcBAr4BZFJQhHt2YwESA44z7Z/+7gLl/dABel0zNfwS/t1dMzUPAjD95DPtnwESeP7dU0+Ee3Zj/u4D8AJoEy0rUf4nd6P6PP4nS/1zZn+Ej0tLAfhmf4SPS0pLo/o8Adn+CBMtK1EB2QAFAAAAAAZrBdYAEwAXABsAHwAjAAABISIOARURFB4BMyEyPgE1ETQuAQEhFSEBITUhBSE1ITUhNSEF1ftWKUUoKEUpBKopRSgoRfstASr+1gLq/RYC6gHA/tYBKv0WAuoF1ShEKfyAKUQoKEQpA4ApRCj9q5X+1ZWVlZaVAAAAAAMAAAAABiAF1gATACsAQwAAASEiDgEVERQeATMhMj4BNRE0LgEBIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFi/vqKEUoKEUoBBYoRSgoRf2CcJWVcCsf4B8sLB/gHysCC3CVlXAsH+AfKysf4B8sBdUoRCn8gClEKChEKQOAKUQo/fYl4CVKHywsHwEqHywsH0ol4CVKHywsHwEqHywsHwAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIQZsADEAAAEiBgcBNjQnAR4BMzI+ATQuASIOARUUFwEuASMiDgEUHgEzMjY3AQYVFB4BMj4BNC4BBUAqSx797AcHAg8eTys9Zzw8Z3pnPAf98R5PKz1nPDxnPStPHgIUBjtkdmQ7O2QCTx4cATcbMhsBNB0gPGd6Zzw8Zz0ZG/7NHCA8Z3pnPCAc/soZGDtkOjpkdmQ7AAAAAAIAAAAABlkGawBDAFAAAAE2NCc3PgEnAy4BDwEmLwEuASMhIgYPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEzITI2PwE2NxcWNjcTNiYnBSIuATQ+ATIeARQOAQWrBQWeCgYHlgcaDLo8QhwDFQ7+1g4VAhxEOroNGgeVBwULnQUFnQsFB5UHGg26O0McAhUOASoOFQIcRDq6DRoHlQcFC/04R3hGRniOeEZGeAM3Kj4qewkbDAEDDAkFSy4bxg4SEg7GHC1LBQkM/v0MGwl7Kj4qewkbDP79DAkFSy4bxg4SEg7GHC1LBQkMAQMMGwlBRniOeEZGeI54RgABAAAAAAZrBmsAGAAAExQXHgEXFiA3PgE3NhAnLgEnJiAHDgEHBpU7Oc6GiwEwi4bOOTs7Oc6Gi/7Qi4bOOTsDgJiLhs45Ozs5zoaLATCLhs45Ozs5zoaLAAAAAAIAAAAABmsGawAYADEAAAEiBw4BBwYQFx4BFxYgNz4BNzYQJy4BJyYDIicuAScmNDc+ATc2MhceARcWFAcOAQcGA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi5h5b2umLS8vLaZrb/Jva6YtLy8tpmtvBms7Oc6Gi/7Qi4bOOTs7Oc6GiwEwi4bOOTv6wC8tpmtv8m9rpi0vLy2ma2/yb2umLS8AAwAAAAAGawZrABgAMQA+AAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmAyInLgEnJjQ3PgE3NjIXHgEXFhQHDgEHBhMUDgEiLgE0PgEyHgEDgJiKhs85Ozs5z4aKATCKhs85Ozs5z4aKmHlva6YtLy8tpmtv8m9rpi0vLy2ma29nPGd6Zzw8Z3pnPAZrOznPhor+0IqGzzk7OznPhooBMIqGzzk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAlU9Zzw8Z3pnPDxnAAAABAAAAAAGIAYhABMAHwApAC0AAAEhIg4BFREUHgEzITI+ATURNC4BASM1IxUjETMVMzU7ASEyFhURFAYjITczNSMFi/vqKEUoKEUoBBYoRSgoRf2CcJVwcJVwlgEqHywsH/7WcJWVBiAoRSj76ihFKChFKAQWKEUo/ICVlQHAu7ssH/7WHyxw4AAAAAACAAAAAAZrBmsAGAAkAAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmEwcJAScJATcJARcBA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi91p/vT+9GkBC/71aQEMAQxp/vUGazs5zoaL/tCLhs45Ozs5zoaLATCLhs45O/wJaQEL/vVpAQwBDGn+9QELaf70AAABAAAAAAXWBrYAJwAAAREJAREyFxYXFhQHBgcGIicmJyY1IxQXHgEXFjI3PgE3NjQnLgEnJgOA/osBdXpoZjs9PTtmaPRoZjs9lS8tpWtv9G9rpS0vLy2la28FiwEq/ov+iwEqPTtmaPNpZTw9PTxlaXl5b2umLS8vLaZrb/Nva6UuLwABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcBBM8AFwAhADgATwBmAHEAdAAAAREzNhcWFxYXFhcWBw4BBwYHBicmLwEmNxY2NzYuAQcRFAUWNzY/ATY3NjU2JyMGFxYfARYXFhcUFxY3Nj8BNjc2NzYnIwYXFh8BFhcWFRYXFjc2PwE2NzY3NicjBhcWHwEWFxYVFgUzPwEVMxEjBgsBARUnAxwcaC5MND0sTSsvCgdVREdTNWg1KgECq1JrCQcwYkABfhoSCxAKJBQXAX4dAQMCBgMnFxsBJBoSCxAKJBQWAQF+HgEEAgUEJxcbASMZEwsQCiQUFgEBfh4BBAIFBCcXGwH5Q+5B4arNDfHvAhaOAckC/QIBAwwPHzdcZXlZmC8xCAQBAQIDBMIDVkxCZDQF/pUHwgcTCyAUQEdPU8etCAgFCQZHTFxbwLoHEwsgFEBHT1PHrQgIBQkGR0xcW8C6BxMLIBRAR09Tx60ICAUJBkdMXFvAwGQBZQMMFf6D/oYB/fkBAAABAAAAAAYhBrYALAAAASIHDgEHBhURFB4BOwERITU0Nz4BNzYyFx4BFxYdASERMzI+ATURNCcuAScmA4CJfXi6MzU8Zz3g/tUpKJFeYdRhXpEoKf7V4D1nPDUzunh9BrU0M7t4fYn99j1nPAJVlWthXpAoKSkokF5ha5X9qzxnPQIKiX14uzM0AAAAAAIAAAAABUAFQAACAAYAAAkCIREzEQHAAnv9hQLrlQHAAcABwPyAA4AAAAAAAgAAAAAFQAVAAAMABgAAATMRIwkBEQHAlZUBBQJ7BUD8gAHA/kADgAAAAAAAABAAxgABAAAAAAABAAcAAAABAAAAAAACAAcABwABAAAAAAADAAcADgABAAAAAAAEAAcAFQABAAAAAAAFAAsAHAABAAAAAAAGAAcAJwABAAAAAAAKACsALgABAAAAAAALABMAWQADAAEECQABAA4AbAADAAEECQACAA4AegADAAEECQADAA4AiAADAAEECQAEAA4AlgADAAEECQAFABYApAADAAEECQAGAA4AugADAAEECQAKAFYAyAADAAEECQALACYBHlZpZGVvSlNSZWd1bGFyVmlkZW9KU1ZpZGVvSlNWZXJzaW9uIDEuMFZpZGVvSlNHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBWAGkAZABlAG8ASgBTAFIAZQBnAHUAbABhAHIAVgBpAGQAZQBvAEoAUwBWAGkAZABlAG8ASgBTAFYAZQByAHMAaQBvAG4AIAAxAC4AMABWAGkAZABlAG8ASgBTAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.video-js{display:block;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js .vjs-tech,.video-js.vjs-fill{width:100%;height:100%}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{-webkit-box-sizing:inherit;box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js .vjs-time-tooltip,.vjs-error .vjs-error-display:before,.vjs-menu .vjs-menu-content,.vjs-no-js{font-family:Arial,Helvetica,sans-serif}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js .vjs-tech{position:absolute;top:0;left:0}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;font-size:18px;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;-webkit-transition:all .4s;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;-webkit-transition:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),to(rgba(255,255,255,0)));background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto;-webkit-box-sizing:content-box;box-sizing:content-box}.video-js .vjs-modal-dialog>*{-webkit-box-sizing:border-box;box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;overflow:auto;-webkit-box-sizing:content-box;box-sizing:content-box}.vjs-menu .vjs-menu-content>*{-webkit-box-sizing:border-box;box-sizing:border-box}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;top:0;padding:0;margin:0;-webkit-transition:all .4s;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-ms-flex:none;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:4em;-ms-touch-action:none;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{-webkit-box-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:#fff;background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:none;-ms-flex:none;flex:none;padding-left:2em;padding-right:2em;padding-bottom:3em}.vjs-poster,.vjs-poster img{padding:0;vertical-align:middle}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.video-js .vjs-volume-panel{-webkit-transition:width 1s;transition:width 1s;display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:9em;-webkit-transition:width .1s;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3.5em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster img{display:block;margin:0 auto;max-height:100%;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider,.vjs-loading-spinner,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration,.vjs-time-divider{display:none}.video-js .vjs-time-control{-webkit-box-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control{width:0!important;white-space:nowrap}.vjs-time-divider{line-height:3em}.video-js .vjs-play-control .vjs-icon-placeholder{cursor:pointer;-webkit-box-flex:none;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-ms-flex:none;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);-webkit-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:0s linear .3s forwards vjs-spinner-show;animation:0s linear .3s forwards vjs-spinner-show}.vjs-loading-spinner:after,.vjs-loading-spinner:before{position:absolute;margin:-6px;-webkit-box-sizing:inherit;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:#fff transparent transparent}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%,100%,20%,60%{border-top-color:#73859f}35%{border-top-color:#fff}}@-webkit-keyframes vjs-spinner-fade{0%,100%,20%,60%{border-top-color:#73859f}35%{border-top-color:#fff}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f11d";font-size:1.5em;line-height:inherit}.vjs-custom-skin>.video-js,.vjs-custom-skin>.video-js .vjs-menu li{font-family:"PingFang SC","Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft YaHei","微软雅黑",sans-serif}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-ms-flex:auto;flex:auto;display:block}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto}.vjs-text-track-settings .vjs-track-settings-colors{display:block;grid-column:1;grid-row:1}.vjs-text-track-settings .vjs-track-settings-font{grid-column:2;grid-row:1}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:2;grid-row:2}}.vjs-track-setting>select{margin-right:5px}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(88%,#fff),to(#73859f));background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.js-focus-visible .video-js :focus:not(.focus-visible),.tippy-box,.video-js :focus:not(:focus-visible),[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus{outline:0}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(88%,#fff),to(#73859f));background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}@media \0 screen{.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:hidden}}@media (max-width:480px){.video-js .vjs-volume-panel .vjs-volume-control{display:none}}.vjs-custom-skin>.video-js .vjs-controls-disabled .vjs-big-play-button,.vjs-custom-skin>.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button{display:none!important}.vjs-custom-skin>.video-js{width:100%}.video-js.vjs-no-flex .vjs-menu-button-inline,.vjs-custom-skin>.video-js .vjs-menu-button-inline.vjs-slider-active,.vjs-custom-skin>.video-js .vjs-menu-button-inline:focus,.vjs-custom-skin>.video-js .vjs-menu-button-inline:hover{width:10em}.vjs-custom-skin>.video-js .vjs-control{width:3em}.vjs-custom-skin>.video-js .vjs-control.vjs-live-control{width:auto;padding-left:.5em;letter-spacing:.1em}.vjs-custom-skin>.video-js .vjs-menu-button-inline:before{width:1.5em}.vjs-menu-button-inline .vjs-menu{left:3em}.video-js.vjs-ended .vjs-loading-spinner{display:none}.video-js.vjs-ended .vjs-big-play-button{display:block!important}.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.vjs-custom-skin>.video-js .vjs-big-play-button{display:block}.vjs-custom-skin>.video-js .vjs-big-play-button{top:50%;left:50%;margin-left:-1.5em;background-color:rgba(0,0,0,.45);font-size:3.5em;height:2em!important;line-height:2em!important;margin-top:-1em!important}.video-js:hover .vjs-big-play-button,.vjs-custom-skin>.video-js .vjs-big-play-button:active,.vjs-custom-skin>.video-js .vjs-big-play-button:focus{background-color:rgba(36,131,213,.9)}.vjs-custom-skin>.video-js .vjs-loading-spinner{border-color:rgba(36,131,213,.8)}.vjs-custom-skin>.video-js .vjs-control-bar2{background-color:#000}.vjs-custom-skin>.video-js .vjs-control-bar{color:#fff;font-size:14px}.vjs-custom-skin>.video-js .vjs-play-progress,.vjs-custom-skin>.video-js .vjs-volume-level{background-color:#2483d5}.vjs-custom-skin>.video-js .vjs-play-progress:before{top:-.3em}.vjs-custom-skin>.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.3em}.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:0}.vjs-custom-skin>.video-js .vjs-menu li{padding:0;line-height:2em;font-size:1.1em}.vjs-custom-skin>.video-js .vjs-mouse-display:after,.vjs-custom-skin>.video-js .vjs-play-progress:after,.vjs-custom-skin>.video-js .vjs-time-tooltip{border-radius:0;font-size:1em;padding:0;width:3em;height:1.5em;line-height:1.5em;top:-3em;min-width:4em}.vjs-custom-skin>.video-js .vjs-menu-button-popup .vjs-menu{width:5em;left:-1em}.vjs-custom-skin>.video-js .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:0}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-play-control{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-time-control{padding:0;margin:0 .1em;text-align:center;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value{font-size:1.2em;line-height:2.4}.vjs-custom-skin>.video-js .vjs-progress-control.vjs-control{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-volume-menu-button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-resolution-button{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-resolution-button .vjs-resolution-button-label{display:block;line-height:3em}.van-multi-ellipsis--l2,.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-playback-rate{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-fullscreen-control{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;-webkit-transition-property:visibility,opacity,-webkit-transform;transition-property:visibility,opacity,-webkit-transform;transition-property:transform,visibility,opacity;transition-property:transform,visibility,opacity,-webkit-transform}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;-webkit-transform-origin:center top;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;-webkit-transform-origin:center bottom;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;-webkit-transform-origin:center left;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;-webkit-transform-origin:center right;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{-webkit-transition-timing-function:cubic-bezier(.54,1.5,.38,1.11);transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;-webkit-box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{-webkit-transform:translateX(-10px);transform:translateX(-10px)}html{-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC",miui,"Hiragino Sans GB","Microsoft Yahei",sans-serif}a{text-decoration:none}button,input,textarea{color:inherit;font:inherit}ol,ul{margin:0;padding:0;list-style:none}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{-webkit-line-clamp:2}.van-multi-ellipsis--l3{-webkit-line-clamp:3}.van-clearfix::after{display:table;clear:both}[class*=van-hairline]::after{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid #ebedf0;-webkit-transform:scale(.5);transform:scale(.5)}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--top::after{border-top-width:1px}.van-hairline--left::after{border-left-width:1px}.van-hairline--right::after{border-right-width:1px}.van-hairline--bottom::after{border-bottom-width:1px}.van-hairline--top-bottom::after,.van-hairline-unset--top-bottom::after{border-width:1px 0}.van-hairline--surround::after{border-width:1px}@-webkit-keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-fade-in{from{opacity:0}to{opacity:1}}@keyframes van-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes van-fade-out{from{opacity:1}to{opacity:0}}@keyframes van-fade-out{from{opacity:1}to{opacity:0}}@-webkit-keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.van-fade-enter-active{-webkit-animation:.3s van-fade-in both ease-out;animation:.3s van-fade-in both ease-out}.van-fade-leave-active{-webkit-animation:.3s van-fade-out both ease-in;animation:.3s van-fade-out both ease-in}.van-slide-up-enter-active{-webkit-animation:van-slide-up-enter .3s both ease-out;animation:van-slide-up-enter .3s both ease-out}.van-slide-up-leave-active{-webkit-animation:van-slide-up-leave .3s both ease-in;animation:van-slide-up-leave .3s both ease-in}.van-slide-down-enter-active{-webkit-animation:van-slide-down-enter .3s both ease-out;animation:van-slide-down-enter .3s both ease-out}.van-slide-down-leave-active{-webkit-animation:van-slide-down-leave .3s both ease-in;animation:van-slide-down-leave .3s both ease-in}.van-slide-left-enter-active{-webkit-animation:van-slide-left-enter .3s both ease-out;animation:van-slide-left-enter .3s both ease-out}.van-slide-left-leave-active{-webkit-animation:van-slide-left-leave .3s both ease-in;animation:van-slide-left-leave .3s both ease-in}.van-slide-right-enter-active{-webkit-animation:van-slide-right-enter .3s both ease-out;animation:van-slide-right-enter .3s both ease-out}.van-slide-right-leave-active{-webkit-animation:van-slide-right-leave .3s both ease-in;animation:van-slide-right-leave .3s both ease-in}.van-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.van-info,.van-info--dot{background-color:#ee0a24}.van-info{position:absolute;top:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;border:1px solid #fff;border-radius:16px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-popup--bottom,.van-popup--safe-area-inset-bottom{padding-bottom:env(safe-area-inset-bottom)}.van-info--dot{width:8px;min-width:0;height:8px;border-radius:100%}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--center.van-popup--round{border-radius:16px}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 16px 16px}.van-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:16px 0 0 16px}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:16px 16px 0 0}.van-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 16px 16px 0}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-popup-slide-top-enter,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.van-popup-slide-left-enter,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-popup__close-icon:active{color:#969799}.van-popup__close-icon--top-left{top:16px;left:16px}.van-popup__close-icon--top-right{top:16px;right:16px}.van-popup__close-icon--bottom-left{bottom:16px;left:16px}.van-popup__close-icon--bottom-right{right:16px;bottom:16px} \ No newline at end of file +@charset "UTF-8";.heimgfont,[class*=" dl-icon-"],[class^=dl-icon-]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal}:root{--dl-color-primary-rgb:64,158,255;--dl-color-success-rgb:60,197,140;--dl-color-warning-rgb:255,153,0;--dl-color-danger-rgb:255,75,56;--dl-color-error-rgb:255,75,56;--dl-color-info-rgb:144,147,153;--dl-font-size-extra-large:20px;--dl-font-size-large:18px;--dl-font-size-medium:16px;--dl-font-size-base:14px;--dl-font-size-small:13px;--dl-font-size-extra-small:12px;--dl-font-family:'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','微软雅黑',Arial,sans-serif;--dl-font-weight:400;--dl-font-weight-primary:600;--dl-font-line-height-primary:24px;--dl-index-normal:1;--dl-index-top:1000;--dl-index-popper:2000;--dl-border-radius-base:4px;--dl-border-radius-small:2px;--dl-border-radius-round:20px;--dl-border-radius-circle:100%;--dl-transition-duration:0.3s;--dl-transition-duration-fast:0.2s;--dl-transition-function-ease-in-out-bezier:cubic-bezier(0.645, 0.045, 0.355, 1);--dl-transition-function-fast-bezier:cubic-bezier(0.23, 1, 0.32, 1);--dl-transition-all:all var(--dl-transition-duration) var(--dl-transition-function-ease-in-out-bezier);--dl-transition-fade:opacity var(--dl-transition-duration) var(--dl-transition-function-fast-bezier);--dl-transition-md-fade:transform var(--dl-transition-duration) var(--dl-transition-function-fast-bezier),opacity var(--dl-transition-duration) var(--dl-transition-function-fast-bezier);--dl-transition-fade-linear:opacity var(--dl-transition-duration-fast) linear;--dl-transition-border:border-color var(--dl-transition-duration-fast) var(--dl-transition-function-ease-in-out-bezier);--dl-transition-box-shadow:box-shadow var(--dl-transition-duration-fast) var(--dl-transition-function-ease-in-out-bezier);--dl-transition-color:color var(--dl-transition-duration-fast) var(--dl-transition-function-ease-in-out-bezier);--dl-component-size-large:50px;--dl-component-size:40px;--dl-component-size-small:32px;color-scheme:light;--dl-color-white:#ffffff;--dl-color-black:#000000;--dl-color-primary:#409eff;--dl-color-primary-light-3:#79bbff;--dl-color-primary-light-5:#a0cfff;--dl-color-primary-light-7:#c6e2ff;--dl-color-primary-light-8:#d9ecff;--dl-color-primary-light-9:#ecf5ff;--dl-color-primary-dark-2:#337ecc;--dl-color-success:#3CC58C;--dl-color-success-light-3:#77d6af;--dl-color-success-light-5:#9ee2c6;--dl-color-success-light-7:#c5eedd;--dl-color-success-light-8:#d8f3e8;--dl-color-success-light-9:#ecf9f4;--dl-color-success-dark-2:#309e70;--dl-color-warning:#FF9900;--dl-color-warning-light-3:#ffb84d;--dl-color-warning-light-5:#ffcc80;--dl-color-warning-light-7:#ffe0b3;--dl-color-warning-light-8:#ffebcc;--dl-color-warning-light-9:#fff5e6;--dl-color-warning-dark-2:#cc7a00;--dl-color-danger:#FF4B38;--dl-color-danger-light-3:#ff8174;--dl-color-danger-light-5:#ffa59c;--dl-color-danger-light-7:#ffc9c3;--dl-color-danger-light-8:#ffdbd7;--dl-color-danger-light-9:#ffedeb;--dl-color-danger-dark-2:#cc3c2d;--dl-color-error:#FF4B38;--dl-color-error-light-3:#ff8174;--dl-color-error-light-5:#ffa59c;--dl-color-error-light-7:#ffc9c3;--dl-color-error-light-8:#ffdbd7;--dl-color-error-light-9:#ffedeb;--dl-color-error-dark-2:#cc3c2d;--dl-color-info:#909399;--dl-color-info-light-3:#b1b3b8;--dl-color-info-light-5:#c8c9cc;--dl-color-info-light-7:#dedfe0;--dl-color-info-light-8:#e9e9eb;--dl-color-info-light-9:#f4f4f5;--dl-color-info-dark-2:#73767a;--dl-bg-color:#ffffff;--dl-bg-color-page:#f2f3f5;--dl-bg-color-overlay:#ffffff;--dl-bg-color-input:#ccc;--dl-bg-color-light:#f5f5f5;--dl-bg-color-extra-light:#eee;--dl-bg-color-blank:#ffffff;--dl-bg-color-table:#f8f8f8;--dl-text-color-primary:#333;--dl-text-color-regular:#666;--dl-text-color-secondary:#999;--dl-text-color-placeholder:#999;--dl-text-color-disabled:#999;--dl-border-color:#ccc;--dl-border-color-input:#ccc;--dl-border-color-light:#f5f5f5;--dl-border-color-extra-light:#eee;--dl-fill-color-input:#ccc;--dl-fill-color-light:#f5f5f5;--dl-fill-color-extra-light:#eee;--dl-fill-color-blank:#ffffff;--dl-box-shadow:0px 12px 32px 4px rgba(0, 0, 0, 0.04),0px 8px 20px rgba(0, 0, 0, 0.08);--dl-box-shadow-light:0px 0px 12px rgba(0, 0, 0, 0.12);--dl-box-shadow-lighter:0px 0px 6px rgba(0, 0, 0, 0.12);--dl-box-shadow-dark:0px 16px 48px 16px rgba(0, 0, 0, 0.08),0px 12px 32px rgba(0, 0, 0, 0.12),0px 8px 16px -8px rgba(0, 0, 0, 0.16);--dl-disabled-text-color:var(--dl-text-color-disabled);--dl-disabled-bg-color:var(--dl-bg-color-light);--dl-disabled-border-color:var(--dl-border-color-input);--dl-disabled-icon-color:var(--dl-border-color-input);--dl-overlay-color:rgba(0, 0, 0, 0.8);--dl-overlay-color-light:rgba(0, 0, 0, 0.7);--dl-overlay-color-lighter:rgba(0, 0, 0, 0.5);--dl-mask-color:rgba(255, 255, 255, 0.9);--dl-mask-color-extra-light:rgba(255, 255, 255, 0.3);--dl-border-width:1px;--dl-border-style:solid;--dl-border-color-hover:var(--dl-text-color-disabled);--dl-border:var(--dl-border-width) var(--dl-border-style) var(--dl-border-color);--dl-svg-monochrome-grey:var(--dl-border-color);--dl-button-font-color-primary:#ffffff;--dl-button-bg-color-primary:#409eff;--dl-button-hover-font-color-primary:#ffffff;--dl-button-hover-bg-color-primary:#79bbff;--dl-button-active-font-color-primary:#ffffff;--dl-button-active-bg-color-primary:#337ecc;--dl-button-disabled-font-color-primary:#ffffff;--dl-button-disabled-border-color-primary:#a0cfff;--dl-button-disabled-bg-color-primary:#a0cfff;--dl-button-font-color-primary-plain:#409eff;--dl-button-bg-color-primary-plain:#c6e2ff;--dl-button-hover-font-color-primary-plain:#409eff;--dl-button-hover-bg-color-primary-plain:#d9ecff;--dl-button-active-font-color-primary-plain:#409eff;--dl-button-active-bg-color-primary-plain:#c6e2ff;--dl-button-disabled-font-color-primary-plain:#a0cfff;--dl-button-disabled-bg-color-primary-plain:#ecf5ff;--dl-button-disabled-font-color-primary-ghost:#a0cfff;--dl-button-disabled-border-color-primary-ghost:#a0cfff}@font-face{font-family:douluo-icons;src:url(./fonts/iconfont.woff?t=1662431203509) format("woff"),url(./fonts/iconfont.ttf?t=1662431203509) format("truetype")}@font-face{font-family:heimgfont;src:url(./fonts/iconfont/iconfont.woff2?t=1635390861127) format("woff2"),url(./fonts/iconfont/iconfont.woff?t=1635390861127) format("woff"),url(./fonts/iconfont/iconfont.ttf?t=1635390861127) format("truetype")}@font-face{font-family:"宋体";src:url(https://cmp-public-resource.oss-cn-beijing.aliyuncs.com/font/Source_Han_Serif_SC_Light.otf) format("woff2"),url(./fonts/simsun.woff2?t=1662431203509) format("woff2")}@font-face{font-family:"黑体";src:url(https://cmp-public-resource.oss-cn-beijing.aliyuncs.com/font/SourceHanSansSC-VF.otf.woff2) format("woff2"),url(./fonts/simhei.woff2?t=1662431203510) format("woff2")}@font-face{font-family:"楷体";src:url(https://cmp-public-resource.oss-cn-beijing.aliyuncs.com/font/LXGWWenKaiGBScreen.woff2) format("woff2"),url(./fonts/simkai.woff2?t=1662431203511) format("woff2")}[class*=" dl-icon-"],[class^=dl-icon-]{font-family:douluo-icons!important;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block}.dl-icon-add:before{content:"\e608"}.dl-icon-close:before{content:"\e607"}.dl-icon-warning:before{content:"\e606"}.dl-icon-info:before{content:"\e675"}.dl-icon-lock:before{content:"\e604"}.dl-icon-check:before{content:"\e663"}.dl-icon-success:before{content:"\e603"}.dl-icon-error:before{content:"\e601"}.dl-icon-help:before{content:"\e662"}.dl-icon-reflesh:before{content:"\e628"}.dl-icon-setting:before{content:"\e639"}.dl-icon-pass:before{content:"\e65a"}.dl-icon-delete:before{content:"\e605"}.dl-icon-star:before{content:"\e617"}.dl-icon-yanjing:before{content:"\e61a"}.dl-icon-right:before{content:"\e621"}.dl-icon-left:before{content:"\e622"}.dl-icon-review:before{content:"\e674"}.heimgfont{font-family:heimgfont!important;font-size:16px}.heimg-iconguanbi1:before{content:"\e608"}.heimg-iconiconfontzhizuobiaozhun023146:before{content:"\e694"}.heimg-iconhelp:before{content:"\e626"}.heimg-iconjiazaizhong:before{content:"\e6b1"}.heimg-icontupianjiazaishibai:before{content:"\ec0d"}.heimg-iconicon_arrow_right:before{content:"\e60d"}.heimg-iconjiantouzuo:before{content:"\e620"}.heimg-iconxuanzhuan:before{content:"\e66f"}.heimg-iconxuanzhuan1:before{content:"\e670"}.heimg-iconyuanshibili:before{content:"\e86b"}.heimg-iconfangda:before{content:"\e65d"}.heimg-iconsuoxiao:before{content:"\e65e"}.heimg-iconquanping:before{content:"\e698"}.heimg-iconguanbi:before{content:"\e764"}.ouchn-container{background:#f3f3f4}.ouchn-container .ouchn-box{width:100%;background:#fff;border-radius:6px;margin:0 0 8px;padding:8px 16px}.ouchn-container .ouchn-box .ouchn-desc,.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .resources-img{margin:0 5px}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container .el-descriptions-item__label{width:140px;min-width:140px;overflow:hidden;white-space:nowrap}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container .el-descriptions-item__content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__label{font-size:14px;font-weight:400;color:#666;line-height:26px;min-width:120px;text-align:right}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__content{font-size:14px;font-family:PingFang SC;font-weight:400;color:#333;line-height:26px}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__cell{padding-bottom:27px}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .resources-text{font-size:14px;font-family:PingFang SC;font-weight:700;color:#333;line-height:26px}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .pt-img{width:20px;height:20px}.ouchn-container .ouchn-box .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#4994fb;color:#fff}.ouchn-container .ouchn-box .el-upload__tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999}.ouchn-container .ouchn-box .el-divider--horizontal{margin:5px 0 18px;background:rgba(220,223,230,.2784313725)}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper{background:#f2f2f2;border-radius:6px}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper table .el-table__cell{padding:6px 0}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper .el-table--medium.el-table__cell{padding:0}.ouchn-container .ouchn-box .ouchn-search-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-filter-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:0}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form{display:grid;row-gap:15px;grid-template-columns:1fr 1fr 1fr 1fr;justify-items:start;width:90%;margin-right:20px}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .left-label label{text-align:left}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:0}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__label{overflow:hidden;white-space:nowrap;font-size:14px;padding:0 10px 0 0;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content{height:30px;line-height:30px}@media (min-width:1600px){.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content{min-width:234px}}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-date-editor.el-input,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-input,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-select{width:100%!important}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-icon-arrow-up:before{content:"\e78f";position:absolute;width:100%;height:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .vue-treeselect__control{display:inherit}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .vue-treeselect__control .vue-treeselect__value-container{font-size:12px}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control{height:30px!important}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control .vue-treeselect__placeholder,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control .vue-treeselect__single-value{line-height:30px!important}.ouchn-container .ouchn-box .ouchn-breadcrumb{display:inline-block;padding:6px 0;font-size:10px;line-height:20px!important;margin-left:0!important}.ouchn-container .ouchn-box .ouchn-box-pannel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ouchn-container .ouchn-box .ouchn-box-pannel .ouchn-box-tabs .el-tabs__header{margin:0}.ouchn-container .ouchn-box .ouchn-box-pannel .ouchn-box-tabs .el-tabs__header .el-tabs__nav-wrap::after{background-color:#fff}.ouchn-container .ouchn-box .ouchn-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img{font-size:16px;font-weight:400;color:#333;line-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title-no-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title-no-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title-no-img>span{margin:0 8px 0 0}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title:before,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title:before,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title:before{content:"";display:block;width:4px;height:20px;overflow:visible;background:#0070c1;margin-right:8px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-img{margin-bottom:5px;width:13px;height:20px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-after-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-after-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-after-img{width:20px;height:20px;margin-right:8px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-right-txt{font-size:14px;font-weight:400;color:#0070c1}.ouchn-container .ouchn-box .ouchn-search-container{background:#fff;border-radius:6px;padding:8px 0}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-title{font-size:18px;font-weight:400;color:#333;margin-bottom:20px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 16px 8px 0}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-label{font-size:14px;color:#333;font-weight:400}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-wrapper{width:200px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-wrapper-date{width:230px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-buttons{width:160px;text-align:right;margin-bottom:0}.ouchn-container .ouchn-box .ouchn-box-pagination{margin-top:20px;text-align:right}.ouchn-container .parent-group{position:relative;padding:var(--book-padding,6px) 15px}.ouchn-container .parent-group+.parent-group{margin-top:var(--book-marginTop,0)}.ouchn-container .parent-group .xml-group-type-text{width:84px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute!important;left:-88px;top:15px;z-index:3;background:#fff;font-size:14px;font-family:PingFang SC;font-weight:400;color:#333;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ouchn-container .parent-group ::-webkit-scrollbar{height:6px;border-radius:4px;background-color:#b3b3b3}.ouchn-container .parent-group ::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#000));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.ouchn-container .parent-group ::-webkit-scrollbar-track{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #b3b3b3;background-color:#b3b3b3}.ouchn-container .el-tree .custom-tree-node{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .el-tree .custom-tree-node span{font-size:14px;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .el-tree .el-tree-node__content{padding:5px 16px 5px 0;border-radius:6px;min-height:32px;margin-bottom:6px}.ouchn-container .el-tree .el-tree-node.is-current>.el-tree-node__content{background:#e1eeff}.ouchn-container .el-tree .el-tree-node.is-current>.el-tree-node__content .custom-tree-node span{font-size:14px;font-family:PingFang SC;font-weight:400;color:#4994fb}.ouchn-container .el-tag-success{color:#fff;background-color:#24c72f;border-color:#24c72f}.ouchn-container .el-tag-error{background-color:#f75858;border-color:#f75858;color:#fff}.ouchn-container .el-tag-warning{color:#fff;background-color:#ffa93a;border-color:#ffa93a}.ouchn-container .el-button-primary{color:#fff;background-color:#249fc7;border-color:#249fc7}.ouchn-container .el-tag-primary{color:#fff;background:#418eed;border-color:#418eed}.ouchn-container ::-webkit-scrollbar{width:4px;height:6px;border-radius:6px;background-color:#f5f5f5}.ouchn-container ::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:6px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#b3b3b3));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.ouchn-container ::-webkit-scrollbar-track{border-radius:6px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.ouchn-container .line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container .demo-commodit-container{background:#fff;border-radius:6px;padding:0;margin-top:20px}.ouchn-container .demo-commodit-container .demo-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ouchn-container .demo-commodit-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:40px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,280px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container .demo-commodit-box{grid-template-columns:repeat(4,280px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card{height:404px;width:282px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-checkbox{position:absolute;left:10px;top:10px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-status{position:absolute;right:0;z-index:1;font-size:14px;font-weight:400;color:#fff;line-height:40px;width:80px;height:30px;background:#4994fb;border-radius:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:280px;width:280px;background:#f9fcff}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox .demo-card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box{padding:11px 10px 0}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-title{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;height:40px;line-height:24px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-title a{overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:11px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .resources-text{font-size:14px;font-weight:400;color:#999;cursor:default}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .resources-img{margin:0 5px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .pt-img{width:20px;height:20px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-type{width:80px;padding:5px;background:#418eed;border-radius:6px;text-align:center;margin-top:10px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-type span{height:14px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fff}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-text{width:128px;border-radius:6px;margin-top:5px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-text span{height:14px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#999;cursor:default}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card-checked{outline:#418eed solid 3px;border-radius:6px}.ouchn-container .demo-commodit-container .demo-pagination{margin-top:20px;text-align:right}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:24px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,294px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box{grid-template-columns:repeat(4,294px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box .demo-commodit-card,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box .demo-commodit-card{height:344px;width:294px}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:220px;width:294px;background:#f9fcff}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:36px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,300px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box{grid-template-columns:repeat(4,300px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box .demo-commodit-card{height:424px;width:300px}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:300px;width:300px;background:#f9fcff}.ouchn-container .el-dialog__wrapper.resource-preview,.xml-image-duo-tu{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box{grid-column-gap:40px}.ouchn-container .el-dialog__wrapper.resource-preview{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.9;background:#000}.ouchn-container .el-dialog__wrapper.resource-preview .el-dialog__header{margin:0;padding:0}.ouchn-container .el-dialog__wrapper.resource-preview .el-dialog__body{padding:0}.ouchn-container .el-dialog__wrapper.resource-preview .preview-modal-video{margin-top:0!important}.ouchn-container .el-dialog__wrapper.resource-preview .preview-modal-music{margin-top:0!important;padding:0 5px}.ouchn-container .el-dialog__wrapper .preview-modal{background:0 0!important;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}.ouchn-container .el-dialog__wrapper .preview-modal .el-dialog__header{margin:0;padding:0}.ouchn-container .el-dialog__wrapper .preview-modal .el-dialog__body{padding:0}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-styleType{position:fixed;top:12px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode{width:100%;text-align:center;background:rgba(0,0,0,.368627451);height:93px;position:fixed;bottom:0;margin:auto;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls{margin:auto;z-index:3}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button{margin:12px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner{width:140px;height:48px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner .el-image{margin-right:14px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner span{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner span.active{font-size:16px;font-family:PingFang SC;font-weight:400;color:#fff}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:453px;height:934px;background:url(../../static/images/leaflet/preview/preview-h52.png) center 18px no-repeat,url(../../static/images/leaflet/preview/preview-h5.png) center top no-repeat;background-size:414px 896px,453px 934px;margin-left:100px;-webkit-transform:scale(.7);transform:scale(.7);margin-top:-140px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-h5 .preview-iframe-h5{width:414px!important;height:896px!important;border-radius:36px!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:1021px;height:709px;background:url(../../static/images/leaflet/preview/preview-pc.png) center top no-repeat;background-size:1021px 709px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pc .pc-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:0 78px 0 42px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:493px;height:664px;background:url(../../static/images/leaflet/preview/preview-pad2.png) center 51px no-repeat,url(../../static/images/leaflet/preview/preview-pad.png) center top no-repeat;background-size:429px 565px,493px 664px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-qrcode{width:100px;height:100px;padding:8px;margin-left:-57px;margin-top:55px;background:#fff;border-radius:10px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-qrcode img{max-width:100%}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-export-btn{height:42px;padding:8px;margin-left:-50px;margin-top:158px;background:0 0;border-radius:10px;-webkit-transform:translateX(-57px);transform:translateX(-57px)}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-export-btn button{width:100px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-h5{margin-top:-1px;border-radius:28px;background:#fff;overflow-y:scroll}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-h5::-webkit-scrollbar{width:0!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pad{width:417px;height:551px;margin-top:3px;overflow-y:scroll}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pad::-webkit-scrollbar{width:0!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pc{width:550px;height:528px;margin-top:42px;overflow-y:scroll}.ouchn-container .resource-modal .el-dialog__body{text-align:center;padding:10px}.ouchn-container .resource-modal .el-dialog__body .hovered{-webkit-box-shadow:2px 2px 2px 2px rgba(0,0,0,.35);box-shadow:2px 2px 2px 2px rgba(0,0,0,.35)}.ouchn-container .resource-modal .el-dialog__body .el-radio-button__orig-radio:checked+.el-radio-button__inner{background:#d7d7d7;border-color:#d7d7d7;-webkit-box-shadow:none;box-shadow:none}.ouchn-container .resource-modal .el-dialog__body .el-radio-button__inner{width:80px;height:31px;font-size:13px;padding:8px 27px;font-family:PingFang SC;font-weight:400;color:#333}.inline-audio-box{width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-left:6px}.inline-audio-box .wifi-symbol{width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;-webkit-transform:rotate(135deg);transform:rotate(135deg);position:relative}.inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.inline-audio-box .wifi-symbol.playing .second{-webkit-animation:fadeInOut 1s infinite .2s;animation:fadeInOut 1s infinite .2s}.inline-audio-box .wifi-symbol.playing .third{-webkit-animation:fadeInOut 1s infinite .4s;animation:fadeInOut 1s infinite .4s}.graph-modal .mate-title .mate-text{padding:10px 30px 0;border-radius:12px 12px 0 0;color:#538AE6;font-size:20px;font-weight:600;height:auto}.graph-modal .el-dialog{border-radius:4px!important}.graph-modal .el-dialog .el-dialog__header:has(.mate-title){background-color:#FFF}.graph-modal .el-dialog__header .el-dialog__headerbtn{font-size:24px;top:22px!important;border:none!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.graph-modal .el-dialog__header .el-dialog__headerbtn .el-dialog__close{font-weight:700;color:#666!important}.graph-modal .el-dialog__body{padding:16px 30px 40px}.graph-modal .el-dialog__body .graph-viewer{width:100%}.graph-modal .el-dialog__body .graph-viewer__wrap{background:#FFF}.graph-modal .el-dialog__body .graph-viewer__wrap .box-title{color:#333;font-size:15px;font-weight:600}.graph-modal .el-dialog__body .graph-viewer__wrap .box-title+div{border-radius:6px;border:1px solid #EAEAEA;padding:10px;margin-top:6px}.graph-modal .el-dialog__body .graph-viewer__wrap .graph-viewer__main{display:-webkit-box;display:-ms-flexbox;display:flex}.graph-modal .el-dialog__body .graph-viewer__wrap .graph-viewer__indexs{border:none!important;padding:0!important;max-height:320px;overflow-y:auto}.graph-modal .el-dialog__body .graph-viewer__wrap .graph-viewer__indexs .index-item{cursor:pointer;border-radius:6px;border:1px solid #EAEAEA;padding:8px}.graph-modal .el-dialog__body .graph-viewer__wrap .graph-viewer__indexs .index-item+.index-item{margin-top:10px}.graph-modal .el-dialog__body .graph-viewer__desc{padding:20px 18px;border-top:1px solid #EAEAEA;font-size:14px;color:#666}.graph-modal .el-dialog__body .graph-viewer__desc .node-name{font-size:15px;color:#333;font-weight:600}.graph-modal .el-dialog__body .graph-viewer__desc .node-desc{margin-top:6px;max-height:240px;overflow-y:auto;word-break:break-all}.graph-modal .el-dialog__footer{padding:0}.xml-knowledge-graph{width:100%;height:100%;min-height:124px}@-webkit-keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.phone-preview h1,.w-e-text-container h1,.xml-digital-teaching-preview h1{display:block;font-size:2em;-webkit-margin-before:.67em!important;margin-block-start:.67em!important;-webkit-margin-after:.67em!important;margin-block-end:.67em!important;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h2,.w-e-text-container h2,.xml-digital-teaching-preview h2{display:block;font-size:1.5em;-webkit-margin-before:.83em;margin-block-start:.83em;-webkit-margin-after:.83em;margin-block-end:.83em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h3,.w-e-text-container h3,.xml-digital-teaching-preview h3{display:block;font-size:1.17em;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h4,.w-e-text-container h4,.xml-digital-teaching-preview h4{display:block;-webkit-margin-before:1.33em;margin-block-start:1.33em;-webkit-margin-after:1.33em;margin-block-end:1.33em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h5,.w-e-text-container h5,.xml-digital-teaching-preview h5{display:block;font-size:.83em;-webkit-margin-before:1.67em;margin-block-start:1.67em;-webkit-margin-after:1.67em;margin-block-end:1.67em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview ul,.w-e-text-container ul,.xml-digital-teaching-preview ul{display:block;list-style-type:disc;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:18px!important;padding-inline-start:18px!important}.phone-preview ol,.w-e-text-container ol,.xml-digital-teaching-preview ol{display:block;list-style-type:decimal;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:2em!important;padding-inline-start:2em!important}.phone-preview blockquote,.w-e-text-container blockquote,.xml-digital-teaching-preview blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.phone-preview a,.w-e-text-container a,.xml-digital-teaching-preview a{color:#4290f7;text-decoration:none}.phone-preview a:hover,.w-e-text-container a:hover,.xml-digital-teaching-preview a:hover{text-decoration:underline}.phone-preview table,.w-e-text-container table,.xml-digital-teaching-preview table{border-collapse:collapse;display:table;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:initial;border-spacing:2px;border-color:grey}.phone-preview table tbody,.w-e-text-container table tbody,.xml-digital-teaching-preview table tbody{display:table-row-group;vertical-align:middle;border-color:inherit}.phone-preview table tbody tr,.w-e-text-container table tbody tr,.xml-digital-teaching-preview table tbody tr{display:table-row;vertical-align:inherit;border-color:inherit}.phone-preview table tbody tr th,.w-e-text-container table tbody tr th,.xml-digital-teaching-preview table tbody tr th{font-weight:700;text-align:center;border:1px solid #ddd;background-color:#e6f0f4}.phone-preview table tbody tr td,.w-e-text-container table tbody tr td,.xml-digital-teaching-preview table tbody tr td{line-height:1.5;min-width:30px;padding:3px 5px;border:1px solid #ddd}.phone-preview .option-item p{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.w-e-text-container{z-index:1000!important}.w-e-text-container [data-slate-editor]{padding:0!important;margin:0!important}.w-e-text-container * ol,.w-e-text-container * ul{padding-left:18px!important}.w-e-text-container * ol li,.w-e-text-container * ul li{margin:0!important}.w-e-text-container * blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px!important}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.xml-single-image-group-h5+.xml-single-image-group-h5{margin-top:10px}.xml-single-text-group-h5 .text-container,.xml-single-text-group-h5 .text-container .editorClass{word-break:break-all}.xml-image-duo-tu{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group .el-image{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container{background:#f4f4f4;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container .xml-noimage{width:100%;height:200px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.hua-lang{width:auto}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.ping-pu{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .styleB{overflow:hidden}.xml-single-video-group-pad .xml-video-container-pad .video-content{background:#c3c3c3!important;width:100%;height:315px}.video-container{position:relative;height:100%;width:calc(100% - 15px);background:#fff}.video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.video-container::-webkit-media-controls{display:none!important}.video-container video{width:570px;height:427.5px;margin:auto}@media (max-width:1600px){.video-container video{width:92vw;height:258.75px}}.video-title{width:100%;height:32px;z-index:2;position:absolute;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.controls,.xml-video-container-pc .video-title{display:-webkit-box;left:0;display:-ms-flexbox}.main-btn{width:32px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.main-btn i::before{font-size:32px}.controls{width:100%;height:30px;position:absolute;bottom:0;background-color:#000;opacity:.5;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.controls span{padding:0 5px;color:#fff}.cursor{cursor:pointer}.icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-video-container-pc .video-content{background:#c3c3c3!important;width:100%;height:315px}.xml-video-container-pc .video-container{position:relative;height:100%;width:calc(100% - 15px);background:#c3c3c3}.xml-video-container-pc .video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.xml-video-container-pc .video-container::-webkit-media-controls{display:none!important}.xml-video-container-pc .video-container video{width:570px;height:428px;margin:auto}@media (max-width:1600px){.xml-video-container-pc .video-container video{width:100%;height:428px}}.xml-video-container-pc .video-title{width:97%;height:32px;z-index:2;position:absolute;top:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .main-btn{width:32px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.xml-video-container-pc .main-btn i::before{font-size:32px}.xml-video-container-pc .controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .controls span{padding:0 5px;color:#fff}.xml-video-container-pc .cursor{cursor:pointer}.xml-video-container-pc .icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .pointer{cursor:pointer}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-img{width:70px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .filecont{width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-desc{font-size:14px;font-weight:400;color:#333;margin-left:8px;line-height:30px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group .question-radio{margin-top:8px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-answer{font-size:12px;padding:10px;color:#474747;word-break:break-all}.xml-ebook-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0 16px 16px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource{width:80px;height:80px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource img{width:100%;-o-object-fit:contain;object-fit:contain}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:16px;width:calc(100% - 100px)!important}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#666;margin-top:3px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#666}.xml-ebook-container-h5 .resource-box .styleB{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-ebook-container-h5 .resource-box .styleB .title{width:100%;padding:14px 0;background-color:#fafafa}.xml-ebook-container-h5 .resource-box .pointer{cursor:pointer}.xml-ebook-container-h5 .resource-box .shop-item-img{width:70px}.xml-ebook-container-h5 .resource-box .filecont{width:100%}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#00aeff;min-width:75px}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-ebook-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-ebook-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-ebook-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-ebook-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-ebook-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box-sytleC{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;margin:0 10px;padding:14px 0;width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item img{width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item span{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4{width:100%;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:url(../../static/images/leaflet/icons/ebook_bg.png) no-repeat #f6fcff;background-size:300px 100%;background-position-x:right;padding-left:10px;margin:5px 0}.xml-title-fifth-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-fifth-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-first-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left{width:60px;height:60px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left img{width:100%}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right{width:calc(100% - 60px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;padding-left:10px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .title-box{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .book_info{font-size:10px;font-family:PingFang SC;font-weight:400;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:12px}.xml-title-first-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .text-container,.xml-title-fifth-pad .title-container .text-container{-webkit-box-flex:1;padding:0 30px;border-radius:12px;background:#d1e6ff;z-index:99;min-width:80px;overflow:hidden;text-overflow:ellipsis}.xml-title-fifth-h5 .title-container .text-container{-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #418eed}.xml-title-fifth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pad .title-container .text-container{-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #418eed}.xml-title-fifth-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .w-e-text-container,.xml-title-triangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .text-container,.xml-title-triangle-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 4px 5px 12px;margin-left:-2px}.xml-title-rotundity-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-semicircle-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-triangle-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-triangle-pad .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-triangle-h5 .title-container .text-container .editorClass,.xml-title-triangle-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-paragraph-first-h5 .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5 .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container,.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container,.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container,.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container,.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container,.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-second-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-eighth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .text-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .text-body-container{text-align:left}.xml-text-image-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-text-image-second-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .text-container .editorClass h1,.xml-text-image-second-h5 .title-box .text-container .editorClass h2,.xml-text-image-second-h5 .title-box .text-container .editorClass h3,.xml-text-image-second-h5 .title-box .text-container .editorClass h4,.xml-text-image-second-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .text-container .editorClass p,.xml-text-image-third-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-h5 .title-box .text-container .editorClass h1,.xml-text-image-third-h5 .title-box .text-container .editorClass h2,.xml-text-image-third-h5 .title-box .text-container .editorClass h3,.xml-text-image-third-h5 .title-box .text-container .editorClass h4,.xml-text-image-third-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .title-box .text-container p,.xml-text-image-third-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-seventh-h5 .image-text-decorate{background-image:linear-gradient(to right,#fff,#a7d3fb)}.audio-component{display:none}::v-deep .el-slider__runway{margin:0 0 4px;background:#e3e3e3;height:4px}::v-deep .el-slider__bar{height:4px}::v-deep .el-slider__button{width:10px;height:10px}::v-deep .el-slider__button-wrapper{top:-15px}.xml-checkbox-box .option-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-submit-answer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:38px;background:var(--reader-theme-secondary-color,#fff);border:1px solid #418eed;border-radius:18px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#418eed;cursor:pointer}.xml-submit-answer-right{margin:10px 0 0 auto}.text-notes-area{background-color:#c7daf3!important}.have-been-added-notes{position:relative}@-webkit-keyframes moves{0%{left:-100%}100%{left:0}}.ouchn-container.preview-mode .preview-container-title .container-search{position:fixed;top:15px;right:20px;color:#fff}.ouchn-container.preview-mode .preview-tree-box-h5{border-radius:0}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left{width:200px}.ouchn-container.preview-mode .prompt-box{position:fixed;top:40vh;left:35vw;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30vw}.ouchn-container.preview-mode .prompt-box .prompt-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;min-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px;border-radius:6px;font-size:16px;font-family:"微软雅黑";text-align:center}.ouchn-container.preview-mode .prompt-box .warning{background:#fcf6ed;border:2px solid #ffedd4;color:#f2ae4b}.ouchn-container.preview-mode .prompt-box .error{background:#fdf0f0;border:2px solid #f0c5c5;color:#eb6c6e}.ouchn-container.preview-mode .prompt-box .success{background:#ddf1e2;border:2px solid #bee2c7;color:#6ac73c}.ouchn-container.preview-mode .modify-notes{position:fixed;bottom:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background:#e0e0e0;-webkit-box-shadow:0 15px 10px 12px #000;box-shadow:0 15px 10px 12px #000}.ouchn-container.preview-mode .modify-notes .item-box{background:#fff;border-bottom:1px solid #f2f2f2;text-align:center;line-height:46px;font-size:18px;width:100%}.ouchn-container.preview-mode .modify-notes .cancel{padding-bottom:20px;margin-top:6px}.ouchn-container.preview-mode .see-the-notes-box-h5{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box{position:relative;width:100%;height:70vh;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}.ouchn-container.preview-mode .see-the-notes-box-pc{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box{position:relative;width:600px;height:500px;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}::-webkit-scrollbar{width:0!important}.tab-title-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:14px;border-radius:30px;background:#e9edf4;width:200px;position:fixed;bottom:10px;z-index:99;left:50%;margin-left:calc(50% - 288px)}.tab-title-h5 .catalog-tab{padding:6px;cursor:pointer;white-space:nowrap;text-align:center;width:80px}.tab-title-h5 .active{color:#fff;border-radius:30px;width:80px;text-align:center;background:var(--preview-theme-color)}.catalog-note-h5 .catalog-note_box .catalog-note_biji span,.tab-title-pc .active{color:#409eff}.tab-title-pc{position:fixed;top:56px;left:365px;z-index:99;text-align:center;width:80px;border-radius:20px}.tab-title-pc .catalog-tab{cursor:pointer;background:#fff;padding:10px 5px;margin-bottom:2px;margin-left:2px;border-radius:4px}.catalog-note-h5{padding:60px 10px 10px;height:calc(100vh - 154px);overflow-y:scroll}.catalog-note-h5 .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-h5 .catalog_zaiwu img{width:70%}.catalog-note-h5 .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-h5 .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-h5 .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-h5 .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-h5 .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-note-pc{padding:20px 10px 10px;overflow-y:scroll;width:315px}.catalog-note-pc .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-pc .catalog_zaiwu img{width:70%}.catalog-note-pc .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-pc .catalog-note_box .catalog-note_biji span{color:#409eff}.catalog-note-pc .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0;cursor:pointer}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-pc .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-pc .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-pc .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input,.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc{display:-ms-flexbox;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;align-content:center}.xmlPreviewSearch-box-h5{z-index:9999;background:#f5fbff;height:calc(100% - 50px);overflow-y:scroll;width:100%}.xmlPreviewSearch-box-h5 .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input{width:100%;display:-webkit-box;display:flex;flex-direction:row;-ms-flex-line-pack:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;font-size:12px;height:30px;border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 28px;text-decoration:none;width:calc(100% - 80px)}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-h5 .seach-list{margin:0 auto;width:100%;height:70%;height:calc(100% - 30px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-h5 .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-h5 .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-container-fixed,.xml-container-fixed-h5{z-index:9999;background:#fff;position:fixed;left:0;top:0}.xmlPreviewSearch-box-h5 .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}.xmlPreviewSearch-box-h5 .seach_zaiwu{width:100%;height:68%;text-align:center;color:#888}.xmlPreviewSearch-box-h5 .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-h5 .seach_zaiwu img{width:70%}.xml-container-fixed{height:100vh}.xml-container-fixed-h5{width:100%;height:100vh}.xmlPreviewSearch-box-pc{z-index:999;width:100%;min-height:99vh;padding-top:5px}.xmlPreviewSearch-box-pc .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc{width:1000px;background-color:#fff;display:-webkit-box;display:flex;flex-direction:row;-ms-flex-line-pack:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:45px auto 0;padding:10px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input,.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc,.xmlPreviewSearch-title{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .xmlPreviewSearch-icon{position:relative;top:4px;right:25px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4;font-size:12px;height:30px;border-radius:20px;border:1px solid #f4f4f4;color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 30px 1px 15px;text-decoration:none;width:300px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input_text{width:60px;min-width:60px;padding:5px 8px;background:#fff;font-size:13px;color:#999;border:1px solid #fff;border-radius:30px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;font-size:12px;height:30px;border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:0 0 1px 1px rgba(218,218,218,.8);box-shadow:0 0 1px 1px rgba(218,218,218,.8);color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 28px;text-decoration:none;width:calc(100% - 80px);border:none}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input_text img{position:relative;top:0;left:-2px}.xmlPreviewSearch-box-pc .seach-list{margin:19px auto 0;width:100%;height:70%;height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-pc .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-pc .seach-box .el-icon-arrow-down,.xmlPreviewSearch-box-pc .seach-box .el-icon-arrow-up{margin-right:10px;color:#fff}.xmlPreviewSearch-box-pc .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xmlPreviewSearch-box-pc .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}.xmlPreviewSearch-box-pc .seach_zaiwu{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:68%;text-align:center;margin-top:31px;color:#888;margin-left:26px}.xmlPreviewSearch-box-pc .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-pc .seach_zaiwu img{width:70%}.xmlPreviewSearch-title{background:var(--preview-theme-color);height:49px;width:100%;position:fixed;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row;-ms-flex-line-pack:center;align-content:center}.xmlPreviewSearch-title .img{width:10px;height:18px;margin-top:15px;margin-left:12px}.xmlPreviewSearch-title .xmlPreviewSearch-sou{color:#fff;margin-top:14px;width:calc(100vw - 36px);text-align:center}*{word-break:break-word;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}#xml-reader-window-box *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.hovere .body-box a,.hovere .body-box font,.hovere .body-box p,.hovere .body-box span,.hovere .body-box strong,.hovere .body-text a,.hovere .body-text font,.hovere .body-text p,.hovere .body-text span,.hovere .body-text strong,.hovere .optional-text a,.hovere .optional-text font,.hovere .optional-text p,.hovere .optional-text span,.hovere .optional-text strong,.optional-text-module .body-box a,.optional-text-module .body-box font,.optional-text-module .body-box p,.optional-text-module .body-box span,.optional-text-module .body-box strong,.optional-text-module .body-text a,.optional-text-module .body-text font,.optional-text-module .body-text p,.optional-text-module .body-text span,.optional-text-module .body-text strong,.optional-text-module .optional-text a,.optional-text-module .optional-text font,.optional-text-module .optional-text p,.optional-text-module .optional-text span,.optional-text-module .optional-text strong{user-select:text;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text}input,textarea{-webkit-user-select:auto;margin:0;padding:0;outline:0}.title-container a,.title-container span{background:0 0!important}.xml-title-first-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pc .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-third-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-sixth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 4px 5px 12px;margin-left:-2px}.xml-title-triangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-square-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-semicircle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-paragraph-first-pc .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pc .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-eighth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-text-image-first-pc .text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .text-body-container{text-align:left}.xml-text-image-first-pc .text-body-container .editorClass{word-break:break-all}.xml-text-image-second-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .text-container .editorClass h1,.xml-text-image-second-pc .title-box .text-container .editorClass h2,.xml-text-image-second-pc .title-box .text-container .editorClass h3,.xml-text-image-second-pc .title-box .text-container .editorClass h4,.xml-text-image-second-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .text-container .editorClass p,.xml-text-image-third-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass h1,.xml-text-image-third-pc .title-box .text-container .editorClass h2,.xml-text-image-third-pc .title-box .text-container .editorClass h3,.xml-text-image-third-pc .title-box .text-container .editorClass h4,.xml-text-image-third-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container p,.xml-text-image-third-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-seventh-pc .image-text-decorate{background-image:linear-gradient(to right,#fff,#a7d3fb)}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .filecont{width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.custom-underline{background-color:#dbeaff;cursor:pointer;font-style:inherit!important}i a,i font,i p,i span{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.the-end-of-the-trial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:200px;padding-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#b5b2b2));background:linear-gradient(rgba(0,0,0,0),#b5b2b2);color:#5b9fff;font-size:18px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container,.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container,.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pad .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pad .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-round-4{border-radius:4px}.xml-round-4 img{border-radius:8px}.xml-round-6{border-radius:6px}.xml-round-6 img,.xml-round-8,.xml-round-8 img{border-radius:8px}.style-body-boxA{position:relative}.style-body-boxA .style-wrapper{min-width:200px}.style-body-boxA .style-wrapper .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:-webkit-gradient(linear,left top,right top,from(#4994fb),color-stop(#4994fb),to(#a2c5f9));background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.style-body-boxA .style-wrapper .native-html-wrapper{max-height:60vh;overflow-y:scroll;background-color:#fff;padding:15px 10px 0}.style-body-boxA .style-wrapper .native-html-wrapper::-webkit-scrollbar{width:0}.style-body-boxA .style-wrapper .native-html-wrapper h1,.style-body-boxA .style-wrapper .native-html-wrapper h2,.style-body-boxA .style-wrapper .native-html-wrapper h3,.style-body-boxA .style-wrapper .native-html-wrapper h4,.style-body-boxA .style-wrapper .native-html-wrapper h5,.style-body-boxA .style-wrapper .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.style-body-boxA .style-wrapper .bottom-margin{width:calc(100% - 15px);height:15px;background:#fff;margin-top:-1px}.style-body-boxA .style-wrapper .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.style-body-boxA .top-bg{width:98%;height:30px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxA .style-content-boxD{min-width:200px;background-color:#fff;padding:15px 10px 5px;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box{min-width:200px;background-color:#fff;padding:30px 10px 20px;border:2px solid #92c2db;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box::before{content:"";width:10px;height:10px;background-color:#92c2db;border-radius:50%;position:absolute;bottom:10px;right:15px}.style-body-boxA .style-content-box::after{content:"";width:30px;height:10px;position:absolute;bottom:10px;right:35px;border-left:10px dotted #92c2db;border-right:10px dotted #92c2db}.style-body-boxA .style-content-bg{background-color:#92c2db;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxA .paper-clip-icon{width:40px;position:absolute;top:10px;z-index:5;left:-10px}.style-body-boxA .paper-clip-icon::before{position:absolute;content:"";top:-30px;right:-5px;width:15px;height:20px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom:none;border-left:4px solid #92c2db!important;border-right:4px solid #92c2db!important;border-top:4px solid #92c2db!important}.style-body-boxA .paper-clip-icon::after{position:absolute;content:"";bottom:-21px;right:-11px;width:21px;height:30px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;border:4px solid #92c2db!important;border-top:none!important}.style-body-boxB{position:relative}.style-body-boxB .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxB .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #fee0b0;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxB .style-content-bg{background-color:#fee0b0;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxB .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxB .top-style-box>div{width:10px;height:10px;background:#fee0b0;border-radius:50%}.style-body-boxB .top-style-box>div::before{content:"";width:10px;height:10px;border-radius:50%;border-right:3px solid #fee0b0;border-bottom:3px solid #fee0b0;position:absolute;top:-8px;-webkit-transform:rotate(-85deg);transform:rotate(-85deg)}.style-body-boxC{position:relative}.style-body-boxC .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxC .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #84b774;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxC .style-content-box::before{content:"";width:40px;border-top:2px solid #84b774;position:absolute;bottom:10px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-box::after{content:"";width:20px;border-top:2px solid #84b774;position:absolute;bottom:5px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-bg{background-color:#84b774;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxC .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxC .top-style-box>div{width:10px;height:10px;background:#84b774;border-radius:50%}.style-body-boxE .scroll-top{position:relative;z-index:9}.style-body-boxE .scroll-top img{width:100%}.style-body-boxE .scroll-top::before{content:"";width:90%;height:10px;-webkit-box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;top:20px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .scroll-bottom{position:relative;z-index:9}.style-body-boxE .scroll-bottom img{width:100%}.style-body-boxE .scroll-bottom::after{content:"";width:90%;height:10px;-webkit-box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;bottom:18px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .style-content-box{padding:20px 10px;max-height:600px;overflow:scroll;overflow-x:hidden;background-color:#e9e3d5;width:89%;margin:-11px auto;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .filecont{width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-title-fourteen-h5 .title-container .cont-box .text-container,.xml-title-fourteen-pad .title-container .cont-box .text-container,.xml-title-fourteen-pc .title-container .cont-box .text-container{background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-right:20px;border-radius:3px;z-index:99;overflow:hidden;text-overflow:ellipsis}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-title-fourteen-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;padding-left:10px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;padding-left:10px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pc .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;padding-left:10px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-text-preview-box-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important;background:0 0;-webkit-box-shadow:none;box-shadow:none}.xml-text-preview-box-dialog .custom-dialog{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.xml-title-SanQintheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-h5>div{width:100%;height:100%}.xml-title-SanQintheme1-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pad .title-container,.xml-title-SanQintheme1-pc .title-container{-webkit-box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%;height:100%;z-index:9}.xml-title-SanQintheme1-h5 .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pad>div{width:100%;height:100%}.xml-title-SanQintheme1-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:3px 3px 3px 20px;box-sizing:border-box}.xml-title-SanQintheme1-pad .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pc>div{width:100%;height:100%}.xml-title-SanQintheme1-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:3px 3px 3px 20px;box-sizing:border-box}.xml-title-SanQintheme1-pc .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-h5>div{width:100%;height:100%}.xml-title-SanQintheme2-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-h5 .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-h5 .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pad>div{width:100%;height:100%}.xml-title-SanQintheme2-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pad .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pad .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pc>div{width:100%;height:100%}.xml-title-SanQintheme2-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pc .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pc .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-paragraph-SanQintheme1-h5 .w-e-text-container,.xml-title-SanQintheme3-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-paragraph-SanQintheme1-h5{text-align:center}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-h5 .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pad,.xml-paragraph-SanQintheme1-pc{text-align:center}.xml-paragraph-SanQintheme1-h5 .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-h5 .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-h5 .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pad .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pad .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pad .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pad .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pc .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pc .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pc .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pc .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-h5{text-align:left}.xml-paragraph-SanQintheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title{display:inline-block;position:relative;max-width:98%;padding:8px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .left-image{position:absolute;left:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .right-image{position:absolute;right:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-h5 .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pad{text-align:left}.xml-paragraph-SanQintheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pad .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pc{text-align:left}.xml-paragraph-SanQintheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pc .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme3-h5 .body-text,.xml-paragraph-SanQintheme3-pad .body-text,.xml-paragraph-SanQintheme3-pc .body-text{margin-top:-50px;border:2px solid #e6c17b!important;position:relative;text-align:left}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-h5{text-align:left}.xml-paragraph-SanQintheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-h5 .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-h5 .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pad{text-align:left}.xml-paragraph-SanQintheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pad .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pad .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pc{text-align:left}.xml-paragraph-SanQintheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pc .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pc .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-white-space-pre{white-space:pre-wrap}.xml-text-center{text-align:center}.xml-dialog-overlay{z-index:2000!important}.xml-dialog-confirm{z-index:2102!important}.xml-style-theme-blue{--background-color:#5d96e8}.xml-style-theme-orange{--background-color:#f5ab3e}.xml-style-theme-green{--background-color:#6fa350}.xml-style-theme-red{--background-color:#ae0133}.xml-style-theme-grey{--background-color:#c8c8c8}.xml-title-sixth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5>div{width:100%}.xml-title-sixth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-h5 .title-container .title-left-div{max-width:30%}.xml-title-sixth-h5 .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-h5 .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-first-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5 .title-container,.xml-title-third-h5{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-second-h5 .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-h5 .title-container .w-e-text-container,.xml-title-third-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-h5{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container,.xml-title-third-h5 .title-container .title-left{height:48px;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;position:relative}.xml-title-third-h5 .title-container{min-width:148px;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;margin-right:-11px;background:#fff;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-h5 .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-h5 .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-h5 .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-h5 .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-h5 .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-h5 .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-h5 .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-h5 .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-h5 .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-h5 .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-h5 .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-h5 .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-h5 .title-container .title-left-img,.xml-title-semicircle-h5 .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-h5 .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-h5 .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-h5 .title-container .title-text p{line-height:1.1!important}.xml-title-twelfth-h5 .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-h5 .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-h5 .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-h5 .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-h5 .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-h5 .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-h5 .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen2-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right-purple.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen2-h5 .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen2-h5 .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg-purple.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(174,156,227,.83);box-shadow:0 2px 7px 0 rgba(174,156,227,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen2-h5 .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen2-h5 .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-h5>div{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box{width:100%;position:relative}.xml-title-eighteen-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;padding:3px 20%;margin:0 auto;z-index:9;background-repeat:no-repeat;background-position-x:center}.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor,.xml-title-eighteen-h5 .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-h5 .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-h5 .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-h5 .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-Greentheme5-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme5-h5>div{padding:0 35px}.xml-title-Greentheme5-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme5-h5 .title-container .title-left-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-41px;top:0;z-index:999}.xml-title-Greentheme5-h5 .title-container .title-right-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-41px}.xml-title-Greentheme5-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme5-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#53a638;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme5-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme5-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Knowledge-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-h5>div{width:100%;height:100%}.xml-title-Knowledge-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-h5 .title-container .left-titlebox{background-color:#1485b4;padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-h5 .title-container .left-titlebox .text-container{border-radius:24px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #64eefe;background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-thirteenth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#FFF;border-left:4px solid #006AF7;border-right:4px solid #006AF7;position:relative}.xml-title-sixteen-h5>div,.xml-title-sixteen-pad>div{min-width:40%}.xml-title-thirteenth-h5 .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:#006AF7;z-index:0}.xml-title-thirteenth-h5 .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:#006AF7;z-index:0}.xml-title-thirteenth-h5 .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-h5 .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-h5 .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006AF7;margin-right:4%}.xml-title-thirteenth-h5 .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006AF7;margin-right:4%}.xml-title-thirteenth-h5 .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006AF7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-h5 .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-h5 .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006AF7}.xml-title-thirteenth-h5 .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-h5 .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006AF7}.xml-title-thirteenth-h5 .title-container .bottomborder .block{width:7px;height:7px;background-color:#006AF7;margin-bottom:-3px}.xml-title-thirteenth-h5 .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006AF7}.xml-title-thirteenth-h5 .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006AF7}.xml-title-thirteenth-h5 .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#FFF;padding:0 20px}.xml-title-thirteenth-h5 .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fifteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-h5 .title-container .left-image{width:48px;height:48px;background:url(../../static/images/leaflet/resourceCenter/title-fifteen-bg.png);background-size:100% 100%;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-h5 .title-container .left-image .image-container,.xml-title-fifteen-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-h5 .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid #60a0e5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid #558ee6;padding:0 30px 0 51px}.xml-title-sixteen-h5 .title-container .left-image{width:36px;height:26px;background-image:url(../../static/images/leaflet/resourceCenter/title-sixteen-bg.png);background-size:100% 100%;position:absolute;bottom:-15px;left:10px}.xml-title-sixteen-h5 .title-container .right-icon{width:10px;height:10px;background-color:#558ee6;border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-h5 .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-h5 .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-h5>div{min-width:60%}.xml-title-seventeen-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-h5 .title-container .left-image{width:48px;height:48px;border-radius:50%;background-color:#60a0e5;padding:3px;position:absolute;left:0}.xml-title-seventeen-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:#60a0e5;border:2px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-seventeen-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-seventeen-h5 .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-seventeen-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-h5 .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-h5 .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-h5 .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid #558ee6;margin-bottom:3px;margin-top:3px}.xml-title-seventeen-h5 .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid #A4C3F2}.xml-title-seventeen-h5 .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-h5 .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-h5 .title-container-box{width:100%;position:relative}.xml-title-nineteen-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-nineteen-bg.png);background-size:100% 100%;padding:0 40px;margin:0 auto;z-index:9}.xml-title-nineteen-h5 .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-h5 .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-h5>div{width:100%}.xml-title-Yellowtheme1-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-h5 .title-container .left-image{width:74px;height:74px;background-color:var(--reader-theme-color,#fff);border:2px solid #fdab2b;border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-h5 .title-container .left-image .jiantou1{width:36px;height:8px;background-color:var(--reader-theme-color,#fff);border-top:2px solid #fdab2b;border-left:2px solid #fdab2b;position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-h5 .title-container .left-image .jiantou2{width:8px;height:36px;background-color:var(--reader-theme-color,#fff);border-bottom:2px solid #fdab2b;border-right:2px solid #fdab2b;position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid var(--reader-theme-color,#fff)}.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:var(--reader-theme-color,#fff);max-width:77%;position:relative}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-h5>div{width:100%}.xml-title-Yellowtheme2-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-h5 .title-container .left-icon{width:35px;height:35px;background-color:#fdab2b;opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-h5 .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid #fdab2b;margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme2-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme3-h5>div{width:100%}.xml-title-Yellowtheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme3-h5 .title-container .left-icon{width:52px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme3-left.png);background-size:100% 100%;position:absolute;bottom:0;left:0}.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox{max-width:90%;padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:55px;background-color:#fff;border-bottom:solid 2px #fdab2b;z-index:99}.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-h5 .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fdbc55;border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme4-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme5-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-h5>div{padding:0 20px}.xml-title-Yellowtheme5-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-h5 .title-container .left-img{position:absolute;width:40px;height:100%;top:0;left:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-left.png);background-size:100% 100%}.xml-title-Yellowtheme5-h5 .title-container .right-img{position:absolute;width:40px;height:100%;top:0;right:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-right.png);background-size:100% 100%}.xml-title-Yellowtheme5-h5 .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-h5>div{height:100%}.xml-title-Yellowtheme6-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fee0b0;border:2px solid #fdbc55;z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-h5 .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-h5 .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:#fdbc55}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fee0b0;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox .xml-text-h5.text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-h5>div{width:100%}.xml-title-Greentheme1-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme1-h5 .title-container .left-image .image-container,.xml-title-Greentheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-h5>div{width:100%}.xml-title-Greentheme2-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image .image-container,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-h5 .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-h5>div{width:100%}.xml-title-Greentheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-h5 .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container,.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-h5,.xml-title-Greentheme4-h5 .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-h5{display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-h5>div{width:100%}.xml-title-Greentheme4-h5 .cont-box{display:flex;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-h5 .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid #68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-h5 .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:#68a348;position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme6-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-h5 .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-h5 .title-container .title-left-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-h5 .title-container .title-left-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-h5 .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-h5 .title-container .title-right-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-h5 .title-container .title-right-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twenty-h5{text-align:left}.xml-title-twenty-h5 .title-container-box{position:relative}.xml-title-twenty-h5 .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-h5 .title-container-box .left-bg img{width:60px}.xml-title-twenty-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);clip-path:polygon(7px 0,98% 0,100% 20%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);display:inline-block;padding:6px 20px 6px 80px;min-width:67%}.xml-title-twenty-h5 .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyone-h5{text-align:left}.xml-title-twentyone-h5 .title-container-box{position:relative}.xml-title-twentyone-h5 .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-h5 .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-h5 .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-h5 .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#84fee1),to(#38abe1));background:linear-gradient(90deg,#84fee1 25%,#38abe1);border-radius:10px 0 0 10px;display:inline-block;padding:6px 20px 6px 85px;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.xml-title-twentyone-h5 .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-h5{text-align:left}.xml-title-twentytwo-h5 .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-h5 .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-h5 .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-h5 .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-h5 .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-h5 .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-h5{text-align:left}.xml-title-twentythree-h5 .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-h5 .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-h5 .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-h5 .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-h5 .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-title-twentyfour-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyfour-h5 .title-container-box{position:relative;max-width:592px}.xml-title-twentyfour-h5 .title-container-box .left-bg{width:300px;height:75px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-twentyfour-h5 .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfour-h5 .title-container-box .title-container{text-align:center;-webkit-transform:skewX(60deg);transform:skewX(60deg);min-width:200px;margin:10px 0}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line{background-color:#3cdf97;height:100%;width:9px;position:absolute;left:-45px}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line::before{content:"";width:7px;height:100%;background-color:inherit;position:absolute;left:-22px}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line::after{content:"";width:12px;height:100%;background-color:inherit;position:absolute;right:-25px}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line{background-color:#2854b0;height:100%;width:9px;position:absolute;right:-45px;top:0}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line::before{content:"";width:12px;height:100%;background-color:inherit;position:absolute;left:-25px}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line::after{content:"";width:7px;height:100%;background-color:inherit;position:absolute;right:-22px}.xml-title-twentyfour-h5 .title-container-box .title-container .title-body-box{background:-webkit-gradient(linear,left top,right top,from(#3cdf97),to(#2854b0));background:linear-gradient(90deg,#3cdf97,#2854b0);padding:6px 20px}.xml-title-twentyfour-h5 .title-container-box .title-container .text-container{-webkit-transform:skewX(-60deg);transform:skewX(-60deg)}.xml-title-twentyfive-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-h5 .title-container-box{position:relative}.xml-title-twentyfive-h5 .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-h5 .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-h5 .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-h5 .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-h5 .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-paragraph-first-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5{text-align:left}.xml-paragraph-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass p,.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-h5 .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-h5 .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5{position:relative}.xml-paragraph-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-h5 .body-text::after,.xml-paragraph-third-h5 .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-h5 .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-h5 .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5{position:relative}.xml-paragraph-quadrangle-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-h5{position:relative}.xml-paragraph-isosceles-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-h5 .shape .triangle,.xml-paragraph-isosceles-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-h5{position:relative}.xml-paragraph-wave-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-h5{position:relative}.xml-paragraph-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-h5{position:relative}.xml-paragraph-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5{position:relative}.xml-paragraph-ninth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-h5{position:relative}.xml-paragraph-tenth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-h5{position:relative}.xml-paragraph-Redtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-h5{position:relative}.xml-paragraph-Redtheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme2-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-h5 .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5{position:relative}.xml-paragraph-Redtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-h5{position:relative}.xml-paragraph-Redtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-h5 .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-h5 .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5{position:relative}.xml-paragraph-Redtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-h5 .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-h5 .w-e-text-container,.xml-paragraph-sixteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-h5{position:relative}.xml-paragraph-Redtheme6-h5 .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-h5 .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-h5{position:relative}.xml-paragraph-sixteen-h5 .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-h5{position:relative}.xml-paragraph-twelve-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-h5 .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-h5 .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-h5 .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-h5 .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-h5 .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-eleven-h5,.xml-paragraph-eleven-h5 .body-text,.xml-paragraph-twelve-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-h5 .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-h5 .body-text{padding:25px;text-align:left}.xml-paragraph-eleven-h5 .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-h5 .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-h5 .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-h5 .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-h5 .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-h5 .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-h5 .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-h5 .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-h5 .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-h5 .text-container{padding:0 10px}.xml-paragraph-eleven-h5 .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-h5 .text-container .editorClass p{padding:0}.xml-paragraph-eleven-h5 .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-h5 .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-h5{position:relative}.xml-paragraph-thirteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-h5 .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-h5 .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-h5 .body-text::after,.xml-paragraph-thirteen-h5 .body-text::before{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;content:"";z-index:0}.xml-paragraph-thirteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-h5 .body-text::before{top:0;left:0;border-top:2px dashed #60A0E5;border-left:2px dashed #60A0E5;border-radius:32px 0 0}.xml-paragraph-thirteen-h5 .body-text::after{bottom:0;right:0;border-bottom:2px dashed #60A0E5;border-right:2px dashed #60A0E5;border-radius:0 0 32px}.xml-paragraph-fourteen-h5{position:relative}.xml-paragraph-fourteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-h5 .body-text{padding:3px;text-align:left;position:relative;border:4px solid #60a0e5}.xml-paragraph-fourteen-h5 .body-text .right-image{width:31px;height:36px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-fourteen-right.png);background-size:100% 100%;position:absolute;top:-18px;right:2px;z-index:999}.xml-paragraph-fourteen-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#D5E6FD;padding:10px}.xml-paragraph-fourteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-h5{position:relative}.xml-paragraph-Yellowtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-h5 .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:4px solid #fdbc55;border-radius:5px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-h5{position:relative}.xml-paragraph-Yellowtheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-h5 .body-text-bg{border:4px solid #fdbc55;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block4{height:9px;background-color:#fdbc55;border:4px solid #fdbc55;position:absolute;z-index:999;width:9px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-h5{position:relative}.xml-paragraph-Yellowtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-h5 .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-h5{position:relative}.xml-paragraph-Yellowtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-h5 .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{width:16px;height:16px;position:absolute;z-index:999;background-color:#fdbc55}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-h5{position:relative}.xml-paragraph-Yellowtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img,.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-h5{position:relative}.xml-paragraph-fifteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-h5 .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-h5{position:relative}.xml-paragraph-Greentheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-h5 .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-h5 .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-h5{position:relative}.xml-paragraph-Greentheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-h5 .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-h5{position:relative}.xml-paragraph-Greentheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-h5{position:relative}.xml-paragraph-Greentheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-h5 .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5{position:relative}.xml-paragraph-Thirtyfive-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5 .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-h5{position:relative}.xml-paragraph-Thirtysix-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtysix-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-h5 .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-h5 .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-h5{position:relative;text-align:left}.xml-paragraph-Thirtyseven-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-h5 .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-h5 .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-h5 .body-text .seemore{width:calc(100% - 2px);height:16px;background-color:#cee0fb;position:absolute;top:1px;left:0;z-index:9;font-size:12px;font-weight:400;font-stretch:normal;color:#2f2ad0;cursor:pointer;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-h5 .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5{position:relative;text-align:left}.xml-paragraph-Thirtyeight-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-h5 .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-h5 .sub-title .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-h5 .sub-title .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5 .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-h5 .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-h5 .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-h5 .body-text .xml-text-h5.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5 .body-text .border-left{width:25px;height:150px;max-height:calc(100% - 50px);overflow:hidden;position:absolute;top:10px;left:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-h5 .body-text .border-left img{width:100%}.xml-paragraph-Thirtyeight-h5 .body-text .border-right{width:25px;height:150px;max-height:calc(100% - 50px);overflow:hidden;position:absolute;bottom:30px;right:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-h5 .body-text .border-right img{width:100%}.xml-paragraph-Forty-h5{position:relative;text-align:left}.xml-paragraph-Forty-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Forty-h5 .body-text{padding:1px;text-align:left;position:relative}.xml-paragraph-Forty-h5 .body-text .xml-text-h5.text-body-container{padding:20px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Forty-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Forty-h5 .body-text .top-image{width:100%;height:50%;position:absolute;top:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg1.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-h5 .body-text::after,.xml-paragraph-Forty-h5 .body-text::before{top:50%;background-size:100% 100%;background-repeat:no-repeat;position:absolute;content:"";pointer-events:none}.xml-paragraph-Forty-h5 .body-text .bottom-image{width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg2.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-h5 .body-text::before{width:15px;height:30px;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon6.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Forty-h5 .body-text::after{width:15px;height:30px;right:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon5.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-text-image-first-h5 .w-e-text-container,.xml-text-image-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-h5 .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-h5 .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .image-container{margin:10px 0;text-align:center}.xml-text-image-fourth-h5 .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-second-h5 .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-third-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-h5 .image-box .image-container .block-checked,.xml-text-image-second-h5 .image-box .image-container.block-checked,.xml-text-image-third-h5 .image-box{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-h5 .w-e-text-container,.xml-text-image-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-third-h5 .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .title-box,.xml-text-image-second-pad .title-box{padding:2px 21px;margin-left:-8px;white-space:nowrap;text-overflow:ellipsis}.xml-text-image-third-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-h5 .image-container .xml-image-dan-tu,.xml-text-image-fourth-h5 .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-h5 .title-box{height:32px;margin-bottom:25px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-h5 .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-h5 .image-text-box{width:100%}.xml-text-image-fifth-h5 .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-h5 .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-h5 .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-h5 .image-text-decorate,.xml-text-image-seventh-pad .image-text-decorate{background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb))}.xml-text-image-seventh-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-h5 .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-h5 .image-text-decorate{width:100px;height:30px;background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-h5 .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-h5 .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-h5,.xml-splitline-Bluetheme2-h5,.xml-splitline-Bluetheme3-h5,.xml-splitline-Bluetheme4-h5,.xml-splitline-Greentheme1-h5,.xml-splitline-Greentheme2-h5,.xml-splitline-Greentheme3-h5,.xml-splitline-Greentheme4-h5,.xml-splitline-Redtheme4-h5,.xml-splitline-Yellowtheme1-h5,.xml-splitline-Yellowtheme2-h5,.xml-splitline-Yellowtheme3-h5,.xml-splitline-Yellowtheme4-h5,.xml-splitline-second-h5{margin-top:10px!important}.xml-splitline-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-h5 .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-h5 .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-h5,.xml-splitline-third-h5{margin-top:0!important}.xml-splitline-second-h5 .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-h5 .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-h5 .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-h5 .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-h5,.xml-splitline-ninth-h5,.xml-splitline-seventh-h5,.xml-splitline-sixth-h5,.xml-splitline-tenth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-h5 .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-h5 .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-h5 .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-h5 .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-h5 .title-container>div{width:100%}.xml-splitline-tenth-h5 .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-h5 .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-h5,.xml-splitline-Greytheme2-h5,.xml-splitline-Greytheme3-h5,.xml-splitline-Greytheme4-h5,.xml-splitline-Greytheme5-h5,.xml-splitline-Greytheme6-h5,.xml-splitline-eleventh-h5{margin-top:0!important}.xml-splitline-eleventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-h5 .title-container>div{width:100%}.xml-splitline-eleventh-h5 .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-h5 .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-h5 .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-h5 .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-title-sixth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad>div{width:100%}.xml-title-sixth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pad .title-container .title-left-div{max-width:30%}.xml-title-sixth-pad .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pad .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-pad .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pad .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pad .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-pad .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pad .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pad .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pad .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pad .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-first-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pad .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pad .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pad .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-second-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pad .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pad .title-container .w-e-text-container,.xml-title-third-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pad .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pad .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pad .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pad .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pad .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pad .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-pad .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pad .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-triangle-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-triangle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pad .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pad .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pad .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pad .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pad .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pad .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pad .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pad .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pad .title-container .title-left-img,.xml-title-semicircle-pad .title-container .title-right-img{height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0;width:33px}.xml-title-semicircle-pad .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-pad .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad,.xml-title-twelfth-pad .title-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-semicircle-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pad{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:flex;position:relative;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pad .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pad .title-container .title-text p{line-height:1.1!important}.xml-title-twelfth-pad .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pad .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-pad .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pad .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pad .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pad .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pad .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen2-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right-purple.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen2-pad .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen2-pad .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg-purple.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(174,156,227,.83);box-shadow:0 2px 7px 0 rgba(174,156,227,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen2-pad .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen2-pad .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pad>div{min-width:75%;max-width:100%}.xml-title-eighteen-pad .title-container-box{width:100%;position:relative}.xml-title-eighteen-pad .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;padding:3px 20%;margin:0 auto;z-index:9;background-repeat:no-repeat;background-position-x:center}.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor,.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pad .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-pad .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pad .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pad .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-Greentheme5-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme5-pad>div{padding:0 35px}.xml-title-Greentheme5-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme5-pad .title-container .title-left-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-41px;top:0;z-index:999}.xml-title-Greentheme5-pad .title-container .title-right-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-41px}.xml-title-Greentheme5-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme5-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#53a638;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme5-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme5-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container p,.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-pad>div{width:100%;height:100%}.xml-title-Knowledge-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-pad .title-container .left-titlebox{background-color:#1485b4;padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-pad .title-container .left-titlebox .text-container{border-radius:24px}.xml-title-Knowledge-pad .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #64eefe;background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-thirteenth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#FFF;border-left:4px solid #006AF7;border-right:4px solid #006AF7;position:relative}.xml-title-thirteenth-pad .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:#006AF7;z-index:0}.xml-title-thirteenth-pad .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:#006AF7;z-index:0}.xml-title-thirteenth-pad .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-pad .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-pad .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006AF7;margin-right:4%}.xml-title-thirteenth-pad .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006AF7;margin-right:4%}.xml-title-thirteenth-pad .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006AF7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-pad .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-pad .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006AF7}.xml-title-thirteenth-pad .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-pad .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006AF7}.xml-title-thirteenth-pad .title-container .bottomborder .block{width:7px;height:7px;background-color:#006AF7;margin-bottom:-3px}.xml-title-thirteenth-pad .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006AF7}.xml-title-thirteenth-pad .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006AF7}.xml-title-thirteenth-pad .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#FFF;padding:0 20px}.xml-title-thirteenth-pad .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fifteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-pad .title-container .left-image{width:48px;height:48px;background:url(../../static/images/leaflet/resourceCenter/title-fifteen-bg.png);background-size:100% 100%;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-pad .title-container .left-image .image-container,.xml-title-fifteen-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-pad .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid #60a0e5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid #558ee6;padding:0 30px 0 51px}.xml-title-sixteen-pad .title-container .left-image{width:36px;height:26px;background-image:url(../../static/images/leaflet/resourceCenter/title-sixteen-bg.png);background-size:100% 100%;position:absolute;bottom:-15px;left:10px}.xml-title-sixteen-pad .title-container .right-icon{width:10px;height:10px;background-color:#558ee6;border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-pad .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-pad .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-pad>div{min-width:60%}.xml-title-seventeen-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-pad .title-container .left-image{width:48px;height:48px;border-radius:50%;background-color:#60a0e5;padding:3px;position:absolute;left:0}.xml-title-seventeen-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:#60a0e5;border:2px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-seventeen-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-seventeen-pad .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-seventeen-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-pad .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-pad .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-pad .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid #558ee6;margin-bottom:3px;margin-top:3px}.xml-title-seventeen-pad .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid #A4C3F2}.xml-title-seventeen-pad .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-pad .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-pad .title-container .rigth-titlebox .xml-text-h5.text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-pad .title-container-box{width:100%;position:relative}.xml-title-nineteen-pad .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-nineteen-bg.png);background-size:100% 100%;padding:0 40px;margin:0 auto;z-index:9}.xml-title-nineteen-pad .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-pad>div{width:100%}.xml-title-Yellowtheme1-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid #fdab2b;border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-pad .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid #fdab2b;border-left:2px solid #fdab2b;position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-pad .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid #fdab2b;border-right:2px solid #fdab2b;position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;border-radius:50%;height:100%}.xml-title-Yellowtheme1-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-pad .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-pad>div{width:100%}.xml-title-Yellowtheme2-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-pad .title-container .left-icon{width:35px;height:35px;background-color:#fdab2b;opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid #fdab2b;margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme3-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme3-pad>div{width:100%}.xml-title-Yellowtheme3-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme3-pad .title-container .left-icon{width:52px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme3-left.png);background-size:100% 100%;position:absolute;bottom:0;left:0}.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox{max-width:90%;padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:55px;background-color:#fff;border-bottom:solid 2px #fdab2b;z-index:99}.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fdbc55;border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme5-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-pad>div{padding:0 20px}.xml-title-Yellowtheme5-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-pad .title-container .left-img{position:absolute;width:40px;height:100%;top:0;left:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-left.png);background-size:100% 100%}.xml-title-Yellowtheme5-pad .title-container .right-img{position:absolute;width:40px;height:100%;top:0;right:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-right.png);background-size:100% 100%}.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-pad>div{height:100%}.xml-title-Yellowtheme6-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fee0b0;border:2px solid #fdbc55;z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-pad .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-pad .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:#fdbc55}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fee0b0;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-pad>div{width:100%}.xml-title-Greentheme1-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme1-pad .title-container .left-image .image-container,.xml-title-Greentheme1-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-pad .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-pad .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-pad .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-pad>div{width:100%}.xml-title-Greentheme2-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-pad .title-container .left-image .image-container,.xml-title-Greentheme2-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-pad .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-Greentheme2-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-pad .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-pad .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-pad .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-pad .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-pad .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-pad .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-pad .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-pad>div{width:100%}.xml-title-Greentheme3-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-pad .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-pad .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pad,.xml-title-Greentheme4-pad .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-Greentheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-pad{display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-pad>div{width:100%}.xml-title-Greentheme4-pad .cont-box{display:flex;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-pad .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid #68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-pad .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:#68a348;position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container,.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme6-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-pad .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-pad .title-container .title-left-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-pad .title-container .title-left-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-pad .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-pad .title-container .title-right-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-pad .title-container .title-right-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-twenty-pad .title-container-box .title-container,.xml-title-twenty-pc .title-container-box .title-container{clip-path:polygon(7px 0,98% 0,100% 20%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);padding:6px 20px 6px 80px;min-width:67%}.xml-title-Greentheme6-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twenty-pad{text-align:left}.xml-title-twenty-pad .title-container-box{position:relative}.xml-title-twenty-pad .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-pad .title-container-box .left-bg img{width:60px}.xml-title-twenty-pad .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);display:inline-block}.xml-title-twenty-pad .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyfour-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyfour-pad .title-container-box{position:relative;max-width:592px}.xml-title-twentyfour-pad .title-container-box .left-bg{width:300px;height:75px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-twentyfour-pad .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfour-pad .title-container-box .title-container{text-align:center;-webkit-transform:skewX(60deg);transform:skewX(60deg);min-width:200px;margin:10px 0}.xml-title-twentyfour-pad .title-container-box .title-container .left-line{background-color:#3cdf97;height:100%;width:9px;position:absolute;left:-45px}.xml-title-twentyfour-pad .title-container-box .title-container .left-line::before{content:"";width:7px;height:100%;background-color:inherit;position:absolute;left:-22px}.xml-title-twentyfour-pad .title-container-box .title-container .left-line::after{content:"";width:12px;height:100%;background-color:inherit;position:absolute;right:-25px}.xml-title-twentyfour-pad .title-container-box .title-container .right-line{background-color:#2854b0;height:100%;width:9px;position:absolute;right:-45px;top:0}.xml-title-twentyfour-pad .title-container-box .title-container .right-line::before{content:"";width:12px;height:100%;background-color:inherit;position:absolute;left:-25px}.xml-title-twentyfour-pad .title-container-box .title-container .right-line::after{content:"";width:7px;height:100%;background-color:inherit;position:absolute;right:-22px}.xml-title-twentyfour-pad .title-container-box .title-container .title-body-box{background:-webkit-gradient(linear,left top,right top,from(#3cdf97),to(#2854b0));background:linear-gradient(90deg,#3cdf97,#2854b0);padding:6px 20px}.xml-title-twentyfour-pad .title-container-box .title-container .text-container{-webkit-transform:skewX(-60deg);transform:skewX(-60deg)}.xml-title-twentyfive-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-pad .title-container-box{position:relative}.xml-title-twentyfive-pad .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pad .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-pad .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-pad .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pad .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-paragraph-first-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pad .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pad .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pad .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pad .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pad .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pad{text-align:left}.xml-paragraph-second-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pad .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .text-container,.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .text-container,.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .text-container,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container,.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .text-container,.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .text-container,.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .text-container,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-second-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-pad .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-pad .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-pad .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-pad .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-pad .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-pad .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-pad .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pad{position:relative}.xml-paragraph-third-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-pad .body-text::after,.xml-paragraph-third-pad .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-pad .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pad .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pad{position:relative}.xml-paragraph-quadrangle-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pad .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pad{position:relative}.xml-paragraph-isosceles-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pad .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pad .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pad .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pad .shape .triangle,.xml-paragraph-isosceles-pad .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pad{position:relative}.xml-paragraph-wave-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pad{position:relative}.xml-paragraph-seventh-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pad .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pad .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pad{position:relative}.xml-paragraph-eighth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pad{position:relative}.xml-paragraph-ninth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pad{position:relative}.xml-paragraph-tenth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pad .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pad .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-pad{position:relative}.xml-paragraph-Redtheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pad .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-pad .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-pad .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-pad{position:relative}.xml-paragraph-Redtheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme2-pad .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-pad .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-pad .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-pad .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-pad .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pad{position:relative}.xml-paragraph-Redtheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-pad .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-pad .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pad .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-pad .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pad .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-pad{position:relative}.xml-paragraph-Redtheme4-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-pad .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-pad .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pad{position:relative}.xml-paragraph-Redtheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-pad .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-pad .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pad .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-pad{position:relative}.xml-paragraph-Redtheme6-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-pad .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-pad .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-pad .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-pad{position:relative}.xml-paragraph-sixteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-pad .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-pad{position:relative}.xml-paragraph-twelve-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-pad .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-pad .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-pad .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-pad .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-pad .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-pad .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pad{position:relative}.xml-paragraph-eleven-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-pad .body-text{padding:25px;text-align:left;position:relative}.xml-paragraph-eleven-pad .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-pad .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-pad .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-pad .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-pad .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pad .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-pad .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pad .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-pad .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pad .text-container{padding:0 10px}.xml-paragraph-eleven-pad .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-pad .text-container .editorClass p{padding:0}.xml-paragraph-eleven-pad .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-pad .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-pad{position:relative}.xml-paragraph-thirteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-pad .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-pad .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pad .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pad .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pad .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pad .body-text::after,.xml-paragraph-thirteen-pad .body-text::before{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;content:"";z-index:0}.xml-paragraph-thirteen-pad .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-pad .body-text::before{top:0;left:0;border-top:2px dashed #60A0E5;border-left:2px dashed #60A0E5;border-radius:32px 0 0}.xml-paragraph-thirteen-pad .body-text::after{bottom:0;right:0;border-bottom:2px dashed #60A0E5;border-right:2px dashed #60A0E5;border-radius:0 0 32px}.xml-paragraph-fourteen-pad{position:relative}.xml-paragraph-fourteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-pad .body-text{padding:3px;text-align:left;position:relative;border:4px solid #60a0e5}.xml-paragraph-fourteen-pad .body-text .right-image{width:31px;height:36px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-fourteen-right.png);background-size:100% 100%;position:absolute;top:-18px;right:2px;z-index:999}.xml-paragraph-fourteen-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#D5E6FD;padding:10px}.xml-paragraph-fourteen-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-pad{position:relative}.xml-paragraph-Yellowtheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-pad .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-pad .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-pad .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-pad .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-pad .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:4px solid #fdbc55;border-radius:5px}.xml-paragraph-Yellowtheme1-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-pad{position:relative}.xml-paragraph-Yellowtheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-pad .body-text-bg{border:4px solid #fdbc55;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-pad .body-text-bg .block1,.xml-paragraph-Yellowtheme2-pad .body-text-bg .block2,.xml-paragraph-Yellowtheme2-pad .body-text-bg .block3,.xml-paragraph-Yellowtheme2-pad .body-text-bg .block4{width:9px;height:9px;background-color:#fdbc55;border:4px solid #fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-pad .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-pad .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-pad .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-pad .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme2-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-pad{position:relative}.xml-paragraph-Yellowtheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-pad .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-pad .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-pad .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-pad{position:relative}.xml-paragraph-Yellowtheme4-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-pad .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block1,.xml-paragraph-Yellowtheme4-pad .body-text-bg .block2,.xml-paragraph-Yellowtheme4-pad .body-text-bg .block3,.xml-paragraph-Yellowtheme4-pad .body-text-bg .block4{width:16px;position:absolute;z-index:999;height:16px;background-color:#fdbc55}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-pad{position:relative}.xml-paragraph-Yellowtheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-pad .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-pad .body-text-bg .left-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute;top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-pad .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute;bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-pad{position:relative}.xml-paragraph-fifteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-pad .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pad .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pad .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pad .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pad .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-pad{position:relative}.xml-paragraph-Greentheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-pad .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pad .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-pad .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pad .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-pad{position:relative}.xml-paragraph-Greentheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-pad .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-pad{position:relative}.xml-paragraph-Greentheme4-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-pad .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-pad .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-pad{position:relative}.xml-paragraph-Greentheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-pad .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-pad .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-pad .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pad{position:relative}.xml-paragraph-Thirtyfive-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-pc .body-text,.xml-paragraph-Thirtysix-pad .body-text{-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-pad{position:relative}.xml-paragraph-Thirtysix-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18)}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-pad{position:relative;text-align:left}.xml-paragraph-Thirtyseven-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-pad .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-pad .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-pad .body-text .seemore{width:calc(100% - 2px);height:16px;background-color:#cee0fb;position:absolute;top:1px;left:0;z-index:9;font-size:12px;font-weight:400;font-stretch:normal;color:#2f2ad0;cursor:pointer;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-pad .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-pad .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-pad .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pad .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pad .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-pad .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad{position:relative;text-align:left}.xml-paragraph-Thirtyeight-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-pad .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-pad .sub-title .xml-text-pad.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-pad .sub-title .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-pad .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-pad .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-pad .body-text .xml-text-pad.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad .body-text .border-left{width:25px;height:150px;position:absolute;top:10px;left:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pad .body-text .border-left img{width:100%;height:100%}.xml-paragraph-Thirtyeight-pad .body-text .border-right{width:25px;height:150px;position:absolute;bottom:30px;right:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pad .body-text .border-right img{width:100%}.xml-paragraph-Forty-pad{position:relative;text-align:left}.xml-paragraph-Forty-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Forty-pad .body-text{padding:1px;text-align:left;position:relative}.xml-paragraph-Forty-pad .body-text .xml-text-pad.text-body-container{padding:20px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Forty-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Forty-pad .body-text .top-image{width:100%;height:50%;position:absolute;top:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg1.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pad .body-text .bottom-image{width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg2.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pad .body-text::after,.xml-paragraph-Forty-pad .body-text::before{height:30px;top:50%;background-size:100% 100%;background-repeat:no-repeat;position:absolute;content:"";width:15px;pointer-events:none}.xml-paragraph-Forty-pad .body-text::before{left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon6.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Forty-pad .body-text::after{right:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon5.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-text-image-first-pad .w-e-text-container,.xml-text-image-second-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-pad .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-pad .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-pad .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pad .image-container{margin:10px 0;text-align:center}.xml-text-image-fourth-pad .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-second-pad .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-third-pad .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-pad .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-pad .image-box .image-container .block-checked,.xml-text-image-second-pad .image-box .image-container.block-checked,.xml-text-image-third-pad .image-box{border-radius:50%;overflow:hidden}.xml-text-image-second-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pad .title-box{height:32px;margin-bottom:25px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.xml-text-image-fourth-pad .w-e-text-container,.xml-text-image-third-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pad .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pad .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pad .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-third-pad .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pad .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pad .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pad .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pad .image-container .xml-image-dan-tu,.xml-text-image-fourth-pad .image-container .xml-image-dan-tu .xml-image-dan-tu-pad{height:100%}.xml-text-image-fourth-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pad .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pad .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pad .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pad .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pad .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pad .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pad .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pad .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pad .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pad .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pad .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pad .image-text-box{width:100%}.xml-text-image-fifth-pad .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pad .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pad .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pad .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pad .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pad .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pad .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pad .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pad .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pad .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pad .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pad .image-text-decorate{width:100px;height:30px;background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pad .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pad .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-pad .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-first-pad .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-pad{margin-top:10px!important}.xml-splitline-second-pad .title-container{height:30px;padding-top:10px}.xml-splitline-second-pad .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-pad .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-pad .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-pad,.xml-splitline-third-pad{margin-top:0!important}.xml-splitline-second-pad .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-pad .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-pad .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-pad .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-pad{margin-top:0!important}.xml-splitline-fifth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-pad .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-pad,.xml-splitline-ninth-pad,.xml-splitline-seventh-pad,.xml-splitline-sixth-pad,.xml-splitline-tenth-pad{margin-top:0!important}.xml-splitline-fifth-pad .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-pad .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-pad .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-pad .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-pad .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-pad .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pad .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-pad .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-pad .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-pad .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-pad .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-pad .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-pad .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-pad .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-pad .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-pad .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-pad .title-container>div{width:100%}.xml-splitline-tenth-pad .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-pad .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-pad,.xml-splitline-Greytheme2-pad,.xml-splitline-Greytheme3-pad,.xml-splitline-Greytheme4-pad,.xml-splitline-Greytheme5-pad,.xml-splitline-Greytheme6-pad,.xml-splitline-eleventh-pad{margin-top:0!important}.xml-splitline-eleventh-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-pad .title-container>div{width:100%}.xml-splitline-eleventh-pad .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-pad .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-pad .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pad,.xml-splitline-Bluetheme2-pad,.xml-splitline-Bluetheme3-pad,.xml-splitline-Bluetheme4-pad,.xml-splitline-Greentheme1-pad,.xml-splitline-Greentheme2-pad,.xml-splitline-Greentheme3-pad,.xml-splitline-Greentheme4-pad,.xml-splitline-Redtheme4-pad,.xml-splitline-Yellowtheme1-pad,.xml-splitline-Yellowtheme2-pad,.xml-splitline-Yellowtheme3-pad,.xml-splitline-Yellowtheme4-pad{margin-top:10px!important}.xml-splitline-Greytheme6-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pad .title-container .linebox,.xml-splitline-Bluetheme2-pad .title-container .linebox,.xml-splitline-Bluetheme3-pad .title-container .linebox,.xml-splitline-Bluetheme4-pad .title-container .linebox,.xml-splitline-Greentheme1-pad .title-container .linebox,.xml-splitline-Greentheme2-pad .title-container .linebox,.xml-splitline-Greentheme3-pad .title-container .linebox,.xml-splitline-Greentheme4-pad .title-container .linebox,.xml-splitline-Redtheme1-pad .title-container .linebox,.xml-splitline-Redtheme2-pad .title-container .linebox,.xml-splitline-Redtheme3-pad .title-container .linebox,.xml-splitline-Redtheme4-pad .title-container .linebox,.xml-splitline-Yellowtheme1-pad .title-container .linebox,.xml-splitline-Yellowtheme2-pad .title-container .linebox,.xml-splitline-Yellowtheme3-pad .title-container .linebox,.xml-splitline-Yellowtheme4-pad .title-container .linebox{width:100%;background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme1-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png)}.xml-splitline-Yellowtheme2-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png)}.xml-splitline-Yellowtheme3-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png)}.xml-splitline-Yellowtheme4-pad .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png)}.xml-splitline-Redtheme1-pad .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png)}.xml-splitline-Redtheme2-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png)}.xml-splitline-Redtheme3-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png)}.xml-splitline-Redtheme4-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png)}.xml-splitline-Greentheme1-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png)}.xml-splitline-Greentheme2-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png)}.xml-splitline-Greentheme3-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png)}.xml-splitline-Greentheme4-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png)}.xml-splitline-Bluetheme1-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png)}.xml-splitline-Bluetheme2-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png)}.xml-splitline-Bluetheme3-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png)}.xml-splitline-Bluetheme4-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png)}.xml-title-twentyone-pad{text-align:left}.xml-title-twentyone-pad .title-container-box{position:relative}.xml-title-twentyone-pad .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-pad .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-pad .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-pad .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-pad .title-container-box .title-container,.xml-title-twentyone-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#84fee1),to(#38abe1));border-radius:10px 0 0 10px;-webkit-transform:skewX(-20deg)}.xml-title-twentyone-pad .title-container-box .title-container{background:linear-gradient(90deg,#84fee1 25%,#38abe1);display:inline-block;padding:6px 20px 6px 85px;transform:skewX(-20deg)}.xml-title-twentyone-pad .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-pad{text-align:left}.xml-title-twentytwo-pad .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-pad .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-pad .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-pad .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-pad .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-pad .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-pad .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-pad{text-align:left}.xml-title-twentythree-pad .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-pad .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-pad .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-pad .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-pad .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-title-sixth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc>div{width:100%}.xml-title-sixth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pc .title-container .title-left-div{max-width:30%}.xml-title-sixth-pc .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-pc .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pc .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pc .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-pc .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pc .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pc .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc,.xml-title-twentyfive-pc{display:-webkit-box;-webkit-box-align:center}.xml-title-sixth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twentyfour-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyfour-pc .title-container-box{position:relative;max-width:592px}.xml-title-twentyfour-pc .title-container-box .left-bg{width:300px;height:75px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-twentyfour-pc .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfour-pc .title-container-box .title-container{text-align:center;-webkit-transform:skewX(60deg);transform:skewX(60deg);min-width:200px;margin:10px 0}.xml-title-twentyfour-pc .title-container-box .title-container .left-line{background-color:#3cdf97;height:100%;width:9px;position:absolute;left:-45px}.xml-title-twentyfour-pc .title-container-box .title-container .left-line::before{content:"";width:7px;height:100%;background-color:inherit;position:absolute;left:-22px}.xml-title-twentyfour-pc .title-container-box .title-container .left-line::after{content:"";width:12px;height:100%;background-color:inherit;position:absolute;right:-25px}.xml-title-twentyfour-pc .title-container-box .title-container .right-line{background-color:#2854b0;height:100%;width:9px;position:absolute;right:-45px;top:0}.xml-title-twentyfour-pc .title-container-box .title-container .right-line::before{content:"";width:12px;height:100%;background-color:inherit;position:absolute;left:-25px}.xml-title-twentyfour-pc .title-container-box .title-container .right-line::after{content:"";width:7px;height:100%;background-color:inherit;position:absolute;right:-22px}.xml-title-twentyfour-pc .title-container-box .title-container .title-body-box{background:-webkit-gradient(linear,left top,right top,from(#3cdf97),to(#2854b0));background:linear-gradient(90deg,#3cdf97,#2854b0);padding:6px 20px}.xml-title-twentyfour-pc .title-container-box .title-container .text-container{-webkit-transform:skewX(-60deg);transform:skewX(-60deg)}.xml-title-twentyfive-pc{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-pc .title-container-box{position:relative}.xml-title-twentyfive-pc .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pc .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-pc .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-pc .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pc .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-title-first-pc{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pc .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-second-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pc .title-container .w-e-text-container,.xml-title-third-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pc .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pc .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pc .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pc .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pc .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pc .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pc .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-pc .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pc .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pc .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pc .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pc .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pc .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rotundity-pc .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pc .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pc .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc,.xml-title-twelfth-pc .title-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-twelfth-pc{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:flex;position:relative;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pc .title-container .title-text p{line-height:1.1!important}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Knowledge-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme2-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme2-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme4-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme5-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fifteen-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-first-library-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-fourteen-pc .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fourteen2-pc .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-nineteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-semicircle-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-seventeen-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixteen-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-thirteenth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-twelfth-pc .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-twelfth-pc .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pc .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid #006af7;border-right:4px solid #006af7;position:relative}.xml-title-thirteenth-pc .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006af7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .block{width:7px;height:7px;background-color:#006af7;margin-bottom:-3px}.xml-title-thirteenth-pc .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pc .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pc .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen2-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right-purple.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen2-pc .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen2-pc .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg-purple.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(174,156,227,.83);box-shadow:0 2px 7px 0 rgba(174,156,227,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen2-pc .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pc>div{min-width:75%;max-width:100%}.xml-title-eighteen-pc .title-container-box{width:100%;position:relative}.xml-title-eighteen-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;padding:3px 20%;margin:0 auto;z-index:9;background-repeat:no-repeat;background-position-x:center}.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-pc .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pc .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pc .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-Greentheme5-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme5-pc>div{padding:0 35px}.xml-title-Greentheme5-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme5-pc .title-container .title-left-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-41px;top:0;z-index:999}.xml-title-Greentheme5-pc .title-container .title-right-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-41px}.xml-title-Greentheme5-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#53a638;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-title-Knowledge-pc .title-container .rigth-titlebox .xml-text-h5.text-container p,.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container p{margin-block-end:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;-webkit-margin-before:3px!important}.xml-title-Knowledge-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-pc>div{width:100%;height:100%}.xml-title-Knowledge-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-pc .title-container .left-titlebox{background-color:#1485b4;padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-pc .title-container .left-titlebox .text-container{border-radius:24px}.xml-title-Knowledge-pc .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #64eefe;background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-pc .title-container .left-image{width:48px;height:48px;background:url(../../static/images/leaflet/resourceCenter/title-fifteen-bg.png);background-size:100% 100%;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-pc .title-container .left-image .image-container,.xml-title-fifteen-pc .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-pc .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid #60a0e5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-pc>div{min-width:40%}.xml-title-sixteen-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid #558ee6;padding:0 30px 0 51px}.xml-title-sixteen-pc .title-container .left-image{width:36px;height:26px;background-image:url(../../static/images/leaflet/resourceCenter/title-sixteen-bg.png);background-size:100% 100%;position:absolute;bottom:-15px;left:10px}.xml-title-sixteen-pc .title-container .right-icon{width:10px;height:10px;background-color:#558ee6;border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-pc .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-pc .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-pc>div{min-width:60%}.xml-title-seventeen-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-pc .title-container .left-image{width:48px;height:48px;border-radius:50%;background-color:#60a0e5;padding:3px;position:absolute;left:0}.xml-title-seventeen-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:#60a0e5;border:2px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-seventeen-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-seventeen-pc .title-container .left-image .image-container .xml-image-dan-tu img{border-radius:50%;width:100%;height:100%}.xml-title-seventeen-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-pc .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-pc .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-pc .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid #558ee6;margin-bottom:3px;margin-top:3px}.xml-title-seventeen-pc .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid #A4C3F2}.xml-title-seventeen-pc .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-pc .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-pc .title-container .rigth-titlebox .xml-text-h5.text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-pc .title-container-box{width:100%;position:relative}.xml-title-nineteen-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-nineteen-bg.png);background-size:100% 100%;padding:0 40px;margin:0 auto;z-index:9}.xml-title-nineteen-pc .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-pc>div{width:100%}.xml-title-Yellowtheme1-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-pc .title-container .left-image{width:74px;height:74px;background-color:var(--reader-theme-color,#fff);border:2px solid #fdab2b;border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-pc .title-container .left-image .jiantou1{width:36px;height:8px;background-color:var(--reader-theme-color,#fff);border-top:2px solid #fdab2b;border-left:2px solid #fdab2b;position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-pc .title-container .left-image .jiantou2{width:8px;height:36px;background-color:var(--reader-theme-color,#fff);border-bottom:2px solid #fdab2b;border-right:2px solid #fdab2b;position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid var(--reader-theme-color,#fff)}.xml-title-Yellowtheme1-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-pc .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-Yellowtheme1-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-pc .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:var(--reader-theme-color,#fff);max-width:77%;position:relative}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-pc>div{width:100%}.xml-title-Yellowtheme2-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-pc .title-container .left-icon{width:35px;height:35px;background-color:#fdab2b;opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-pc .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid #fdab2b;margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container,.xml-title-Yellowtheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme2-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme3-pc>div{width:100%}.xml-title-Yellowtheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme3-pc .title-container .left-icon{width:52px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme3-left.png);background-size:100% 100%;position:absolute;bottom:0;left:0}.xml-title-Yellowtheme3-pc .title-container .rigth-titlebox{max-width:90%;padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:55px;background-color:#fff;border-bottom:solid 2px #fdab2b;z-index:99}.xml-title-Yellowtheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-pc .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fdbc55;border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme5-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-pc>div{padding:0 20px}.xml-title-Yellowtheme5-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fdbc55;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-pc .title-container .left-img{position:absolute;width:40px;height:100%;top:0;left:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-left.png);background-size:100% 100%}.xml-title-Yellowtheme5-pc .title-container .right-img{position:absolute;width:40px;height:100%;top:0;right:-24px;background-image:url(../../static/images/leaflet/resourceCenter/title-Yellowtheme5-right.png);background-size:100% 100%}.xml-title-Yellowtheme5-pc .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-pc>div{height:100%}.xml-title-Yellowtheme6-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fee0b0;border:2px solid #fdbc55;z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-pc .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-pc .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:#fdbc55}.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:#fdbc55}.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fee0b0;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-pc>div{width:100%}.xml-title-Greentheme1-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme1-pc .title-container .left-image .image-container,.xml-title-Greentheme1-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-pc .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-pc .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-pc .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div>div,.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div,.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-pc>div{width:100%}.xml-title-Greentheme2-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-pc .title-container .left-image .image-container,.xml-title-Greentheme2-pc .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-pc .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-pc .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-pc>div{width:100%}.xml-title-Greentheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-pc .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-pc .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pc,.xml-title-Greentheme4-pc .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-pc{display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-pc>div{width:100%}.xml-title-Greentheme4-pc .cont-box{display:flex;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-pc .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid #68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-pc .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:#68a348;position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-pc .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-pc .title-container .title-left-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-pc .title-container .title-left-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-pc .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-pc .title-container .title-right-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-pc .title-container .title-right-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-title-semicircle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pc .title-container .title-left-img,.xml-title-semicircle-pc .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-pc .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-pc .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-paragraph-first-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pc .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pc .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc{text-align:left}.xml-paragraph-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pc .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-pc .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-pc .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-pc .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pc{position:relative}.xml-paragraph-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-pc .body-text::after,.xml-paragraph-third-pc .body-text::before{width:1px;position:absolute;background-color:#0070c1;height:80px;content:""}.xml-paragraph-third-pc .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pc .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc{position:relative}.xml-paragraph-quadrangle-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pc{position:relative}.xml-paragraph-isosceles-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pc .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pc .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pc .shape .triangle,.xml-paragraph-isosceles-pc .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pc{position:relative}.xml-paragraph-wave-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pc{position:relative}.xml-paragraph-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pc .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pc{position:relative}.xml-paragraph-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc{position:relative}.xml-paragraph-ninth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pc{position:relative}.xml-paragraph-tenth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-pc{position:relative}.xml-paragraph-Redtheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pc .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme2-pc .w-e-text-container,.xml-paragraph-Redtheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-pc .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-pc .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-pc{position:relative}.xml-paragraph-Redtheme2-pc .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-pc .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-pc .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-pc .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-pc .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pc{position:relative}.xml-paragraph-Redtheme3-pc .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-pc .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pc .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-pc .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pc .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-pc{position:relative}.xml-paragraph-Redtheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-pc .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-pc .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pc{position:relative}.xml-paragraph-Redtheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-pc .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-pc .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pc .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-pc{position:relative}.xml-paragraph-Redtheme6-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-pc .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-pc .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-pc .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-pc{position:relative}.xml-paragraph-sixteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-pc .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-pc{position:relative}.xml-paragraph-twelve-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-pc .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-pc .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-pc .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-pc .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-pc .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-eleven-pc,.xml-paragraph-eleven-pc .body-text,.xml-paragraph-twelve-pc .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-pc .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-pc .body-text{padding:25px;text-align:left}.xml-paragraph-eleven-pc .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-pc .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-pc .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-pc .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-pc .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pc .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-pc .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pc .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-pc .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pc .text-container{padding:0 10px}.xml-paragraph-eleven-pc .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-pc .text-container .editorClass p{padding:0}.xml-paragraph-eleven-pc .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-pc .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-pc{position:relative}.xml-paragraph-thirteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-pc .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-pc .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pc .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pc .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pc .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pc .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-pc .body-text::after,.xml-paragraph-thirteen-pc .body-text::before{width:80px;background-color:none;position:absolute;z-index:0;content:"";height:70%;max-height:100px}.xml-paragraph-thirteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-pc .body-text::before{top:0;left:0;border-top:2px dashed #60A0E5;border-left:2px dashed #60A0E5;border-radius:32px 0 0}.xml-paragraph-thirteen-pc .body-text::after{bottom:0;right:0;border-bottom:2px dashed #60A0E5;border-right:2px dashed #60A0E5;border-radius:0 0 32px}.xml-paragraph-fourteen-pc{position:relative}.xml-paragraph-fourteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-pc .body-text{padding:3px;text-align:left;position:relative;border:4px solid #60a0e5}.xml-paragraph-fourteen-pc .body-text .right-image{width:31px;height:36px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-fourteen-right.png);background-size:100% 100%;position:absolute;top:-18px;right:2px;z-index:999}.xml-paragraph-fourteen-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#D5E6FD;padding:10px}.xml-paragraph-fourteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-pc{position:relative}.xml-paragraph-Yellowtheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-pc .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:4px solid #fdbc55;border-radius:5px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-pc{position:relative}.xml-paragraph-Yellowtheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-pc .body-text-bg{border:4px solid #fdbc55;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block1,.xml-paragraph-Yellowtheme2-pc .body-text-bg .block2,.xml-paragraph-Yellowtheme2-pc .body-text-bg .block3,.xml-paragraph-Yellowtheme2-pc .body-text-bg .block4{width:9px;height:9px;background-color:#fdbc55;border:4px solid #fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-pc{position:relative}.xml-paragraph-Yellowtheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-pc .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-pc .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-pc .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-pc{position:relative}.xml-paragraph-Yellowtheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-pc .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block1,.xml-paragraph-Yellowtheme4-pc .body-text-bg .block2,.xml-paragraph-Yellowtheme4-pc .body-text-bg .block3,.xml-paragraph-Yellowtheme4-pc .body-text-bg .block4{width:16px;height:16px;background-color:#fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-pc{position:relative}.xml-paragraph-Yellowtheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-pc .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-pc .body-text-bg .left-img,.xml-paragraph-Yellowtheme5-pc .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute}.xml-paragraph-Yellowtheme5-pc .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-pc .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-pc{position:relative}.xml-paragraph-fifteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-pc .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pc .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pc .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pc .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pc .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-pc{position:relative}.xml-paragraph-Greentheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-pc .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pc .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-pc .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pc .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-pc{position:relative}.xml-paragraph-Greentheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-pc .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-pc{position:relative}.xml-paragraph-Greentheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-pc .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-pc .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-pc{position:relative}.xml-paragraph-Greentheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-pc .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-pc .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-pc .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-text-image-first-pc .w-e-text-container,.xml-text-image-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-pc .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-second-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-third-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-pc .image-box .image-container .block-checked,.xml-text-image-third-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fourth-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-pc{height:100%}.xml-text-image-fourth-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass p,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pc .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pc .image-text-box{width:100%}.xml-text-image-fifth-pc .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pc .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pc .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pc .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pc .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pc .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-pc .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-first-pc .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-pc{margin-top:10px!important}.xml-splitline-second-pc .title-container{height:30px;padding-top:10px}.xml-splitline-second-pc .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-pc .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-pc .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-pc,.xml-splitline-third-pc{margin-top:0!important}.xml-splitline-second-pc .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-pc .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-pc .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-pc .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-pc{margin-top:0!important}.xml-splitline-fifth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-pc .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-pc,.xml-splitline-ninth-pc,.xml-splitline-seventh-pc,.xml-splitline-sixth-pc,.xml-splitline-tenth-pc{margin-top:0!important}.xml-splitline-fifth-pc .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-pc .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-pc .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-pc .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-pc .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-pc .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pc .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-pc .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-pc .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-pc .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-pc .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-pc .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-pc .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-pc .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-pc .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-pc .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-pc .title-container>div{width:100%}.xml-splitline-tenth-pc .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-pc .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-pc,.xml-splitline-Greytheme2-pc,.xml-splitline-Greytheme3-pc,.xml-splitline-Greytheme4-pc,.xml-splitline-Greytheme5-pc,.xml-splitline-Greytheme6-pc,.xml-splitline-eleventh-pc{margin-top:0!important}.xml-splitline-eleventh-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-pc .title-container>div{width:100%}.xml-splitline-eleventh-pc .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-pc .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-pc .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pc,.xml-splitline-Bluetheme2-pc,.xml-splitline-Bluetheme3-pc,.xml-splitline-Bluetheme4-pc,.xml-splitline-Greentheme1-pc,.xml-splitline-Greentheme2-pc,.xml-splitline-Greentheme3-pc,.xml-splitline-Greentheme4-pc,.xml-splitline-Redtheme4-pc,.xml-splitline-Yellowtheme1-pc,.xml-splitline-Yellowtheme2-pc,.xml-splitline-Yellowtheme3-pc,.xml-splitline-Yellowtheme4-pc{margin-top:10px!important}.xml-splitline-Greytheme6-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-pc .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-pc .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-title-twenty-pc{text-align:left}.xml-title-twenty-pc .title-container-box{position:relative}.xml-title-twenty-pc .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-pc .title-container-box .left-bg img{width:60px}.xml-title-twenty-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);display:inline-block}.xml-title-twenty-pc .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyone-pc{text-align:left}.xml-title-twentyone-pc .title-container-box{position:relative}.xml-title-twentyone-pc .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-pc .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-pc .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-pc .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-pc .title-container-box .title-container{background:linear-gradient(90deg,#84fee1 25%,#38abe1);display:inline-block;padding:6px 20px 6px 85px;transform:skewX(-20deg)}.xml-title-twentyone-pc .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-pc{text-align:left}.xml-title-twentytwo-pc .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-pc .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-pc .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-pc .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-pc .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-pc .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-pc{text-align:left}.xml-title-twentythree-pc .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-pc .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-pc .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-pc .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-pc .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-paragraph-Thirtyfive-pc{position:relative}.xml-paragraph-Thirtyfive-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18)}.xml-paragraph-Thirtyfive-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pc .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-pc .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-pc{position:relative}.xml-paragraph-Thirtysix-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtysix-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-pc .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-pc .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-pc{position:relative;text-align:left}.xml-paragraph-Thirtyseven-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-pc .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-pc .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-pc .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-pc .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-pc .body-text .seemore{width:calc(100% - 2px);height:16px;background-color:#cee0fb;position:absolute;top:1px;left:0;z-index:9;font-size:12px;font-weight:400;font-stretch:normal;color:#2f2ad0;cursor:pointer;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-pc .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-pc .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-pc .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pc .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pc .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-pc .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc{position:relative;text-align:left}.xml-paragraph-Thirtyeight-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-pc .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-pc .sub-title .xml-text-pc.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-pc .sub-title .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-pc .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-pc .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-pc .body-text .xml-text-pc.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc .body-text .border-left{width:25px;height:150px;position:absolute;top:10px;left:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pc .body-text .border-left img{width:100%;height:100%}.xml-paragraph-Thirtyeight-pc .body-text .border-right{width:25px;height:150px;position:absolute;bottom:30px;right:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pc .body-text .border-right img{width:100%;max-width:160px}.xml-paragraph-Forty-pc{position:relative;text-align:left}.xml-paragraph-Forty-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Forty-pc .body-text{padding:1px;text-align:left;position:relative}.xml-paragraph-Forty-pc .body-text .xml-text-pc.text-body-container{padding:20px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Forty-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Forty-pc .body-text .top-image{width:100%;height:50%;position:absolute;top:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg1.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pc .body-text .bottom-image{width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg2.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pc .body-text::after,.xml-paragraph-Forty-pc .body-text::before{width:15px;background-size:100% 100%;background-repeat:no-repeat;pointer-events:none;position:absolute;top:50%;content:""}.xml-paragraph-Forty-pc .body-text::before{height:30px;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon6.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Forty-pc .body-text::after{height:30px;right:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon5.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.pc-catalog::-webkit-scrollbar-thumb{border-radius:10px!important;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)!important;background:#535353!important}.pc-catalog::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)!important;border-radius:10px!important;background:#ededed!important}.preview-list-pc::-webkit-scrollbar{width:8px!important}.preview-list-pc::-webkit-scrollbar-thumb{border-radius:10px!important;-webkit-box-shadow:inset 0 0 5px rgba(90,90,90,.2)!important;background:#535353!important}.preview-list-pc::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)!important;border-radius:10px!important;background:#ededed!important}@keyframes moves{0%{left:-100%}100%{left:0}}.preview-list-counter{position:relative;display:inline-block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;width:100%;height:calc(100vh - 100px);margin-top:40px;padding-top:15px}.preview-list-counter-pc{margin:50px auto;height:calc(100vh - 60px)}.preview-list-counter-pc .preview-nav__box{width:700px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.preview-list-counter-pc .preview-nav__box .custom-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--preview-theme-color);border-radius:11px;padding:8px 9px;width:52px;height:30px}.preview-list-counter-pc .preview-nav__box .custom-btn.isDisabled{opacity:.4}.preview-list-counter-pc .preview-nav__box .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fefefe}.preview-list-counter-pc .preview-nav__box .custom-btn .custom-icon{height:14px}.preview-list-pc{height:calc(100vh - 70px);overflow:hidden;overflow-y:auto;position:relative}.preview-list-pc.style-b{padding-bottom:58px}.preview-list-pc.style-b--pc{padding-bottom:62px}.preview-list-pc .preview-nav{position:fixed;bottom:0;z-index:1001}.preview-list-pc .preview-nav .preview-nav__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:58px;padding:0 15px;background-color:#f7f7f7;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview-list-pc .preview-nav .preview-nav__wrapper .preview-nav__left .custom-btn span{min-width:50px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.preview-list-pc .preview-nav .preview-nav__wrapper .preview-nav__left .custom-btn .custom-icon{width:14px}.preview-list-pc .preview-nav .preview-nav__wrapper .preview-nav__right{display:-webkit-box;display:-ms-flexbox;display:flex;width:132px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.preview-list-pc .preview-nav .preview-nav__wrapper .preview-nav__right .custom-btn span{min-width:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-list-pc .preview-nav .preview-nav__wrapper .preview-nav__right .custom-btn .custom-icon{width:8px}.preview-list-pc .preview-nav .preview-nav__wrapper .custom-btn{background-color:var(--preview-theme-color);border-radius:11px;padding:8px 9px}.preview-list-pc .preview-nav .preview-nav__wrapper .custom-btn.isDisabled{opacity:.4}.preview-list-pc .preview-nav .preview-nav__wrapper .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fefefe;width:52px;height:30px}.preview-list-pc .preview-nav .preview-nav__wrapper .custom-btn .custom-icon{height:14px}.preview-list-pc .preview-nav.pc{width:600px}.preview-list-pc .preview-nav.pc .preview-nav__wrapper{height:62px;padding:0 24px;background-color:#f7f7f7;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .preview-nav__left .custom-btn span{min-width:64px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .preview-nav__left .custom-btn .custom-icon{width:16px}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .preview-nav__right{display:-webkit-box;display:-ms-flexbox;display:flex;width:178px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .preview-nav__right .custom-btn span{min-width:37px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .preview-nav__right .custom-btn .custom-icon{width:10px}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .custom-btn{background-color:var(--preview-theme-color);border-radius:14px;padding:8px 9px}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .custom-btn.isDisabled{opacity:.4}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-family:PingFang SC;font-weight:400;color:#fefefe}.preview-list-pc .preview-nav.pc .preview-nav__wrapper .custom-btn .custom-icon{height:16px}.xml-digital-teaching-preview .preview-list{position:relative}.xml-digital-teaching-preview .preview-list.style-b{padding-bottom:58px}.xml-digital-teaching-preview .preview-list.style-b--pc{padding-bottom:62px}.xml-digital-teaching-preview .preview-list .preview-nav{position:fixed;bottom:0;z-index:1001}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:58px;padding:0 15px;background-color:#f7f7f7;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .preview-nav__left .custom-btn span{min-width:50px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .preview-nav__left .custom-btn .custom-icon{width:14px}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .preview-nav__right{display:-webkit-box;display:-ms-flexbox;display:flex;width:132px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .preview-nav__right .custom-btn span{min-width:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .preview-nav__right .custom-btn .custom-icon{width:8px}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .custom-btn{background-color:var(--preview-theme-color);border-radius:11px;padding:8px 9px}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .custom-btn.isDisabled{opacity:.4}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fefefe}.xml-digital-teaching-preview .preview-list .preview-nav .preview-nav__wrapper .custom-btn .custom-icon{height:14px}.xml-digital-teaching-preview .preview-list .preview-nav.pc{width:600px}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper{height:62px;padding:0 24px;background-color:#f7f7f7;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .preview-nav__left .custom-btn span{min-width:64px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .preview-nav__left .custom-btn .custom-icon{width:16px}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .preview-nav__right{display:-webkit-box;display:-ms-flexbox;display:flex;width:178px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .preview-nav__right .custom-btn span{min-width:37px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .preview-nav__right .custom-btn .custom-icon{width:10px}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .custom-btn{background-color:var(--preview-theme-color);border-radius:14px;padding:8px 9px}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .custom-btn.isDisabled{opacity:.4}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-family:PingFang SC;font-weight:400;color:#fefefe}.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .custom-btn .custom-icon{height:16px}.xml-digital-teaching-preview .preview-nav-phone__box{position:fixed;left:0;bottom:0;z-index:99;width:100%;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff}.xml-digital-teaching-preview .preview-nav-phone__box .preview-nav__left .custom-btn{width:60px}.xml-digital-teaching-preview .preview-nav-phone__box .preview-nav__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:140px}.xml-digital-teaching-preview .preview-nav-phone__box .custom-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--preview-theme-color);border-radius:11px;padding:8px 9px;width:52px;height:30px}.xml-digital-teaching-preview .preview-nav-phone__box .custom-btn.isDisabled{opacity:.4}.xml-digital-teaching-preview .preview-nav-phone__box .custom-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fefefe}.xml-digital-teaching-preview .preview-nav-phone__box .custom-btn .custom-icon{height:14px}.el-image-viewer__wrapper .el-image-viewer__mask{opacity:.85}.ouchn-container.preview-mode{background:#fff}.ouchn-container.preview-mode .preview-container-title-pc{background-color:var(--preview-theme-color);height:49px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:1500;width:100vw;position:fixed;left:0}.ouchn-container.preview-mode .preview-container-title-pc .container-text-pc{margin-left:30px;color:#fff}.ouchn-container.preview-mode .preview-container-title-pc .container-text-search{padding-right:26px;margin-right:30px;background-color:#fff;border-radius:30px;font-size:20px}.ouchn-container.preview-mode .preview-container-title-pc .container-text-search input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;padding:5px 15px;width:200px;background-color:#fff;font-size:14px;color:#333;border:#fff;border-radius:30px}.ouchn-container.preview-mode .preview-container-title-pc .container-iocn-search-pc{position:absolute;right:50px;top:10px;color:#000}.ouchn-container.preview-mode .preview-container-title{text-align:center;background-color:var(--preview-theme-color);height:49px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1500;width:100%;color:#fff}.ouchn-container.preview-mode .preview-container-title.fixed-title{position:fixed}.ouchn-container.preview-mode .preview-container-title .container-icon{position:absolute;left:15px;color:#fff;margin-left:8px;font-size:16px;line-height:49px}.ouchn-container.preview-mode .preview-container-title .container-text{color:#fff;line-height:49px;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:80vw;padding:0 5px}.ouchn-container.preview-mode .preview-for-h5 .preview-screen-h5{overflow-y:inherit;overflow-x:hidden;padding-bottom:40px}.ouchn-container.preview-mode .preview-for-pc{background-color:#f4f1f4}.ouchn-container.preview-mode .preview-for-pc .pc-container{display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh}.ouchn-container.preview-mode .preview-for-pc .pc-container .pc-catalog{width:430px;border-radius:10px;height:calc(100vh - 70px);background-color:#fff;overflow:hidden;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.ouchn-container.preview-mode .preview-for-pc .pc-container .pc-catalog.pc-catalog--render{margin-top:56px;margin-left:15px}.ouchn-container.preview-mode .preview-for-pc .pc-container .preview-screen-pc{min-width:700px;max-width:700px;margin:0 auto;background:#fff}.ouchn-container.preview-mode .preview-for-pc .pc-container .preview-screen-pc .preview-container-title i{display:none}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node .el-tree-node__content,.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-for-pc .pc-container .preview-screen-pc .preview-container-title .container-text{font-size:18px;font-family:PingFang SC;font-weight:700;color:#fff}.ouchn-container.preview-mode .preview-for-pad{max-width:750px;margin:0 auto}.ouchn-container.preview-mode .preview-tree-box-h5-tree,.ouchn-container.preview-mode .preview-tree-box-pad-tree,.ouchn-container.preview-mode .preview-tree-box-pc-tree{margin-top:16px}.ouchn-container.preview-mode .preview-tree-box-h5{background:#fff;padding:15px;height:calc(100vh - 157px);overflow-x:hidden;overflow-y:auto}.ouchn-container.preview-mode .preview-tree-box-h5[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node{word-break:break-all;white-space:normal}.ouchn-container.preview-mode .preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-h5-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree{height:calc(100vh - 80px);overflow-y:auto}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left{width:200px}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .preview-tree-box-pad{height:calc(100vh - 157px);background:#fff;overflow-x:hidden;overflow-y:auto;padding:15px}.ouchn-container.preview-mode .preview-tree-box-pad[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node{word-break:break-all;white-space:normal}.ouchn-container.preview-mode .preview-tree-box-pad-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-pad-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-pad-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-pad-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree{height:calc(100vh - 80px);overflow-y:auto}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .preview-tree-box-pc{background:#fff;overflow-x:hidden;overflow-y:auto;padding:15px 10px}.ouchn-container.preview-mode .preview-tree-box-pc[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-pc .el-tree-node{word-break:break-all;white-space:normal}.ouchn-container.preview-mode .preview-tree-box-pc .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-pc-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-pc-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-pc-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-pc-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree{height:calc(100vh - 110px);overflow-y:auto}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.add-notes-bookmarks .item-box span,.add-notes-bookmarks-pc .item-box span{font-size:12px;color:#fff}.ouchn-container .editing-preview .preview-tree-box-h5{background:#fff;height:calc(100vh - 104px);overflow-x:hidden;overflow-y:auto}.add-notes-bookmarks,.add-notes-bookmarks-pc,.add-notes-bookmarks-pc::after,.add-notes-bookmarks::after{position:absolute;background:#2b2b2b}.add-notes-bookmarks-pc{z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.add-notes-bookmarks-pc .item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999}.add-notes-bookmarks-pc .item-box img{width:20px;cursor:pointer}.add-notes-bookmarks{left:140px;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24vw;padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.add-notes-bookmarks .item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999}.add-notes-bookmarks .item-box img{width:4vw;padding:2px;cursor:pointer}.add-notes-bookmarks::after{bottom:-1vw;left:10vw;z-index:99998;content:"";width:4vw;height:4vw;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#2b2b2b}.add-notes-bookmarks-pc::after{bottom:-8px;left:40px;z-index:99998;content:"▙";-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#2b2b2b}.textbooks-opinion{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:45px!important}.textbooks-opinion::after{left:12px}.add-notes-box-text{position:fixed;top:0;left:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.add-notes-box-text .notes-text-box{width:88vw;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;background:#ededed;border-radius:8px}.add-notes-box-text .notes-text-box .title-box{width:100%;position:relative;padding-left:6px;font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;font-family:"微软雅黑";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-notes-box-text .notes-text-box .title-box:after{position:absolute;left:0;top:0;width:2px;height:20px;background:#ccc;content:""}.add-notes-box-text .notes-text-box .textarea{margin:10px 0;width:100%;height:30vw;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;resize:none;border-radius:4px;font-family:"微软雅黑";font-size:14px;color:#333}.add-notes-box-text .notes-text-box .add-notes-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.add-notes-box-text .notes-text-box .add-notes-btn div{padding:3px 14px;border:1px solid var(--preview-theme-color);border-radius:20px;font-size:14px;font-family:"微软雅黑";color:var(--preview-theme-color);cursor:pointer}.add-notes-box-text .notes-text-box .add-notes-btn .confirm{margin-left:30px;background:var(--preview-theme-color);color:#fff}.add-notes-box-text-pc{position:fixed;top:0;right:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw!important;height:100vh!important;background:rgba(0,0,0,.2)}.add-notes-box-text-pc .notes-text-box-pc{width:600px;height:500px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;background:#ededed;border-radius:8px}.add-notes-box-text-pc .notes-text-box-pc .title-box{width:100%;position:relative;padding-left:6px;font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;font-family:"微软雅黑";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-notes-box-text-pc .notes-text-box-pc .title-box:after{position:absolute;left:0;top:0;width:2px;height:20px;background:#ccc;content:""}.add-notes-box-text-pc .notes-text-box-pc .textarea{margin:10px 0;width:100%;height:400px;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;resize:none;border-radius:4px;font-family:"微软雅黑";font-size:14px;color:#333}.add-notes-box-text-pc .notes-text-box-pc .add-notes-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.add-notes-box-text-pc .notes-text-box-pc .add-notes-btn div{padding:3px 14px;border:1px solid var(--preview-theme-color);border-radius:20px;font-size:14px;font-family:"微软雅黑";color:var(--preview-theme-color);cursor:pointer}.add-notes-box-text-pc .notes-text-box-pc .add-notes-btn .confirm{margin-left:30px;background:var(--preview-theme-color);color:#fff}.continue-read-box{position:fixed;top:0;left:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.continue-read-box .notes-text-box{width:490px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;background:#ededed;border-radius:8px}.continue-read-box .notes-text-box .title-box{width:100%;text-align:center;position:relative;padding-left:6px;font-size:22px;font-weight:400;font-stretch:normal;letter-spacing:6px;font-family:"微软雅黑";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continue-read-box .notes-text-box .text{margin:10px 0;width:100%;min-height:70px;max-height:170px;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;resize:none;border-radius:4px;font-family:"微软雅黑";font-size:16px;color:#333}.continue-read-box .notes-text-box .text .link{margin-top:10px;width:100%;min-height:30px;max-height:80px;overflow-y:scroll;background-color:#d4dfee;border-radius:10px;padding:8px;-webkit-box-sizing:border-box;box-sizing:border-box;word-break:break-all}.continue-read-box .notes-text-box .add-notes-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.continue-read-box .notes-text-box .add-notes-btn div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:80px;height:22px;padding:3px 14px;border:1px solid var(--preview-theme-color);border-radius:20px;font-size:14px;font-family:"微软雅黑";color:var(--preview-theme-color);cursor:pointer}.continue-read-box .notes-text-box .add-notes-btn .confirm{margin-left:30px;background:var(--preview-theme-color);color:#fff}.continue-read-h5 .notes-text-box{width:90vw}.continue-read-h5 .title-box{font-size:20px}.continue-read-h5 .text{min-height:56px;max-height:1560px}.continue-read-h5 .add-notes-btn div{width:60px;height:20px}.text-notes-bg{background-color:#cddff7;cursor:pointer}.xml-single-html-group-render{position:relative}.xml-single-html-group-render .xml-html-mask{position:absolute;width:calc(100% - 30px)!important;height:calc(100% - 30px)!important;left:0;right:0;bottom:0;top:0;opacity:.1;filter:alpha(opacity=5);z-index:100}.xml-single-html-group-render .xml-copy-url-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#fff;cursor:pointer;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#2d2d2d}.xml-single-html-group-render .xml-copy-url-box .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:14px;background:#eef3ff;border-radius:12px}.xml-single-html-group-render .xml-copy-url-box .content img{width:120px}.xml-single-html-group-render .xml-copy-url-box .content span{padding:14px 0;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#999;line-height:20px}.xml-single-html-group-render .xml-copy-url-box .content .btn{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#3e8ced}.xml-single-html-group-render .web-file-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:14px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:15px;border:1px solid #418eed;background:-webkit-gradient(linear,left top,right top,from(rgba(161,196,253,0)),to(rgba(194,233,251,.6)));background:linear-gradient(90deg,rgba(161,196,253,0) 0,rgba(194,233,251,.6) 100%);cursor:pointer}.xml-single-html-group-render .web-file-box .file-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70px;height:70px}.xml-single-html-group-render .web-file-box .file-cover img{width:70px;height:70px}.xml-single-html-group-render .web-file-box .file-title{font-size:18px;font-weight:400;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin-left:16px;width:calc(100% - 100px)!important;height:70px;line-height:70px;background-image:url(../../static/images/leaflet/resourceCenter/html_bg_01.png);background-size:90px 90px;background-repeat:no-repeat;background-position:100% -28px}.xml-single-html-group-render .xml-iframe-mask-box::after{content:"";position:absolute;top:0;left:0;z-index:999;display:block;width:100%;height:100%;pointer-events:var(--xml-iframe-pointer-events)}@media print{.parent-group.xml-single-image-group{position:relative!important;z-index:100!important;page-break-inside:auto}.parent-group.xml-single-image-group .image-container{position:relative!important;z-index:100!important;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important;overflow:visible!important}.parent-group.xml-single-image-group img{position:relative!important;z-index:100!important;height:auto!important;width:auto!important;max-width:100%!important;clear:both!important;page-break-inside:avoid;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}.parent-group.xml-single-image-group .xml-image-hua-lang{position:relative!important;z-index:100!important;-webkit-transform:none!important;transform:none!important}.parent-group.xml-single-image-group .xml-image-hua-lang img{height:auto!important}}.parent-group.xml-single-image-group .image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:hidden}.parent-group.xml-single-image-group .image-container .xml-noimage-container{background:var(--xml-image-hualang-background-color);height:315px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .image-container .xml-noimage-container .xml-noimage{width:244px;height:200px}.parent-group.xml-single-image-group .image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu.hua-lang{margin:0 auto;width:auto}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pad+.xml-image-ping-pu-pad,.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pc+.xml-image-ping-pu-pc,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--under,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--under,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--under,.parent-group.xml-single-image-group+.image-container{margin-top:10px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu.ping-pu{width:100%}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5{max-width:100%;text-align:center}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pad{max-width:100%;text-align:center}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pc{max-width:100%;text-align:center}.parent-group.xml-single-image-group .xml-group-action-image-caption{padding-top:4px;text-align:center}.parent-group.xml-single-image-group .hua-lang-image-container{overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.parent-group.xml-single-image-group .hua-lang-image-container::-webkit-scrollbar{height:10px}@-webkit-keyframes scroll{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(calc(-100% + var(--xml-reader-width)));transform:translateX(calc(-100% + var(--xml-reader-width)))}}@keyframes scroll{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(calc(-100% + var(--xml-reader-width)));transform:translateX(calc(-100% + var(--xml-reader-width)))}}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang{position:relative}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang img{height:calc(100% - 34px)}.parent-group.xml-single-image-group .xml-image-duo-tu .no-title .xml-image-hua-lang img{height:100%}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--lay,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--lay,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--lay{font-size:16px;color:#333;width:100%;overflow:hidden;white-space:normal;word-break:break-all}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--on{margin-bottom:10px}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--fixed,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--fixed,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--fixed{font-size:14px;color:#fff;position:absolute;left:0;z-index:3;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:rgba(0,0,0,.4);padding:5px 10px}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--bottom,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--bottom,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--bottom{bottom:0}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--top,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--top,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--top{top:0}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--under{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parent-group.xml-single-image-group .image-container-scroll,pre{overflow-x:scroll}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo{width:100%;max-width:750px;margin:0 auto}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo{width:100%;text-align:center}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:3;background-color:rgba(0,0,0,.4);color:#fff;font-size:12px;padding:3px 10px;border-radius:24px;min-width:48px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator.withBottomTitle{bottom:calc(100% - 32px)}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator.withTopTitle{bottom:12px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .image-title--under{min-height:24px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .el-carousel__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo img{width:100%;-o-object-fit:cover;object-fit:cover}.el-image-viewer__wrapper .el-image-viewer__title{font-size:16px;color:#fff;position:fixed;top:20px;bottom:initial;text-align:center;width:calc(100% - 84px);overflow:hidden;text-overflow:ellipsis;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,.6392156863);padding:0 12px;background-color:transparent;cursor:auto}.el-image-viewer__wrapper .el-image-viewer__content{font-size:14px;color:#fff;position:fixed;bottom:80px;text-align:center;line-height:22px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;background:rgba(0,0,0,.6392156863);padding:5px 15px;border-radius:0;word-break:break-all;-ms-flex-wrap:wrap;flex-wrap:wrap;cursor:auto}.el-image-viewer__wrapper .el-image-viewer__content .ellipsis-box{width:100%}.el-image-viewer__wrapper .el-image-viewer__close{top:20px;right:10px;width:32px;height:32px}.el-image-viewer__wrapper .el-image-viewer__actions .el-icon-arrow-left.is-disabled,.el-image-viewer__wrapper .el-image-viewer__actions .el-icon-arrow-right.is-disabled{color:#999}.text-ellipsis-3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis;overflow:hidden}.el-image__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1000px){.el-image-viewer__wrapper .el-image-viewer__canvas{width:auto;height:auto;position:absolute;top:60px;left:100px;right:100px;bottom:140px;overflow:hidden}}.parent-group.xml-single-music-group .audio-component{display:none!important}.parent-group.xml-single-music-group .xml-music-container .fixed-ratio-container{width:100%;padding-bottom:24.78%;position:relative}.parent-group.xml-single-music-group .xml-music-container .fixed-ratio-container+.fixed-ratio-container{margin-top:10px}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.8% 3.5%;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.parent-group.xml-single-music-group .xml-music-style-mode-E .fixed-ratio-container,.parent-group.xml-single-music-group .xml-music-style-mode-F .fixed-ratio-container{padding-bottom:0}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--A,.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--B{border:1px solid #418eed}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--C .xml-music-player-box .xml-audio-player .audio-player-control{max-width:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--E,.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--F{border:2px dashed #999}.parent-group.xml-single-music-group .xml-music-container .play-mode-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:7px;right:0;z-index:2}.parent-group.xml-single-music-group .xml-music-container .play-mode-wrap .play-control-image{width:24px;height:20px}.parent-group.xml-single-music-group .xml-music-container .demo .play-mode-wrap{top:3px;right:0;z-index:2}.parent-group.xml-single-music-group .xml-music-container .demo .play-mode-wrap .play-control-image{width:18px;height:14px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box{width:100%;height:100%;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover{width:17.28%;height:100%;margin-right:2%;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover .el-image{width:100%;height:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover .style-a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:6px;max-width:71.72%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-player-control,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-player-control{padding-top:2px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title{width:calc(100% - 30px);color:var(--reader-theme-font-color,#333)}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title .scroll-text{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title.preview{width:calc(100% - 30px);overflow:hidden}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title.preview .scroll-text{-webkit-animation:fadeNum 7s infinite;animation:fadeNum 7s infinite;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@-webkit-keyframes fadeNum{10%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes fadeNum{10%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .play-button{width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 0 20px -2px #2e9adb;box-shadow:0 0 20px -2px #2e9adb}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .play-button .button-image{cursor:pointer}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .play-button img{max-width:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:65.57%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls__play-button-wrapper{padding-right:18px;-ms-flex-item-align:center;align-self:center}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress{width:100%;justify-self:center}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:8px 0}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__button-wrapper{display:none}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;width:100%;bottom:-5px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .current-time,.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .total-time{font-size:12px;color:#999}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .play-button{width:20px;height:20px;border-radius:50%;-webkit-box-shadow:0 0 10px -2px #2e9adb;box-shadow:0 0 10px -2px #2e9adb}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .play-button .button-image{cursor:pointer}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-player-control .audio-player-title{font-size:14px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-player-control .audio-player-title .scroll-text{line-height:14px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls{min-height:65.57%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls__play-button-wrapper{padding-right:10px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:0 0 2px;height:4px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .play-times{line-height:12px;bottom:1px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demoBottom .play-button,.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demoLeft .play-button{width:20px;height:20px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .prevent-drag{position:absolute;background-color:#666;width:200px;height:10px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer{margin:0;background-color:inherit;-webkit-box-shadow:none;box-shadow:none}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic{background-color:inherit!important;width:58.75px;height:67.5px;margin:10px 12.5px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-play{margin-right:-168px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-pause{width:26px;height:26px;bottom:26%;right:50%;margin-right:-168px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-pause .aplayer-icon-pause{height:22px;width:20px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info{height:82px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-bar-wrap{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;width:190px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time{position:absolute;top:-16px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner{width:190px;position:relative;color:#fbfbfb}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner .aplayer-ptime{color:#666;position:absolute;left:0}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner .aplayer-dtime{color:#666;position:absolute;right:0}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon{display:none}.parent-group.xml-single-music-group .xml-music-container .audio-play-box{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover{width:20.62%!important;position:relative}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .video-pause-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-46%,-51%);transform:translate(-46%,-51%);z-index:9}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .video-pause-btn .play-button{width:70%;height:70%;-webkit-box-shadow:none;box-shadow:none}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .record{width:100%;height:100%;border-radius:50%;background-color:#5c5a5e;position:relative}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .record::after{content:"";width:65%;height:65%;background-color:#e24444;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .record .record-right{width:65%;position:absolute;top:-10px;right:-33%;height:100%}.parent-group.xml-single-music-group .xml-music-style-mode-E .xml-music__wrapper,.parent-group.xml-single-music-group .xml-music-style-mode-F .xml-music__wrapper{position:relative!important}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .scroll-text{color:#8c5938}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-player-control{max-width:66.72%!important}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-player-control .progress .el-slider__bar{background-color:#e24444!important}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:65.57%}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-controls__play-button-wrapper{padding-right:8px!important;-ms-flex-item-align:center;align-self:center}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_content{width:100%}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-top:10px}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModee_title{text-align:center;margin-top:30px}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_progress{width:calc(100% - 190px);margin:0 20px}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_content{width:100%}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_IMG{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:250px;height:150px;background-color:#ebebeb}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_IMG img{max-width:100%;max-height:100%}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_I{font-size:50px;margin-left:15px;position:absolute;top:50px;left:80px;cursor:pointer}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_title{text-align:center;margin-top:20px}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_progress{width:calc(100% - 210px);margin:0 20px}.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-ratio-container+.fixed-ratio-container,.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-voice-container+.fixed-ratio-container{margin-top:10px}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoBottom .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover{width:auto!important}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoBottom .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover .video-pause-btn{-webkit-transform:translate(-45%,-53%);transform:translate(-45%,-53%)}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoBottom .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover .video-pause-btn .play-button{width:80%;height:80%}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoLeft .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover{width:auto!important}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoLeft .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover .video-pause-btn{-webkit-transform:translate(-44%,-52%);transform:translate(-44%,-52%)}.xml-single-music-group-h5 .styleModeF_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.parent-group.xml-single-recorder-group .audio-component{display:none!important}.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-ratio-container{width:100%;min-height:80px;padding-bottom:24.78%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.8% 3.5%;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper.style-mode--A,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper.style-mode--B{border:1px solid #418eed}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper.style-mode--C .xml-recorder-player-box .xml-audio-player .audio-player-control{max-width:100%}.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-voice-container{width:100%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.8% 3.5%;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper.style-mode--A,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper.style-mode--B{border:1px solid #418eed}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper.style-mode--C .xml-recorder-player-box .xml-audio-player .audio-player-control{max-width:100%}.parent-group.xml-single-recorder-group .xml-recorder-container .play-mode-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:4px;right:6px;z-index:2}.parent-group.xml-single-recorder-group .xml-recorder-container .play-mode-wrap:hover{cursor:pointer}.parent-group.xml-single-recorder-group .xml-recorder-container .play-mode-wrap .play-control-image{width:30px;height:30px}.parent-group.xml-single-recorder-group .xml-recorder-container .demo .play-mode-wrap{top:2px;right:4px;z-index:2}.parent-group.xml-single-recorder-group .xml-recorder-container .demo .play-mode-wrap .play-control-image{width:18px;height:18px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box{width:100%;height:100%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0!important;background-color:#fbfbfb;padding:0 16px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-cover{width:78px;height:78px;margin-right:10px;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-cover img{border-radius:5px;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-cover .style-a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .record-player-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .record-player-control .mock-wave{position:absolute;width:100%;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .record-player-control .mock-wave img{max-width:100%}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:6px;max-width:70.22%}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title{width:calc(100% - 30px);color:#333}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title .scroll-text{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title.preview{width:calc(100% - 30px);overflow:hidden}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title.preview .scroll-text{-webkit-animation:fadeNum 7s infinite;animation:fadeNum 7s infinite;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .play-button{width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 0 20px -2px #2e9adb;box-shadow:0 0 20px -2px #2e9adb}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .play-button .button-image{cursor:pointer}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .play-text{position:absolute;bottom:22%;-webkit-transform:translateY(20px);transform:translateY(20px);width:100%;text-align:center;font-size:14px;color:#333}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:60px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls__play-button-wrapper{padding-right:18px;-ms-flex-item-align:center;align-self:center}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__button-wrapper{display:none}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress{width:100%;justify-self:center}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:8px 0}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;width:100%;bottom:2px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .current-time,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .total-time{font-size:12px;color:#999}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .play-button{width:20px;height:20px;border-radius:50%;-webkit-box-shadow:0 0 10px -2px #2e9adb;box-shadow:0 0 10px -2px #2e9adb}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .play-button .button-image{cursor:pointer}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .play-text{position:absolute;top:50%;-webkit-transform:translateY(10px);transform:translateY(10px);width:100%;text-align:center;font-size:12px;color:#333}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-player-control .audio-player-title{font-size:14px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-player-control .audio-player-title .scroll-text{line-height:14px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls{min-height:60px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls__play-button-wrapper{padding-right:10px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:0 0 2px;height:4px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .play-times{line-height:12px;bottom:1px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .prevent-drag{position:absolute;background-color:#666;width:200px;height:10px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer{margin:0;background-color:inherit;-webkit-box-shadow:none;box-shadow:none}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-pic{background-color:inherit!important;width:58.75px;height:67.5px;margin:10px 12.5px}.dialog-title,.xml-voice-container .el-dialog__header{background:#eee}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-play{margin-right:-168px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-pause{width:26px;height:26px;bottom:26%;right:50%;margin-right:-168px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-pause .aplayer-icon-pause{height:22px;width:20px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info{height:82px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-bar-wrap{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;width:190px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time{position:absolute;top:-16px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner{width:190px;position:relative;color:#fbfbfb}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner .aplayer-ptime{color:#666;position:absolute;left:0}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner .aplayer-dtime{color:#666;position:absolute;right:0}@media screen and (max-width:750px){.parent-group.xml-single-recorder-group .play-button{width:30px!important;height:30px!important;-webkit-box-shadow:0 0 15px -2px #2e9adb!important;box-shadow:0 0 15px -2px #2e9adb!important}.parent-group.xml-single-recorder-group .play-text{-webkit-transform:translateY(13px)!important;transform:translateY(13px)!important;font-size:12px!important}.parent-group.xml-single-recorder-group .play-mode-wrap{top:2px!important;right:4px!important;z-index:2!important}.parent-group.xml-single-recorder-group .play-mode-wrap .play-control-image{width:24px!important;height:24px!important}}.dialog-title{font-size:30px;font-family:Source Han Serif CN;font-weight:700;color:#333}.voice-content-box{min-height:48vh;max-height:48vh;border-bottom:1px dashed #1f4d75;overflow-y:auto}.voice-btn-box{text-align:center;padding-top:40px;position:relative}.voice-btn-box>div{font-size:36px;font-family:Microsoft YaHei;font-weight:400;color:#418eed;line-height:51px}.voice-btn-box img{width:90px;height:90px;cursor:pointer}.voice-btn-box .total_score{position:absolute;top:0;right:0;color:#db0000;font-weight:700;-webkit-transform:rotate(-12deg);transform:rotate(-12deg);background-image:url(../../static/images/leaflet/icons/source_underline.png);background-repeat:no-repeat;background-size:100% 35%;background-position:bottom;padding-bottom:10px;cursor:pointer}.illustrate-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;padding-bottom:10px;border-bottom:1px solid #eee}.xml-result-con{max-width:412px;background:#fff;border-radius:2px}.xml-result-con .score-item-box{min-height:70%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;border-radius:2px;margin-top:20px}.xml-result-con .score-item-box>div{width:100%;height:46px;background:#fff;border:1px solid #dcdcdc;border-radius:2px;line-height:46px;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:4px 0}.xml-result-con .score-item-box>div>div,.xml-result-con .total{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-result-con .score-item-box>div>div{display:flex;-ms-flex-align:center;align-items:center}.xml-result-con .score-item-box>div>div span{margin-left:4px;color:#1e1d1d}.xml-result-con .score-item-box>div span{color:var(--themecolor)}.xml-result-con .Gray::after{content:"";width:100%;height:100%;background-color:rgba(188,188,188,.3);position:absolute;top:0;left:0}.xml-result-con .total{width:150px;height:150px;background-color:#fff;border:4px solid #1e1d1d;border-radius:50%;position:relative;text-align:center;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-result-con .total .number-box{width:85%;height:85%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px}.xml-result-con .total .number-box span{font-weight:700;font-size:40px;margin-right:2px}.btn-group .text,.play-box .text,.xml-result-con .total .comprehensive{font-weight:400;font-stretch:normal}.xml-result-con .total .comprehensive{width:140px;height:37px;background-color:#eb5537;border-radius:27px;border:3px solid #fff;position:absolute;bottom:-15px;z-index:9;font-family:SourceHanSansCN-Bold;font-size:17px;line-height:30px;letter-spacing:0;color:#fff}.xml-voice-player{height:calc(100% - 40px)!important;margin-top:10px}.voice-image-con{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;color:var(--reader-theme-font-color,initial)}.voice-image-con img{width:100%;height:100%}.btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:10px 0}.btn-group>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:5px 4px;cursor:pointer;min-width:59px}.btn-group .icon-box,.play-box{background-color:#2d5dd8;display:-ms-flexbox}.btn-group .icon-box{width:43px;height:43px;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.btn-group .icon-box .img1{width:50%}.btn-group .icon-box .img2{width:85%;height:50%}.btn-group .icon-box .img4{height:50%}.btn-group .icon-box .img3{width:70%;margin-top:5px}.btn-group .text{font-family:SourceHanSansCN-Regular;font-size:12px;letter-spacing:0;color:#bcbbbb}.play-box{width:85%;margin:0 auto;padding:8px 16px 10px 8px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.play-box .top-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.play-box>div{margin:0 5px}.play-box .play-icon{width:3%;height:80%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.question,.question>div{height:100%;-webkit-box-align:center}.play-box .play-icon img{width:100%}.play-box .slider-box{width:100%;padding-top:6px}.play-box .slider-box .el-slider__runway{margin:0}.play-box .text{font-family:SourceHanSansCN-Normal;font-size:10px;color:#fff}.question{-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.question>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.question .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px 0}.question .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.question .workbench-shop-item .shop-item-img img{max-width:100%}.question .text{font-family:PingFang SC;font-weight:700;color:#666;margin-left:20px;line-height:40px;font-size:16px}.question .text .title{font-size:16px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333)}.question .text .info{font-size:14px;font-family:PingFang SC;font-weight:400;color:#999}.question .text .info span{color:#418eed!important;margin:0 5px}.parent-group.xml-single-video-group .vjs-custom-skin>.video-js .vjs-control-bar.fullscren{position:fixed;opacity:1!important}.parent-group.xml-single-video-group .vjs-no-select .vjs-progress-control.vjs-control{pointer-events:none!important}.parent-group.xml-single-video-group .video-js .vjs-error-display::before{display:none!important}.parent-group.xml-single-video-group .vjs-poster{-o-object-fit:scale-down;object-fit:scale-down}.parent-group.xml-single-video-group .dialog-box{pointer-events:none!important}.parent-group.xml-single-video-group .xml-video-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:.5px}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box{width:100%;height:100%}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 150px);z-index:10;pointer-events:none!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player .convert-placeholder{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#ECECF3;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player .convert-placeholder__text{text-align:center;padding:0 18px}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player::-webkit-media-controls{display:none!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin>.video-js .vjs-control-bar.fullscren{position:fixed;opacity:1!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin>.video-js .vjs-control .vjs-time-tooltip{top:.6em}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-no-select .vjs-progress-control.vjs-control{pointer-events:none!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin .video-js .vjs-big-play-button{border-radius:100%!important;width:70px!important;height:70px!important;line-height:67px!important;margin-left:-35px!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin.is-demo-mode .video-js .vjs-big-play-button{border-radius:100%!important;width:48px!important;height:48px!important;line-height:45px!important;margin-left:-24px!important;margin-top:-24px!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .video-js .vjs-error-display::before{display:none!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-poster{-o-object-fit:scale-down;object-fit:scale-down}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .dialog-box{pointer-events:none!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9.vjs-empty-placeholder .vjs-error .vjs-error-display{opacity:0}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-menu-button-popup .vjs-menu .vjs-menu-content{padding:0!important}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .video-title{width:100%;height:30px;z-index:2;position:absolute;top:calc(100% - 30px);left:0;background-color:#101010;font-size:14px;color:#fff;padding-left:16px;padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .video-title>div{overflow-x:hidden}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .video-title>div div{white-space:nowrap;display:inline-block}.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .video-title .animate-title{white-space:nowrap;-webkit-animation:title-move var(--scroll-duration) linear infinite;animation:title-move var(--scroll-duration) linear infinite}@-webkit-keyframes title-move{0%,12%{margin-left:0;-webkit-transform:translateX(0);transform:translateX(0)}100%{margin-left:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes title-move{0%,12%{margin-left:0;-webkit-transform:translateX(0);transform:translateX(0)}100%{margin-left:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.parent-group.xml-single-video-group .xml-video-player .video-player.vjs-custom-skin .video-js{height:100%;padding-top:0}.parent-group.xml-single-video-group .xml-video-player .video-player.vjs-custom-skin.with-bottom-title .video-js .vjs-control-bar{bottom:30px}.xml-video-container .fixed-ratio-container,.xml-video-player .fixed-ratio-container{padding-bottom:56.25%;position:relative}.xml-video-container .fixed-ratio-container::before,.xml-video-player .fixed-ratio-container::before{content:"";display:block;position:absolute;width:100%;height:1.2px;top:-1px;background-color:#FFF;z-index:2}.xml-video-container .fixed-ratio-container.with-under-title+.video-title--under,.xml-video-player .fixed-ratio-container.with-under-title+.video-title--under{word-break:break-all;padding:4px 2px 0}.xml-video-container .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js,.xml-video-player .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js{height:100%;padding-top:0}.xml-video-container .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::before,.xml-video-player .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::before{content:"";display:block;position:absolute;height:100%;left:-1px;width:1.5px;background-color:#FFF;z-index:2}.xml-video-container .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::after,.xml-video-player .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::after{content:"";display:block;position:absolute;height:100%;right:-.5px;width:1px;background-color:#FFF;z-index:2}.xml-video-container .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder).is-edit-mode .video-js.vjs-fluid .vjs-poster,.xml-video-container .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder).is-edit-mode .video-js.vjs-fluid .vjs-tech,.xml-video-player .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder).is-edit-mode .video-js.vjs-fluid .vjs-poster,.xml-video-player .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder).is-edit-mode .video-js.vjs-fluid .vjs-tech{pointer-events:none}.xml-modal-player__wrapper .vjs-no-select .vjs-progress-control.vjs-control,.xml-modal-player__wrapper .xml-video-player .vjs-no-select .vjs-progress-control.vjs-control,.xml-modal-viewer__wrapper .vjs-no-select .vjs-progress-control.vjs-control,.xml-modal-viewer__wrapper .xml-video-player .vjs-no-select .vjs-progress-control.vjs-control,.xml-video-container .fixed-ratio-container .video-player.vjs-no-select .vjs-progress-control.vjs-control,.xml-video-player .fixed-ratio-container .video-player.vjs-no-select .vjs-progress-control.vjs-control{pointer-events:none!important}.xml-video-container .fixed-ratio-container+.fixed-ratio-container,.xml-video-player .fixed-ratio-container+.fixed-ratio-container{margin-top:10px}.xml-video-container .fixed-ratio-container .video-js .vjs-mute-control,.xml-video-player .fixed-ratio-container .video-js .vjs-mute-control{padding-left:0;padding-right:0}.xml-video-container .fixed-ratio-container .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.xml-video-player .fixed-ratio-container .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{left:-3em}.xml-video-container .content-block,.xml-video-player .content-block{padding:8px 20px}.xml-video-container .content-block .content,.xml-video-player .content-block .content{max-height:300px;overflow-y:scroll}.xml-video-container.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::after,.xml-video-container.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::before,.xml-video-container.block-checked .fixed-ratio-container::before,.xml-video-player.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::after,.xml-video-player.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::before,.xml-video-player.block-checked .fixed-ratio-container::before{background-color:#418EED}.xml-video-container .xml-video__wrapper,.xml-video-player .xml-video__wrapper{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fbfbfb;border-radius:8px}.xml-video-container .xml-video__wrapper video,.xml-video-player .xml-video__wrapper video{width:100%;height:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:750px){.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin:not(.is-demo-mode) .video-js .vjs-big-play-button,.player-dialog .xml-modal-player__wrapper .xml-video-player .video-js .vjs-big-play-button{width:60px!important;height:60px!important;line-height:57px!important;margin-left:-30px!important;margin-top:-30px!important}}.xml-single-question-group .group-content{width:100%}.xml-single-question-group .group-content .xml-arrange-in-a-row{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-question-group .group-content .xml-arrange-in-a-row .option-item{margin:0 14px 0 0}.preview-tree-box-h5-tree,.xml-single-question-group .option-item+.option-item{margin-top:16px}.xml-single-question-group .group-content .el-textarea__inner{background:var(--reader-theme-secondary-color,initial);border-color:var(--reader-theme-secondary-color,initial);color:var(--reader-theme-font-color,inherit)}.xml-single-question-group .content{width:100%}.xml-single-question-group .content .stem-content{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer;color:var(--reader-theme-font-color,inherit)}.xml-single-question-group .content .stem-content.no-border{padding:0;border:none;cursor:default}.xml-single-question-group .content .stem-content .placeholder{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xml-single-question-group .option-item{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--reader-theme-secondary-color,#fbfbfb);border-radius:6px;padding-left:16px;cursor:pointer;-webkit-transition:all ease .3s;transition:all ease .3s;border:1px solid var(--reader-theme-secondary-color,#fbfbfb);color:var(--reader-theme-font-color,inherit)}.xml-single-question-group .option-item.isActive{border-color:#2e9adb}.xml-single-question-group .option-item .questionSeq{padding:8px 0}.xml-single-question-group .option-item.isTrue{border:1px solid #70b603}.xml-single-question-group .option-item.isTrue .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.xml-single-question-group .option-item.isFalse{border:1px solid #d9001b}.xml-single-question-group .option-item.isFalse .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.xml-single-question-group .option-item:hover{background:#ddd}.xml-single-question-group .option-item .content{cursor:pointer}.xml-single-question-group .option-item .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.xml-single-question-group .file-render{width:100%}.xml-single-question-group .file-render .image-file{width:218px;-o-object-fit:scale-down;object-fit:scale-down}.xml-single-question-group .file-render .video-file{width:408px}.xml-single-question-group .file-render .file-render{width:100%}.xml-single-question-group .file-render .file-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.xml-single-question-group .file-render .file-info.videoHandler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-question-group .file-render .file-info.videoHandler .fileName{font-size:18px;color:#333;margin-bottom:19px}.xml-single-question-group .file-render .file-info.videoHandler .fileInfo{font-size:14px;color:#666;margin-bottom:19px}.xml-single-question-group .file-render .audio .audio-icon{width:36px;height:36px;margin-right:20px}.xml-single-question-group .file-render .audio .audio-icon img{width:100%;height:100%;display:block}.xml-single-question-group .file-render .audio .audio-controls{width:100%;max-width:200px;-webkit-box-flex:1;-ms-flex:1;flex:1;height:36px}.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler,.xml-single-question-group .file-render .audio .audio-controls .audio-controls--progress{width:100%}.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler{line-height:1}.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler .play{font-size:24px}.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler .play .play-handler{width:22px;height:22px;display:block;cursor:pointer}.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler .current-time,.xml-single-question-group .file-render .audio .audio-controls .audio-controls--handler .total-time{font-size:12px;color:#333}.xml-single-question-group .file-render .play-handler.mobile{width:20px;height:20px}.xml-single-question-group .file-render .audio-component{display:none}.xml-single-question-group .file-render .el-slider__runway{margin:0 0 4px;background:#e3e3e3;height:4px}.xml-single-question-group .file-render .el-slider__bar{height:4px}.xml-single-question-group .file-render .el-slider__button{width:10px;height:10px}.xml-single-question-group .file-render .el-slider__button-wrapper{top:-15px}.xml-single-question-group .file-render .file-render--video ::v-deep .el-dialog__header{padding:10px}.xml-single-question-group .file-render .file-render--video .video-content{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.xml-single-question-group .file-render .file-render--video .video-content .play{position:absolute;left:50%;top:50%;cursor:pointer;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.xml-single-question-group .file-render .file-render--video .video-mask{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.xml-single-question-group .file-render .file-render--video .video-mask img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50% -50%);transform:translate(-50% -50%);display:block}.xml-single-question-group .file-render .file-render--video .video-player{width:100%}.xml-single-question-group .flex-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-single-question-group .AIbtn{cursor:pointer;padding-left:16px;margin-top:5px}.xml-single-question-group .shop-item-img img{width:100%}.xml-single-question-group .group-content{padding-bottom:14px}.xml-single-question-group .group-content-box{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:12px}.xml-single-question-group .group-content-box .question-number{line-height:28px;padding-right:4px}.xml-single-question-group .group-content-box .stem{width:100%}.xml-single-question-group .question-label{padding-top:8px}.xml-single-question-group .border-bottom{margin-bottom:10px;border-bottom:2px dashed #ececec}.xml-single-question-group .answer-cloze-input{margin-bottom:8px;width:100%;padding:6px 10px;border-radius:4px;background:var(--reader-theme-secondary-color,#fbfbfb);border-color:var(--reader-theme-secondary-color,initial);color:var(--reader-theme-font-color,inherit)}.xml-single-question-group td,.xml-single-question-group th{border:1px solid #ddd;padding:8px;word-wrap:break-word;min-width:60px;text-align:center;font-size:14px}.xml-single-question-group th{background:#e6f0f4;font-weight:700}.xml-single-question-group .xml-input-question-answer-table{padding:8px;overflow-x:auto}.xml-single-question-group .xml-input-question-answer-table table{min-width:700px;border-collapse:collapse;table-layout:fixed}.xml-single-question-group .xml-input-question-answer-table td,.xml-single-question-group .xml-input-question-answer-table th{border:1px solid #ddd;padding:8px;word-wrap:break-word;min-width:60px;text-align:center;font-size:14px}.xml-single-question-group .xml-input-question-answer-table th{background:#135096;font-weight:700;color:#fff}.xml-single-question-group .xml-input-question-answer-table td input{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:1.5;-webkit-transition:all .3s ease;transition:all .3s ease;background:#fff}.xml-single-question-group .xml-input-question-answer-table td input:focus{border-color:#40a9ff;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2);outline:0}@media screen and (max-width:768px){.xml-single-question-group .xml-input-question-answer-table{padding:4px}.xml-single-question-group table{font-size:14px}.xml-single-question-group td input{font-size:13px;padding:4px 6px}}.xml-single-question-group sub,.xml-single-question-group sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.xml-single-question-group sub{bottom:-.5em}.xml-single-question-group sup{top:-.5em}.parent-group.xml-single-resource-group .preview-container-resource .workbench-shop-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-resource-group .preview-container-resource .shop-item-desc .shop-item-desc-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-break:break-all}.parent-group.xml-single-resource-group .preview-container-resource-editor .shop-item-desc .shop-item-desc-detail .pointer,.parent-group.xml-single-resource-group .preview-container-resource-editor .shop-item-desc .shop-item-desc-title,.parent-group.xml-single-resource-group .preview-container-resource-editor .shop-item-img{cursor:unset}.parent-group.xml-single-resource-group .preview-container-resource-demo .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px!important}.parent-group.xml-single-resource-group .preview-container-resource-demo .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;width:70px!important;height:70px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.parent-group.xml-single-resource-group .preview-container-resource-demo .shop-item-img .shop-item-img-resource{width:84%!important;height:100%!important}.parent-group.xml-single-resource-group .preview-container-resource-demo .shop-item-desc .shop-item-desc-title{font-size:14px!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-break:break-all}.parent-group.xml-single-resource-group .preview-container-resource-demo .shop-item-desc .shop-item-desc-detail{font-size:12px!important}.parent-group.xml-single-resource-group .preview-container-resource-demoBottom .workbench-shop-item{padding:5px}.parent-group.xml-single-resource-group .preview-container-resource-demoBottom .style-mode__item--body.xml-group-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100px}code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:2em 1em 1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0;border-radius:4px}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{position:relative;padding-left:3.3em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.3em;width:2.8em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:focus-within>.toolbar,div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{border:0;font:inherit;line-height:normal;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}.video-js button,div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}div.code-toolbar>.toolbar>.toolbar-item+.toolbar-item{margin-left:6px}.parent-group.xml-single-text-group .text-container table{border-collapse:collapse;margin:10px auto;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;border:1px solid #797979}.parent-group.xml-single-text-group .text-container table td,.parent-group.xml-single-text-group .text-container table th{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.parent-group.xml-single-text-group .text-container table th,.parent-group.xml-single-text-group .text-container table tr.firstRow td{color:#353535;background-color:#ececec}.parent-group.xml-single-text-group .text-container p{word-break:break-word;margin:0}.parent-group.xml-single-text-group .text-container span.inline-link-wrap{text-indent:initial}.parent-group.xml-single-text-group .text-container a.alertImg>img{width:1px!important;height:1px!important}.parent-group.xml-single-text-group .text-container .inline-audio-wrap,.parent-group.xml-single-text-group .text-container .inline-link-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-text-group .text-container .inline-audio-wrap span,.parent-group.xml-single-text-group .text-container .inline-link-wrap span{display:inline-block;text-indent:0!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit,.parent-group .richtext-reset-container .richtext-reset-wrapper--view,.parent-group .text-container .richtext-reset-wrapper--edit,.parent-group .text-container .richtext-reset-wrapper--view{--default-font-family:"Times New Roman",微软雅黑,"Mircosoft Yahei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--reader-theme-font-family,var(--default-font-family));font-size:16px;color:#333;line-height:1.5;overflow-x:auto}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.parent-group .text-container .richtext-reset-wrapper--edit p,.parent-group .text-container .richtext-reset-wrapper--view p{font-size:var(--reader-theme-font-size,16px);line-height:var(--reader-theme-line-height,2);letter-spacing:var(--reader-theme-letter-spacing,0);color:#333;word-break:break-word;text-align:justify}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .richtext-reset-container .richtext-reset-wrapper--view p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--view p:not([style~=background-color\:]){color:var(--reader-theme-font-color,#333)}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p+img,.parent-group .text-container .richtext-reset-wrapper--edit p+img,.parent-group .text-container .richtext-reset-wrapper--view p+img{margin-top:8px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p span,.parent-group .text-container .richtext-reset-wrapper--edit p *,.parent-group .text-container .richtext-reset-wrapper--edit p span,.parent-group .text-container .richtext-reset-wrapper--view p *,.parent-group .text-container .richtext-reset-wrapper--view p span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ol,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ol,.parent-group .text-container .richtext-reset-wrapper--view ul{list-style-position:inside}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .text-container .richtext-reset-wrapper--view ol>li>p,.parent-group .text-container .richtext-reset-wrapper--view ul>li>p{display:contents}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit video,.parent-group .richtext-reset-container .richtext-reset-wrapper--view video,.parent-group .text-container .richtext-reset-wrapper--edit video,.parent-group .text-container .richtext-reset-wrapper--view video{display:inline-block}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6 span,.parent-group .text-container .richtext-reset-wrapper--edit h1,.parent-group .text-container .richtext-reset-wrapper--edit h1 span,.parent-group .text-container .richtext-reset-wrapper--edit h2,.parent-group .text-container .richtext-reset-wrapper--edit h2 span,.parent-group .text-container .richtext-reset-wrapper--edit h3,.parent-group .text-container .richtext-reset-wrapper--edit h3 span,.parent-group .text-container .richtext-reset-wrapper--edit h4,.parent-group .text-container .richtext-reset-wrapper--edit h4 span,.parent-group .text-container .richtext-reset-wrapper--edit h5,.parent-group .text-container .richtext-reset-wrapper--edit h5 span,.parent-group .text-container .richtext-reset-wrapper--edit h6,.parent-group .text-container .richtext-reset-wrapper--edit h6 span,.parent-group .text-container .richtext-reset-wrapper--view h1,.parent-group .text-container .richtext-reset-wrapper--view h1 span,.parent-group .text-container .richtext-reset-wrapper--view h2,.parent-group .text-container .richtext-reset-wrapper--view h2 span,.parent-group .text-container .richtext-reset-wrapper--view h3,.parent-group .text-container .richtext-reset-wrapper--view h3 span,.parent-group .text-container .richtext-reset-wrapper--view h4,.parent-group .text-container .richtext-reset-wrapper--view h4 span,.parent-group .text-container .richtext-reset-wrapper--view h5,.parent-group .text-container .richtext-reset-wrapper--view h5 span,.parent-group .text-container .richtext-reset-wrapper--view h6,.parent-group .text-container .richtext-reset-wrapper--view h6 span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ul{-webkit-padding-start:32px!important;padding-inline-start:32px!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--view .float-clear::after{content:""}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear img,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .text-container .richtext-reset-wrapper--view .float-clear img{margin:5px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit strong,.parent-group .richtext-reset-container .richtext-reset-wrapper--view strong,.parent-group .text-container .richtext-reset-wrapper--edit strong,.parent-group .text-container .richtext-reset-wrapper--view strong{font-weight:900}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--view .span.magic-link{display:inline;text-indent:initial}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .richtext-reset-container .richtext-reset-wrapper--view span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--view span.magic-fillchar{display:inline-block;min-width:1px;max-width:1px}.parent-group .richtext-reset-container{overflow:hidden}.xml-text-preview-box-dialog .el-dialog__header{display:none!important}.xml-text-preview-box-dialog table tr.firstRow td{color:#353535;background-color:#ececec}.xml-text-preview-box-dialog table td{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.xml-text-preview-box-dialog p{font-size:16px;line-height:1.5;color:#333;word-break:break-word}.xml-text-preview-box-dialog p+img{margin-top:8px}.xml-text-preview-box-dialog p *{word-break:initial}.xml-text-preview-box-dialog p span,body h1,body h1 span,body h2,body h2 span,body h3,body h3 span,body h4,body h4 span,body h5,body h5 span,body h6,body h6 span,body p,body p span{word-break:break-word}.xml-text-preview-box-dialog .float-clear::after{content:"";display:table;clear:both}.xml-text-preview-box-dialog .float-clear img{margin:5px}.xml-text-preview-box-dialog strong{font-weight:900}.preview-counter-main-pc .xml-reader-window-box .tippy-content{background-color:#eeeeef;border-radius:4px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15)}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#eeeeef;color:#535353}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.preview-counter-main-pc .xml-reader-window-box .tipbar-action{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;margin-right:4px;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.addTeacherResources{background-image:url(../../static/images/icons/richtext/addTeacherResources.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-separator{margin:0 6px}.preview-counter-main-pc .xml-reader-window-box .tipbar-remark{display:inline-block;margin-left:15px;font-size:12px;line-height:30px}.preview-counter-main-pc .xml-reader-window-box .tipnote.tipnote-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:340px;background-color:#eeeeef;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#535353;min-width:320px;padding:8px 6px 4px}.preview-counter-main-pc .xml-reader-window-box .tipnote-title{width:100%;line-height:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-textarea{width:100%;margin-top:10px;border:none;border-radius:4px;padding:4px 6px;resize:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-footer{width:100%;margin-top:10px;text-align:right}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn{display:inline-block;padding:4px 12px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap{position:relative;pointer-events:auto}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled{-webkit-filter:brightness(1.75);filter:brightness(1.75)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled .btn-edit{-webkit-filter:brightness(1);filter:brightness(1);pointer-events:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.5;z-index:1;cursor:not-allowed}.xml-digital-teaching-phone .xml-reader-window-box .tippy-box{border-radius:12px}.xml-digital-teaching-phone .xml-reader-window-box .tippy-box[data-placement^=top]>.tippy-arrow::before{border-top-color:#333!important}.xml-digital-teaching-phone .xml-reader-window-box .tippy-content{background-color:#333;border-radius:12px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);position:relative}.xml-digital-teaching-phone .xml-reader-window-box .tippy-content .tipbar-remark{color:#FFF}.xml-digital-teaching-phone .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#333;color:#FFF;font-size:10px}.xml-digital-teaching-phone .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;align-items:center;padding:4px 6px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-separator--mobile{height:0;width:100%;position:absolute;border-bottom:1px dashed #FFF;top:20px;left:0}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-remark--mobile{display:block;width:100%;text-align:center;font-size:8px;padding:2px 0 6px}.xml-reader-phone-mark-note-popup .mark-note__wrap{padding:15px;background-color:#FFF;width:100%;border-radius:6vw 6vw 0 0;-webkit-transition:padding-bottom .24s;transition:padding-bottom .24s}.xml-reader-phone-mark-note-popup .mark-note__selection{margin:15px 15px 10px;width:calc(100% - 30px);background-color:#FFF;border-radius:12px;padding:12px 20px}.xml-reader-phone-mark-note-popup .mark-note__selection>div{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;width:100%}.xml-reader-phone-mark-note-popup .mark-note__textarea{width:100%;border:none;border-radius:5vw;padding:12px 20px;resize:none;font-size:16px;line-height:1.5;color:#535353;background-color:#F6F6F6}.xml-reader-phone-mark-note-popup .mark-note__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:12px}.xml-reader-phone-mark-note-popup .mark-note__count{font-size:12px;color:#666}.xml-reader-phone-mark-note-popup .mark-note__delete{margin-left:auto;background-color:#FF2F10;color:#FFF;padding:6px 12px;border-radius:5vw;font-size:14px;cursor:pointer}.xml-reader-phone-mark-note-popup .mark-note__confirm{display:inline-block;padding:6px 12px;border-radius:5vw;background-color:#F6F6F6;margin-left:10px;color:#999;font-size:14px;cursor:pointer}.xml-reader-phone-mark-note-popup .mark-note__confirm.enable{background-color:#0D3B8B;color:#FFF}.xml-reader-phone-mark-note-popup.toolbar-show .mark-note__wrap{padding-bottom:100px}.xml-reader-phone-mark-note-popup.toolbar-show.keyboard-show .mark-note__wrap{padding-bottom:45px}@counter-style num1{system:fixed;symbols:"1)" "2)" "3)" "4)" "5)" "6)" "7)" "8)" "9)" "10)" "11)" "12)" "13)" "14)" "15)" "16)" "17)" "18)" "19)" "20)";suffix:" "}@counter-style num2{system:fixed;symbols:"(1)" "(2)" "(3)" "(4)" "(5)" "(6)" "(7)" "(8)" "(9)" "(10)" "(11)" "(12)" "(13)" "(14)" "(15)" "(16)" "(17)" "(18)" "(19)" "(20)";suffix:" "}@counter-style cn{system:fixed;symbols:"一." "二." "三." "四." "五." "六." "七." "八." "九." "十." "十一." "十二." "十三." "十四." "十五." "十六." "十七." "十八." "十九." "二十.";suffix:" "}@counter-style cn1{system:fixed;symbols:"一)" "二)" "三)" "四)" "五)" "六)" "七)" "八)" "九)" "十)" "十一)" "十二)" "十三)" "十四)" "十五)" "十六)" "十七)" "十八)" "十九)" "二十)";suffix:" "}@counter-style cn2{system:fixed;symbols:"(一)" "(二)" "(三)" "(四)" "(五)" "(六)" "(七)" "(八)" "(九)" "(十)" "(十一)" "(十二)" "(十三)" "(十四)" "(十五)" "(十六)" "(十七)" "(十八)" "(十九)" "(二十)";suffix:" "}.parent-group.xml-single-hotzone-group .xml-hotzone-container{position:relative}.parent-group.xml-single-hotzone-group .xml-hotzone-container .fixed-ratio-container{width:100%}.parent-group.xml-single-hotzone-group .xml-hotzone-container .fixed-ratio-container+.fixed-ratio-container{margin-top:10px}.parent-group.xml-single-hotzone-group .xml-hotzone-container .image-title--bottom{font-size:14px;color:#FFF;position:absolute;bottom:0;left:0;z-index:3;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:rgba(0,0,0,.4);padding:5px 10px}.parent-group.xml-single-hotzone-group .xml-hotzone-container .image-title--under{font-size:16px;color:#333;margin-top:10px;width:100%;overflow:hidden;white-space:normal;word-break:break-all}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone__wrapper{width:100%;height:100%;top:1px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fbfbfb;border-radius:0}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box{width:100%;height:100%}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap{position:relative}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-u-img{display:block;width:100%;max-width:100%;height:auto;max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-slider,.xml-digital-teaching-preview,.xml-digital-teaching-preview .code-toolbar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-area{position:absolute;top:0;right:0;bottom:0;left:0;overflow-x:hidden}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap.editing .hz-m-area{cursor:crosshair}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box{position:relative;width:100%;height:100%;background-color:rgba(0,0,0,.2);border:1px dashed rgba(30,30,40,.6);font-size:12px;cursor:pointer;color:#fff;overflow:visible}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box>li{position:absolute;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box:hover .hz-u-square{display:block}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-item{position:absolute;display:block}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-item.hz-m-item-selected .hz-m-box{-webkit-box-shadow:0 0 0 1px #409eff;box-shadow:0 0 0 1px #409eff;border-width:0;background-color:rgba(100,150,240,.3)}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-item.hz-m-item-selected .hz-m-box .hz-u-close{display:-webkit-box;display:-ms-flexbox;display:flex}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-item.in-editor .hz-m-box{cursor:auto}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-item.is-transparent{opacity:0}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap.hz-z-hidden>li{display:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-u-index{display:block;top:50%;left:50%;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:85%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:16px;font-size:12px}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-u-close{top:-7px;right:-7px;background-color:#C5C5C5;width:14px;height:14px;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;z-index:11}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-u-close .hz-u-close-icon{display:block;fill:#fff;width:12px;height:12px}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square{width:6px;height:6px;opacity:.8;z-index:10;display:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square:after{content:"";position:absolute;top:0;left:0;width:6px;height:6px;border-radius:1px;background-color:#409eff}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-tl{top:-3px;left:-3px;cursor:nw-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-tc{top:-3px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);cursor:n-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-tr{top:-3px;right:-3px;cursor:ne-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-cl{top:50%;left:-3px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:w-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-cr{top:50%;right:-3px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:w-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-bl{bottom:-3px;left:-3px;cursor:sw-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-bc{bottom:-3px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);cursor:s-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box .hz-u-square.hz-u-square-br{bottom:-3px;right:-3px;cursor:se-resize}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap{font-size:12px}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal li,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal ol,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal ul,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap li,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap ol,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap ul{margin:0;padding:0}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal ol,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal ul,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap ol,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap ul{list-style:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal a,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap a{text-decoration:none}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal a:hover,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap a:hover{text-decoration:underline}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal p,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap p{-webkit-margin-before:0;-webkit-margin-after:0}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-modal input[type=checkbox],.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap input[type=checkbox]{cursor:pointer}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .workbench-shop-item{padding:5px 10px}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .workbench-shop-item .shop-item-img-resource-first{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:19.97%;height:auto}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .workbench-shop-item .shop-item-img-resource-first img{width:100%;height:auto!important}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .workbench-shop-item .shop-item-desc{-webkit-box-flex:1;-ms-flex:1;flex:1}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .styleB.workbench-shop-item{position:relative}.parent-group.xml-single-ebook-group .xml-ebook-container .resource-box .styleB.workbench-shop-item .shop-item-img{position:absolute;top:5px;bottom:5px;height:98px;width:89px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom .workbench-shop-item.styleB .shop-item-img{height:50px;width:50px}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom .workbench-shop-item.styleB iframe{height:50px!important}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom .workbench-shop-item.styleB .title{padding:10px 0}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom .ebook_style_4{height:100px;margin:0}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom .shop-item-img-resource-first{width:25.97%!important}.parent-group.xml-single-ebook-group .xml-ebook-container .demoBottom.resource-box-sytleC .workbench-shop-item .shop-item-img-resource{width:60px;height:60px}.parent-group.xml-single-layout-group .xml-grid-layout__container{min-height:200px}.parent-group.xml-single-layout-group .xml-grid-layout__area-box{min-width:0;overflow:hidden;position:relative}.parent-group.xml-single-layout-group .xml-grid-layout__area-box--spare{-webkit-transition:all 240ms ease-in-out;transition:all 240ms ease-in-out}.parent-group.xml-single-layout-group .xml-grid-layout__area-box--spare.is-in-editor{cursor:pointer;border:1px solid transparent}.parent-group.xml-single-layout-group .xml-grid-layout__area-box--spare.is-in-editor:hover{border-color:var(--areabox-color)}.parent-group.xml-single-layout-group .xml-grid-layout__area-box.inject-active .xml-grid-layout__control{top:1px;-webkit-transform:scale(1);transform:scale(1);border-bottom-left-radius:100px;border-bottom-right-radius:100px}.parent-group.xml-single-layout-group .xml-grid-layout__control{position:absolute;top:-999px;left:calc(25% + 10px);z-index:1;width:calc(50% - 20px);display:block;-webkit-transform:scale(.1);transform:scale(.1);background-color:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(6px) brightness(.85);backdrop-filter:blur(6px) brightness(.85);border:0 solid rgba(255,255,255,.18);-webkit-box-shadow:rgba(142,142,142,.5) 0 6px 15px 0;box-shadow:rgba(142,142,142,.5) 0 6px 15px 0;border-bottom-left-radius:100%;border-bottom-right-radius:100%;color:rgba(255,255,255,.75);-webkit-transition:all 330ms cubic-bezier(.75,-.1,.15,1.15);transition:all 330ms cubic-bezier(.75,-.1,.15,1.15);overflow:hidden}.parent-group.xml-single-layout-group .xml-grid-layout__control.is-in-editor{display:block}.parent-group.xml-single-layout-group .xml-grid-layout__control-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding:6px 12px}.parent-group.xml-single-layout-group .xml-grid-layout__button{padding:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;font-size:13px;color:#353535;background-color:rgba(255,255,255,.85);border-radius:6px}.parent-group.xml-single-layout-group .xml-grid-layout__button .el-image{width:14px;height:14px;margin:0 auto}.parent-group.xml-single-layout-group .xml-grid-layout__inject-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:var(--justify-content,flex-start);-ms-flex-pack:var(--justify-content,flex-start);justify-content:var(--justify-content,flex-start);-webkit-box-align:var(--align-items,flex-start);-ms-flex-align:var(--align-items,flex-start);align-items:var(--align-items,flex-start)}.parent-group.xml-single-layout-group .xml-grid-layout__inject-wrap>div,.parent-group.xml-single-layout-group .xml-grid-layout__inject-wrap>parent-group{-webkit-box-flex:var(--component-flex,1);-ms-flex:var(--component-flex,1);flex:var(--component-flex,1)}.parent-group.xml-single-layout-group .xml-grid-layout__inject-wrap .vue-portal-target{width:100%}.xml-digital-teaching-preview{--reader-background-color:#fafafa;--reader-theme-color:#ffffff;user-select:none}.xml-digital-teaching-preview .parent-group{margin-top:var(--book-marginTop,0);padding:var(--book-padding,6px) 28px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.xml-digital-teaching-preview .xml-digital-teaching-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 10px 0;background:var(--reader-background-color);min-width:1200px;overflow-x:auto}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left{width:300px;height:calc(100vh - var(--xml-reader-nav-bar-height) - 12px);background-color:var(--reader-theme-color);padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .el-tree-node__content span{height:100%;line-height:30px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-tabs>.el-tabs__content{color:#6b778c;font-size:32px;font-weight:600}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__nav-wrap::after{position:static!important}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .node-student{cursor:pointer;position:relative}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .node-student .note-content-studentnode{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;white-space:normal;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .node-student .note-content-studentnodeFlex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:left;-ms-flex-align:left;align-items:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .node-student .flexOne{padding-right:23px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .node-student .expansion{margin:-23px 0 0 205px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-left .bookm-mark-student .note-content{font-weight:400;font-size:13px;margin-top:10px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc{position:relative;margin:0 auto;height:calc(100vh - var(--xml-reader-nav-bar-height) - 12px);width:820px;overflow:hidden;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .parent-group-mark .code-toolbar{width:742px;overflow-x:auto}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-Preview-dom{height:calc(100vh - var(--xml-reader-nav-bar-height) - 68px);overflow-y:auto}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc::-webkit-scrollbar{width:0!important}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box{width:100%;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block{position:relative}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block .add-teacher-resources{position:absolute;top:22px;left:-80px;display:none;width:92px;height:30px;background:#e3f2ff;border-radius:15px 0 0 15px;text-align:center;line-height:30px;font-family:PingFang SC;font-weight:400;font-size:12px;color:#3e8ced;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block .teacher-resources-number-pc{position:absolute;top:17px;right:0;width:60px;height:32px;padding:0 2px 0 42px;border-radius:0 16px 16px 0;background:#e3f2ff;background:linear-gradient(to right,transparent 0,transparent 40px,#e3f2ff 40px,#e3f2ff 60px);left:734px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block .teacher-resources-number-pc img{margin:10px auto;width:12px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block .teacher-resources-number-pc .number{position:absolute;top:-2px;right:-2px;padding:0 5px;background:#f04343;border-radius:5px;font-family:PingFang SC;font-weight:300;font-size:10px;color:#fff;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block:hover .show-add-teacher-resources,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-list-pc .xml-reader-window-box .xml-parent-group-block:hover .teacher-resources-number-pc{display:block}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:10;width:100%;height:56px;padding:0 20px;background-color:var(--reader-theme-color);border-bottom:2px solid #f2f2f2}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .text-book-title{width:calc(100% - 400px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC;font-weight:500;font-size:17px;color:#333}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .button-box{margin-right:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:78px;height:28px;background:#e3f2ff;border-radius:8px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#3e8ced;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .disabled{cursor:no-drop}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .grades{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:10px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .grades img{width:17px;height:22px;-o-object-fit:contain;object-fit:contain}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .grades span{display:inline-block;width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 6px;font-family:PingFang SC;font-weight:500;font-size:17px;color:#0d3b8b}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .set-up{margin:0 0 0 29px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .header-right .set-up img{width:34px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right{display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100vh - var(--xml-reader-nav-bar-height) - 12px);background-color:#fafafa;-webkit-box-shadow:0 0 10px 0 rgba(218,218,218,.8);box-shadow:0 0 10px 0 rgba(218,218,218,.8)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{width:260px;height:100%;background-color:#fafafa;margin-right:8px;padding:8px 0}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content{height:calc(100vh - var(--xml-reader-nav-bar-height) - 30px);overflow-y:scroll}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:60px;padding-top:18px;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.05);box-shadow:0 4px 10px 0 rgba(0,0,0,.05);border-radius:0 0 40px;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .toolbar-item{position:relative;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:86px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .toolbar-item .toolbar-icon{width:20px;height:20px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .toolbar-item div{padding-top:4px;font-family:PingFang SC;font-weight:400;font-size:12px;color:#666}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_01 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_02 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_03 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_04 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_05 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_06 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_07 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_08 div,.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_09 div{color:#3e8ced;font-weight:600}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_01.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_02.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_03.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_04.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_05.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_06.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_07.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_08.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_09.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_01.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_02.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_03.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_04.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_05.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_06.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_07.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_08.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .icon_up_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_09.png)}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .select-toolbar{position:absolute;left:0;top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:8;width:60px;height:104px;-webkit-transition:top .3s;transition:top .3s}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .select-toolbar .toolbar{position:relative;width:100%;height:80px;border-radius:0 30px 30px 0;background-color:#ecf3fe}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .select-toolbar .toolbar::after{position:absolute;z-index:10;display:block;content:"";width:30px;height:30px;background:radial-gradient(circle at 30px 0,transparent 0 30px,#ecf3fe 29px);top:-30px;left:0}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .select-toolbar .toolbar::before{position:absolute;z-index:10;display:block;content:"";width:30px;height:30px;background:radial-gradient(circle at 30px 30px,transparent 0 30px,#ecf3fe 29px);bottom:-30px;left:0}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{position:absolute;z-index:10;display:block;content:"";width:30px;height:30px;background:radial-gradient(circle at 30px 30px,transparent 0 30px,#f7f7f7 29px);-webkit-filter:drop-shadow(3px 7px 12px #b1b1b1);filter:drop-shadow(3px 7px 12px #b1b1b1);bottom:-30px;left:0}.xml-digital-teaching-preview .xml-digital-teaching-pc .xml-seach-item-text{border-bottom:1px solid rgba(0,0,0,.1);padding:8px 8px 14px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-pc .tippy-box{max-width:inherit!important}.xml-digital-teaching-preview .xml-reader-page-mode .preview-counter-main-pc .preview-list-pc .xml-reader-window-Preview-dom{height:calc(100vh - var(--xml-reader-nav-bar-height) - 126px)}.xml-digital-teaching-preview .xml-reader-page-mode .preview-counter-main-pc .preview-counter-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-top:10px}.xml-digital-teaching-preview .xml-reader-page-mode .preview-counter-main-pc .preview-counter-footer .xml-progress{width:calc(100% - 160px)}.xml-digital-teaching-preview .xml-reader-page-mode .preview-counter-main-pc .preview-counter-footer .btn-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:140px}.xml-digital-teaching-preview .xml-reader-page-mode .preview-counter-main-pc .preview-counter-footer .btn-list .btn-item{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:38px;height:28px;background:#6e84f5;border-radius:8px;border:1px solid #efefef;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:20px;color:#fff;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc{width:100%;height:100%;overflow-y:auto;padding:0 8px;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse{border:none}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse-item{margin-bottom:26px;background-color:var(--reader-theme-color);-webkit-box-shadow:0 1px 10px 0 rgba(218,218,218,.8);box-shadow:0 1px 10px 0 rgba(218,218,218,.8);border-radius:4px;overflow:hidden;border:2px solid #fff}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse-item .el-collapse-item__header{position:sticky;top:0;left:0;height:30px;padding:0 0 0 10px;background:#7f9eb2;font-family:PingFang SC;font-weight:400;font-size:13px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse-item .is-active{background:#3e8ced;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:2px solid #3e8ced}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse-item .el-collapse-item__content{padding-bottom:0}.xml-digital-teaching-preview .xml-resource-list-pc .el-collapse-item .collapse-title{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list{padding:12px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#f8fbff;width:100%}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:4px;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:13px;color:#333;width:100%;padding:2px 8px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item.graph-item{display:block;margin-bottom:0}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item.graph-item .graph-item__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item.graph-item .graph-item__title .resource-title{color:#009dff;max-width:calc(100% - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item.graph-item .graph-item__viewer{width:100%;height:140px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item.graph-item+.graph-item{margin-top:12px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .flie-title{padding:0 0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .teacher-flie-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0e3c8c;font-weight:600}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .xml-note-header .el-icon-more,.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header .el-icon-more{color:#fff}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-title{width:100%}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:8px 0}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon{width:23px;height:17px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .isPlay{position:relative}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .isPlay::after{content:"";display:block;position:absolute;top:0;right:0;background-color:var(--reader-background-color);width:16px;height:17px;-webkit-animation:myfirst2 1.2s infinite;animation:myfirst2 1.2s infinite}@-webkit-keyframes myfirst2{from{width:16px}to{width:0}}@keyframes myfirst2{from{width:16px}to{width:0}}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon_01{background-image:url(../../static/images/icons/resource/icon_01.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon_02{background-image:url(../../static/images/icons/resource/icon_02.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon_03{background-image:url(../../static/images/icons/resource/icon_03.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon_04{background-image:url(../../static/images/icons/resource/icon_04.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .icon_05{background-image:url(../../static/images/icons/resource/icon_05.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-icon{margin-left:6px;width:18px;height:18px;cursor:pointer;background-image:url(../../static/images/icons/resource/positioning.png);background-size:16px 16px;background-repeat:no-repeat;background-position:50% 50%}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-icon:hover{background-image:url(../../static/images/icons/resource/positioning.png)}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-icon3{position:absolute;top:0!important;left:70px!important;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .resource-icon4{position:absolute;top:13px!important;left:203px!important;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .hoverImgStyle{position:absolute;top:106px!important;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .resource-item .hoverStyle{position:absolute;top:0!important;left:203px!important;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .flex-column{padding-bottom:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .learning-tools-item{width:100%;padding:8px 0;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note{padding-bottom:4px;-webkit-box-shadow:0 1px 10px 0 rgba(218,218,218,.8);box-shadow:0 1px 10px 0 rgba(218,218,218,.8);border-radius:4px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .xml-note-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;padding:0 6px;background:#a8bbc8;border-radius:4px 4px 0 0}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .xml-note-header .note-icon{width:16px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .xml-note-header .eye{width:16px;margin-left:155px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .delete-btn .delete-btn-item{height:14px;width:14px;background-repeat:no-repeat;background-image:url(../../static/images/icons/resource/delete-student.png);cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teacher-note .note-content{width:100%;background-color:#fff;padding:4px 8px;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:47%;height:106px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .el-dialog__header{display:none}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:76px;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .cover img{max-width:100%;max-height:100%}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .image-title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .image-title-box .image-title{cursor:pointer;width:80px;opacity:.6;text-align:center;line-height:13px;font-family:PingFang SC;font-weight:800;font-size:12px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource{width:100%;padding:4px 6px;background-color:#fff}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource .teaching-resource-item{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;background:#fff;-webkit-box-shadow:0 1px 10px 0 rgba(218,218,218,.8);box-shadow:0 1px 10px 0 rgba(218,218,218,.8);border-radius:4px;border:2px solid #fff}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource .teaching-resource-item .resource-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:164px;color:#0d3b8b}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource .teaching-resource-item .resource-title-width{width:120px;margin-left:4px}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource .teaching-resource-item img{margin-left:6px;width:12px;cursor:pointer;vertical-align:middle}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .xml-teaching-resource .xml-current-resources{border:2px solid #3e8ced;color:#3e8ced}.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .current-teacher-resources{-webkit-animation:backgroundColor 4s ease;animation:backgroundColor 4s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes backgroundColor{from{background-color:#409ef0}to{background-color:#c8e5ff}}@keyframes backgroundColor{from{background-color:#409ef0}to{background-color:#c8e5ff}}.xml-digital-teaching-preview .xml-resource-list-pc .no-data{margin:130px 30px;width:188px}.xml-digital-teaching-preview .xml-resource-list-pc .el-dialog__header{display:none!important}.xml-digital-teaching-preview .xml-resource-list-pc .el-dialog__body{padding:0}.xml-digital-teaching-preview .xml-preview-catalog-pc{overflow-y:auto;width:100%;height:calc(100vh - var(--xml-reader-nav-bar-height) - 40px);padding:0!important}.xml-digital-teaching-preview .xml-preview-catalog-pc .xml-text-book-name{font-family:PingFang SC;font-weight:400;font-size:18px;color:#333;text-align:center;padding:0 8px 14px 0;background:#fff;position:sticky;top:52px;left:0;z-index:99;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-preview-catalog-pc .xml-text-book-name span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header{position:sticky;top:0;left:0;background:#fff;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:52px;padding:12px 0 20px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-title{padding:0 14px;font-family:PingFang SC;font-weight:500;font-size:16px;color:#4994fb}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img{width:12px;height:18px;background-size:100% 100%}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img-left{background-image:url(../../static/images/icons/books/catalog_left.png)}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img-right{background-image:url(../../static/images/icons/books/catalog_right.png)}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalogHeaderHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:sticky;top:0;left:0;z-index:99;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-parent-group-block .add-teacher-resources,.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__expand-icon,.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__expand-icon::before{display:none}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content{font-size:14px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__content{position:relative;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .is-current>.el-tree-node__content{position:relative;background:linear-gradient(88deg,#e3f2ff 0,#f9fcff 100%);border-radius:6px 0 0 6px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .is-current>.el-tree-node__content::after{position:absolute;top:5px;left:0;content:"";display:block;width:3px;height:20px!important;background:#4994fb}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .custom-tree-node{font-style:14px;font-weight:400;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;display:block!important}.xml-digital-teaching-preview .exceeding_the_trial_reading{position:absolute;top:0;right:0;z-index:99;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.1);background-image:url(../../static/images/icons/resource/lock.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:100% 50%}.xml-digital-teaching-preview .xml-digital-teaching-phone{height:calc(100vh - var(--xml-reader-nav-bar-height));background-color:#f5f5f5}.xml-digital-teaching-preview .xml-digital-teaching-phone .xmlmback{position:absolute;top:122px;left:137px;z-index:1;padding-top:5px}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-reader-window-box{-webkit-touch-callout:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-reader-window-box .xml-reader-content{padding-bottom:85px}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list{width:100%;height:calc(100vh - var(--xml-reader-nav-bar-height) - var(--vh-offset,0px));background-color:var(--reader-theme-color);-ms-scroll-chaining:none;overscroll-behavior:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list .xml-reader-window-Preview-dom{height:calc(100vh - var(--xml-reader-nav-bar-height) - var(--vh-offset,0px));overflow-y:auto}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list .xml-reader-window-Preview-dom .reader-content{padding-bottom:90px}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop{width:100%;height:80vh;background-color:#f6fbff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.1);box-shadow:0 0 16px 0 rgba(0,0,0,.1);border-radius:22px 22px 0 0;padding:10px 15px 34px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .xmlPreviewSearch-input{margin-top:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .xmlPreviewSearch-input input{padding:1px 20px;background:#f3f3f3;border:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .seach-text{background-color:#f6fbff;-webkit-box-shadow:none;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.1);padding:8px 0 14px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-parent-group-block{position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .el-collapse-item__content{padding-bottom:0;width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar{padding:0 16px;width:100%;position:fixed;top:0;left:0;z-index:99;pointer-events:all}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con{width:100%;height:42px;background:#dee9ff;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.05);box-shadow:0 0 10px 0 rgba(0,0,0,.05);border-radius:12px;padding:5px 12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .cur-name{width:70%;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#0d3b8b;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .search-box{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#0d3b8b;line-height:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .search-box .icon{width:16px;height:16px;margin-left:12px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content{width:100%;height:100%;position:fixed;top:0;left:0;z-index:3003;pointer-events:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;position:absolute;width:100%;bottom:0;left:0;background:#fff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.2);box-shadow:0 0 16px 0 rgba(0,0,0,.2);pointer-events:all;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:env(safe-area-inset-bottom);z-index:3003;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-transition:all .3s;transition:all .3s}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .btn-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:10px 24px 0}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .btn-list .btn-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;border-radius:8px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:24px;color:#0d3b8b;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .switch-chapters-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 34px 16px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;border-bottom:1px solid #f1f1f1}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .switch-chapters-content img{width:10px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .toolbar-phone-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333;line-height:22px;margin:10px 0 4px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_10 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_11 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_12 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_13 div{color:#3e8ced;font-weight:600}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .toolbar-phone-item .toolbar-icon{width:24px;height:24px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_10 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_10.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_11 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_11.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_12 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_12.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_13 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_13.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_10 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_10.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_11 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_11.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_12 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_12.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_13 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_up_13.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .catalog-pop{width:100%;height:80vh;background:#f6fbff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.1);box-shadow:0 0 16px 0 rgba(0,0,0,.1);border-radius:22px 22px 0 0;padding:0 15px 66px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .catalog-pop .book-name{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:18px;color:#0d3b8b;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .catalog-pop .node-label{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop{width:100%;background:#fff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.2);box-shadow:0 0 16px 0 rgba(0,0,0,.2);border-radius:22px 22px 0 0;padding:17px;padding-bottom:calc(148px + env(safe-area-inset-bottom));-webkit-box-sizing:border-box;box-sizing:border-box}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .keyname{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;line-height:22px;margin-right:9px;white-space:nowrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#333;width:34.5%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item>div>span{margin:0 20px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item>div>span.el-input-number__decrease,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item>div>span.el-input-number__increase{margin:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .size-btn{width:62px;height:30px;background:#efefef;border-radius:15px;text-align:center;line-height:30px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .reading-mode{margin-right:14px;width:62px;height:30px;border:2px solid #ddd;border-radius:6px;text-align:center;line-height:30px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .current-reading-mode{border-color:#2495ff}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .color-box{width:calc(100% - 65px);display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-column-gap:3vw;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,28px)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .color-box .color-tag{width:28px;height:28px;border-radius:50%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .el-select .el-input__inner,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .family-select-box .el-select .el-input__inner{height:30px!important}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .color-box .active{border:1px solid #333}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .el-input__suffix-inner{margin-right:10px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .el-select{width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .el-select .el-input__suffix{margin-top:6px!important}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .el-select .is-reverse{margin-top:-13px!important}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .family-select-box{width:calc(100% - 75px)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .family-select-box .el-select{width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .family-select-box .el-select .el-input__suffix{margin-top:6px!important}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .family-select-box .el-select .is-reverse{margin-top:-13px!important}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .set-item .m-l23{margin-left:23px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .spacing-box:not(.number-input) .el-input__inner{width:25vw;padding-right:10px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .number-input .el-input-number--small{line-height:28px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .number-input .el-input-number--small .el-input-number__decrease,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .number-input .el-input-number--small .el-input-number__increase{width:28px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .set-pop .number-input .el-input-number--small .el-input__inner{height:30px;line-height:30px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop{width:100%;height:80vh;padding:0 15px 33px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f6fbff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.1);box-shadow:0 0 16px 0 rgba(0,0,0,.1);border-radius:22px 22px 0 0;position:relative;overflow:auto}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .no-data{margin:40px 20%;width:60%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-tabbar{width:100%;height:46px;background:#e3ecff;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;position:absolute;left:0;bottom:calc(62px + env(safe-area-inset-bottom))}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-tabbar>div{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:rgba(22,129,229,.6);line-height:22px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-tabbar .active{color:#0d3b8b;font-weight:600;position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-tabbar .active::after{content:"";width:100%;height:2px;background-color:#0d3b8b;position:absolute;left:0;bottom:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list{height:calc(100% - 90px);overflow:auto}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .el-collapse-item__header{background-color:transparent;color:#0d3b8b;font-size:18px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .el-collapse-item__wrap{background-color:transparent;width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .mark-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#2d2d2d;line-height:15px;padding:14px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #eff8ff}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .mark-item>div{width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:normal}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .mark-item>img{margin-right:4px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .note-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:14px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #eff8ff}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .note-item>img{margin-right:4px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .note-item>div{width:90%;line-height:normal}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .note-item .or-text{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:13px;color:#2d2d2d;line-height:15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .note-item .note-con{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:11px;color:#57a9fb;margin-top:6px;padding-left:10px;border-left:1px solid #57a9fb}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .Highlight-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:14px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #eff8ff;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .Highlight-item>img{margin-right:4px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .Highlight-item>div{width:90%;line-height:normal;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#2d2d2d;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-item .operate-btns{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;-webkit-transform:translateY(8px);transform:translateY(8px);padding:0 5px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-item .operate-btns>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 6px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-item .operate-btns>div img{margin-right:5px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-item .operate-btns .delete-btn{color:#ff5a5a}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .collapse-title{width:100%;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip{position:fixed;bottom:85px;left:calc((100% - 335px)/ 2);z-index:10001;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:335px;background:#f7fcff;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);box-shadow:0 0 10px 0 rgba(0,0,0,.25);padding:10px 20px;border-radius:12px;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon{display:inline-block;width:1.25em;height:1.25em;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy-mobile.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note-mobile.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action span{padding-left:4px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-remark{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:10px;color:#999}.xml-digital-teaching-preview .xml-digital-teaching-phone .font-pre-loader{height:0!important;overflow:hidden}.xml-digital-teaching-preview .xml-digital-teaching-phone .font-pre-loader #sim-sun{font-family:"宋体"}.xml-digital-teaching-preview .xml-digital-teaching-phone .font-pre-loader #sim-hei{font-family:"黑体"}.xml-digital-teaching-preview .xml-digital-teaching-phone .font-pre-loader #sim-kai{font-family:"楷体"}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone{pointer-events:none;position:fixed;top:0;left:0;z-index:10002;width:100%;height:100vh;overflow:hidden}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .levitated-sphere{position:absolute;pointer-events:auto}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .levitated-sphere .xml-robot-image{background-image:url(../../static/images/icons/ai/elfin.png);background-size:100% 100%;-webkit-filter:drop-shadow(-3px 3px 6px rgba(0, 0, 0, .5));filter:drop-shadow(-3px 3px 6px rgba(0, 0, 0, .5))}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .levitated-sphere .van-icon-arrow-left{font-size:1vw;font-weight:600;color:#777}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .drag-left{-webkit-transition:left 1s;transition:left 1s}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .min-robot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px 0 0 10px;background-image:-webkit-gradient(linear,right top,left top,from(#c9dbfa),to(#cae3fb));background-image:linear-gradient(to left,#c9dbfa,#cae3fb);-webkit-box-shadow:-3px 3px 6px rgba(0,0,0,.5);box-shadow:-3px 3px 6px rgba(0,0,0,.5)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content{position:relative;width:100%;height:80vh}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .navbar-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:linear-gradient(-75deg,rgba(252,197,192,.2) 0,rgba(128,212,222,.2) 0,rgba(3,227,251,.2) 0,rgba(1,97,240,.2) 100%);border-radius:.3rem .3rem 0 0}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .navbar-box span{padding-left:2vw;font-family:SourceHanSansCN-Medium;font-weight:600;font-stretch:normal;color:#0d27c6}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box{width:100%;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .xiaozhi-tips{width:100%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(252,197,192,.1)),color-stop(0,rgba(128,212,222,.1)),color-stop(0,rgba(3,227,251,.1)),to(transparent));background-image:linear-gradient(180deg,rgba(252,197,192,.1) 0,rgba(128,212,222,.1) 0,rgba(3,227,251,.1) 0,transparent 100%);font-family:SourceHanSansCN-Light;text-align:center;font-weight:400;font-stretch:normal;letter-spacing:0;color:#405ad1}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main,.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box{width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .timer{text-align:center;font-family:SourceHanSansCN-Light;font-weight:400;font-stretch:normal;letter-spacing:0;color:#848484}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .content-box{position:relative;font-family:SourceHanSansCN-Light;font-weight:400;font-stretch:normal;letter-spacing:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .content-box .loading-box{width:100%;position:absolute;left:0;bottom:0;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}@-webkit-keyframes myAnimation{0%,100%{background-image:-webkit-gradient(linear,left top,right top,from(#2495ff),color-stop(24%,#c557f8),color-stop(57%,#03e3fb),to(#0161f0));background-image:linear-gradient(90deg,#2495ff 0,#c557f8 24%,#03e3fb 57%,#0161f0 100%)}25%{background-image:-webkit-gradient(linear,left top,right top,from(#0161f0),color-stop(24%,#2495ff),color-stop(57%,#c557f8),to(#03e3fb));background-image:linear-gradient(90deg,#0161f0 0,#2495ff 24%,#c557f8 57%,#03e3fb 100%)}50%{background-image:-webkit-gradient(linear,left top,right top,from(#03e3fb),color-stop(24%,#0161f0),color-stop(57%,#2495ff),to(#c557f8));background-image:linear-gradient(90deg,#03e3fb 0,#0161f0 24%,#2495ff 57%,#c557f8 100%)}75%{background-image:-webkit-gradient(linear,left top,right top,from(#c557f8),color-stop(24%,#03e3fb),color-stop(57%,#0161f0),to(#2495ff));background-image:linear-gradient(90deg,#c557f8 0,#03e3fb 24%,#0161f0 57%,#2495ff 100%)}}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .left{background-color:#f4f4f4;border-radius:0 10px 10px;border:1px solid #e5e5e5;color:#484848}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .right{background-color:#bbe8ff;border-radius:10px 0 10px 10px;border:1px solid #bbe8ff;color:#000}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .icon-box .delete{background-image:url(../../static/images/icons/ai/delete_01.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .icon-box .refresh{background-image:url(../../static/images/icons/ai/refresh_01.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .right-item{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box{position:absolute;left:0;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#fff;border-top:solid 1px #bbe8ff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(-20%,transparent),to(rgba(3,227,251,.1)));background-image:linear-gradient(180deg,transparent -20%,rgba(3,227,251,.1) 100%);-webkit-box-shadow:40px 12px 70px rgba(3,227,251,.2);box-shadow:40px 12px 70px rgba(3,227,251,.2)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .download{background-image:url(../../static/images/icons/ai/download.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #bbe8ff;background-color:#fff}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right .input-content{width:calc(100% - .4rem);outline:0;border:none;resize:none;overflow-y:scroll;color:#333;font-family:"微软雅黑";background-color:#fff}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right .input-content:empty::before{content:attr(placeholder);color:#777}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right .sending{width:.24rem;height:.32rem;background-color:#fff;background-image:url(../../static/images/icons/ai/sending2.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-loading{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.7)}.xml-digital-teaching-preview .xml-digital-teaching-phone .pointer-events{pointer-events:initial}.xml-digital-teaching-preview .xml-resource-list-phone{width:100%;height:80vh;padding-bottom:20px;background-color:#f0f8ff;border-radius:6vw 6vw 0 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;padding-right:2vw;padding-bottom:calc(50px + env(safe-area-inset-bottom))}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone{position:relative;width:26vw;height:100%;background-color:var(--reader-background-color)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .toolbar-item{position:relative;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:14vw;padding:0 6px 0 3vw;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:15px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .toolbar-item span{padding-left:6px}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .current-toolbar{font-weight:600;color:#3e8ced}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .select-toolbar{position:absolute;left:0;top:0;z-index:8;width:100%;height:14vw;background:#f0f8ff;-webkit-transition:top .3s;transition:top .3s}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .select-toolbar::after{position:absolute;z-index:10;display:block;content:"";width:2px;height:6vw;background:#2679e1;top:4vw;left:0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content{width:70vw;height:100%;padding:0 10px;overflow:hidden;overflow-y:auto;background-color:var(--reader-background-color);border-radius:2vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .current-teacher-resources{-webkit-animation:backgroundColor 4s ease;animation:backgroundColor 4s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes backgroundColor{from{background-color:#7ac1ff}to{background-color:#eaf5ff}}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note-box{padding:8px 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note{-webkit-box-shadow:0 1px 4px 0 rgba(218,218,218,.8);box-shadow:0 1px 4px 0 rgba(218,218,218,.8);border-radius:4px}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;padding:0 6px;background:#4f8de9;border-radius:4px 4px 0 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header .note-icon{width:4vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header .location{width:5vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .delete-btn .delete-btn-item{height:14px;width:14px;background-repeat:no-repeat;background-image:url(../../static/images/icons/resource/delete-student.png);cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .note-content{width:100%;padding:4px 8px;font-family:PingFang SC;font-weight:400;font-size:13px;color:#333;line-height:24px;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item{position:relative;padding-bottom:1vw;width:100%;min-height:10vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e0e0e0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .resource-title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:8px 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .resource-title{width:calc(100% - 10vw);padding:0 8px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .resource-icon{width:5vw;height:5vw;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_01{background-image:url(../../static/images/icons/resource/phone_icon_01.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_02{background-image:url(../../static/images/icons/resource/phone_icon_02.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_03{background-image:url(../../static/images/icons/resource/phone_icon_03.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_04{background-image:url(../../static/images/icons/resource/phone_icon_04.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_05{background-image:url(../../static/images/icons/resource/phone_icon_05.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .location{margin-left:6px;width:5vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .isPlay{position:relative}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .isPlay::after{content:"";display:block;position:absolute;top:0;right:0;background-color:var(--reader-background-color);width:3.6vw;height:5vw;-webkit-animation:myfirst 1.2s infinite;animation:myfirst 1.2s infinite}@-webkit-keyframes myfirst{from{width:3.6vw}to{width:0}}@keyframes myfirst{from{width:3.6vw}to{width:0}}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .flex-column{padding-bottom:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item{position:relative;margin-bottom:2vw;width:46%}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .resource-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30vw;background-color:#f2f2f2}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .resource-cover img{max-width:100%;max-height:100%}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0 2vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom .resource-title{width:calc(100% - 5vw);padding-right:8px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom .location{width:5vw}.xml-digital-teaching-preview .teacher-resources-number-h5{position:absolute;top:23px;right:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;cursor:pointer}.xml-digital-teaching-preview .teacher-resources-number-h5 .number{position:relative;display:inline-block;border:1px solid #f17f53;border-radius:4px;height:18px;background-color:#fff;line-height:18px;padding:0 3px 0 4px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:10px;color:#f17f53;left:-4px}.xml-digital-teaching-preview .teacher-resources-number-h5 .number::after{position:absolute;top:5px;left:-3px;content:"";display:block;width:4px;height:4px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border:1px solid #f17f53;border-top-color:#fff;border-right-color:#fff;background-color:#fff}.xml-digital-teaching-preview .xml-download-file-uppop{width:calc(100vw - 20px);padding:18px 12px;border-radius:6px;-webkit-box-shadow:0 2px 16px 0 rgba(0,0,0,.15);box-shadow:0 2px 16px 0 rgba(0,0,0,.15)}.xml-digital-teaching-preview .xml-download-file-uppop .code-path{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .xml-download-file-uppop .code-path .download-file-link{width:calc(100% - 60px);height:34px;border:1px solid #efefef;border-radius:6px;padding:0 14px;line-height:32px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-download-file-uppop .code-path .copy-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:54px;height:34px;background:#3e8ced;border-radius:2px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#fff}.xml-digital-teaching-preview .xml-download-file-uppop .code-text{padding-top:6px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#3e8ced;line-height:20px}.xml-digital-teaching-preview .video-resource-player{position:fixed;top:0;left:0;z-index:10002;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#2e2e2e}.xml-digital-teaching-preview .video-resource-player .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .video-resource-player .video-content{width:100%}.xml-digital-teaching-preview .video-resource-player-pc{position:fixed;top:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;height:50%;background-color:#2e2e2e}.xml-digital-teaching-preview .video-resource-player-pc .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .video-resource-player-pc .video-content{width:100%;position:relative}.xml-digital-teaching-preview .xml-audio-player-page{position:fixed;top:0;left:0;z-index:10002;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#2e2e2e}.xml-digital-teaching-preview .xml-audio-player-page .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .square-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:70vw;height:70vw;padding:30px;border-radius:50%;overflow:hidden}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button{position:absolute;left:0;top:0;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70vw;height:70vw}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button .el-icon-video-pause,.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button .el-icon-video-play{font-size:15vw;font-weight:600;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .rotate{-webkit-animation:rotate 7s linear infinite;animation:rotate 7s linear infinite}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .active{-webkit-animation-play-state:running;animation-play-state:running}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .paused{-webkit-animation-play-state:paused;animation-play-state:paused}.xml-digital-teaching-preview .xml-audio-player-page .audio-player-title{width:100%;height:10vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC;font-weight:500;font-size:5vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .current-time{width:14vw;font-size:4vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .total-time{width:14vw;padding-left:1vw;font-size:4vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .progress{width:56vw}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;height:140px;padding-bottom:10px}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .el-slider__button{width:10px;height:10px;background-color:#409eff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .volume-btn{position:relative;margin:10px 0 0 4px;width:16px;height:16px;background-image:url(../../static/images/icons/resource/volume_02.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .volume-mute::after{content:"";position:absolute;top:6px;left:-2px;width:20px;height:2px;background-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-letter-spacing]:not([data-theme-letter-spacing=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-letter-spacing]:not([data-theme-letter-spacing=""]) .parent-group .text-container .richtext-reset-wrapper--view p{letter-spacing:var(--reader-theme-letter-spacing)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view p:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view span:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view p:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view span:not([style~="background-color:"]){color:var(--reader-theme-font-color)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view p:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view span:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view p:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view span:not([style~="background-color:"]) a{color:var(--reader-theme-link-color)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view span,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .text-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .text-container .richtext-reset-wrapper--view span{font-size:var(--reader-theme-font-size)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view span,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .text-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .text-container .richtext-reset-wrapper--view span{font-family:var(--reader-theme-font-family)!important}@media (min-width:1300px) and (max-width:1500px){.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc{width:670px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .parent-group-mark .code-toolbar{width:592px}}@media (max-width:1299px){.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc{width:600px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .parent-group-mark .code-toolbar{width:522px}}.xml-digital-teaching-preview .mask-layer-trial-external{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.3)}.xml-digital-teaching-preview .mask-layer-trial-external img{width:20px}.xml-digital-teaching-preview .min-mask-layer img{width:14px}.xml-digital-teaching-preview ::-webkit-scrollbar{width:6px}.xml-digital-teaching-preview ::-webkit-scrollbar-track{background-color:#e0e0e0}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb{background-color:#a3a3a3}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:hover{background-color:#797979}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:active{background-color:#797979}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.xml-digital-teaching-preview .xml-search-highlight{background-color:#ff0;color:red}.xml-digital-teaching-preview .code-toolbar{user-select:none}.add-teacher-resources-dialog .el-dialog__title{font-size:16px}.add-teacher-resources-dialog .el-dialog__body{padding:10px 20px 30px}.add-teacher-resources-dialog .el-dialog__body .ispan{font-size:12px!important;margin-top:-33px!important;font-style:normal!important}.add-teacher-resources-dialog .el-dialog__body .el-upload-list--picture-card{margin:0 0 0 -50px}.add-teacher-resources-dialog .el-dialog__body .el-checkbox{min-width:108px}.add-teacher-resources-dialog .el-dialog__body .el-upload--picture-card i{font-size:54px;margin-top:43px}.add-teacher-resources-dialog .el-dialog__body .recordeds{margin-left:0!important}.add-teacher-resources-dialog .el-dialog__body .upload-demo{margin-left:145px!important}.add-teacher-resources-dialog .el-dialog__body .addOne{height:60px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item{margin:0!important;border-radius:4px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea{width:100%!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea:focus{border-color:#409eff!important}.add-teacher-resources-dialog .el-dialog__body .disUoloadSty .el-upload--picture-card{display:none}.add-teacher-resources-dialog .el-dialog__body .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:40px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:148px;height:148px;background-color:#a7afb8;border:1px dashed #c0ccda;border-radius:6px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item .cover{max-width:100%;max-height:100%}.add-teacher-resources-dialog .el-tabs__nav-wrap::after{position:static!important}.add-teacher-resources-dialog .notes-form{margin-left:-2px}.add-teacher-resources-dialog .notes-textarea{width:84%!important}.add-teacher-resources-dialog .character-count{position:absolute;right:8px;bottom:-4px;font-size:12px;color:#999}.preview-tree-box-h5{background:0 0;padding:15px 0;height:calc(100% - 30px);overflow-x:hidden;overflow-y:auto}.preview-tree-box-h5[id=built-in-tree]{padding:0}.preview-tree-box-h5 .el-tree-node{word-break:break-all;white-space:normal}.preview-tree-box-h5 .el-tree-node .el-tree-node__content{display:table}.preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-tree-box-h5-title .el-image{position:absolute;left:16px}.preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.preview-tree-box-h5.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.preview-tree-box-h5.custom-catalog-tree .el-tree-node__expand-icon{display:none}.preview-tree-box-h5.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.preview-tree-box-h5 .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview-tree-box-h5 .catalog-node .highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;color:#1681e5}.preview-tree-box-h5 .catalog-node__left,.preview-tree-box-h5 .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview-tree-box-h5 .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.preview-tree-box-h5 .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.preview-tree-box-h5 .catalog-node__left .node-label-bg{position:absolute;color:transparent}.preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .catalog-node__label,.xml-iframe-web-view{position:relative}.preview-tree-box-h5 .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;color:#1681e5}.preview-tree-box-h5 .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left{width:200px}.preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.xml-toast-prompt-box{position:fixed;top:40vh;left:35vw;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30vw}.xml-toast-prompt-box .prompt-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;min-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px;border-radius:6px;font-size:16px;font-family:"微软雅黑";text-align:center}.xml-toast-prompt-box .warning{background:#fcf6ed;border:2px solid #ffedd4;color:#f2ae4b}.xml-toast-prompt-box .error{background:#fdf0f0;border:2px solid #f0c5c5;color:#eb6c6e}.xml-toast-prompt-box .success{background:#ddf1e2;border:2px solid #bee2c7;color:#6ac73c}.xml-set-pop-pc .el-dialog{width:395px;height:340px}.xml-set-pop-pc .el-dialog__header{background-color:#f2f2f2!important}.xml-set-pop-pc .el-form-item{margin-bottom:35px}.xml-set-pop-pc .el-form-item__label{font-size:16px}.xml-set-pop-pc .el-select{margin-left:3px}.xml-set-pop-pc .el-select--medium{width:300px;height:30px}.xml-set-pop-pc .slider{margin-left:18px}.xml-set-pop-pc .select-font{margin-left:11px;width:75%}.xml-set-pop-pc .set-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:37px}.xml-set-pop-pc .set-item .keyname{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;line-height:22px;margin-right:9px;white-space:nowrap}.xml-set-pop-pc .set-item .spacing-box .el-input__inner{width:25vw;padding-right:10px}.xml-set-pop-pc .set-item>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#333;width:29.9%}.xml-set-pop-pc .set-item>div>span{margin:0 20px}.xml-set-pop-pc .set-item>div>span.el-input-number__decrease,.xml-set-pop-pc .set-item>div>span.el-input-number__increase{margin:0}.xml-set-pop-pc .set-item .size-btn{width:62px;height:30px;background:#efefef;border-radius:15px;text-align:center;line-height:30px;cursor:pointer}.xml-set-pop-pc .set-item .reading-mode{margin-right:14px;width:62px;height:30px;border:2px solid #ddd;border-radius:6px;text-align:center;line-height:30px;cursor:pointer}.xml-set-pop-pc .set-item .current-reading-mode{border-color:#2495ff}.xml-set-pop-pc .set-item .color-box{width:calc(100% - 65px);display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-column-gap:3vw;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,28px)}.xml-set-pop-pc .set-item .color-box .color-tag{width:28px;height:28px;border-radius:50%}.xml-set-pop-pc .set-item .color-box .active,.xml-single-textarea-group .textarea-border{border:1px solid #333}.xml-set-pop-pc .set-item .family-select-box{width:calc(100% - 75px)}.xml-set-pop-pc .set-item .family-select-box .el-select{width:100%}.xml-set-pop-pc .set-item .m-l23{margin-left:23px}.xml-set-pop-pc .color-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:230px!important;height:28px;padding-left:14px}.xml-set-pop-pc .color-container .color-item{width:30px;height:30px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.xml-set-pop-pc .color-container .active-color{border:1px solid #000;border-radius:50%}.xml-set-pop-pc .white-check{color:#fff!important}.xml-set-pop-pc .color-item.white-border{border-color:#fff!important}.xml-set-pop-pc .check-mark{margin:1px 0 0 8px}.xml-set-pop-pc .el-form-item__content .line-height-select{width:283px;height:30px}.customPopper{min-width:80px!important}.teacher-note-popover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.teacher-note-popover span{margin:2px 0;cursor:pointer;font-family:PingFang SC;font-weight:400;font-size:12px;color:#333}.teacher-note-popover span:hover{color:#3d9ae6}@media (max-width:1000px){.parent-group-mark .code-toolbar{width:calc(100vw - 28px)}}.xml-iframe-web-view .xml-iframe-web-tips{position:absolute;top:0;left:0;pointer-events:none;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-image:url(../../static/images/icons/resource/404.png);background-image:300px 300px;background-repeat:no-repeat;background-position:50% calc(50% - 70px)}.xml-iframe-web-view .xml-iframe-web-tips span{padding-left:6px;color:#0161f0;cursor:pointer;pointer-events:all}.xml-iframe-web-view .xml-view-iframe{position:absolute;width:100%;height:100%}.xml-iframe-web-view .xml-digital-teaching-preview,.xml-iframe-web-view .xml-digital-teaching-preview .preview-list-pc{height:100%}.xml-iframe-web-view .xml-digital-teaching-preview .preview-list-pc::-webkit-scrollbar{width:0!important}.xml-iframe-web-view .xml-digital-teaching-preview{overflow-y:auto}.xml-resource-list-pc .ppt,.xml-resource-list-pc .pptx,.xml-resource-list-phone .ppt,.xml-resource-list-phone .pptx{background-image:url(../../static/images/icons/resource/ppt.svg)}.xml-resource-list-pc .doc,.xml-resource-list-pc .docx,.xml-resource-list-phone .doc,.xml-resource-list-phone .docx{background-image:url(../../static/images/icons/resource/docx.svg)}.xml-resource-list-pc .richtext-reset-wrapper--edit .doc,.xml-resource-list-pc .richtext-reset-wrapper--edit .docx,.xml-resource-list-pc .richtext-reset-wrapper--view .doc,.xml-resource-list-pc .richtext-reset-wrapper--view .docx,.xml-resource-list-phone .richtext-reset-wrapper--edit .doc,.xml-resource-list-phone .richtext-reset-wrapper--edit .docx,.xml-resource-list-phone .richtext-reset-wrapper--view .doc,.xml-resource-list-phone .richtext-reset-wrapper--view .docx{background-image:none}.xml-resource-list-pc .xls,.xml-resource-list-pc .xlsx,.xml-resource-list-phone .xls,.xml-resource-list-phone .xlsx{background-image:url(../../static/images/icons/resource/excel.svg)}.xml-resource-list-pc .gif,.xml-resource-list-pc .jpeg,.xml-resource-list-pc .jpg,.xml-resource-list-pc .png,.xml-resource-list-phone .gif,.xml-resource-list-phone .jpeg,.xml-resource-list-phone .jpg,.xml-resource-list-phone .png{background-image:url(../../static/images/icons/resource/jpg.svg)}.xml-resource-list-pc .mp3,.xml-resource-list-phone .mp3{background-image:url(../../static/images/icons/resource/mp3.svg)}.xml-resource-list-pc .mp4,.xml-resource-list-phone .mp4{background-image:url(../../static/images/icons/resource/mp4.svg)}.xml-resource-list-pc .pdf,.xml-resource-list-phone .pdf{background-image:url(../../static/images/icons/resource/pdf.svg)}.xml-resource-list-pc .zip,.xml-resource-list-phone .zip{background-image:url(../../static/images/icons/resource/zip.svg)}.xml-resource-list-pc .recorded,.xml-resource-list-phone .recorded{background-image:url(../../static/images/icons/resource/icon_recorded.svg)}.preview-left-student{width:100%;height:100%;overflow-y:auto;padding:0!important;background-color:var(--reader-theme-color)}.preview-left-student .xml-text-book-name{font-family:PingFang SC;font-weight:400;font-size:18px;color:#333;text-align:center;padding:0 8px 0 0;background:#fff;position:sticky;z-index:99;background-color:var(--reader-theme-color)}.preview-left-student .xml-text-book-name span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all}.preview-left-student .xml-preview-catalog-pc{overflow:hidden;height:auto}.preview-left-student .xml-empty{margin-top:260px}.preview-left-student .el-tabs__header{padding:0 10px 4px 12px!important;position:sticky;top:0;z-index:1;background:#fff;margin:0}.preview-left-student .xml-text-book-name{top:0!important}.preview-left-student .el-tabs__item{color:#afafaf;border:none!important;padding:0 14px}.preview-left-student .is-active{color:#000;font-weight:700}.preview-left-student .el-tabs__nav-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-left-student .el-tabs__nav-scroll .el-tabs__nav{display:-webkit-box;display:-ms-flexbox;display:flex}.preview-left-student .el-tabs__active-bar{width:30px;height:4px;background:-webkit-gradient(linear,left top,right top,from(#0bbafb),to(#4285ec));background:linear-gradient(90deg,#0bbafb,#4285ec);margin:10px 10px 10px 0}.preview-left-student .el-collapse{border:none}.preview-left-student .el-collapse-item{margin-bottom:26px;background-color:var(--reader-theme-color);-webkit-box-shadow:0 1px 10px 0 rgba(218,218,218,.8);box-shadow:0 1px 10px 0 rgba(218,218,218,.8);border-radius:4px;overflow:hidden;border:2px solid #fff}.preview-left-student .el-collapse-item .el-collapse-item__header{position:sticky;top:0;left:0;height:30px;padding:0 0 0 10px;background:#7f9eb2;font-family:PingFang SC;font-weight:400;font-size:13px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-left-student .el-collapse-item .is-active{background:#3e8ced;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:2px solid #3e8ced}.preview-left-student .el-collapse-item .el-collapse-item__content{padding-bottom:0}.preview-left-student .el-collapse-item .collapse-title{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.preview-left-student .resource-list{padding:12px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#e5eefa;width:100%}.preview-left-student .resource-list .resource-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:13px;color:#333;width:88%}.preview-left-student .resource-list .resource-item .flie-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-left-student .resource-list .resource-item .teacher-flie-title{display:inline-block;width:calc(100% - 22px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-left-student .resource-list .resource-item .resource-title{cursor:pointer;width:100%}.preview-left-student .resource-list .resource-item .icon{width:23px;height:17px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.preview-left-student .resource-list .resource-item .icon_01{background-image:url(../../static/images/icons/resource/icon_01.png)}.preview-left-student .resource-list .resource-item .icon_02{background-image:url(../../static/images/icons/resource/icon_02.png)}.preview-left-student .resource-list .resource-item .icon_03{background-image:url(../../static/images/icons/resource/icon_03.png)}.preview-left-student .resource-list .resource-item .icon_04{background-image:url(../../static/images/icons/resource/icon_04.png)}.preview-left-student .resource-list .resource-item .icon_05{background-image:url(../../static/images/icons/resource/icon_05.png)}.preview-left-student .resource-list .resource-item .resource-icon{position:absolute;top:110px;left:89px;width:18px;height:18px;cursor:pointer;background-image:url(../../static/images/icons/resource/positioning.png);background-size:16px 16px;background-repeat:no-repeat;background-position:50% 50%}.preview-left-student .resource-list .resource-item .resource-icon:hover{background-image:url(../../static/images/icons/resource/positioning.png)}.preview-left-student .resource-list .resource-item .resource-icon2{position:absolute;top:0!important;left:203px!important;cursor:pointer}.preview-left-student .resource-list .resource-item .resource-icon3{position:absolute;top:0!important;left:70px!important;cursor:pointer}.preview-left-student .resource-list .resource-item .hoverImgStyle{position:absolute;top:106px!important;cursor:pointer}.preview-left-student .resource-list .resource-item .hoverStyle{position:absolute;top:0!important;left:203px!important;cursor:pointer}.preview-left-student .resource-list .resource-item:hover{color:#3e8ced}.preview-left-student .resource-list .resource-item:hover .icon_01{background-image:url(../../static/images/icons/resource/icon_up_01.png)}.preview-left-student .resource-list .resource-item:hover .icon_02{background-image:url(../../static/images/icons/resource/icon_up_02.png)}.preview-left-student .resource-list .resource-item:hover .icon_03{background-image:url(../../static/images/icons/resource/icon_up_03.png)}.preview-left-student .resource-list .resource-item:hover .icon_04{background-image:url(../../static/images/icons/resource/icon_up_04.png)}.preview-left-student .resource-list .resource-item:hover .icon_05{background-image:url(../../static/images/icons/resource/icon_up_05.png)}.preview-left-student .resource-list .xml-teacher-note{margin-bottom:16px;-webkit-box-shadow:0 1px 10px 0 rgba(218,218,218,.8);box-shadow:0 1px 10px 0 rgba(218,218,218,.8);border-radius:4px}.preview-left-student .resource-list .xml-teacher-note .xml-note-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;padding:0 6px;background:#a8bbc8;border-radius:4px 4px 0 0}.preview-left-student .resource-list .xml-teacher-note .xml-note-header .note-icon{width:16px}.preview-left-student .resource-list .xml-teacher-note .xml-note-header .el-icon-more{color:#fff}.preview-left-student .resource-list .xml-teacher-note .delete-btn .delete-btn-item{height:14px;width:14px;background-repeat:no-repeat;background-image:url(../../static/images/icons/resource/delete-student.png);cursor:pointer}.preview-left-student .resource-list .xml-teacher-note .note-content{width:100%;padding:4px 8px;font-family:PingFang SC;font-weight:400;font-size:13px;color:#333;line-height:24px;cursor:pointer}.preview-left-student .resource-list .image-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:47%;height:106px;margin-bottom:30px}.preview-left-student .resource-list .image-item .el-dialog__header{display:none}.preview-left-student .resource-list .image-item img{max-width:100%;max-height:100%}.preview-left-student .resource-list .image-item .image-title{position:absolute;left:-8px;bottom:-19px;width:90%;opacity:.6;text-align:center;line-height:13px;font-family:PingFang SC;font-weight:800;font-size:12px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-left-student .resource-list .teaching-resource-item .resource-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:164px}.preview-left-student .resource-list .teaching-resource-item .resource-title-width{width:136px}.preview-left-student .resource-list .teaching-resource-item img{margin-left:6px;width:12px;cursor:pointer;vertical-align:middle}.v-modal{z-index:1000!important}.legend{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 10px}.fillInTheBlanksSpan{border-bottom:1px solid #333}.xml-el-icon-close-dialog{position:absolute;top:6px;right:6px;z-index:99;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:26px;height:26px;border-radius:50%;background-color:#999;cursor:pointer}.xml-el-icon-close-dialog .el-icon-close{color:#fff;font-size:16px;font-weight:700}.xml-el-icon-close-dialog:hover{background-color:#888}.xml-audio-player-page-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 0 30px}.xml-audio-player-page-pc .el-icon-back{display:none}.xml-audio-player-page-pc .audio-cover{width:160px}.xml-audio-player-page-pc .audio-cover .square-wrapper{position:relative}.xml-audio-player-page-pc .audio-cover .rotate{-webkit-animation:rotate 7s linear infinite;animation:rotate 7s linear infinite}.xml-audio-player-page-pc .audio-cover .active{-webkit-animation-play-state:running;animation-play-state:running}.xml-audio-player-page-pc .audio-cover .paused{-webkit-animation-play-state:paused;animation-play-state:paused}.xml-audio-player-page-pc .play-button{position:absolute;top:50px;left:50px;font-size:63px;cursor:pointer}.xml-audio-player-page-pc .audio-player-title{font-size:29px}.xml-audio-player-page-pc .audio-controls{-webkit-box-flex:1;-ms-flex:1;flex:1;width:89%}.xml-audio-player-page-pc .audio-controls .audio-controls__handler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times .progress{width:calc(100% - 90px);padding:0 14px}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times .current-time,.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times .total-time{position:relative}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;height:140px;padding-bottom:10px}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box .el-slider__button{width:10px;height:10px;background-color:#409eff}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box .volume-btn{position:relative;margin:10px 0 0 4px;width:16px;height:16px;background-image:url(../../static/images/icons/resource/volume_01.png);background-size:100% 100%;cursor:pointer}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box .volume-mute::after{content:"";position:absolute;top:6px;left:-2px;width:20px;height:2px;background-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-epub-pdf-dialog{border-radius:12px;overflow:hidden;background-color:#fff;z-index:10002}.xml-epub-pdf-dialog .el-dialog__header{padding:20px 20px 10px!important;height:auto!important}.xml-epub-pdf-dialog .el-dialog__header .el-dialog__title{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;text-align:center}.xml-epub-pdf-dialog .el-dialog__header .xml-heder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-right:40px}.xml-epub-pdf-dialog .el-dialog__header .xml-heder .title{width:calc(100% - 60px);font-size:18px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all}.xml-epub-pdf-dialog .el-dialog__header .xml-heder .xml-full-screen{font-size:16px;cursor:pointer}.xml-epub-pdf-dialog .el-dialog__header .xml-heder .xml-full-screen:hover{color:#70acff}.xml-epub-pdf-dialog .el-dialog__body{padding:0}.xml-epub-pdf-view{position:fixed;left:0;bottom:0;right:0;top:0;padding:50px 0 0;background-color:#fff;z-index:10002}.xml-epub-pdf-view .xmlPreviewSearch-navbar{background:#f3f3f3;height:40px;width:100%;position:fixed;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 14px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-epub-pdf-view .xmlPreviewSearch-navbar .xmlPreviewSearch-sou{font-size:14px;width:calc(100% - 40px);color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;text-align:center}.xml-epub-pdf-view .xmlPreviewSearch-navbar .el-icon-close{font-size:20px;font-weight:600}.xml-epub-pdf-view iframe{width:100%;height:100%}.xml-reader-preview-huateng .xml-digital-teaching-pc{padding-left:0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name{background-color:#fff;font-family:FZDHTK;font-size:20px;color:#fff;font-weight:600}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name .text-book-name{padding:10px 50px 10px 10px;background-color:#79abfa;clip-path:polygon(0 0,250px 0,100% 100%,0 100%)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header{padding:0 22px 0 0!important;background-color:#538ae6;clip-path:polygon(0 0,250px 0,100% 100%,0 100%)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__nav{width:100%;border:none}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__item{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .is-active{background:#79abfa}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-collapse,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-preview-catalog-pc{padding:10px 0 0 10px!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-note-header{background-color:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .catalogContentTeacher{padding-left:10px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header{height:80px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress{width:150px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress-bar__outer{border:1px solid #4d90f9}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress__text{font-size:14px!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .title{padding-top:6px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up span{padding-top:6px;font-family:SimHei;font-weight:400;font-size:14px;color:#676767;cursor:pointer}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .is-active{background:#3e8ced;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .is-active{border:2px solid #3e8ced}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{margin-right:0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{width:68px;height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:#79abfa;-webkit-box-shadow:-2px -2px 2px 1px rgba(60,90,164,.8);box-shadow:-2px -2px 2px 1px rgba(60,90,164,.8)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 div{color:#3e8ced;font-weight:600}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{height:90px;background-color:#deecff;margin:0 0 6px;border-radius:0 18px 18px 0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_01.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_02.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_03.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_04.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_05.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_06.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_07.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_08.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_09.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_01.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_02.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_03.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_04.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_05.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_06.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_07.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_08.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_09.png)!important}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_left{width:30px;height:80px;margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_right{width:30px;height:80px;margin-left:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri{margin:0 auto;width:0;height:0;border-top:15px solid rgba(255,255,255,0);border-left:15px solid rgba(255,255,255,0);border-bottom:15px solid rgba(151,151,151,.25);border-right:15px solid rgba(255,255,255,0)}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri1{margin:0 auto;width:0;height:0;border-top:15px solid #fff;border-left:15px solid #fff;border-bottom:15px solid #fff;border-right:15px solid #fff}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color1{background-color:#fc7293}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color2{background-color:#9d91f3}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color3{background-color:#47c8e8}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color4{background-color:#64a4fc}.xml-reader-preview-huateng .xmlStatisticalCharts .student_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_img{width:100px;height:100px;border-radius:50px;background-color:#ececec}.xml-reader-preview-huateng .xmlStatisticalCharts .student_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .img{width:100px;height:100px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:750px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .select_swiper_box,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .swiper_box{margin-right:30px;border-radius:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_img{width:80px;height:80px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_name{text-align:center;padding:10px 0;width:80px;height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom{width:850px;background-color:#fff;margin-top:0;border-radius:10px;-webkit-box-shadow:0 2px 16px 0 rgba(151,151,151,.25);box-shadow:0 2px 16px 0 rgba(151,151,151,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-select{width:140px;height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix{height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix input{height:34px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc{padding-left:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left{-webkit-box-shadow:0 0 10px 0 rgba(218,218,218,.8);box-shadow:0 0 10px 0 rgba(218,218,218,.8)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content{position:relative;background:rgba(211,222,255,.54);-webkit-box-shadow:0 0 3px 0 rgba(143,178,231,.36);box-shadow:0 0 3px 0 rgba(143,178,231,.36);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content::after{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-left{background-image:url(../../static/images/icons/books/catalog_left_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-right{background-image:url(../../static/images/icons/books/catalog_right_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name{padding:10px 30px 10px 10px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:16px;color:#333}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#666;line-height:19px;margin-top:22px;margin-bottom:16px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div>span{margin:0 10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs-active{font-weight:600;color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .left-icon{background:url(../../static/images/icons/books/catalog_left_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .right-icon{background:url(../../static/images/icons/books/catalog_right_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header{background:rgba(222,230,255,.54);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__nav{width:100%;border:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__item{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#999;text-align:center;padding:0 15px;background:#f0f3fe}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__active-bar{width:30px;height:3px;background:#538ae6;margin:0 0 4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-collapse,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-preview-catalog-pc{padding:10px 10px 0!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-note-header{background-color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalogContentTeacher{padding-left:10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc{-webkit-box-shadow:0 2px 14px 8px #ddd;box-shadow:0 2px 14px 8px #ddd}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress{width:150px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress-bar__outer{border:1px solid #4d90f9}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress__text{font-size:14px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .title{padding-top:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up span{padding-top:6px;font-family:SimHei;font-weight:400;font-size:14px;color:#676767;cursor:pointer}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item{margin-bottom:10px;background:#fff;border-radius:10px;border:1px solid #d5dee3;padding:10px 8px 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6;border-radius:6px;margin-bottom:12px}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .is-active{background:#aecdfe;border-color:#aecdfe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list{padding:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-teacher-note{background:#fff;-webkit-box-shadow:0 0 10px 0 rgba(142,142,142,.15);box-shadow:0 0 10px 0 rgba(142,142,142,.15);border-radius:10px;border:1px solid #aecdfe}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#aecdfe;border-radius:8px 8px 0 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header .note-icon{width:18px}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active{border:1px solid #d5dee3;background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active .resource-list{background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active i{border:0;color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:var(--xml-reader-toolbar-color);-webkit-box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color);box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{height:70px!important;margin:0 0 6px;border-radius:0 18px 18px 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .resource-item.graph-item{display:block;margin-bottom:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .resource-item.graph-item .graph-item__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .resource-item.graph-item .graph-item__title .resource-title{color:#009dff;max-width:calc(100% - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_010 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 div{color:#3e8ced;font-weight:600}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .resource-item.graph-item .graph-item__viewer{width:100%;height:140px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .resource-item.graph-item+.graph-item{margin-top:12px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_01.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_02.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_03.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_04.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_05.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_06.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_07.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_08.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_09.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_010 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_010.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_01.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_02.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_03.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_04.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_05.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_06.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_07.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_08.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_09.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_010 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_010.png)!important}.xml-reader-preview-guokai .xmlStatisticalCharts .wrap_left{width:30px;height:80px;margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-guokai .xmlStatisticalCharts .wrap_right{width:30px;height:80px;margin-left:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-guokai .xmlStatisticalCharts .uptri{margin:0 auto;width:0;height:0;border-top:15px solid rgba(255,255,255,0);border-left:15px solid rgba(255,255,255,0);border-bottom:15px solid rgba(151,151,151,.25);border-right:15px solid rgba(255,255,255,0)}.xml-reader-preview-guokai .xmlStatisticalCharts .uptri1{margin:0 auto;width:0;height:0;border-top:15px solid #fff;border-left:15px solid #fff;border-bottom:15px solid #fff;border-right:15px solid #fff}.xml-reader-preview-guokai .xmlStatisticalCharts .student_color1{background-color:#fc7293}.xml-reader-preview-guokai .xmlStatisticalCharts .student_color2{background-color:#9d91f3}.xml-reader-preview-guokai .xmlStatisticalCharts .student_color3{background-color:#47c8e8}.xml-reader-preview-guokai .xmlStatisticalCharts .student_color4{background-color:#64a4fc}.xml-reader-preview-guokai .xmlStatisticalCharts .student_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-guokai .xmlStatisticalCharts .student_img{width:100px;height:100px;border-radius:50px;background-color:#ececec}.xml-reader-preview-guokai .xmlStatisticalCharts .student_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-guokai .xmlStatisticalCharts .student_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-guokai .xmlStatisticalCharts .student_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-guokai .xmlStatisticalCharts .student_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-guokai .xmlStatisticalCharts .student_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_top .img{width:100px;height:100px;border-radius:50px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_top .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_swipers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:750px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_swipers .select_swiper_box,.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_swipers .swiper_box{margin-right:30px;border-radius:4px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_swipers .teacher_img{width:80px;height:80px;border-radius:50px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_swipers .teacher_name{text-align:center;padding:10px 0;width:80px;height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_bottom{width:850px;background-color:#fff;margin-top:0;border-radius:10px;-webkit-box-shadow:0 2px 16px 0 rgba(151,151,151,.25);box-shadow:0 2px 16px 0 rgba(151,151,151,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 20px 30px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-guokai .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-guokai .xmlStatisticalCharts .el-select{width:140px;height:34px}.xml-reader-preview-guokai .xmlStatisticalCharts .el-input--suffix{height:34px}.xml-reader-preview-guokai .xmlStatisticalCharts .el-input--suffix input{height:34px!important}@media screen and (min-width:1600px){.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left{width:340px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-toolbar-content{width:300px!important}}.xml-reader-preview-guokai .preview-counter-main-pc{padding:0 40px;-webkit-box-sizing:content-box;box-sizing:content-box}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tippy-box{background-color:rgba(0,0,0,.5)}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tippy-box[data-placement^=top]>.tippy-arrow::before{border-top-color:rgba(0,0,0,.8)!important}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tippy-content{background-color:rgba(0,0,0,.5);border-radius:4px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);padding:0}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tipnote-tpl{padding:14px 10px 10px}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl{padding:6px 8px;background-color:rgba(0,0,0,.1);color:#cacaca}.xml-reader-preview-guokai .preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl .tipbar-action:hover{background-color:rgba(0,0,0,.5);color:#e2e2e2}.xml-reader-preview-guokai .xml-resource-list-phone{height:100vh}.xml-reader-preview-guokai .xml-resource-list-phone .navBar{height:46px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:17px;color:#333;background-color:#f6fbff;position:relative}.xml-reader-preview-guokai .xml-resource-list-phone .navBar .back-icon{position:absolute;left:20px;font-weight:700;color:#333;font-size:21px}.xml-reader-preview-guokai .xml-resource-list-phone .van-tabs__line{bottom:20px}.xml-reader-preview-guokai .xml-resource-list-phone .xml-resource-list{max-height:calc(100vh - 100px);padding:22px 10px 0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#f6fbff}.xml-reader-preview-guokai .xml-resource-list-phone .xml-resource-list .xml-resource-content{width:100%;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-box-shadow:0 0 16px 0 rgba(151,151,151,.1);box-shadow:0 0 16px 0 rgba(151,151,151,.1);border-radius:10px;height:calc(100% - 56px);overflow-y:scroll}.xml-general-robot-content-pc .robot-view,.xml-robot-content-pc .robot-view{-webkit-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;-webkit-box-shadow:1px 6px 8px #ccc}.xml-reader-preview-guokai .xml-resource-list-phone .xml-resource-list .xml-resource-content .collapse-top{background-color:#fff}.xml-general-robot-content-pc{position:fixed;left:0;top:0;width:1920px;height:100vh;z-index:999}.xml-general-robot-content-pc div{-webkit-box-sizing:border-box;box-sizing:border-box}.xml-general-robot-content-pc .robot-view{user-select:initial;position:absolute;z-index:9999;pointer-events:fill;border-radius:14px;padding-top:14px;overflow:hidden;border:1px solid #f2f2f2;box-shadow:1px 6px 8px #ccc;background-color:#f7fafc}.xml-general-robot-content-pc .robot-view .title-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:50px;padding:0 16px}.xml-general-robot-content-pc .robot-view .title-bar .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-general-robot-content-pc .robot-view .title-bar .logo .robot-logo{width:34px;height:34px;background-size:100%;background-repeat:no-repeat}.xml-general-robot-content-pc .robot-view .title-bar .logo span{padding-left:6px;font-family:SourceHanSansCN-Medium;font-size:16px;font-weight:600;font-stretch:normal;line-height:50px;letter-spacing:0;color:#0d27c6}.xml-general-robot-content-pc .robot-view .title-bar .el-icon-close{font-size:20px;font-weight:800;color:#999;cursor:pointer}.xml-general-robot-content-pc .robot-view .scroll{overflow-y:scroll}.xml-general-robot-content-pc .robot-view .content{width:100%;padding:8px;background:#f7fafc;position:relative}.xml-general-robot-content-pc .robot-view .content .timer{width:100%;padding:8px 0;text-align:center;font-family:SourceHanSansCN-Light;font-size:14px;letter-spacing:0;color:#848484}.xml-general-robot-content-pc .robot-view .content .item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}.xml-general-robot-content-pc .robot-view .content .item .cover{width:38px;height:38px;border-radius:50%;background:url(../../static/images/icons/ai/evaluate_avatar.png) #fff;overflow:hidden;background-size:100% 100%}.xml-general-robot-content-pc .robot-view .content .item .cover img{width:38px;height:38px}.xml-general-robot-content-pc .robot-view .content .item .text{position:relative;z-index:10;max-width:calc(100% - 34px);padding:8px 10px;font-size:15px;word-wrap:break-word;color:#555}.xml-general-robot-content-pc .robot-view .content .item .text span{width:calc(100% - 5px);height:4px;position:absolute;left:3px;bottom:0;border-radius:0 0 8px 8px;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}.xml-general-robot-content-pc .robot-view .content .item .operating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding-top:6px}.xml-general-robot-content-pc .robot-view .content .item .operating .delete{margin-left:8px;width:14px;height:20px;background-image:url(../../static/images/icons/ai/delete_01.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-general-robot-content-pc .robot-view .content .item .operating .copy{margin-left:8px;width:14px;height:20px;background-image:url(../../static/images/icons/generalRobot/icon_08.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-general-robot-content-pc .robot-view .content .item .operating .refresh{margin-left:8px;width:14px;height:20px;background-image:url(../../static/images/icons/generalRobot/icon_09.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-general-robot-content-pc .robot-view .content .left .text{margin-left:8px;background-color:#fff;border-radius:0 15px 15px;font-size:14px;color:#333}.xml-general-robot-content-pc .robot-view .content .right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-general-robot-content-pc .robot-view .content .right .text{margin-right:8px;background-color:#c8d9ff;border-radius:15px 0 15px 15px;font-size:14px;color:#333}.xml-general-robot-content-pc .robot-view .content .right .operating{padding:0 6px 0 0}.xml-general-robot-content-pc .robot-view .Progress-bar{width:90%;height:60px;background-color:#f4f4f4;border-radius:0 15px 10px 10px;border:1px solid #e5e5e5;position:absolute;bottom:90px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);line-height:60px;z-index:99}.xml-general-robot-content-pc .robot-view .Progress-bar>div{width:100%;position:relative;padding-left:20px}.xml-general-robot-content-pc .robot-view .Progress-bar>div span{width:calc(100% - 5px);height:8px;position:absolute;left:3px;bottom:-3px;border-radius:0 0 8px 8px;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}.xml-general-robot-content-pc .robot-view .input-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:14px;position:relative}.xml-general-robot-content-pc .robot-view .input-box .download{width:20px;height:20px;background-image:url(../../static/images/icons/ai/download.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-general-robot-content-pc .robot-view .input-box .input-right{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:#fff;border-radius:7px;border:1px solid #73A6F9;padding-right:10px}.xml-general-robot-content-pc .robot-view .input-box .input-content{width:100%;outline:0;height:106px;overflow-y:scroll;padding:6px 14px;font-size:16px;color:#333;font-family:"微软雅黑";background-color:#fff;border-radius:6px}.xml-general-robot-content-pc .robot-view .input-box .input-content:empty::before{content:attr(placeholder);color:#777}.xml-general-robot-content-pc .robot-view .input-box .sending{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:32px;border-radius:10px;background-image:url(../../static/images/icons/generalRobot/icon_07.png);background-size:100% 100%;cursor:pointer;font-family:SourceHanSansCN-Light;font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#fff;margin-bottom:10px}.xml-general-robot-content-pc .robot-view .input-box .sending:hover{opacity:.7}.xml-general-robot-content-pc .robot-view .point-top{position:absolute;top:0;left:0;width:100%;height:6px;cursor:n-resize}.xml-general-robot-content-pc .robot-view .point-bottom{position:absolute;left:0;bottom:0;width:100%;height:6px;cursor:n-resize}.xml-general-robot-content-pc .robot-view .point-left{position:absolute;top:0;left:0;width:6px;height:100%;cursor:e-resize}.xml-general-robot-content-pc .robot-view .point-right{position:absolute;top:0;right:0;width:6px;height:100%;cursor:e-resize}.xml-general-robot-content-pc .elfin-box{pointer-events:fill;position:fixed;bottom:16px;right:100px;z-index:9997;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:208px;height:52px;padding:0 32px;background:#fcfcfc;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.12);box-shadow:0 0 6px 0 rgba(0,0,0,.12);border-radius:100px;border:1px solid #e1e1e2}.xml-general-robot-content-pc .elfin-box .elfin-item{width:32px;height:32px;border-radius:6px;overflow:hidden;background-size:100%;cursor:pointer}.xml-general-robot-content-pc .elfin-box .elfin-item:hover{background-color:#deebfd}.xml-general-robot-content-pc .Fade-enter,.xml-general-robot-content-pc .Fade-leave-to{opacity:0}.xml-general-robot-content-pc .Fade-enter-to,.xml-general-robot-content-pc .Fade-leave{opacity:1}.xml-general-robot-content-pc .Fade-enter-active,.xml-general-robot-content-pc .Fade-leave-active{-webkit-transition:all .6s;transition:all .6s}.xml-general-robot-content-pc .download-dom{position:fixed;top:0;left:0;height:0;overflow-y:scroll}.xml-general-robot-content-pc .xml{background-image:url(../../static/images/icons/generalRobot/icon_05.png)}.xml-general-robot-content-pc .deepseek{background-image:url(../../static/images/icons/generalRobot/icon_03.png)}.xml-general-robot-content-pc .qianfan{background-image:url(../../static/images/icons/generalRobot/icon_01.png)}.xml-general-robot-content-pc .xml-select{background-image:url(../../static/images/icons/generalRobot/icon_06.png)}.xml-general-robot-content-pc .deepseek-select{background-image:url(../../static/images/icons/generalRobot/icon_04.png)}.xml-general-robot-content-pc .qianfan-select{background-image:url(../../static/images/icons/generalRobot/icon_02.png)}.xml-robot-content-pc{position:fixed;left:0;top:0;width:1920px;height:100vh;z-index:999}.xml-robot-content-pc div{-webkit-box-sizing:border-box;box-sizing:border-box}.xml-robot-content-pc .robot-view{user-select:initial;position:absolute;z-index:9999;pointer-events:fill;border-radius:8px;overflow:hidden;border:1px solid #f2f2f2;box-shadow:1px 6px 8px #ccc;background-color:#fff}.xml-robot-content-pc .robot-view .title-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:50px;padding:0 16px;background-image:linear-gradient(-75deg,rgba(252,197,192,.2) 0,rgba(128,212,222,.2) 0,rgba(3,227,251,.2) 0,rgba(1,97,240,.2) 100%)}.xml-robot-content-pc .robot-view .title-bar .logo{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-robot-content-pc .robot-view .title-bar .logo img{width:40px}.xml-robot-content-pc .robot-view .title-bar .logo .xiaozhi-logo{width:40px;height:28px;background-image:url(../../static/images/icons/ai/xiaozhi_logo2.png);background-size:100%;background-repeat:no-repeat}.xml-robot-content-pc .robot-view .title-bar .logo span{padding-left:14px;font-family:SourceHanSansCN-Medium;font-size:16px;font-weight:600;font-stretch:normal;line-height:50px;letter-spacing:0;color:#0d27c6}.xml-robot-content-pc .robot-view .title-bar .el-icon-close{font-size:20px;font-weight:800;color:#999;cursor:pointer}.xml-robot-content-pc .robot-view .xiaozhi-tips{width:100%;height:85px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(252,197,192,.1)),color-stop(0,rgba(128,212,222,.1)),color-stop(0,rgba(3,227,251,.1)),to(transparent));background-image:linear-gradient(180deg,rgba(252,197,192,.1) 0,rgba(128,212,222,.1) 0,rgba(3,227,251,.1) 0,transparent 100%);font-family:SourceHanSansCN-Light;font-size:15px;font-weight:400;font-stretch:normal;line-height:24px;letter-spacing:0;color:#405ad1;padding:15px 15px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;position:absolute;top:0;left:0}.xml-robot-content-pc .robot-view .scroll{overflow-y:scroll}.xml-robot-content-pc .robot-view .content{width:100%;padding:85px 8px 8px;background:#fff;position:relative}.xml-robot-content-pc .robot-view .content .timer{width:100%;padding:8px 0;text-align:center;font-family:SourceHanSansCN-Light;font-size:14px;letter-spacing:0;color:#848484}.xml-robot-content-pc .robot-view .content .item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.xml-robot-content-pc .robot-view .content .item .cover{width:38px;height:38px;border-radius:50%;background:url(../../static/images/icons/ai/evaluate_avatar.png) #fff;overflow:hidden;background-size:100% 100%}.xml-robot-content-pc .robot-view .content .item .cover img{width:38px;height:38px}.xml-robot-content-pc .robot-view .content .item .text{position:relative;z-index:10;max-width:calc(100% - 34px);padding:8px 10px;font-size:15px;word-wrap:break-word;color:#555}.xml-robot-content-pc .robot-view .content .item .text span{width:calc(100% - 5px);height:4px;position:absolute;left:3px;bottom:0;border-radius:0 0 8px 8px;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}.xml-robot-content-pc .robot-view .content .item .operating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:6px}.xml-robot-content-pc .robot-view .content .item .operating .delete{margin-top:8px;width:14px;height:20px;background-image:url(../../static/images/icons/ai/delete_01.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-robot-content-pc .robot-view .content .item .operating .refresh{margin-top:8px;width:14px;height:20px;background-image:url(../../static/images/icons/ai/refresh_01.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-robot-content-pc .robot-view .content .left .text{margin-left:8px;background-color:#f4f4f4;border-radius:0 15px 15px;border:1px solid #e5e5e5;color:#484848}.xml-robot-content-pc .robot-view .content .right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-robot-content-pc .robot-view .content .right .text{margin-right:8px;background-color:rgba(187,232,255,.3);border-radius:15px 0 15px 15px;border:1px solid #bbe8ff;color:#000}.xml-robot-content-pc .robot-view .content .right .operating{padding:0 6px 0 0}@keyframes myAnimation{0%,100%{background-image:-webkit-gradient(linear,left top,right top,from(#2495ff),color-stop(24%,#c557f8),color-stop(57%,#03e3fb),to(#0161f0));background-image:linear-gradient(90deg,#2495ff 0,#c557f8 24%,#03e3fb 57%,#0161f0 100%)}25%{background-image:-webkit-gradient(linear,left top,right top,from(#0161f0),color-stop(24%,#2495ff),color-stop(57%,#c557f8),to(#03e3fb));background-image:linear-gradient(90deg,#0161f0 0,#2495ff 24%,#c557f8 57%,#03e3fb 100%)}50%{background-image:-webkit-gradient(linear,left top,right top,from(#03e3fb),color-stop(24%,#0161f0),color-stop(57%,#2495ff),to(#c557f8));background-image:linear-gradient(90deg,#03e3fb 0,#0161f0 24%,#2495ff 57%,#c557f8 100%)}75%{background-image:-webkit-gradient(linear,left top,right top,from(#c557f8),color-stop(24%,#03e3fb),color-stop(57%,#0161f0),to(#2495ff));background-image:linear-gradient(90deg,#c557f8 0,#03e3fb 24%,#0161f0 57%,#2495ff 100%)}}.xml-robot-content-pc .robot-view .Progress-bar{width:90%;height:60px;background-color:#f4f4f4;border-radius:0 15px 10px 10px;border:1px solid #e5e5e5;position:absolute;bottom:90px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);line-height:60px;z-index:99}.xml-robot-content-pc .robot-view .Progress-bar>div{width:100%;position:relative;padding-left:20px}.xml-robot-content-pc .robot-view .Progress-bar>div span{width:calc(100% - 5px);height:8px;position:absolute;left:3px;bottom:-3px;border-radius:0 0 8px 8px;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}.xml-robot-content-pc .robot-view .input-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:14px;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(3,227,251,.1)));background-image:linear-gradient(180deg,transparent 0,rgba(3,227,251,.1) 100%);position:relative}.xml-robot-content-pc .robot-view .input-box::before{content:"";width:90%;height:1px;background-color:#bbe8ff;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-robot-content-pc .robot-view .input-box .download{width:20px;height:20px;background-image:url(../../static/images/icons/ai/download.png);background-size:100%;background-repeat:no-repeat;cursor:pointer}.xml-robot-content-pc .robot-view .input-box .input-right{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:#fff;border-radius:7px;border:1px solid #bbe8ff;padding-right:10px}.xml-robot-content-pc .robot-view .input-box .input-content{width:100%;outline:0;max-height:50px;overflow-y:scroll;padding:6px 14px;font-size:16px;color:#333;font-family:"微软雅黑";background-color:#fff;border-radius:6px}.xml-robot-content-pc .robot-view .input-box .input-content:empty::before{content:attr(placeholder);color:#777}.xml-robot-content-pc .robot-view .input-box .sending{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:16px;height:20px;border-radius:10px;background-image:url(../../static/images/icons/ai/sending2.png);background-size:100% 100%;cursor:pointer;font-family:SourceHanSansCN-Light;font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#fff;margin-left:10px}.xml-robot-content-pc .robot-view .input-box .sending:hover{opacity:.7}.xml-robot-content-pc .robot-view .point-top{position:absolute;top:0;left:0;width:100%;height:6px;cursor:n-resize}.xml-robot-content-pc .robot-view .point-bottom{position:absolute;left:0;bottom:0;width:100%;height:6px;cursor:n-resize}.xml-robot-content-pc .robot-view .point-left{position:absolute;top:0;left:0;width:6px;height:100%;cursor:e-resize}.xml-robot-content-pc .robot-view .point-right{position:absolute;top:0;right:0;width:6px;height:100%;cursor:e-resize}.xml-robot-content-pc .elfin-box{pointer-events:fill;position:fixed;bottom:50px;right:46px;z-index:9999;width:120px;height:120px;cursor:pointer;background-image:url(../../static/images/icons/ai/elfin.png);background-size:100%;background-repeat:no-repeat;-webkit-animation:turn 2s linear infinite;animation:turn 2s linear infinite}.xml-robot-content-pc .elfin-box .dialog-box{position:absolute;padding:28px 26px 10px;top:-62px;left:-96px;width:140px;font-size:14px;height:90px;background-image:url(../../static/images/icons/ai/dialog_box.png);background-size:100%;background-repeat:no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.xml-robot-content-pc .elfin-box .dialog-box span{-webkit-animation:bounce .5s 1 forwards;animation:bounce .5s 1 forwards;display:inline-block;-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0)}@-webkit-keyframes bounce{0%{-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounce{0%{-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.xml-robot-content-pc .elfin-gif{background-image:url(../../static/images/icons/ai/elfin.gif)}@-webkit-keyframes turn{0%,100%,80%{-webkit-transform:translateY(0);transform:translateY(0)}20%,60%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}40%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@keyframes turn{0%,100%,80%{-webkit-transform:translateY(0);transform:translateY(0)}20%,60%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}40%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}.xml-robot-content-pc .Fade-enter,.xml-robot-content-pc .Fade-leave-to{opacity:0}.xml-robot-content-pc .Fade-enter-to,.xml-robot-content-pc .Fade-leave{opacity:1}.xml-robot-content-pc .Fade-enter-active,.xml-robot-content-pc .Fade-leave-active{-webkit-transition:all .6s;transition:all .6s}.xml-robot-content-pc .download-dom{position:fixed;top:0;left:0;height:0;overflow-y:scroll}.xml-single-textarea-group .xml-textarea{width:100%}.xml-single-textarea-group .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;resize:horizontal;width:100%}.xml-single-textarea-group .textarea-box{text-align:justify;font-size:16px;width:100%;resize:none}.xml-single-textarea-group .horizontal-line{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAdCAIAAAAcg2rJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDAgNzkuMTcxYzI3ZiwgMjAyMi8wOC8xNi0xODowMjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNC0xMC0yMVQxNzo1MToxNSswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjQtMTAtMjFUMTc6NTI6MjcrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjQtMTAtMjFUMTc6NTI6MjcrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM4NmQ1NmY1LWY3NmUtZDk0MS05NmU4LTM4YTI0MjYzZjJhNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODZkNTZmNS1mNzZlLWQ5NDEtOTZlOC0zOGEyNDI2M2YyYTciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODZkNTZmNS1mNzZlLWQ5NDEtOTZlOC0zOGEyNDI2M2YyYTciPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjM4NmQ1NmY1LWY3NmUtZDk0MS05NmU4LTM4YTI0MjYzZjJhNyIgc3RFdnQ6d2hlbj0iMjAyNC0xMC0yMVQxNzo1MToxNSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjZAsPUAAAAcSURBVCiRY/z//z8DbsCER25UelR6VJoIaQIAAOIvAzXsQBfkAAAAAElFTkSuQmCC);background-size:1px 30px}.xml-single-textarea-group .float{float:right;height:100%;margin-left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;shape-outside:inset(calc(100% - 100px) 0 0)}.xml-single-textarea-group .img{width:80px}.xml-single-textarea-group .content{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:30px;font-size:16px;padding:0 0 3px;font-family:var(--xml-textarea-typeface,楷体,楷体_GB2312,SimKai)}.xml-single-textarea-group .title{position:relative;padding-right:6px;border-bottom:1px solid #fff;line-height:30px;font-size:16px;font-family:var(--xml-textarea-typeface,楷体,楷体_GB2312,SimKai)}.xml-single-textarea-group .textarea{-webkit-user-modify:read-write-plaintext-only;outline:0;-webkit-user-drag:none;-moz-user-drag:none;-ms-user-drag:none;user-drag:none}.xml-popup-content .content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.xml-popup-content .content .xml-popup-mback{margin:3vw auto;width:26vw;height:1vw;border-radius:1vw;background-color:#0d3b8b}.xml-collapse-content,.xml-collapse-content .xml-collapse-item{width:100%;background-color:inherit}.xml-collapse-content .xml-collapse-item .collapse-top{position:sticky;left:0;top:0;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background:#f6fbff}.xml-collapse-content .xml-collapse-item .collapse-top .collapse-title{width:calc(100% - 6vw);height:10vw;font-family:PingFang SC,PingFang SC;text-align:left;font-weight:600;font-size:16px;color:#0d3b8b;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;line-height:10vw}.xml-collapse-content .xml-collapse-item .collapse-top .el-icon-arrow-down{color:#0d3b8b;font-size:20px;font-weight:600;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-collapse-content .xml-collapse-item .collapse-top .collapse{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s;transition:all .3s}.xml-collapse-content .xml-collapse-item .collapse-content{-webkit-transition:height .3s;transition:height .3s}.xml-empty-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.xml-drag-and-drop-loading{background-color:#fff;position:relative;overflow:hidden}.xml-drag-and-drop-loading #xml-scroll-container{position:relative;-webkit-transition:all .18s;transition:all .18s}.xml-drag-and-drop-loading #xml-scroll-container .xml-loading-text{width:100%;color:#999;font-size:14px;text-align:center;letter-spacing:2px}.xml-drag-and-drop-loading #xml-scroll-container #up-loading-text{position:absolute;top:-20px;z-index:1}.xml-drag-and-drop-loading #xml-scroll-container #down-loading-text{position:absolute;bottom:-20px;z-index:1}.dp-text-ellipsis-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:6px 0;overflow:hidden;font-size:14px;line-height:20px}.dp-text-ellipsis-wrapper .text{position:relative;overflow:hidden;line-height:1.5;text-align:justify;text-overflow:ellipsis;word-break:break-all;-webkit-transition:.3s max-height;transition:.3s max-height}.dp-text-ellipsis-wrapper .text::before{float:right;height:calc(100% - 20px);content:""}.dp-text-ellipsis-wrapper .text::after{position:absolute;width:999vw;height:999vw;margin-left:-100px;content:""}.dp-text-ellipsis-wrapper .btn{position:relative;float:right;clear:both;margin-left:10px;font-size:14px;padding:0 8px;color:#206ef7;line-height:20px;border-radius:4px;cursor:pointer;z-index:10}.dp-text-ellipsis-wrapper .btn::after{font-family:element-icons!important;content:"展开\e790"}.dp-text-ellipsis-wrapper .text.showall{max-height:none}.dp-text-ellipsis-wrapper .text.showall .btn::after,.dp-text-ellipsis-wrapper .text.showall .btn::before{visibility:hidden}.dp-text-ellipsis-wrapper .text.showall.hidden-btn .btn::after{content:"收起\e78f";visibility:visible}.dp-text-ellipsis-wrapper .btn::before{position:absolute;left:1px;color:#333;-webkit-transform:translateX(-100%);transform:translateX(-100%);content:"..."}.xml-hevue-imgpreview-wrap{position:fixed;top:0;bottom:0;right:0;left:0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:9999;color:rgba(255,255,255,.6)}.xml-hevue-imgpreview-wrap .he-img-wrap{width:100%;height:100%;text-align:center;vertical-align:middle;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-hevue-imgpreview-wrap .arrow{width:42px;height:42px;text-align:center;line-height:42px;position:absolute;top:50%;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-ms-transform:translateY(-50%);font-size:24px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .arrow:hover{opacity:.8;-webkit-transform:translateY(-50%) scale(1.2);transform:translateY(-50%) scale(1.2)}.xml-hevue-imgpreview-wrap .arrow-left{left:50px}.xml-hevue-imgpreview-wrap .arrow-right{right:50px}.xml-hevue-imgpreview-wrap .he-close-icon{position:absolute;right:20px;top:50px;z-index:2;width:36px;height:36px;font-size:22px;line-height:36px;text-align:center;border-radius:50%;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-close-icon:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-hevue-imgpreview-wrap .he-control-bar-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;bottom:calc(5% + 80px);left:0}.xml-hevue-imgpreview-wrap .he-control-bar{height:44px;bottom:10%;padding:0 22px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:22px;margin:0 auto;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-control-title{position:absolute;top:30px;left:0;width:100%;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff;z-index:1}.xml-hevue-imgpreview-wrap .he-control-num{position:absolute;bottom:5%;left:0;width:100%;padding:0 22px;font-size:16px;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-control-num .briefIntroduction{position:relative;margin:0 auto;max-width:800px;max-height:70vh;overflow-y:scroll}.xml-hevue-imgpreview-wrap .he-control-num .briefIntroduction .expand_and_collapse{position:absolute;right:0;bottom:0;color:#299fff;cursor:pointer}.xml-hevue-imgpreview-wrap .he-control-num .text-ellipsis{overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.xml-hevue-imgpreview-wrap .he-control-btn{line-height:44px;font-size:24px;cursor:pointer;padding:0 9px;-webkit-transition:all .2s;transition:all .2s}.xml-hevue-imgpreview-wrap .he-control-btn:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.xml-hevue-imgpreview-wrap .fade-enter-active,.xml-hevue-imgpreview-wrap .fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.xml-hevue-imgpreview-wrap .fade-enter,.xml-hevue-imgpreview-wrap .fade-leave-to{opacity:0}.xml-hevue-imgpreview-wrap .hevue-img-status-icon{font-size:56px}.xml-hevue-imgpreview-wrap .rotate-animation{-webkit-animation:rotate 1.5s linear infinite;animation:rotate 1.5s linear infinite}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.xml-hevue-imgpreview-wrap .he-img-wrap{background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.he-close-icon,.he-control-num,.xml-hevue-imgpreview-wrap .arrow,.xml-hevue-imgpreview-wrap .he-control-bar{background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.player-dialog,.xml-custom-modal{background-color:#ccc;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.player-dialog .el-dialog,.xml-custom-modal .el-dialog{margin:0!important;max-width:calc(100% - 32px);padding:0;background-color:transparent!important;-webkit-box-shadow:none;box-shadow:none}.player-dialog .el-dialog .progress-faker,.xml-custom-modal .el-dialog .progress-faker{width:100%;height:32px;z-index:2;position:absolute;bottom:2px;left:0;background-color:transparent;font-size:14px;color:transparent;padding-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.player-dialog .el-dialog video,.xml-custom-modal .el-dialog video{width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.player-dialog .el-dialog__header,.xml-custom-modal .el-dialog__header{display:none}.player-dialog .el-dialog__body,.xml-custom-modal .el-dialog__body{margin:0 auto!important;padding:0}.xml-modal-player__wrapper,.xml-modal-viewer__wrapper{background-color:#fff;min-height:68vh}.xml-modal-player__wrapper .title-block,.xml-modal-viewer__wrapper .title-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.xml-modal-player__wrapper .title-block .title-adorn,.xml-modal-viewer__wrapper .title-block .title-adorn{width:27px}.xml-modal-player__wrapper .title-block .title,.xml-modal-viewer__wrapper .title-block .title{padding:0 3px;max-width:calc(100% - 54px);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;color:#333;font-weight:700;letter-spacing:3px}.xml-modal-player__wrapper .content-block,.xml-modal-viewer__wrapper .content-block{margin-top:12px;color:#888}.xml-modal-player__wrapper .content-block .label,.xml-modal-viewer__wrapper .content-block .label{color:#333;font-size:18px;letter-spacing:1.5px}.xml-modal-player__wrapper .content-block .label span,.xml-modal-viewer__wrapper .content-block .label span{background-size:100%;background-position:-1px 19px;background-repeat:no-repeat;padding:9px 7px}.xml-modal-player__wrapper .content-block .content,.xml-modal-viewer__wrapper .content-block .content{padding:16px 10px;font-size:14px;color:#666;word-break:break-all}.xml-modal-player__wrapper .xml-audio-player,.xml-modal-viewer__wrapper .xml-audio-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:45px 20px}.xml-modal-player__wrapper .xml-audio-player .audio-cover,.xml-modal-viewer__wrapper .xml-audio-player .audio-cover{width:50%;height:auto;margin:0 auto;position:relative;border-radius:6px;overflow:hidden;padding-bottom:50%}.xml-modal-player__wrapper .xml-audio-player .audio-cover .square-wrapper,.xml-modal-viewer__wrapper .xml-audio-player .audio-cover .square-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.xml-modal-player__wrapper .xml-audio-player .audio-cover .square-wrapper .el-image,.xml-modal-viewer__wrapper .xml-audio-player .audio-cover .square-wrapper .el-image{width:100%;height:100%}.xml-modal-player__wrapper .xml-audio-player .audio-cover img,.xml-modal-viewer__wrapper .xml-audio-player .audio-cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.xml-modal-player__wrapper .xml-audio-player .audio-cover .style-a,.xml-modal-viewer__wrapper .xml-audio-player .audio-cover .style-a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3;width:25%}.xml-modal-player__wrapper .vjs-custom-skin>.video-js .vjs-control-bar.fullscren,.xml-modal-player__wrapper .xml-video-player .vjs-custom-skin>.video-js .vjs-control-bar.fullscren,.xml-modal-viewer__wrapper .vjs-custom-skin>.video-js .vjs-control-bar.fullscren,.xml-modal-viewer__wrapper .xml-video-player .vjs-custom-skin>.video-js .vjs-control-bar.fullscren{position:fixed;opacity:1!important}.xml-modal-player__wrapper .xml-audio-player .audio-player-control,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control{margin-top:24px}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-player-title,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-player-title{color:#333}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-player-title .scroll-text,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-player-title .scroll-text{margin:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;color:#333;font-weight:700;letter-spacing:3px}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-player-title.preview,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-player-title.preview{width:calc(100% - 30px);overflow:hidden}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-player-title.preview .scroll-text,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-player-title.preview .scroll-text{-webkit-animation:fadeNum 6s infinite;animation:fadeNum 6s infinite;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-player-title--modal.preview,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-player-title--modal.preview{width:60%;margin:0 auto}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls{margin-top:20px}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress .el-slider__runway,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:12px 0;background-color:#999}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress .el-slider__button-wrapper,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .progress .el-slider__button-wrapper{display:none}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-modal-player__wrapper .video-js .vjs-big-play-button,.xml-modal-player__wrapper .xml-video-player .video-js .vjs-big-play-button,.xml-modal-viewer__wrapper .video-js .vjs-big-play-button,.xml-modal-viewer__wrapper .xml-video-player .video-js .vjs-big-play-button{border-radius:100%!important;width:70px!important;height:70px!important;margin-left:-35px!important}.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times .current-time,.xml-modal-player__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times .total-time,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times .current-time,.xml-modal-viewer__wrapper .xml-audio-player .audio-player-control .audio-controls .audio-controls__handler .play-times .total-time{font-size:12px;color:#999}.xml-modal-player__wrapper .video-js .vjs-error-display::before,.xml-modal-viewer__wrapper .video-js .vjs-error-display::before{display:none!important}.xml-modal-player__wrapper .vjs-poster,.xml-modal-viewer__wrapper .vjs-poster{-o-object-fit:scale-down;object-fit:scale-down}.xml-modal-player__wrapper .xml-video-player,.xml-modal-viewer__wrapper .xml-video-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:60px 16px}.vjs-hidden,.xml-modal-player__wrapper .xml-video-player .video-js .vjs-error-display::before,.xml-modal-viewer__wrapper .xml-video-player .video-js .vjs-error-display::before{display:none!important}.xml-modal-player__wrapper .xml-video-player .vjs-custom-skin>.video-js .vjs-control .vjs-time-tooltip,.xml-modal-viewer__wrapper .xml-video-player .vjs-custom-skin>.video-js .vjs-control .vjs-time-tooltip{top:.6em}.xml-modal-player__wrapper .xml-video-player .vjs-poster,.xml-modal-viewer__wrapper .xml-video-player .vjs-poster{-o-object-fit:scale-down;object-fit:scale-down}.xml-modal-player__wrapper .xml-video-player .content-block,.xml-modal-viewer__wrapper .xml-video-player .content-block{margin-top:24px}.xml-modal-player__wrapper .xml-modal-viewer__image,.xml-modal-viewer__wrapper .xml-modal-viewer__image{padding:60px 16px}.xml-modal-player__wrapper .xml-modal-viewer__scroll-wrapper,.xml-modal-viewer__wrapper .xml-modal-viewer__scroll-wrapper{max-height:calc(88vh - 171px);overflow-y:auto}.xml-modal-player__wrapper .xml-modal-viewer__scroll-wrapper .xml-image-container--aspect-fit,.xml-modal-viewer__wrapper .xml-modal-viewer__scroll-wrapper .xml-image-container--aspect-fit{text-align:center}@media screen and (min-width:782px){.player-dialog .el-dialog{max-width:750px!important}.player-dialog .el-dialog .xml-modal-player__wrapper{min-height:85vh}}.xml-title-first-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-h5 .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-h5 .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-h5 .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0}.xml-title-Yellowtheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-library-h5>div{width:100%}.xml-title-Yellowtheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid var(--background-color);border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-library-h5 .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-library-h5 .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Yellowtheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Yellowtheme2-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-library-h5>div{width:100%}.xml-title-Yellowtheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-library-h5 .title-container .left-icon{width:35px;height:35px;background-color:var(--background-color);opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-library-h5 .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid var(--background-color);margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-rectangle-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-library-h5 .title-container .title-left-img{width:10px;height:100%;position:absolute;left:-15px;background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-library-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-h5 .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-sixth-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-h5>div{width:100%}.xml-title-sixth-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-library-h5 .title-container .title-left-div{max-width:30%}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:var(--background-color);text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-library-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:var(--background-color);margin-top:5px}.xml-title-sixth-library-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-semicircle-library-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-library-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:var(--background-color);bottom:0}.xml-title-sixth-library-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-library-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid var(--background-color);z-index:99;padding:0 15px}.xml-title-sixth-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--background-color);padding:0 20px;border-radius:10px}.xml-title-semicircle-library-h5 .title-container .title-left-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;left:20px}.xml-title-semicircle-library-h5 .title-container .title-right-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;right:20px}.xml-title-semicircle-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-h5 .title-container .left-image{z-index:0;width:48px;height:48px;border:2px solid var(--background-color);border-radius:50% 50% 0;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-library-h5 .title-container .left-image ::after{content:"";height:15px;position:absolute;right:-2px;bottom:0;border-right:2px solid #fff}.xml-title-fifteen-library-h5 .title-container .left-image .image-container,.xml-title-fifteen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-library-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid var(--background-color);border-right:4px solid var(--background-color);position:relative}.xml-title-thirteenth-library-h5 .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-h5 .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-h5 .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:var(--background-color);margin-top:-3px;margin-right:4%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-library-h5 .title-container .bottomborder .Line1{width:45%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .bottomborder .block{width:7px;height:7px;background-color:var(--background-color);margin-bottom:-3px}.xml-title-thirteenth-library-h5 .title-container .bottomborder .Line2{width:15%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .bottomborder .Line3{width:20%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:5px 20px}.xml-title-thirteenth-library-h5 .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-h5>div{padding:0 20px}.xml-title-Yellowtheme5-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-h5 .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-h5 .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-h5 .title-container .left-img,.xml-title-Yellowtheme5-library-pad .title-container .left-img{background:linear-gradient(45deg,transparent 25px,var(--background-color) 0) bottom left,linear-gradient(135deg,transparent 25px,var(--background-color) 0) top left}.xml-title-Yellowtheme5-library-h5 .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-h5 .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-h5 .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-h5>div{height:100%}.xml-title-Yellowtheme6-library-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color)!important;z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-h5 .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-h5 .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-h5>div{width:100%}.xml-title-Greentheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container,.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-h5>div{width:100%}.xml-title-Greentheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container,.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-h5>div{width:100%}.xml-title-Greentheme3-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-h5 .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-h5>div{width:100%}.xml-title-Greentheme4-library-h5 .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-h5 .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-h5 .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-h5 .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-library-h5 .title-container .title-left-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-h5 .title-container .title-left-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-h5 .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-library-h5 .title-container .title-right-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-h5 .title-container .title-right-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px;max-width:70%}.xml-title-Greentheme6-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-nineteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-library-h5 .title-container-box{width:100%;position:relative}.xml-title-nineteen-library-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 20px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 20px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 20px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 20px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:0 45px;margin:0 auto;z-index:9;overflow:hidden}.xml-title-nineteen-library-h5 .title-container-box .title-container::before{content:"";width:calc(100% - 34px);height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-h5 .title-container-box .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-hexagon-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-h5 .xml-group-h5{background:linear-gradient(135deg,transparent 7px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 7px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 7px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 7px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat}.xml-title-hexagon-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px;border-radius:20px;background-color:var(--background-color)}.xml-title-hexagon-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fourteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-library-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 0,var(--background-color) 0) top left,linear-gradient(45deg,transparent 0,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;position:relative;border-radius:12px;padding:5px 10px 5px 5px}.xml-title-fourteen-library-h5 .title-container .cont-box{width:100%;position:relative;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-title-fourteen-library-h5 .title-container .cont-box::after,.xml-title-fourteen-library-h5 .title-container .cont-box::before{width:2px;background:var(--background-color);position:absolute;right:0;height:100%;content:"";z-index:999}.xml-title-fourteen-library-h5 .title-container .cont-box::before{-webkit-transform:skew(45deg);transform:skew(45deg)}.xml-title-fourteen-library-h5 .title-container .cont-box::after{top:0;-webkit-transform:skew(135deg);transform:skew(135deg)}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);border-radius:3px}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-library-h5>div{min-width:60%}.xml-title-seventeen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-h5 .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid var(--background-color);margin-bottom:3px;margin-top:3px}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid var(--background-color)}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-library-h5>div{min-width:40%}.xml-title-sixteen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid var(--background-color)!important;padding:0 30px 0 51px}.xml-title-sixteen-library-h5 .title-container .left-image{z-index:0;border-bottom:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #eaecef;border-right:20px solid transparent;position:absolute;bottom:-28px;left:10px;width:0;height:0}.xml-title-sixteen-library-h5 .title-container .left-image::before{content:"";border-bottom:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--background-color);border-right:10px solid transparent;position:absolute;top:-16px;left:-10px}.xml-title-sixteen-library-h5 .title-container .right-icon{width:10px;height:10px;background-color:var(--background-color);border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-library-h5 .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-library-h5 .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-library-h5>div{width:100%;height:100%}.xml-title-Knowledge-library-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-library-h5 .title-container .left-titlebox{background-color:var(--background-color);padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--background-color);background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifth-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:12px}.xml-title-fifth-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-library-h5 .title-container .title-bottom{width:95%;height:95%;background-color:var(--background-color);position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:6px}.xml-title-fifth-library-h5 .title-container .title-right-img{width:20px;height:25px;margin-top:-25px;margin-right:-25px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-title-fifth-library-h5 .title-container .title-right-img>div{width:6px;height:6px;background-color:var(--background-color);border-radius:50%;position:relative}.xml-title-fifth-library-h5 .title-container .title-right-img>div::after{content:"";width:3px;height:4px;background-color:var(--background-color);position:absolute;bottom:-3px;right:1px;-webkit-transform:skew(-27deg);transform:skew(-27deg)}.xml-title-fifth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:6px;border:1px solid var(--background-color);z-index:99;-webkit-box-shadow:0 0 1px 0 #000;box-shadow:0 0 1px 0 #000}.xml-title-fifth-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-triangle-library-h5 .title-container .title-left-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:0 solid transparent;border-left-style:inset;margin-right:-12px;z-index:9;position:relative}.xml-title-triangle-library-h5 .title-container .title-left-img::after{content:"";width:0;height:0;border:15px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:0 solid transparent;border-left-style:inset;z-index:9;position:absolute;left:-30px}.xml-title-triangle-library-h5 .title-container .title-right-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:0 solid transparent;margin-left:-12px;margin-bottom:-10px;border-right-style:outset}.xml-title-triangle-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 30px;margin-left:-2px}.xml-title-triangle-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:35px!important;padding-right:35px!important}.xml-title-Redtheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.35);box-shadow:0 3px 7px 0 rgba(0,0,0,.35);-webkit-transform:skew(-15deg);transform:skew(-15deg);z-index:9}.xml-title-Redtheme1-library-h5 .title-container .title-bg{width:100%;height:100%;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;z-index:0}.xml-title-Redtheme1-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme1-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;background:#fff;z-index:9}.xml-title-Redtheme1-library-h5 .title-container .text-container>div{-webkit-transform:skew(15deg);transform:skew(15deg)}.xml-title-Redtheme1-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme1-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme2-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px!important;padding-right:30px!important}.xml-title-Redtheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-Redtheme2-library-h5 .title-container::after,.xml-title-Redtheme2-library-h5 .title-container::before{content:"";position:absolute;bottom:-10px;-webkit-transform:skew(20deg);height:4px}.xml-title-Redtheme2-library-h5 .title-container .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%)}.xml-title-Redtheme2-library-h5 .title-container::before{width:88px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%);border-radius:1px;right:5px;transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container::after{width:4px;background-color:var(--background-color);border-radius:50%;right:-5px;transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme2-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme2-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px!important;padding-right:25px!important;text-align:left}.xml-title-Redtheme3-library-h5 .suptitle{display:inline-block;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-color:var(--background-color);position:relative;z-index:9}.xml-title-Redtheme3-library-h5 .suptitle .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-h5 .suptitle .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-h5 .suptitle .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background-color:#ebebeb;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.35);box-shadow:0 2px 3px 0 rgba(0,0,0,.35);-webkit-transform:skew(-20deg);transform:skew(-20deg);min-width:180px;margin-top:-10px}.xml-title-Redtheme3-library-h5 .title-container::after,.xml-title-Redtheme3-library-h5 .title-container::before,.xml-title-thirtyone-library-h5 .title-container::before,.xml-title-thirtytwo-library-h5 .title-container::before{background-color:var(--background-color);content:""}.xml-title-Redtheme3-library-h5 .title-container::before{width:20px;height:2px;position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-h5 .title-container::after{width:2px;height:30px;position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-h5 .title-container .w-e-text-container,.xml-title-Redtheme4-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-h5 .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-h5 .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-h5 .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-h5 .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-h5 .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-h5 .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-first-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-semicircle-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-library-pad .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-Redtheme4-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyone-library-h5 .title-container{text-align:left;padding-right:30px;padding-bottom:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #adadad!important;position:relative}.xml-title-thirtyone-library-h5 .title-container::before{width:119px;height:4px;position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-h5 .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-h5 .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-h5 .xml-group-h5{position:relative}.xml-title-thirtytwo-library-h5 .xml-group-h5::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-h5 .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-h5 .title-container::before{width:20px;height:31px;position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-h5 .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-h5 .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-h5 .xml-group-h5{padding-right:15px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-h5 .xml-group-h5 .main-con{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-left:20px}.xml-title-thirtythree-library-h5 .xml-group-h5 .left-block{width:7px;height:17px;background-color:#636363;-webkit-transform:skew(-25deg);transform:skew(-25deg);position:absolute;left:0}.xml-title-thirtythree-library-h5 .xml-group-h5::after{content:"";width:calc(100% - 25px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-h5 .xml-group-h5 .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px;margin-bottom:10px}.xml-title-thirtythree-library-h5 .xml-group-h5 .title-container::before{content:"";width:15px;height:43px;background-color:var(--background-color);position:absolute;left:-2px;bottom:-14px}.xml-title-thirtythree-library-h5 .xml-group-h5 .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-h5 .xml-group-h5{position:relative;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-thirtyfour-library-h5 .xml-group-h5::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-h5 .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-h5 .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-h5 .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-h5 .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-h5 .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-h5 .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-h5 .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-h5 .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-h5 .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-h5 .title-container .left-line::after,.xml-title-thirtysix-library-h5 .title-container .right-line::before{height:15px;bottom:0;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);content:""}.xml-title-thirtysix-library-h5{text-align:center}.xml-title-thirtysix-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtysix-library-h5 .title-container .left-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-h5 .title-container .left-line::after{width:10px;position:absolute;right:-2px;-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-h5 .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-h5 .title-container .right-line::before{width:10px;position:absolute;left:-2px;-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-h5 .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-h5{text-align:center}.xml-title-thirtyseven-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-h5 .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-h5 .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-h5 .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-h5 .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-h5 .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-h5{text-align:center}.xml-title-thirtyeight-library-h5 .title-container{display:inline-block;border:1px solid var(--background-color)!important;padding:3px 16px;position:relative}.xml-title-thirtyeight-library-h5 .title-container::after,.xml-title-thirtyeight-library-h5 .title-container::before{width:5px;height:24px;background-color:var(--background-color);position:absolute;top:50%;content:""}.xml-title-thirtyeight-library-h5 .title-container::before{left:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-h5 .title-container::after{right:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-h5 .title-container .text-container{border:2px solid transparent;text-align:left}@media screen and (min-width:1024px){.xml-title-BuleRectangle-library-h5{text-align:center}.xml-title-BuleRectangle-library-h5 .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border{position:relative;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;right:-7px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .rigth-titlebox-usb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44%;font-weight:600!important;margin:15px 0}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .trapezoid{background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:44%;width:52%;padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .trapezoid .rigth-titlebox{width:100%}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangle-library-h5 .left-image{width:5%;border:6px solid var(--background-color);z-index:9;position:absolute;left:0}.xml-title-BuleRectangle-library-h5 .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangle-library-h5 .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangle-library-h5 .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-BuleRectangle-library-h5 .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangle-library-h5 .right-image{width:10%;z-index:9;position:absolute;bottom:13px;right:17px}.xml-title-BuleRectangle-library-h5 .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}}@media screen and (max-width:767px){.xml-title-BuleRectangle-library-h5{text-align:center}.xml-title-BuleRectangle-library-h5 .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border{position:relative;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;right:-7px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .rigth-titlebox-usb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44%;font-weight:600!important;margin:15px 0;z-index:99;position:relative}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .trapezoid{background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:44%;min-width:52%;max-width:65%;padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .trapezoid .rigth-titlebox{width:100%}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangle-library-h5 .title-container .trapezoid-border .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangle-library-h5 .left-image{width:5%;border:6px solid var(--background-color);z-index:9;position:absolute;left:0}.xml-title-BuleRectangle-library-h5 .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangle-library-h5 .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangle-library-h5 .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangle-library-h5 .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-BuleRectangle-library-h5 .right-image{width:59px;z-index:9;position:absolute;bottom:13px;right:17px}.xml-title-BuleRectangle-library-h5 .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}}@media screen and (min-width:1024px){.xml-title-BuleRectangleTwo-library-h5{text-align:center}.xml-title-BuleRectangleTwo-library-h5 .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-7px;left:99%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;bottom:-8px;left:-8px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}}@media screen and (max-width:767px){.xml-title-BuleRectangleTwo-library-h5{text-align:center}.xml-title-BuleRectangleTwo-library-h5 .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rightTopround{position:absolute;width:10px;height:10px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;left:99%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;bottom:-6px;left:-6px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}}.xml-title-Sevenpagefive-library-h5,.xml-title-Sevenpageone-library-h5,.xml-title-titleCrane-library-h5,.xml-title-titleLight-library-h5,.xml-title-titleLogging-library-h5,.xml-title-titleQuestion-library-h5,.xml-title-titleTearcher-library-h5,.xml-title-titleText-library-h5{text-align:left}.xml-title-titleLogging-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-h5 .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-h5 .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleLight-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleLight-library-h5 .title-container .left-image{z-index:0;width:67px;height:60px;border:6px solid var(--background-color);position:absolute;bottom:0;left:0}.xml-title-titleLight-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLight-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleLight-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleTearcher-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleTearcher-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleTearcher-library-h5 .title-container .left-image{z-index:0;width:67px;height:50px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleTearcher-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleTearcher-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleText-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleText-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:12px;z-index:9;position:relative}.xml-title-titleText-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;left:0;bottom:5px}.xml-title-titleText-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleText-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleText-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-Sevenpagefive-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:180px}.xml-title-Sevenpagefive-library-h5 .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefive-library-h5 .title-container .title-bg{width:98%;height:140px;background-color:#0168b6;opacity:.1;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-content{width:98%;height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-content .small-titlebox{margin:25px 0 16px 12px;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-content .big-titlebox{width:50%;text-align:center;margin-top:70px;margin-left:5%;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .right-jiao{width:20px;height:20px;background-color:#73acd7;position:absolute;right:-4px;top:-4px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border{width:98%;height:125px;border:1px solid #0168b6;border-bottom:none;border-top:none;position:absolute;top:10px;left:2px;z-index:3}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top{width:100%;position:absolute;left:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top .border-left{width:50%;border-top:1px solid #0168b6}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top .border-right{width:27%;border-top:1px solid #0168b6;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .xie-cutiao{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-5px;left:50%;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .xie-cutiao .xie-cutiao-item{width:10px;height:10px;background-color:#0168b6;clip-path:polygon(42% 0,100% 0,56% 98%,0 100%)}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .circle{width:8px;height:8px;background-color:#0168b6;border-radius:8px;position:absolute;left:-.8%;bottom:-8px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .sanjiao{width:12px;height:12px;clip-path:polygon(100% 0,0 0,0 100%);background-color:#0168b6;margin:2px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom{width:calc(100% - 22px);border-bottom:1px solid #0168b6;position:absolute;left:2%;bottom:-16px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .left-xiexian{width:2%;height:8px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;left:-2%;bottom:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .cutiao{width:13%;height:14px;background-color:#0168b6;position:absolute;left:5%;bottom:-7px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .right-xiexian{width:3%;height:16px;background:linear-gradient(to top left,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;right:-2.5%;bottom:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .point{color:#0168b6;position:absolute;right:4%;bottom:0}.xml-title-thirtynine-library-h5{text-align:center}.xml-title-thirtynine-library-h5 .title-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 16px;position:relative}.xml-title-thirtynine-library-h5 .title-container::before{content:"";width:7px;height:7px;position:absolute;left:0;bottom:0;background:linear-gradient(45deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-h5 .title-container::after{content:"";width:7px;height:7px;position:absolute;right:0;top:0;background:linear-gradient(-135deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-h5 .title-container .mask{position:absolute;top:6px;left:0;width:100%;height:calc(100% - 16px);background-color:var(--background-color);opacity:.5;pointer-events:none}.xml-title-thirtynine-library-h5 .title-container .title-number{height:50px;background-color:var(--background-color);border-radius:0 0 10px 10px;min-width:50px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-6px;padding:0 8px}.xml-title-thirtynine-library-h5 .title-container .title-number .line1{position:absolute;width:7px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-title-thirtynine-library-h5 .title-container .title-number .line2{position:absolute;width:4px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg);margin-left:22px}.xml-title-thirtynine-library-h5 .title-container .title-number::before{content:"";width:7px;height:7px;background:linear-gradient(-45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;left:-7px}.xml-title-thirtynine-library-h5 .title-container .title-number::after{content:"";width:7px;height:7px;background:linear-gradient(45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;right:-7px}.xml-title-thirtynine-library-h5 .title-container .title-text{position:relative;z-index:9;padding:4px 0 8px 14px}.xml-title-thirtynine-library-h5 .title-container .text-container{position:relative;border:2px solid transparent!important;z-index:1}.xml-title-Forty-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-left:18px!important}.xml-title-Forty-library-h5>div{width:100%}.xml-title-Forty-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.xml-title-Forty-library-h5 .title-container .left-image{width:63px;height:74px;background-color:var(--background-color);position:relative;z-index:9;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-title-Forty-library-h5 .title-container .left-image .image-box{width:74%;height:75%;background-color:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container{width:100%;height:86%;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #fff}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu,.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu img{border-radius:50%;width:100%;height:100%}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Forty-library-h5 .title-container .right-top-bg{min-height:50px;max-width:77%;position:relative;margin-left:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);opacity:.5;border-radius:5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block{width:60px;height:30px;position:absolute;right:-8px;bottom:-8px;background:linear-gradient(153deg,transparent 0,transparent 51%,var(--background-color) 49%,var(--background-color) 100%);border-radius:10px 0 5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block::after{content:"";width:8px;height:5px;background-color:#5c5c5c;position:absolute;right:0;top:0;z-index:-1}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block::before{content:"";width:18px;height:8px;background-color:#5c5c5c;position:absolute;left:3px;bottom:0;z-index:-1}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Fortyone-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px!important;padding-left:8px!important}.xml-title-Fortyone-library-h5>div{width:100%}.xml-title-Fortyone-library-h5 .title-container{display:inline-block;position:relative;z-index:9}.xml-title-Fortyone-library-h5 .title-container .title-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:25px 0 0 25px;padding-left:5px;height:40px}.xml-title-Fortyone-library-h5 .title-container .title-bg::after{content:"";width:70%;height:100%;position:absolute;top:0;right:-10px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:inherit;z-index:-1}.xml-title-Fortyone-library-h5 .title-container .title-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e5eff9;border-radius:25px 0 0 25px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0)}.xml-title-Fortyone-library-h5 .title-container .left-image{width:50px;height:50px;background-color:var(--background-color);position:relative;z-index:9;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;border:2px solid #fff}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox{height:100%;padding:0 20px 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-h5 .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px;color:#fff}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-h5 .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagetwo-library-h5{text-align:left}.xml-title-Sevenpagetwo-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box{width:57%;position:relative}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box img{width:14px;height:14px;margin-right:6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .bottomzhuangshi{width:118px;height:10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);background-color:#0168b6;opacity:.2;position:absolute;left:0;bottom:-6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .left-tiao-bottom{width:100%;border:1px solid #0168b6;position:absolute;left:0;bottom:-2px}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box{width:33%;height:14px;position:absolute;bottom:18.5%;right:6.7%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .xietiao{width:7.4%;height:14px;background:linear-gradient(to bottom right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .right-top{width:92%;height:14px;border-top:1px solid #0168b6;position:absolute;bottom:1px;left:6.7%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#80b3da;clip-path:polygon(66% 0,100% 0,34% 99%,0 100%);margin-top:4px}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi .circle{color:#0168b6;margin-top:4px;position:absolute;right:6px;bottom:-6px}.xml-title-Sevenpagethree-library-h5{text-align:left}.xml-title-Sevenpagethree-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagethree-library-h5 .title-container .bottomzhuangshi{width:80%;height:10px;background-color:#c4def1;position:absolute;left:40px;bottom:-2px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box{width:44%;position:relative}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .toptiao{width:88%;border:1px solid #0168b6;position:absolute;left:0;top:-8px;z-index:1}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .tixing-bg{width:45%;height:28px;background-color:#c4def1;clip-path:polygon(0 0,100% 0,67% 99%,0 100%);position:absolute;left:0;top:-14px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .left-content{width:96%;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);background-color:#0168b6;padding-left:8px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box img{width:22px;height:22px;margin-right:8px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .right-xietiao{width:13%;height:42px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2px),#0168b6 50%,transparent calc(50% + 2px),transparent 100%);position:absolute;right:-2px;top:-8px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box{width:56%;height:100%}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .right-bottom{width:44%;height:100%;border-bottom:1px solid #0168b6;position:absolute;bottom:2px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:14%}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#0168b6;clip-path:polygon(29% 0,51% 0,96% 100%,74% 100%);margin-top:4px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6.2%;bottom:-2px}.xml-title-Sevenpagefour-library-h5{text-align:left}.xml-title-Sevenpagefour-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-h5 .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-h5 .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-h5 .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:48%;bottom:8px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:38%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-first-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-pad .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-library-pad>div{width:100%}.xml-title-Yellowtheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid var(--background-color);border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-library-pad .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-library-pad .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;border-radius:50%;height:100%}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Yellowtheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-library-pad>div{width:100%}.xml-title-Yellowtheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-library-pad .title-container .left-icon{width:35px;height:35px;background-color:var(--background-color);opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid var(--background-color);margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-rectangle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-library-pad .title-container .title-left-img{width:10px;height:100%;position:absolute;left:-15px;background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pad .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-library-pad .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pad .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-sixth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pad>div{width:100%}.xml-title-sixth-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-library-pad .title-container .title-left-div{max-width:30%}.xml-title-sixth-library-pad .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:var(--background-color);text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-library-pad .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:var(--background-color);margin-top:5px}.xml-title-sixth-library-pad .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:var(--background-color);bottom:0}.xml-title-sixth-library-pad .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-library-pad .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid var(--background-color);z-index:99;padding:0 15px}.xml-title-sixth-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--background-color);padding:0 20px;border-radius:10px}.xml-title-semicircle-library-pad .title-container .title-left-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;left:20px}.xml-title-semicircle-library-pad .title-container .title-right-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;right:20px}.xml-title-semicircle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-library-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pad .title-container .left-image{z-index:0;width:48px;height:48px;border:2px solid var(--background-color);border-radius:50% 50% 0;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-library-pad .title-container .left-image ::after{content:"";height:15px;position:absolute;right:-2px;bottom:0;border-right:2px solid #fff}.xml-title-fifteen-library-pad .title-container .left-image .image-container,.xml-title-fifteen-library-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pad .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-library-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid var(--background-color);border-right:4px solid var(--background-color);position:relative}.xml-title-thirteenth-library-pad .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pad .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pad .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:var(--background-color);margin-top:-3px;margin-right:4%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-library-pad .title-container .bottomborder .Line1{width:45%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .bottomborder .block{width:7px;height:7px;background-color:var(--background-color);margin-bottom:-3px}.xml-title-thirteenth-library-pad .title-container .bottomborder .Line2{width:15%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .bottomborder .Line3{width:20%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:5px 20px}.xml-title-thirteenth-library-pad .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-pad>div{padding:0 20px}.xml-title-Yellowtheme5-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-pad .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pad .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pad .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pad .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-pad>div{height:100%}.xml-title-Yellowtheme6-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color);z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-pad .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-pad .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-pad .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-pad .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-pad .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-pad>div{width:100%}.xml-title-Greentheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-pad .title-container .left-image .image-container,.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-pad .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-pad>div{width:100%}.xml-title-Greentheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-pad .title-container .left-image .image-container,.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-pad .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-pad>div{width:100%}.xml-title-Greentheme3-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-pad .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-pad>div{width:100%}.xml-title-Greentheme4-library-pad .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-pad .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-pad .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-pad .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-library-pad .title-container .title-left-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pad .title-container .title-left-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pad .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-library-pad .title-container .title-right-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pad .title-container .title-right-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px;max-width:70%}.xml-title-Greentheme6-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-nineteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-library-pad .title-container-box{width:100%;position:relative}.xml-title-nineteen-library-pad .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 20px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 20px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 20px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 20px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:0 45px;margin:0 auto;z-index:9;overflow:hidden}.xml-title-nineteen-library-pad .title-container-box .title-container::before{content:"";width:calc(100% - 34px);height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-pad .title-container-box .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-pad .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-library-pad .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-library-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-library-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-hexagon-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-pad .xml-group-h5{background:linear-gradient(135deg,transparent 7px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 7px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 7px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 7px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat}.xml-title-hexagon-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px;border-radius:20px;background-color:var(--background-color)}.xml-title-hexagon-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fourteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-library-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 0,var(--background-color) 0) top left,linear-gradient(45deg,transparent 0,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;position:relative;border-radius:12px;padding:5px 10px 5px 5px}.xml-title-fourteen-library-pad .title-container .cont-box{width:100%;position:relative;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-title-fourteen-library-pad .title-container .cont-box::before{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;right:0;-webkit-transform:skew(45deg);transform:skew(45deg);z-index:999}.xml-title-fourteen-library-pad .title-container .cont-box::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;right:0;top:0;-webkit-transform:skew(135deg);transform:skew(135deg);z-index:999}.xml-title-fourteen-library-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);border-radius:3px}.xml-title-fourteen-library-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-library-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-library-pad>div{min-width:60%}.xml-title-sixteen-library-pad>div,.xml-title-sixteen-library-pc>div{min-width:40%}.xml-title-seventeen-library-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-pad .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-pad .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid var(--background-color);margin-bottom:3px;margin-top:3px}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid var(--background-color)}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-library-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid var(--background-color)!important;padding:0 30px 0 51px}.xml-title-sixteen-library-pad .title-container .left-image{z-index:0;border-bottom:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #eaecef;border-right:20px solid transparent;position:absolute;bottom:-28px;left:10px;width:0;height:0}.xml-title-sixteen-library-pad .title-container .left-image::before{content:"";border-bottom:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--background-color);border-right:10px solid transparent;position:absolute;top:-16px;left:-10px}.xml-title-sixteen-library-pad .title-container .right-icon{width:10px;height:10px;background-color:var(--background-color);border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-library-pad .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-library-pad .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-library-pad>div{width:100%;height:100%}.xml-title-Knowledge-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-library-pad .title-container .left-titlebox{background-color:var(--background-color);padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--background-color);background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:12px}.xml-title-fifth-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-library-pad .title-container .title-bottom{width:95%;height:95%;background-color:var(--background-color);position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:6px}.xml-title-fifth-library-pad .title-container .title-right-img{width:20px;height:25px;margin-top:-25px;margin-right:-25px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-title-fifth-library-pad .title-container .title-right-img>div{width:6px;height:6px;background-color:var(--background-color);border-radius:50%;position:relative}.xml-title-fifth-library-pad .title-container .title-right-img>div::after{content:"";width:3px;height:4px;background-color:var(--background-color);position:absolute;bottom:-3px;right:1px;-webkit-transform:skew(-27deg);transform:skew(-27deg)}.xml-title-fifth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:6px;border:1px solid var(--background-color);z-index:99;-webkit-box-shadow:0 0 1px 0 #000;box-shadow:0 0 1px 0 #000}.xml-title-fifth-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-triangle-library-pad .title-container .title-left-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:0 solid transparent;border-left-style:inset;margin-right:-12px;z-index:9;position:relative}.xml-title-triangle-library-pad .title-container .title-left-img::after{content:"";width:0;height:0;border:15px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:0 solid transparent;border-left-style:inset;z-index:9;position:absolute;left:-30px}.xml-title-triangle-library-pad .title-container .title-right-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:0 solid transparent;margin-left:-12px;margin-bottom:-10px;border-right-style:outset}.xml-title-triangle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 30px;margin-left:-2px}.xml-title-triangle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:35px!important;padding-right:35px!important}.xml-title-Redtheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.35);box-shadow:0 3px 7px 0 rgba(0,0,0,.35);-webkit-transform:skew(-15deg);transform:skew(-15deg);z-index:9}.xml-title-Redtheme1-library-pad .title-container .title-bg{width:100%;height:100%;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;z-index:0}.xml-title-Redtheme1-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme1-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;background:#fff;z-index:9}.xml-title-Redtheme1-library-pad .title-container .text-container>div{-webkit-transform:skew(15deg);transform:skew(15deg)}.xml-title-Redtheme1-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme1-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px!important;padding-right:30px!important}.xml-title-Redtheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-Redtheme2-library-pad .title-container .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%)}.xml-title-Redtheme2-library-pad .title-container::before{content:"";width:88px;height:4px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%);border-radius:1px;position:absolute;bottom:-10px;right:5px;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pad .title-container::after{content:"";width:4px;height:4px;background-color:var(--background-color);border-radius:50%;position:absolute;right:-5px;bottom:-10px;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme2-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme2-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px!important;padding-right:25px!important;text-align:left}.xml-title-Redtheme3-library-pad .suptitle{display:inline-block;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-color:var(--background-color);position:relative;z-index:9}.xml-title-Redtheme3-library-pad .suptitle .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pad .suptitle .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pad .suptitle .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background-color:#ebebeb;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.35);box-shadow:0 2px 3px 0 rgba(0,0,0,.35);-webkit-transform:skew(-20deg);transform:skew(-20deg);min-width:180px;margin-top:-10px}.xml-title-Redtheme3-library-pad .title-container::before{content:"";width:20px;height:2px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pad .title-container::after{content:"";width:2px;height:30px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pad .title-container .w-e-text-container,.xml-title-Redtheme4-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-pad .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-pad .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pad .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-pad .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-pad .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pad .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-first-library-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-Redtheme4-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyone-library-pad .title-container{text-align:left;padding-right:30px;padding-bottom:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #adadad!important;position:relative}.xml-title-thirtyone-library-pad .title-container::before{content:"";width:119px;height:4px;background-color:var(--background-color);position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-pad .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-pad .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-pad .xml-group-h5{position:relative}.xml-title-thirtytwo-library-pad .xml-group-h5::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-pad .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-pad .title-container::before{content:"";width:20px;height:31px;background-color:var(--background-color);position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-pad .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-pad .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-pad .xml-group-h5{padding-left:15px;padding-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-pad .xml-group-h5::before{content:"";width:7px;height:17px;background-color:#636363;position:absolute;bottom:0;left:0;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-thirtythree-library-pad .xml-group-h5::after{content:"";width:calc(100% - 15px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container::before{content:"";width:15px;height:calc(100% + 8px);background-color:var(--background-color);position:absolute;left:-2px;top:5px}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-pad::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-pad .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-pad .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-pad .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-pad .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-pad .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-pad .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-pad .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-pad .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-pad .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-pad .title-container .left-line::after,.xml-title-thirtysix-library-pad .title-container .right-line::before{height:15px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);content:""}.xml-title-thirtysix-library-pad{text-align:center}.xml-title-thirtysix-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtysix-library-pad .title-container .left-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pad .title-container .left-line::after{width:10px;position:absolute;bottom:0;right:-2px;-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-pad .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pad .title-container .right-line::before{width:10px;position:absolute;bottom:0;left:-2px;-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-pad .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-pad{text-align:center}.xml-title-thirtyseven-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-pad .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pad .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-pad .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pad .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-pad .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-pad{text-align:center}.xml-title-thirtyeight-library-pad .title-container{display:inline-block;border:1px solid var(--background-color)!important;padding:3px 16px;position:relative}.xml-title-thirtyeight-library-pad .title-container::before{content:"";width:5px;height:24px;background-color:var(--background-color);position:absolute;left:-3px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pad .title-container::after{content:"";width:5px;height:24px;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pad .title-container .text-container{border:2px solid transparent;text-align:left}.xml-title-BuleRectangle-library-pad{text-align:center}.xml-title-BuleRectangle-library-pad .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border{position:relative;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;right:-7px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .rigth-titlebox-usb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44%;font-weight:600!important;margin:15px 0}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .trapezoid{background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:44%;width:52%;padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .trapezoid .rigth-titlebox{width:100%}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangle-library-pad .left-image{width:5%;border:6px solid var(--background-color);z-index:9;position:absolute;left:0}.xml-title-BuleRectangle-library-pad .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangle-library-pad .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangle-library-pad .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangle-library-pad .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-BuleRectangle-library-pad .right-image{width:10%;z-index:9;position:absolute;bottom:13px;right:17px}.xml-title-BuleRectangle-library-pad .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pad{text-align:center}.xml-title-BuleRectangleTwo-library-pad .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-7px;left:99%}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;bottom:-8px;left:-8px}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-pad .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-pad .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-pad .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-pad .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-pad .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-pad .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-titleLogging-library-pad{text-align:left}.xml-title-titleLogging-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-pad .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-pad{text-align:left}.xml-title-titleQuestion-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-pad{text-align:left}.xml-title-titleCrane-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-pad .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-pad{text-align:left}.xml-title-titleLight-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleLight-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleLight-library-pad .title-container .left-image{z-index:0;width:67px;height:60px;border:6px solid var(--background-color);position:absolute;bottom:0;left:0}.xml-title-titleLight-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLight-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleLight-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleTearcher-library-pad{text-align:left}.xml-title-titleTearcher-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleTearcher-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleTearcher-library-pad .title-container .left-image{z-index:0;width:67px;height:50px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleTearcher-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleTearcher-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleTearcher-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleText-library-pad{text-align:left}.xml-title-titleText-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleText-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:12px;z-index:9;position:relative}.xml-title-titleText-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;left:0;bottom:5px}.xml-title-titleText-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleText-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleText-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-thirtynine-library-pad{text-align:center}.xml-title-thirtynine-library-pad .title-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 16px;position:relative}.xml-title-thirtynine-library-pad .title-container::before{content:"";width:7px;height:7px;position:absolute;left:0;bottom:0;background:linear-gradient(45deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pad .title-container::after{content:"";width:7px;height:7px;position:absolute;right:0;top:0;background:linear-gradient(-135deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pad .title-container .mask{position:absolute;top:6px;left:0;width:100%;height:calc(100% - 16px);background-color:var(--background-color);opacity:.5;pointer-events:none}.xml-title-thirtynine-library-pad .title-container .title-number{height:50px;background-color:var(--background-color);border-radius:0 0 10px 10px;min-width:50px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-6px;padding:0 8px}.xml-title-thirtynine-library-pad .title-container .title-number .line1{position:absolute;width:7px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-title-thirtynine-library-pad .title-container .title-number .line2{position:absolute;width:4px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg);margin-left:22px}.xml-title-thirtynine-library-pad .title-container .title-number::before{content:"";width:7px;height:7px;background:linear-gradient(-45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;left:-7px}.xml-title-thirtynine-library-pad .title-container .title-number::after{content:"";width:7px;height:7px;background:linear-gradient(45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;right:-7px}.xml-title-thirtynine-library-pad .title-container .title-text{position:relative;z-index:9;padding:4px 0 8px 14px}.xml-title-thirtynine-library-pad .title-container .text-container{position:relative;border:2px solid transparent!important;z-index:1}.xml-title-Forty-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-left:18px!important}.xml-title-Forty-library-pad>div{width:100%}.xml-title-Forty-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.xml-title-Forty-library-pad .title-container .left-image{width:63px;height:74px;background-color:var(--background-color);position:relative;z-index:9;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-title-Forty-library-pad .title-container .left-image .image-box{width:74%;height:75%;background-color:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container{width:100%;height:86%;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #fff}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu,.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu img{border-radius:50%;width:100%;height:100%}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Forty-library-pad .title-container .right-top-bg{min-height:50px;max-width:77%;position:relative;margin-left:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.xml-title-Forty-library-pad .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);opacity:.5;border-radius:5px}.xml-title-Forty-library-pad .title-container .right-top-bg .right-block{width:60px;height:30px;position:absolute;right:-8px;bottom:-8px;background:linear-gradient(153deg,transparent 0,transparent 51%,var(--background-color) 49%,var(--background-color) 100%);border-radius:10px 0 5px}.xml-title-Forty-library-pad .title-container .right-top-bg .right-block::after{content:"";width:8px;height:5px;background-color:#5c5c5c;position:absolute;right:0;top:0;z-index:-1}.xml-title-Forty-library-pad .title-container .right-top-bg .right-block::before{content:"";width:18px;height:8px;background-color:#5c5c5c;position:absolute;left:3px;bottom:0;z-index:-1}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Forty-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Fortyone-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px!important;padding-left:8px!important}.xml-title-Fortyone-library-pad>div{width:100%}.xml-title-Fortyone-library-pad .title-container{display:inline-block;position:relative;z-index:9}.xml-title-Fortyone-library-pad .title-container .title-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:25px 0 0 25px;padding-left:5px;height:40px}.xml-title-Fortyone-library-pad .title-container .title-bg::after{content:"";width:70%;height:100%;position:absolute;top:0;right:-10px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:inherit;z-index:-1}.xml-title-Fortyone-library-pad .title-container .title-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e5eff9;border-radius:25px 0 0 25px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0)}.xml-title-Fortyone-library-pad .title-container .left-image{width:50px;height:50px;background-color:var(--background-color);position:relative;z-index:9;border-radius:50%}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container,.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;border:2px solid #fff}.xml-title-Fortyone-library-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Fortyone-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox{height:100%;padding:0 20px 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-pad{text-align:left}.xml-title-Sevenpageone-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-pad .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pad .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagetwo-library-pad{text-align:left}.xml-title-Sevenpagetwo-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpagetwo-library-pad .title-container .left-box{width:57%;position:relative}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box img{width:14px;height:14px;margin-right:6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .bottomzhuangshi{width:118px;height:10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);background-color:#0168b6;opacity:.2;position:absolute;left:0;bottom:-6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .left-tiao-bottom{width:100%;border:1px solid #0168b6;position:absolute;left:0;bottom:-2px}.xml-title-Sevenpagetwo-library-pad .title-container .right-box{width:33%;height:14px;position:absolute;bottom:18.5%;right:6.7%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .xietiao{width:7.4%;height:14px;background:linear-gradient(to bottom right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .right-top{width:92%;height:14px;border-top:1px solid #0168b6;position:absolute;bottom:1px;left:6.7%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi .cuxietiao{width:4.1%;height:10px;background-color:#80b3da;clip-path:polygon(66% 0,100% 0,34% 99%,0 100%);margin-top:4px}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi .circle{color:#0168b6;margin-top:4px;position:absolute;right:2%;bottom:-6px}.xml-title-Sevenpagethree-library-pad{text-align:left}.xml-title-Sevenpagethree-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagethree-library-pad .title-container .bottomzhuangshi{width:80%;height:10px;background-color:#c4def1;position:absolute;left:40px;bottom:-2px}.xml-title-Sevenpagethree-library-pad .title-container .left-box{width:44%;position:relative}.xml-title-Sevenpagethree-library-pad .title-container .left-box .toptiao{width:88%;border:1px solid #0168b6;position:absolute;left:0;top:-8px;z-index:1}.xml-title-Sevenpagethree-library-pad .title-container .left-box .tixing-bg{width:45%;height:28px;background-color:#c4def1;clip-path:polygon(0 0,100% 0,67% 99%,0 100%);position:absolute;left:0;top:-14px}.xml-title-Sevenpagethree-library-pad .title-container .left-box .left-content{width:96%;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);background-color:#0168b6;padding-left:8px}.xml-title-Sevenpagethree-library-pad .title-container .left-box img{width:22px;height:22px;margin-right:8px}.xml-title-Sevenpagethree-library-pad .title-container .left-box .right-xietiao{width:13%;height:42px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2px),#0168b6 50%,transparent calc(50% + 2px),transparent 100%);position:absolute;right:-2px;top:-8px}.xml-title-Sevenpagethree-library-pad .title-container .right-box{width:56%;height:100%}.xml-title-Sevenpagethree-library-pad .title-container .right-box .right-bottom{width:44%;height:100%;border-bottom:1px solid #0168b6;position:absolute;bottom:2px}.xml-title-Sevenpagethree-library-pad .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:14%}.xml-title-Sevenpagethree-library-pad .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#0168b6;clip-path:polygon(29% 0,51% 0,96% 100%,74% 100%);margin-top:4px}.xml-title-Sevenpagethree-library-pad .title-container .right-box .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:3.5%;bottom:-2px}.xml-title-Sevenpagefour-library-pad{text-align:left}.xml-title-Sevenpagefour-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-pad .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-pad .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-pad .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:50%;bottom:8px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:40%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagefive-library-pad{text-align:left}.xml-title-Sevenpagefive-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:180px}.xml-title-Sevenpagefive-library-pad .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefive-library-pad .title-container .title-bg{width:98%;height:140px;background-color:#0168b6;opacity:.1;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-content{width:98%;height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-content .small-titlebox{margin:25px 0 16px 12px;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-content .big-titlebox{width:50%;text-align:center;margin-top:70px;margin-left:5%;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .right-jiao{width:20px;height:20px;background-color:#73acd7;position:absolute;right:-4px;top:-4px}.xml-title-Sevenpagefive-library-pad .title-container .title-border{width:98%;height:125px;border:1px solid #0168b6;border-bottom:none;border-top:none;position:absolute;top:10px;left:2px;z-index:3}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top{width:100%;position:absolute;left:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top .border-left{width:50%;border-top:1px solid #0168b6}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top .border-right{width:20%;border-top:1px solid #0168b6;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .xie-cutiao{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-5px;left:50%;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-border .xie-cutiao .xie-cutiao-item{width:10px;height:10px;background-color:#0168b6;clip-path:polygon(42% 0,100% 0,56% 98%,0 100%)}.xml-title-Sevenpagefive-library-pad .title-container .title-border .circle{width:8px;height:8px;background-color:#0168b6;border-radius:8px;position:absolute;left:-.8%;bottom:-8px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .sanjiao{width:12px;height:12px;clip-path:polygon(100% 0,0 0,0 100%);background-color:#0168b6;margin:2px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom{width:calc(100% - 22px);border-bottom:1px solid #0168b6;position:absolute;left:2%;bottom:-16px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .left-xiexian{width:2%;height:8px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;left:-2%;bottom:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .cutiao{width:13%;height:14px;background-color:#0168b6;position:absolute;left:5%;bottom:-7px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .right-xiexian{width:3%;height:16px;background:linear-gradient(to top left,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;right:-4%;bottom:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .point{color:#0168b6;position:absolute;right:4%;bottom:0}.xml-title-first-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-pc .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme1-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-library-pc>div{width:100%}.xml-title-Yellowtheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid var(--background-color);border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-library-pc .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-library-pc .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Yellowtheme2-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-library-pc>div{width:100%}.xml-title-Yellowtheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-library-pc .title-container .left-icon{width:35px;height:35px;background-color:var(--background-color);opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-library-pc .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid var(--background-color);margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme2-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-library-pc .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme4-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-rectangle-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-library-pc .title-container .title-left-img{width:10px;height:100%;position:absolute;left:-15px;background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pc .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-library-pc .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pc .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-sixth-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pc>div{width:100%}.xml-title-sixth-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-library-pc .title-container .title-left-div{max-width:30%}.xml-title-sixth-library-pc .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:var(--background-color);text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-library-pc .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pc .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-library-pc .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-library-pc .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:var(--background-color);margin-top:5px}.xml-title-sixth-library-pc .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-Greentheme6-library-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-library-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-semicircle-library-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-library-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-library-pc .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pc .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pc .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:var(--background-color);bottom:0}.xml-title-sixth-library-pc .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-library-pc .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid var(--background-color);z-index:99;padding:0 15px}.xml-title-sixth-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--background-color);padding:0 20px;border-radius:10px}.xml-title-semicircle-library-pc .title-container .title-left-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;left:20px}.xml-title-semicircle-library-pc .title-container .title-right-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;right:20px}.xml-title-semicircle-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-library-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pc .title-container .left-image{z-index:0;width:48px;height:48px;border:2px solid var(--background-color);border-radius:50% 50% 0;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-library-pc .title-container .left-image ::after{content:"";height:15px;position:absolute;right:-2px;bottom:0;border-right:2px solid #fff}.xml-title-fifteen-library-pc .title-container .left-image .image-container,.xml-title-fifteen-library-pc .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pc .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-library-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid var(--background-color);border-right:4px solid var(--background-color);position:relative}.xml-title-thirteenth-library-pc .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pc .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pc .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:var(--background-color);margin-top:-3px;margin-right:4%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-library-pc .title-container .bottomborder .Line1{width:45%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .bottomborder .block{width:7px;height:7px;background-color:var(--background-color);margin-bottom:-3px}.xml-title-thirteenth-library-pc .title-container .bottomborder .Line2{width:15%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .bottomborder .Line3{width:20%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:5px 20px}.xml-title-thirteenth-library-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-pc>div{padding:0 20px}.xml-title-Yellowtheme5-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-pc .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pc .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pc .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(45deg,transparent 25px,var(--background-color) 0) bottom left,linear-gradient(135deg,transparent 25px,var(--background-color) 0) top left;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pc .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-pc>div{height:100%}.xml-title-Yellowtheme6-library-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color);z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-pc .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-pc>div{width:100%}.xml-title-Greentheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-pc .title-container .left-image .image-container,.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-pc .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-pc>div{width:100%}.xml-title-Greentheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-pc .title-container .left-image .image-container,.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;border-radius:50%;height:100%}.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-pc .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-pc>div{width:100%}.xml-title-Greentheme3-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-pc .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-pc>div{width:100%}.xml-title-Greentheme4-library-pc .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-pc .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-pc .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-pc .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-library-pc .title-container .title-left-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pc .title-container .title-left-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pc .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-library-pc .title-container .title-right-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pc .title-container .title-right-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px;max-width:70%}.xml-title-Greentheme6-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-nineteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-library-pc .title-container-box{width:100%;position:relative}.xml-title-nineteen-library-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 20px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 20px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 20px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 20px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:0 45px;margin:0 auto;z-index:9;overflow:hidden}.xml-title-nineteen-library-pc .title-container-box .title-container::before{content:"";width:calc(100% - 34px);height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-pc .title-container-box .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-pc .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-library-pc .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-library-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-library-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-hexagon-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-pc .xml-group-h5{background:linear-gradient(135deg,transparent 7px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 7px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 7px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 7px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat}.xml-title-hexagon-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px;border-radius:20px;background-color:var(--background-color)}.xml-title-hexagon-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fourteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-library-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 0,var(--background-color) 0) top left,linear-gradient(45deg,transparent 0,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;position:relative;border-radius:12px;padding:5px 10px 5px 5px}.xml-title-fourteen-library-pc .title-container .cont-box{width:100%;position:relative;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-title-fourteen-library-pc .title-container .cont-box::after,.xml-title-fourteen-library-pc .title-container .cont-box::before{width:2px;background:var(--background-color);position:absolute;right:0;z-index:999;height:100%;content:""}.xml-title-fourteen-library-pc .title-container .cont-box::before{-webkit-transform:skew(45deg);transform:skew(45deg)}.xml-title-fourteen-library-pc .title-container .cont-box::after{top:0;-webkit-transform:skew(135deg);transform:skew(135deg)}.xml-title-fourteen-library-pc .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);border-radius:3px}.xml-title-fourteen-library-pc .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-library-pc .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-library-pc>div{min-width:60%}.xml-title-seventeen-library-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-pc .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-seventeen-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-seventeen-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-library-pc .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid var(--background-color);margin-bottom:3px;margin-top:3px}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid var(--background-color)}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-library-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid var(--background-color)!important;padding:0 30px 0 51px}.xml-title-sixteen-library-pc .title-container .left-image{z-index:0;border-bottom:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #eaecef;border-right:20px solid transparent;position:absolute;bottom:-28px;left:10px;width:0;height:0}.xml-title-sixteen-library-pc .title-container .left-image::before{content:"";border-bottom:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--background-color);border-right:10px solid transparent;position:absolute;top:-16px;left:-10px}.xml-title-sixteen-library-pc .title-container .right-icon{width:10px;height:10px;background-color:var(--background-color);border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-library-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-library-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-library-pc>div{width:100%;height:100%}.xml-title-Knowledge-library-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-library-pc .title-container .left-titlebox{background-color:var(--background-color);padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--background-color);background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifth-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:12px}.xml-title-fifth-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-library-pc .title-container .title-bottom{width:95%;height:95%;background-color:var(--background-color);position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:6px}.xml-title-fifth-library-pc .title-container .title-right-img{width:20px;height:25px;margin-top:-25px;margin-right:-25px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-title-fifth-library-pc .title-container .title-right-img>div{width:6px;height:6px;background-color:var(--background-color);border-radius:50%;position:relative}.xml-title-fifth-library-pc .title-container .title-right-img>div::after{content:"";width:3px;height:4px;background-color:var(--background-color);position:absolute;bottom:-3px;right:1px;-webkit-transform:skew(-27deg);transform:skew(-27deg)}.xml-title-fifth-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:6px;border:1px solid var(--background-color);z-index:99;-webkit-box-shadow:0 0 1px 0 #000;box-shadow:0 0 1px 0 #000}.xml-title-fifth-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-triangle-library-pc .title-container .title-left-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:0 solid transparent;border-left-style:inset;margin-right:-12px;z-index:9;position:relative}.xml-title-triangle-library-pc .title-container .title-left-img::after{content:"";width:0;height:0;border:15px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:0 solid transparent;border-left-style:inset;z-index:9;position:absolute;left:-30px}.xml-title-triangle-library-pc .title-container .title-right-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:0 solid transparent;margin-left:-12px;margin-bottom:-10px;border-right-style:outset}.xml-title-triangle-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 30px;margin-left:-2px}.xml-title-triangle-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme1-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:35px!important;padding-right:35px!important}.xml-title-Redtheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.35);box-shadow:0 3px 7px 0 rgba(0,0,0,.35);-webkit-transform:skew(-15deg);transform:skew(-15deg);z-index:9}.xml-title-Redtheme1-library-pc .title-container .title-bg{width:100%;height:100%;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;z-index:0}.xml-title-Redtheme1-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme1-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;background:#fff;z-index:9}.xml-title-Redtheme1-library-pc .title-container .text-container>div{-webkit-transform:skew(15deg);transform:skew(15deg)}.xml-title-Redtheme1-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme1-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme2-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px!important;padding-right:30px!important}.xml-title-Redtheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-Redtheme2-library-pc .title-container::before{content:"";width:88px;height:4px;border-radius:1px;position:absolute;bottom:-10px;right:5px;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pc .title-container::after{content:"";width:4px;height:4px;background-color:var(--background-color);border-radius:50%;position:absolute;right:-5px;bottom:-10px;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme2-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%)}.xml-title-Redtheme2-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme2-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px!important;padding-right:25px!important;text-align:left}.xml-title-Redtheme3-library-pc .suptitle{display:inline-block;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-color:var(--background-color);position:relative;z-index:9}.xml-title-Redtheme3-library-pc .suptitle .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pc .suptitle .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pc .suptitle .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background-color:#ebebeb;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.35);box-shadow:0 2px 3px 0 rgba(0,0,0,.35);-webkit-transform:skew(-20deg);transform:skew(-20deg);min-width:180px;margin-top:-10px}.xml-title-Redtheme3-library-pc .title-container::before{content:"";width:20px;height:2px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pc .title-container::after{content:"";width:2px;height:30px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pc .title-container .w-e-text-container,.xml-title-Redtheme4-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-pc .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-pc .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pc .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-pc .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-pc .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pc .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme4-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-thirtyone-library-pc .title-container{text-align:left;padding-right:30px;padding-bottom:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #adadad!important;position:relative}.xml-title-thirtyone-library-pc .title-container::before{content:"";width:119px;height:4px;background-color:var(--background-color);position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-pc .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-pc .xml-group-pc{position:relative}.xml-title-thirtytwo-library-pc .xml-group-pc::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-pc .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-pc .title-container::before{content:"";width:20px;height:31px;background-color:var(--background-color);position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-pc .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-pc .xml-group-pc{padding-left:15px;padding-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-pc .xml-group-pc::before{content:"";width:7px;height:17px;background-color:#636363;position:absolute;bottom:0;left:0;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-thirtythree-library-pc .xml-group-pc::after{content:"";width:calc(100% - 15px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-pc .xml-group-pc .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px}.xml-title-thirtythree-library-pc .xml-group-pc .title-container::before{content:"";width:15px;height:calc(100% + 8px);background-color:var(--background-color);position:absolute;left:-2px;top:5px}.xml-title-thirtythree-library-pc .xml-group-pc .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-pc .xml-group-pc{position:relative;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-thirtyfour-library-pc .xml-group-pc::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-pc .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-pc .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-pc .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-pc .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-pc .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-pc .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-pc .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-pc .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-pc .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-pc{text-align:center}.xml-title-thirtysix-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtysix-library-pc .title-container .left-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pc .title-container .left-line::after{content:"";width:10px;height:15px;position:absolute;bottom:0;right:-2px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-pc .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pc .title-container .right-line::before{content:"";width:10px;height:15px;position:absolute;bottom:0;left:-2px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-pc .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-pc{text-align:center}.xml-title-thirtyseven-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-pc .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pc .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-pc .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pc .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-pc .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-pc{text-align:center}.xml-title-Sevenpageone-library-pc,.xml-title-thirtyeight-library-pc .title-container .text-container,.xml-title-titleCrane-library-pc,.xml-title-titleLight-library-pc,.xml-title-titleLogging-library-pc,.xml-title-titleQuestion-library-pc,.xml-title-titleTearcher-library-pc,.xml-title-titleText-library-pc{text-align:left}.xml-title-thirtyeight-library-pc .title-container{display:inline-block;border:1px solid var(--background-color)!important;padding:3px 16px;position:relative}.xml-title-thirtyeight-library-pc .title-container::after,.xml-title-thirtyeight-library-pc .title-container::before{width:5px;height:24px;background-color:var(--background-color);position:absolute;top:50%;content:""}.xml-title-thirtyeight-library-pc .title-container::before{left:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pc .title-container::after{right:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-BuleRectangle-library-pc{text-align:center}.xml-title-BuleRectangle-library-pc .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border{position:relative;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;right:-7px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .rigth-titlebox-usb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44%;font-weight:600!important;margin:15px 0}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .trapezoid{background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:44%;width:52%;padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .trapezoid .rigth-titlebox{width:100%}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangle-library-pc .title-container .trapezoid-border .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangle-library-pc .left-image{width:5%;border:6px solid var(--background-color);z-index:9;position:absolute;left:0}.xml-title-BuleRectangle-library-pc .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangle-library-pc .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangle-library-pc .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangle-library-pc .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-BuleRectangle-library-pc .right-image{width:10%;z-index:9;position:absolute;bottom:13px;right:17px}.xml-title-BuleRectangle-library-pc .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pc{text-align:center}.xml-title-BuleRectangleTwo-library-pc .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-7px;left:99%}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-pc .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-pc .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-pc .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-pc .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-pc .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-pc .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pc .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-pc .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-pc .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-titleLogging-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-pc .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-pc .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-pc .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-pc .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-pc .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-pc .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleLight-library-pc .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleLight-library-pc .title-container .left-image{z-index:0;width:67px;height:60px;border:6px solid var(--background-color);position:absolute;bottom:0;left:0}.xml-title-titleLight-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLight-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLight-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLight-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLight-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleLight-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleTearcher-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleTearcher-library-pc .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleTearcher-library-pc .title-container .left-image{z-index:0;width:67px;height:50px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleTearcher-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleTearcher-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleTearcher-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleTearcher-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleTearcher-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleTearcher-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleText-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleText-library-pc .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:12px;z-index:9;position:relative}.xml-title-titleText-library-pc .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;left:0;bottom:5px}.xml-title-titleText-library-pc .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleText-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleText-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleText-library-pc .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleText-library-pc .title-container .left-image img{width:100%;height:100%}.xml-title-titleText-library-pc .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-thirtynine-library-pc{text-align:center}.xml-title-thirtynine-library-pc .title-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 16px;position:relative}.xml-title-thirtynine-library-pc .title-container::before{content:"";width:7px;height:7px;position:absolute;left:0;bottom:0;background:linear-gradient(45deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pc .title-container::after{content:"";width:7px;height:7px;position:absolute;right:0;top:0;background:linear-gradient(-135deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pc .title-container .mask{position:absolute;top:6px;left:0;width:100%;height:calc(100% - 16px);background-color:var(--background-color);opacity:.5;pointer-events:none}.xml-title-thirtynine-library-pc .title-container .title-number{height:50px;background-color:var(--background-color);border-radius:0 0 10px 10px;min-width:50px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-6px;padding:0 8px}.xml-title-thirtynine-library-pc .title-container .title-number .line1{position:absolute;width:7px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-title-thirtynine-library-pc .title-container .title-number .line2{position:absolute;width:4px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg);margin-left:22px}.xml-title-thirtynine-library-pc .title-container .title-number::before{content:"";width:7px;height:7px;background:linear-gradient(-45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;left:-7px}.xml-title-thirtynine-library-pc .title-container .title-number::after{content:"";width:7px;height:7px;background:linear-gradient(45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;right:-7px}.xml-title-thirtynine-library-pc .title-container .title-text{position:relative;z-index:9;padding:4px 0 8px 14px}.xml-title-thirtynine-library-pc .title-container .text-container{position:relative;border:2px solid transparent!important;z-index:1}.xml-title-Forty-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-left:18px!important}.xml-title-Forty-library-pc>div{width:100%}.xml-title-Forty-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.xml-title-Forty-library-pc .title-container .left-image{width:63px;height:74px;background-color:var(--background-color);position:relative;z-index:9;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-title-Forty-library-pc .title-container .left-image .image-box{width:74%;height:75%;background-color:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Forty-library-pc .title-container .left-image .image-box .image-container{width:100%;height:86%;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #fff}.xml-title-Forty-library-pc .title-container .left-image .image-box .image-container .xml-image-dan-tu,.xml-title-Forty-library-pc .title-container .left-image .image-box .image-container .xml-image-dan-tu img{border-radius:50%;width:100%;height:100%}.xml-title-Forty-library-pc .title-container .left-image .image-box .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Forty-library-pc .title-container .right-top-bg{min-height:50px;max-width:77%;position:relative;margin-left:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.xml-title-Forty-library-pc .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);opacity:.5;border-radius:5px}.xml-title-Forty-library-pc .title-container .right-top-bg .right-block{width:60px;height:30px;position:absolute;right:-8px;bottom:-8px;background:linear-gradient(153deg,transparent 0,transparent 51%,var(--background-color) 49%,var(--background-color) 100%);border-radius:10px 0 5px}.xml-title-Forty-library-pc .title-container .right-top-bg .right-block::after{content:"";width:8px;height:5px;background-color:#5c5c5c;position:absolute;right:0;top:0;z-index:-1}.xml-title-Forty-library-pc .title-container .right-top-bg .right-block::before{content:"";width:18px;height:8px;background-color:#5c5c5c;position:absolute;left:3px;bottom:0;z-index:-1}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Forty-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Fortyone-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px!important;padding-left:8px!important}.xml-title-Fortyone-library-pc>div{width:100%}.xml-title-Fortyone-library-pc .title-container{display:inline-block;position:relative;z-index:9}.xml-title-Fortyone-library-pc .title-container .title-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:25px 0 0 25px;padding-left:5px;height:40px}.xml-title-Fortyone-library-pc .title-container .title-bg::after{content:"";width:70%;height:100%;position:absolute;top:0;right:-10px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:inherit;z-index:-1}.xml-title-Fortyone-library-pc .title-container .title-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e5eff9;border-radius:25px 0 0 25px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0)}.xml-title-Fortyone-library-pc .title-container .left-image{width:50px;height:50px;background-color:var(--background-color);position:relative;z-index:9;border-radius:50%}.xml-title-Fortyone-library-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;border:2px solid #fff}.xml-title-Fortyone-library-pc .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Fortyone-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox{height:100%;padding:0 20px 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-pc .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-pc .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-pc .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px}.xml-title-Sevenpageone-library-pc .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-pc .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pc .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pc .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagetwo-library-pc{text-align:left}.xml-title-Sevenpagetwo-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpagetwo-library-pc .title-container .left-box{width:57%;position:relative}.xml-title-Sevenpagetwo-library-pc .title-container .left-box .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px}.xml-title-Sevenpagetwo-library-pc .title-container .left-box img{width:14px;height:14px;margin-right:6px}.xml-title-Sevenpagetwo-library-pc .title-container .left-box .bottomzhuangshi{width:118px;height:10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);background-color:#0168b6;opacity:.2;position:absolute;left:0;bottom:-6px}.xml-title-Sevenpagetwo-library-pc .title-container .left-box .left-tiao-bottom{width:100%;border:1px solid #0168b6;position:absolute;left:0;bottom:-2px}.xml-title-Sevenpagetwo-library-pc .title-container .right-box{width:33%;height:14px;position:absolute;bottom:18.5%;right:6.7%}.xml-title-Sevenpagetwo-library-pc .title-container .right-box .xietiao{width:7.4%;height:14px;background:linear-gradient(to bottom right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagetwo-library-pc .title-container .right-box .right-top{width:92%;height:14px;border-top:1px solid #0168b6;position:absolute;bottom:1px;left:6.7%}.xml-title-Sevenpagetwo-library-pc .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xml-title-Sevenpagetwo-library-pc .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#80b3da;clip-path:polygon(66% 0,100% 0,34% 99%,0 100%);margin-top:4px}.xml-title-Sevenpagetwo-library-pc .title-container .right-box .bottom-zhuangshi .circle{color:#0168b6;margin-top:4px;position:absolute;right:6px;bottom:-6px}.xml-title-Sevenpagethree-library-pc{text-align:left}.xml-title-Sevenpagethree-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagethree-library-pc .title-container .bottomzhuangshi{width:80%;height:10px;background-color:#c4def1;position:absolute;left:40px;bottom:-2px}.xml-title-Sevenpagethree-library-pc .title-container .left-box{width:44%;position:relative}.xml-title-Sevenpagethree-library-pc .title-container .left-box .toptiao{width:88%;border:1px solid #0168b6;position:absolute;left:0;top:-8px;z-index:1}.xml-title-Sevenpagethree-library-pc .title-container .left-box .tixing-bg{width:45%;height:28px;background-color:#c4def1;clip-path:polygon(0 0,100% 0,67% 99%,0 100%);position:absolute;left:0;top:-14px}.xml-title-Sevenpagethree-library-pc .title-container .left-box .left-content{width:96%;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);background-color:#0168b6;padding-left:8px}.xml-title-Sevenpagethree-library-pc .title-container .left-box img{width:22px;height:22px;margin-right:8px}.xml-title-Sevenpagethree-library-pc .title-container .left-box .right-xietiao{width:13%;height:42px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2px),#0168b6 50%,transparent calc(50% + 2px),transparent 100%);position:absolute;right:-2px;top:-8px}.xml-title-Sevenpagethree-library-pc .title-container .right-box{width:56%;height:100%}.xml-title-Sevenpagethree-library-pc .title-container .right-box .right-bottom{width:44%;height:100%;border-bottom:1px solid #0168b6;position:absolute;bottom:2px}.xml-title-Sevenpagethree-library-pc .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:14%}.xml-title-Sevenpagethree-library-pc .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#0168b6;clip-path:polygon(29% 0,51% 0,96% 100%,74% 100%);margin-top:4px}.xml-title-Sevenpagethree-library-pc .title-container .right-box .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:5.5%;bottom:-2px}.xml-title-Sevenpagefour-library-pc{text-align:left}.xml-title-Sevenpagefour-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-pc .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-pc .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-pc .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:50%;bottom:8px}.xml-title-Sevenpagefour-library-pc .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:40%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.body-text-fold{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;word-break:break-all;height:85px}.xml-paragraph-first-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-library-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:var(--reader-theme-color,#FFF);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-h5 .rotate-container-inner{width:40px;height:40px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-h5 .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-library-h5 .text-body-container{background:var(--background-color);border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-library-h5 .text-body-container .editorClass{word-break:break-all}.xml-paragraph-first-library-h5 .text-body-container .editor p{line-height:normal}.xml-paragraph-second-library-h5{text-align:left}.xml-paragraph-second-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-library-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%;-webkit-box-shadow:2px 1px 4px 0 #000;box-shadow:2px 1px 4px 0 #000;border:none!important}.xml-paragraph-second-library-h5 .paragraph-second-title::before{content:"";width:100%;height:5px;background-color:var(--background-color);-webkit-transform:skew(35deg);transform:skew(35deg);position:absolute;bottom:0;left:0}.xml-paragraph-second-library-h5 .paragraph-second-title::after{content:"";width:5px;height:100%;border:1px solid var(--background-color);-webkit-transform:skewY(25deg);transform:skewY(25deg);position:absolute;right:-3px;bottom:2px;background:#fff}.xml-paragraph-second-library-h5 .paragraph-second-title .title-top-border{width:100%;border-top:1px solid var(--background-color);position:absolute;top:-4px;left:-1px}.xml-paragraph-second-library-h5 .paragraph-second-title .title-left-border{height:100%;width:1px;border-left:1px solid var(--background-color);position:absolute;bottom:4px;left:-1px}.xml-paragraph-second-library-h5 .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#FFF;min-height:36px;padding:0 15px;margin-top:-4px}.xml-paragraph-second-library-h5 .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-library-h5 .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-library-h5 .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-library-h5 .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-library-h5 .body-text{padding:5px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:var(--background-color)}.xml-paragraph-second-library-h5 .body-text .text-body-container{background:#FFF;padding:20px 13px 1px;border-radius:5px}.xml-paragraph-second-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-h5{position:relative}.xml-paragraph-third-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-library-h5 .diagonal-line::after,.xml-paragraph-third-library-h5 .diagonal-line::before{width:1px;height:80px;position:absolute;background-color:var(--background-color);content:""}.xml-paragraph-third-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-third-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-h5 .diagonal-line::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-library-h5 .diagonal-line::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-quadrangle-library-h5{position:relative}.xml-paragraph-quadrangle-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color);position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-library-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-library-h5{margin-top:10px;position:relative}.xml-paragraph-isosceles-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-library-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-isosceles-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-library-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(var(--background-color)),to(#ebf2ff));background-image:linear-gradient(to bottom right,var(--background-color),#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-library-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-library-h5 .shape .triangle,.xml-paragraph-isosceles-library-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid var(--background-color)}.xml-paragraph-eighth-library-h5{position:relative}.xml-paragraph-eighth-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-library-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-library-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-library-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-eighth-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-library-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-library-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-h5{position:relative}.xml-paragraph-ninth-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-library-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-library-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-library-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-ninth-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-library-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;height:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-library-h5{position:relative}.xml-paragraph-tenth-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-tenth-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .title-right-img,.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-tenth-library-h5 .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-tenth-library-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-tenth-library-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-library-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-tenth-library-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-tenth-library-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-library-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-library-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-library-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-sixteen-library-h5{position:relative}.xml-paragraph-sixteen-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-library-h5 .paragraph-row-box{padding:20px;background:var(--background-color)}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-library-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-seventh-library-h5{position:relative}.xml-paragraph-seventh-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-library-h5 .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-seventh-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .title-right-img,.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-seventh-library-h5 .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-seventh-library-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-seventh-library-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-library-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-seventh-library-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-seventh-library-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-library-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-library-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-library-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-eleven-library-h5{position:relative}.xml-paragraph-eleven-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-library-h5 .body-text{padding:25px;text-align:left;position:relative}.xml-paragraph-eleven-library-h5 .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-library-h5 .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:var(--background-color);margin-bottom:2px}.xml-paragraph-eleven-library-h5 .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-h5 .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-library-h5 .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:var(--background-color);margin-top:2px}.xml-paragraph-eleven-library-h5 .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-h5 .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-h5 .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:var(--background-color);margin-right:2px}.xml-paragraph-eleven-library-h5 .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-h5 .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-h5 .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:var(--background-color);margin-left:2px}.xml-paragraph-eleven-library-h5 .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-library-h5 .text-container{padding:0 10px}.xml-paragraph-eleven-library-h5 .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-library-h5 .text-container .editorClass p{padding:0}.xml-paragraph-eleven-library-h5 .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-library-h5 .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-thirteen-library-h5{position:relative}.xml-paragraph-thirteen-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-library-h5 .body-text{padding:10px 20px;text-align:left;position:relative;background:var(--background-color);border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-library-h5 .body-text .text-border-top{width:90%;height:4px;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-h5 .body-text .text-border-right{width:4px;height:70%;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-h5 .body-text .text-border-bottom{width:90%;height:4px;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-h5 .body-text .text-border-left{width:4px;height:70%;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-h5 .body-text .text-body-container{position:relative}.xml-paragraph-thirteen-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-library-h5 .body-text::before{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;top:0;left:0;content:"";z-index:0;border-top:2px dashed var(--background-color);border-left:2px dashed var(--background-color);border-radius:32px 0 0}.xml-paragraph-thirteen-library-h5 .body-text::after{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;bottom:0;right:0;content:"";z-index:0;border-bottom:2px dashed var(--background-color);border-right:2px dashed var(--background-color);border-radius:0 0 32px}.xml-paragraph-fourteen-library-h5{position:relative}.xml-paragraph-fourteen-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-library-h5 .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color)!important}.xml-paragraph-fourteen-library-h5 .body-text .right-image{width:21px;height:36px;position:absolute;background-color:var(--background-color);top:-25px;right:15px;z-index:999;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-fourteen-library-h5 .body-text .right-image::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:19px;display:block;background:linear-gradient(-45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%),linear-gradient(45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%);background-size:7px 60px}.xml-paragraph-fourteen-library-h5 .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px}.xml-paragraph-fourteen-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-library-h5{position:relative}.xml-paragraph-Greentheme2-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-library-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:var(--background-color);border:2px solid var(--background-color)!important;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-library-h5 .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:0 0 30px 0 #000;box-shadow:0 0 30px 0 #000}.xml-paragraph-Greentheme2-library-h5 .body-text .border-top{width:80%;height:6px;border-top:4px dotted var(--background-color);position:absolute;top:-10px}.xml-paragraph-Greentheme2-library-h5 .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:3px 1px 30px 0 #000;box-shadow:3px 1px 30px 0 #000}.xml-paragraph-Greentheme2-library-h5 .body-text .body-text-bg{width:100%;height:100%;background-color:var(--background-color);border:2px solid var(--background-color)!important;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-library-h5 .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-library-h5{position:relative}.xml-paragraph-Greentheme3-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-library-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid var(--background-color)!important}.xml-paragraph-Greentheme3-library-h5 .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid var(--background-color);border-top:12px solid var(--background-color);border-left:12px solid var(--background-color);border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-library-h5 .body-text .text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-library-h5{position:relative}.xml-paragraph-Greentheme4-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-library-h5 .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme4-library-h5 .body-text .body-text-bg1{width:178px;height:50px;background-color:var(--background-color);position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-library-h5 .body-text .body-text-bg2{width:178px;height:50px;background-color:var(--background-color);position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-library-h5 .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-paragraph-Greentheme4-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-library-h5{position:relative}.xml-paragraph-Greentheme5-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-library-h5 .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme5-library-h5 .body-text .body-text-bg1{width:90%;height:85%;background-color:var(--background-color);position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-library-h5 .body-text .body-text-bg2{width:90%;height:85%;background-color:var(--background-color);position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-library-h5 .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-h5 .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-h5 .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-h5 .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-h5 .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-library-h5{position:relative}.xml-paragraph-Yellowtheme1-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg{border:2px solid var(--background-color)!important;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .border-bottom>div,.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 3px}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color)!important;border-radius:5px}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-library-h5{position:relative}.xml-paragraph-Yellowtheme2-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block4{width:9px;height:9px;background-color:var(--background-color);border:4px solid var(--background-color)!important;z-index:999}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg{border:4px solid var(--background-color)!important;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block1{position:absolute;top:5px;left:5px}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block2{position:absolute;top:5px;right:5px}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block3{position:absolute;bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .block4{position:absolute;bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-library-h5{position:relative}.xml-paragraph-Yellowtheme3-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg{border:2px solid var(--background-color)!important;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .right-img{width:18px;height:31px;position:absolute;right:11px;top:-2px;z-index:999;border:2px solid var(--background-color)!important;border-radius:0 0 8px 8px}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .right-img::before{content:"";width:2px;height:6px;background:var(--reader-theme-color,#FFF);position:absolute;right:-2px}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .right-img::after{content:"";width:10px;height:10px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:0;top:6px}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .right-img>div{width:20px;height:2px;background:var(--reader-theme-color,#FFF);margin-left:-22px;margin-top:-2px}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-library-h5{position:relative}.xml-paragraph-Yellowtheme4-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg{border:2px solid var(--background-color)!important;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block4{width:16px;height:16px;background-color:var(--background-color);position:absolute;z-index:999}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-library-h5{position:relative}.xml-paragraph-Yellowtheme5-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg{border-radius:20px 0;border:3px solid var(--background-color)!important;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg .left-img{width:10px;height:10px;border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);position:absolute;top:-5px;left:-5px;border-top-left-radius:10px}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg .right-img{width:10px;height:10px;border-bottom:3px solid var(--background-color);border-right:3px solid var(--background-color);position:absolute;bottom:-5px;right:-5px;border-bottom-right-radius:10px}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg .body-text{text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Redtheme1-library-h5 .w-e-text-container,.xml-paragraph-Redtheme2-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-h5{position:relative}.xml-paragraph-Redtheme1-library-h5 .body-text-bg{background:var(--reader-theme-color,#FFF);border-radius:40px 0 50px;border:4px solid var(--background-color)!important;padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid var(--background-color);border-left:6px solid var(--background-color);border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-library-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid var(--background-color);border-right:6px solid var(--background-color);border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-library-h5{position:relative}.xml-paragraph-Redtheme2-library-h5 .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme2-library-h5 .body-text-bg .left-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;top:-8px;left:1px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-h5 .body-text-bg .right-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;bottom:-8px;right:2px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-library-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid var(--background-color);border-left:4px solid var(--background-color);position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-library-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid var(--background-color);border-right:4px solid var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-library-h5{position:relative}.xml-paragraph-Redtheme3-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-library-h5 .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme3-library-h5 .body-text-bg .top-line{width:100%;border-top:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-h5 .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-library-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted var(--background-color);border-left:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted var(--background-color);border-right:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme4-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-library-h5 .body-title{min-width:200px;max-width:90%;height:45px;background-color:var(--background-color);display:inline-block;margin-left:25px;position:relative;z-index:9;border:none!important}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-box{width:100%;height:100%;position:relative}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-box::after{content:"";position:absolute;bottom:-1px;left:-1px;width:101%;height:46px;background:linear-gradient(172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%),linear-gradient(-172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%)}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-con{width:100%;height:100%;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:99}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-con .text-container{margin-top:-4px}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-con .triangle1{width:0;height:0;border-bottom:10px solid #5a5a5a;border-top:10px solid transparent;border-left:10px solid transparent;border-right:10px solid #5a5a5a;-webkit-transform:rotate(90deg);transform:rotate(90deg);right:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-h5 .body-title .body-title-con .triangle2{width:0;height:0;border-top:10px solid #5a5a5a;border-bottom:10px solid transparent;border-right:10px solid transparent;border-left:10px solid #5a5a5a;-webkit-transform:rotate(180deg);transform:rotate(180deg);left:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-h5 .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color)!important;padding:18px 5px 5px;position:relative;margin-top:-25px}.xml-paragraph-Redtheme4-library-h5 .body-text-bg .text-body-container{padding:10px;text-align:left;z-index:99}.xml-paragraph-Redtheme4-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-h5{position:relative}.xml-paragraph-Redtheme5-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-library-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-library-h5 .body-text-bg{background:var(--reader-theme-color,#FFF);border:3px solid var(--background-color);padding:5px}.xml-paragraph-Redtheme5-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid var(--reader-theme-color,#FFF);background-color:var(--background-color);position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme6-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-library-h5 .body-title{min-width:150px;max-width:90%;display:inline-block;position:relative;z-index:9;margin-left:25px}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-con::before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-19px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-con::after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-18px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme6-library-h5 .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme6-library-h5 .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color)!important;padding-top:20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme6-library-h5 .body-text-bg::before{content:"";width:54px;height:63px;position:absolute;left:-10px;bottom:-10px;border-left:10px solid var(--background-color);border-bottom:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-h5 .body-text-bg::after{content:"";width:54px;height:63px;position:absolute;right:-10px;top:-10px;border-right:10px solid var(--background-color);border-top:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme7-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme7-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme7-library-h5 .body-title{min-width:150px;max-width:90%;display:inline-block;margin-left:25px;position:relative;z-index:9}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con::after,.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con::before{content:"";height:0;border-bottom:20px solid #5a5a5a;top:-5px;z-index:0;width:0;border-top:5px solid transparent}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con::before{border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-19px}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con::after{border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-18px}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme7-library-h5 .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme7-library-h5 .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color)!important;padding-top:20px;border-radius:0 20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme7-library-h5 .body-text-bg .body-text::after,.xml-paragraph-Redtheme7-library-h5 .body-text-bg::after,.xml-paragraph-Redtheme7-library-h5 .body-text-bg::before{height:2px;position:absolute;right:0;background-color:var(--background-color);content:"";border-radius:2px}.xml-paragraph-Redtheme7-library-h5 .body-text-bg::before{width:20px;bottom:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-h5 .body-text-bg::after{width:30px;bottom:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-h5 .body-text-bg .body-text::after{width:10px;bottom:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme7-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme1-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme1-library-h5 .top-style{width:100%;height:30px;background-color:var(--background-color);position:relative}.xml-paragraph-Foldtheme1-library-h5 .top-style::after{content:"";width:97%;border-bottom:12px dotted #fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-paragraph-Foldtheme1-library-h5 .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme1-library-h5 .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme1-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-h5 .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme1-library-h5 .body-text-bg .body-text .Foldmask{width:100%;height:50px;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));background-image:linear-gradient(180deg,transparent 0,#fff 100%);position:absolute;bottom:0;left:0}.xml-paragraph-Foldtheme1-library-h5 .seemore{font-size:14px;font-family:PingFang SC;font-weight:400;color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Foldtheme1-library-h5 .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme1-library-h5 .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Foldtheme2-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme2-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme2-library-h5 .top-title-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.xml-paragraph-Foldtheme2-library-h5 .top-title-style .title-body-box{width:90%}.xml-paragraph-Foldtheme2-library-h5 .top-title-style::after,.xml-paragraph-Foldtheme2-library-h5 .top-title-style::before{width:10px;height:10px;background-color:#FFF;border-radius:50%;position:absolute;top:50%;content:""}.xml-paragraph-Foldtheme2-library-h5 .top-title-style::before{left:-5px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Foldtheme2-library-h5 .top-title-style::after{right:-5px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Foldtheme2-library-h5 .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme2-library-h5 .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme2-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme2-library-h5 .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme2-library-h5 .seemore{min-width:50px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Foldtheme2-library-h5 .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme2-library-h5 .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Tabstheme1-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme1-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme1-library-h5 .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px}.xml-paragraph-Tabstheme1-library-h5 .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme1-library-h5 .top-style .active p{color:#FFF!important}.xml-paragraph-Tabstheme1-library-h5 .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme1-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme1-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme1-library-h5 .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme1-library-h5 .seemore{min-width:50px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Tabstheme2-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme2-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme2-library-h5 .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme2-library-h5 .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-h5 .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-h5 .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-h5 .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme2-library-h5 .top-style{margin-top:7px;width:20%}.xml-paragraph-Tabstheme2-library-h5 .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme2-library-h5 .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme2-library-h5 .top-style .active p{color:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-h5 .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-h5 .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme2-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme2-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme2-library-h5 .body-text-bg .body-text{position:relative;width:80%}.xml-paragraph-Tabstheme3-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme3-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme3-library-h5 .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme3-library-h5 .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-h5 .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-h5 .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-h5 .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme3-library-h5 .top-style{margin-top:7px;margin-right:5px;min-width:10%;max-width:20%}.xml-paragraph-Tabstheme3-library-h5 .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme3-library-h5 .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme3-library-h5 .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme3-library-h5 .top-style .active p,.xml-paragraph-Tabstheme3-library-h5 .top-style .active span{color:var(--background-color)!important}.xml-paragraph-Tabstheme4-library-h5 .top-style .active p,.xml-paragraph-Tabstheme5-library-h5 .top-style .active p,.xml-paragraph-Tabstheme5-library-h5 .top-style>div .text-container p{color:#FFF!important}.xml-paragraph-Tabstheme3-library-h5 .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme3-library-h5 .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme3-library-h5 .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme3-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme3-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme3-library-h5 .body-text-bg .body-text{position:relative;max-width:80%;min-width:80%}.xml-paragraph-Tabstheme4-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme4-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme4-library-h5 .top-style{width:3%}.xml-paragraph-Tabstheme4-library-h5 .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px;position:relative}.xml-paragraph-Tabstheme4-library-h5 .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme4-library-h5 .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme4-library-h5 .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme4-library-h5 .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme4-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme4-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme4-library-h5 .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme4-library-h5 .seemore{min-width:50px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-SanQintheme1-library-h5{text-align:center}.xml-paragraph-SanQintheme1-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-library-h5 .body-text{padding:20px 10px 15px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-top-image{width:20px;height:20px;position:absolute;top:0;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-bottom-image{width:20px;height:20px;position:absolute;bottom:0;left:0}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-top-image{width:20px;height:20px;position:absolute;top:0;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-bottom-image{width:20px;height:20px;position:absolute;bottom:0;right:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-h5 .body-text .top-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-h5 .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-h5 .body-text .left-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-h5 .body-text .right-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-h5 .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-twelve-library-h5{position:relative}.xml-paragraph-twelve-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-library-h5 .body-text{padding:20px;text-align:left;position:relative;border:3px solid var(--background-color)!important}.xml-paragraph-twelve-library-h5 .body-text .left-top-img{width:28px;height:28px;position:absolute;top:-4px;left:-3px;background:var(--reader-theme-color,#FFF);border-right:3px solid var(--background-color);border-bottom:3px solid var(--background-color);border-radius:0 0 25px}.xml-paragraph-twelve-library-h5 .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-3px;left:-3px}.xml-paragraph-twelve-library-h5 .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:3px;right:3px}.xml-paragraph-twelve-library-h5 .body-text .right-bottom-img{width:28px;height:28px;position:absolute;bottom:-4px;right:-3px;background:var(--reader-theme-color,#FFF);border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);border-radius:25px 0 0}.xml-paragraph-twelve-library-h5 .body-text .text-body-container{position:relative}.xml-paragraph-twelve-library-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme4-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme4-library-h5 .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Foldtheme4-library-h5 .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme4-library-h5 .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Foldtheme2-library-pad .seemore,.xml-paragraph-Foldtheme4-library-h5 .seemore,.xml-paragraph-Foldtheme5-library-h5 .seemore,.xml-paragraph-Tabstheme1-library-pad .seemore,.xml-paragraph-Tabstheme4-library-pad .seemore{min-width:50px;font-family:PingFang SC;font-weight:400;cursor:pointer}.xml-paragraph-Foldtheme4-library-h5 .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Foldtheme4-library-h5 .body-text-bg{position:relative}.xml-paragraph-Foldtheme4-library-h5 .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme4-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-h5 .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Foldtheme4-library-h5 .seemore{font-size:14px;color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme5-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme5-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme5-library-h5 .top-title-style{width:60%;display:inline-block;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-paragraph-Foldtheme5-library-h5 .top-title-style::after{content:"";width:12px;height:calc(100% + 10px);background-color:var(--background-color);position:absolute;right:-5px;top:0;z-index:9;-webkit-transform:skew(9deg);transform:skew(9deg)}.xml-paragraph-Foldtheme5-library-h5 .top-title-style .title-body-box{position:relative}.xml-paragraph-Foldtheme5-library-h5 .top-title-style .title-body-box::after{content:"";width:67px;height:13px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(var(--reader-theme-color,#FFF)));background-image:linear-gradient(90deg,var(--background-color) 0,var(--reader-theme-color,#FFF) 100%);position:absolute;right:-90px;bottom:0}.xml-paragraph-Foldtheme5-library-h5 .body-text-bg{position:relative}.xml-paragraph-Foldtheme5-library-h5 .body-text-bg .body-text{position:relative;background-color:#f3f3f3;padding:9px}.xml-paragraph-Foldtheme5-library-h5 .body-text-bg .body-text::before{content:"";width:40%;height:10px;background-color:var(--background-color);position:absolute;top:-1px;right:0}.xml-paragraph-Foldtheme5-library-h5 .body-text-bg .body-text .text-body-container{width:100%;padding:10px;z-index:999;text-align:left}.xml-paragraph-Foldtheme5-library-h5 .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme5-library-h5 .seemore{font-size:14px;color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Tabstheme5-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme5-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-h5 .top-style{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;padding-top:5px;overflow:auto;position:relative;z-index:9}.xml-paragraph-Tabstheme5-library-h5 .top-style>div{height:24px;position:relative;border-radius:0 0 4px 4px;margin:0 7px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.xml-paragraph-Tabstheme5-library-h5 .top-style>div .text-container{height:24px;background-color:#989898;border-radius:0 0 4px 4px;text-align:center;cursor:pointer;position:relative;z-index:99;padding:0 8px;overflow:inherit}.xml-paragraph-Tabstheme5-library-h5 .top-style>div .text-container::before{content:"";width:5px;height:5px;background-color:#989898;position:absolute;left:-2px;top:0;border-radius:0 0 0 4px}.xml-paragraph-Tabstheme5-library-h5 .top-style>div .text-container::after{content:"";width:5px;height:5px;background-color:#989898;position:absolute;right:-2px;top:0;border-radius:0 0 4px}.xml-paragraph-Tabstheme5-library-h5 .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer;z-index:99}.xml-paragraph-Tabstheme5-library-h5 .top-style>div .deltabs img{max-width:30px;height:30px}.xml-paragraph-Tabstheme5-library-h5 .top-style>div::before{content:"";width:calc(100% + 12px);height:8px;background-color:#575757;border-radius:4px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:1}.xml-paragraph-Tabstheme5-library-h5 .top-style .active{position:relative;background:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-h5 .top-style .active::after,.xml-paragraph-Tabstheme5-library-h5 .top-style .active::before{background-color:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-h5 .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer;z-index:9}.xml-paragraph-Tabstheme5-library-h5 .top-style .addtabs img{max-width:30px;width:30px;height:30px}.xml-paragraph-Tabstheme5-library-h5 .top-style::-webkit-scrollbar{border-radius:10px}.xml-paragraph-Tabstheme5-library-h5 .top-style::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:0;background:#f1f1f1}.xml-paragraph-Tabstheme5-library-h5 .top-style::-webkit-scrollbar-thumb{background:#a3a3a3!important}.xml-paragraph-Tabstheme5-library-h5 .body-text-bg{background:#f3f3f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:13px;margin-top:-18px}.xml-paragraph-Fortyfive-library-h5 .w-e-text-container,.xml-paragraph-Tabstheme6-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme5-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme6-library-h5 .suptitle{display:inline-block;background-color:var(--background-color);padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9;border:2px solid transparent;max-width:calc(100% - 25px)}.xml-paragraph-Tabstheme6-library-h5 .suptitle::after{content:"";width:25px;height:calc(100% + 4px);position:absolute;top:-2px;right:-25px;background:linear-gradient(-45deg,transparent 29px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 29px,var(--background-color) 0) top right}.xml-paragraph-Tabstheme6-library-h5 .xml-group--editor .top-style{min-width:22%;max-width:22%}.xml-paragraph-Tabstheme6-library-h5 .xml-group--editor .body-text{max-width:75%!important;min-width:75%}.xml-paragraph-Tabstheme6-library-h5 .top-style{margin-top:7px;min-width:10vw;max-width:33vw}.xml-paragraph-Tabstheme6-library-h5 .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding:0 10px;border:1px solid #989898}.xml-paragraph-Tabstheme6-library-h5 .top-style>div .text-container{border:2px solid transparent}.xml-paragraph-Tabstheme6-library-h5 .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme6-library-h5 .top-style .active{border:1px solid var(--background-color)!important}.xml-paragraph-Tabstheme6-library-h5 .top-style .active p,.xml-paragraph-Tabstheme6-library-h5 .top-style .active span{color:var(--background-color)!important}.xml-paragraph-Tabstheme6-library-h5 .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme6-library-h5 .body-text-bg{background:#f3f3f3;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding-top:20PX;margin-top:-18px}.xml-paragraph-Tabstheme6-library-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left;border:2px solid transparent}.xml-paragraph-Tabstheme6-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-h5 .body-text-bg .body-text{position:relative;max-width:59vw}.xml-paragraph-Fortytwo-library-h5 .body-text{position:relative;padding:10px}.xml-paragraph-Fortytwo-library-h5 .body-text .top-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-h5 .body-text .right-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-h5 .body-text .bottom-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-h5 .body-text .left-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-h5 .body-text::before{content:"";width:8px;height:45px;background:var(--reader-theme-color,#FFF);border-left:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-20px;left:-1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.xml-paragraph-Fortytwo-library-h5 .body-text .right-bottom-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;right:-32px;bottom:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortytwo-library-h5 .body-text .right-bottom-triangle::after{content:"";width:50px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-25px;left:-25px}.xml-paragraph-Fortythree-library-h5 .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important}.xml-paragraph-Fortythree-library-h5 .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;top:-38px;right:-32px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.xml-paragraph-Fortythree-library-h5 .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-17px}.xml-paragraph-Fortythree-library-h5 .body-text .top-round{width:11px;height:11px;background-color:var(--background-color);border-radius:50%;position:absolute;top:-15px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-Fortythree-library-h5 .body-text .top-round::after{content:"";width:2px;height:20px;background:var(--background-color);position:absolute;bottom:-11px;right:1px;-webkit-transform:rotate(-26deg);transform:rotate(-26deg)}.xml-paragraph-Fortythree-library-h5 .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-bottom:solid 2px var(--background-color);position:absolute;top:10px;right:10px}.xml-paragraph-Fortyfour-library-h5 .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important;overflow:hidden}.xml-paragraph-Fortyfour-library-h5 .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;bottom:-38px;right:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortyfour-library-h5 .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-8px}.xml-paragraph-Fortyfour-library-h5 .body-text .top-round{position:absolute;top:-18px;left:30px}.xml-paragraph-Fortyfour-library-h5 .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-top:solid 2px var(--background-color);position:absolute;bottom:10px;right:10px}.xml-paragraph-Fortyfive-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyfive-library-h5 .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Fortyfive-library-h5 .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Fortyfive-library-h5 .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Fortyfive-library-h5 .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Fortyfive-library-h5 .body-text-bg{position:relative}.xml-paragraph-Fortyfive-library-h5 .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Fortyfive-library-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Fortyfive-library-h5 .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Fortysix-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortysix-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortysix-library-h5 .body-text{position:relative;border-radius:10px 0;margin-top:7px;padding:9px 18px;border:2px solid var(--background-color)!important;min-height:120px}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border{width:5px;height:50%;min-height:100px;background-color:#fff;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border .cir1{width:4px;height:4px;background:var(--background-color);opacity:20%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border .cir2{width:6px;height:6px;background:var(--background-color);opacity:40%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border .cir3{width:8px;height:8px;background:var(--background-color);opacity:60%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border .cir4{width:10px;height:10px;background:var(--background-color);opacity:80%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-h5 .body-text .custom-border .cir5{width:12px;height:12px;background:var(--background-color);border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-h5 .body-text .right-border{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:0;right:-3px}.xml-paragraph-Fortysix-library-h5 .body-text .left-border{bottom:0;left:-3px}.xml-paragraph-Fortyseven-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyseven-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyseven-library-h5 .body-text{position:relative;border-radius:10px;background-color:var(--background-color);border:0!important;-webkit-transform:rotate(-.5deg) skewX(2deg);transform:rotate(-.5deg) skewX(2deg)}.xml-paragraph-Fortyseven-library-h5 .body-text>div{background-color:#fff;padding:9px 18px;border-radius:10px;-webkit-transform:rotate(.5deg) skewX(-2deg);transform:rotate(.5deg) skewX(-2deg);-webkit-box-shadow:0 0 2px 0 #c3c3c3;box-shadow:0 0 2px 0 #c3c3c3}.xml-paragraph-Fortyeight-library-h5{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyeight-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyeight-library-h5 .body-text{position:relative;background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,transparent),to(var(--background-color)));background:linear-gradient(180deg,transparent 44%,var(--background-color) 100%);padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-paragraph-first-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-library-pad .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:var(--reader-theme-color,#FFF);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-pad .rotate-container-inner{width:40px;height:40px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-pad .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-library-pad .text-body-container{background:var(--background-color);border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-library-pad .text-body-container .editorClass{word-break:break-all}.xml-paragraph-first-library-pad .text-body-container .editor p{line-height:normal}.xml-paragraph-second-library-pad{text-align:left}.xml-paragraph-second-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-library-pad .paragraph-second-title{display:inline-block;position:relative;max-width:98%;-webkit-box-shadow:2px 1px 4px 0 #000;box-shadow:2px 1px 4px 0 #000}.xml-paragraph-second-library-pad .paragraph-second-title::before{content:"";width:100%;height:5px;background-color:var(--background-color);-webkit-transform:skew(35deg);transform:skew(35deg);position:absolute;bottom:0;left:0}.xml-paragraph-second-library-pad .paragraph-second-title::after{content:"";width:5px;height:100%;border:1px solid var(--background-color);-webkit-transform:skewY(25deg);transform:skewY(25deg);position:absolute;right:-3px;bottom:2px;background:#fff}.xml-paragraph-second-library-pad .paragraph-second-title .title-top-border{width:100%;border-top:1px solid var(--background-color);position:absolute;top:-4px;left:-1px}.xml-paragraph-second-library-pad .paragraph-second-title .title-left-border{height:100%;width:1px;border-left:1px solid var(--background-color);position:absolute;bottom:4px;left:-1px}.xml-paragraph-second-library-pad .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#FFF;min-height:36px;padding:0 15px;margin-top:-4px}.xml-paragraph-second-library-pad .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-library-pad .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-library-pad .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-library-pad .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-library-pad .body-text{padding:5px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:var(--background-color)}.xml-paragraph-second-library-pad .body-text .text-body-container{background:#FFF;padding:20px 13px 1px;border-radius:5px}.xml-paragraph-second-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-pad{position:relative}.xml-paragraph-third-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-library-pad .diagonal-line::after,.xml-paragraph-third-library-pad .diagonal-line::before{width:1px;height:80px;position:absolute;background-color:var(--background-color);content:""}.xml-paragraph-third-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-third-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-pad .diagonal-line::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-library-pad .diagonal-line::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-quadrangle-library-pad{position:relative}.xml-paragraph-quadrangle-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color);position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-library-pad .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-library-pad{margin-top:10px;position:relative}.xml-paragraph-isosceles-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-library-pad .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-isosceles-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-library-pad .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(var(--background-color)),to(#ebf2ff));background-image:linear-gradient(to bottom right,var(--background-color),#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-library-pad .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-library-pad .shape .triangle,.xml-paragraph-isosceles-library-pad .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid var(--background-color)}.xml-paragraph-eighth-library-pad{position:relative}.xml-paragraph-eighth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-library-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-library-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-library-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-eighth-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-library-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-library-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-pad{position:relative}.xml-paragraph-ninth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-library-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-library-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-library-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-ninth-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-library-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;height:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-library-pad{position:relative}.xml-paragraph-tenth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-tenth-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .title-right-img,.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-tenth-library-pad .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-tenth-library-pad .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-tenth-library-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-library-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-tenth-library-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-tenth-library-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-library-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-library-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-library-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-sixteen-library-pad{position:relative}.xml-paragraph-sixteen-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-library-pad .paragraph-row-box{padding:20px;background:var(--background-color)}.xml-paragraph-sixteen-library-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-library-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteen-library-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-sixteen-library-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-library-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-library-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-library-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-seventh-library-pad{position:relative}.xml-paragraph-seventh-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-library-pad .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-seventh-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .title-right-img,.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-seventh-library-pad .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-seventh-library-pad .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-seventh-library-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-library-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-seventh-library-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-seventh-library-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-library-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-library-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-library-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-eleven-library-pad{position:relative}.xml-paragraph-eleven-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-library-pad .body-text{padding:25px;text-align:left;position:relative}.xml-paragraph-eleven-library-pad .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-library-pad .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:var(--background-color);margin-bottom:2px}.xml-paragraph-eleven-library-pad .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-pad .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-library-pad .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:var(--background-color);margin-top:2px}.xml-paragraph-eleven-library-pad .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-pad .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-pad .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:var(--background-color);margin-right:2px}.xml-paragraph-eleven-library-pad .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-pad .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-pad .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:var(--background-color);margin-left:2px}.xml-paragraph-eleven-library-pad .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-library-pad .text-container{padding:0 10px}.xml-paragraph-eleven-library-pad .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-library-pad .text-container .editorClass p{padding:0}.xml-paragraph-eleven-library-pad .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-library-pad .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-thirteen-library-pad{position:relative}.xml-paragraph-thirteen-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-library-pad .body-text{padding:10px 20px;text-align:left;position:relative;background:var(--background-color);border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-library-pad .body-text .text-border-top{width:90%;height:4px;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-pad .body-text .text-border-right{width:4px;height:70%;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-pad .body-text .text-border-bottom{width:90%;height:4px;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-pad .body-text .text-border-left{width:4px;height:70%;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-pad .body-text::after,.xml-paragraph-thirteen-library-pad .body-text::before{width:80px;background-color:none;z-index:0;content:"";height:70%;max-height:100px}.xml-paragraph-thirteen-library-pad .body-text .text-body-container{position:relative}.xml-paragraph-thirteen-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-library-pad .body-text::before{position:absolute;top:0;left:0;border-top:2px dashed var(--background-color);border-left:2px dashed var(--background-color);border-radius:32px 0 0}.xml-paragraph-thirteen-library-pad .body-text::after{position:absolute;bottom:0;right:0;border-bottom:2px dashed var(--background-color);border-right:2px dashed var(--background-color);border-radius:0 0 32px}.xml-paragraph-fourteen-library-pad{position:relative}.xml-paragraph-fourteen-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-library-pad .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color)}.xml-paragraph-fourteen-library-pad .body-text .right-image{width:21px;height:36px;position:absolute;background-color:var(--background-color);top:-25px;right:15px;z-index:999;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-fourteen-library-pad .body-text .right-image::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:19px;display:block;background:linear-gradient(-45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%),linear-gradient(45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%);background-size:7px 60px}.xml-paragraph-fourteen-library-pad .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px}.xml-paragraph-fourteen-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-library-pad{position:relative}.xml-paragraph-Greentheme2-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-library-pad .body-text{padding:3px;text-align:left;position:relative;background-color:var(--background-color);border:2px solid var(--background-color);border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-library-pad .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:0 0 30px 0 #000;box-shadow:0 0 30px 0 #000}.xml-paragraph-Greentheme2-library-pad .body-text .border-top{width:80%;height:6px;border-top:4px dotted var(--background-color);position:absolute;top:-10px}.xml-paragraph-Greentheme2-library-pad .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:3px 1px 30px 0 #000;box-shadow:3px 1px 30px 0 #000}.xml-paragraph-Greentheme2-library-pad .body-text .body-text-bg{width:100%;height:100%;background-color:var(--background-color);border:2px solid var(--background-color);position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-library-pad .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-library-pad{position:relative}.xml-paragraph-Greentheme3-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-library-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid var(--background-color)}.xml-paragraph-Greentheme3-library-pad .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid var(--background-color);border-top:12px solid var(--background-color);border-left:12px solid var(--background-color);border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-library-pad .body-text .text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-library-pad{position:relative}.xml-paragraph-Greentheme4-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-library-pad .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme4-library-pad .body-text .body-text-bg1{width:178px;height:50px;background-color:var(--background-color);position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-library-pad .body-text .body-text-bg2{width:178px;height:50px;background-color:var(--background-color);position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-library-pad .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-paragraph-Greentheme4-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-library-pad{position:relative}.xml-paragraph-Greentheme5-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-library-pad .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme5-library-pad .body-text .body-text-bg1{width:90%;height:85%;background-color:var(--background-color);position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-library-pad .body-text .body-text-bg2{width:90%;height:85%;background-color:var(--background-color);position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-library-pad .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pad .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pad .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pad .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pad .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-library-pad{position:relative}.xml-paragraph-Yellowtheme1-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg{border:2px solid var(--background-color);border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 3px}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 3px}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color);border-radius:5px}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-library-pad{position:relative}.xml-paragraph-Yellowtheme2-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg{border:4px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block1,.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block2,.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block3,.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block4{width:9px;height:9px;background-color:var(--background-color);border:4px solid var(--background-color);position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-library-pad{position:relative}.xml-paragraph-Yellowtheme3-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg{border:2px solid var(--background-color);border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .right-img{width:18px;height:31px;position:absolute;right:11px;top:-2px;z-index:999;border:2px solid var(--background-color);border-radius:0 0 8px 8px}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .right-img::before{content:"";width:2px;height:6px;background:var(--reader-theme-color,#FFF);position:absolute;right:-2px}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .right-img::after{content:"";width:10px;height:10px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:0;top:6px}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .right-img>div{width:20px;height:2px;background:var(--reader-theme-color,#FFF);margin-left:-22px;margin-top:-2px}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-library-pad{position:relative}.xml-paragraph-Yellowtheme4-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg{border:2px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block1,.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block2,.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block3,.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block4{width:16px;height:16px;background-color:var(--background-color);position:absolute;z-index:999}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-library-pad{position:relative}.xml-paragraph-Yellowtheme5-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg{border-radius:20px 0;border:3px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg .left-img{width:10px;height:10px;border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);position:absolute;top:-5px;left:-5px;border-top-left-radius:10px}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg .right-img{width:10px;height:10px;border-bottom:3px solid var(--background-color);border-right:3px solid var(--background-color);position:absolute;bottom:-5px;right:-5px;border-bottom-right-radius:10px}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg .body-text{text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Redtheme1-library-pad .w-e-text-container,.xml-paragraph-Redtheme2-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-pad{position:relative}.xml-paragraph-Redtheme1-library-pad .body-text-bg{background:var(--reader-theme-color,#FFF);border-radius:40px 0 50px;border:4px solid var(--background-color);padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-pad .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid var(--background-color);border-left:6px solid var(--background-color);border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-library-pad .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid var(--background-color);border-right:6px solid var(--background-color);border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-library-pad .body-text-bg::after,.xml-paragraph-Redtheme2-library-pc .body-text-bg::after{border-bottom:4px solid var(--background-color);border-right:4px solid var(--background-color);bottom:-8px;content:""}.xml-paragraph-Redtheme2-library-pad{position:relative}.xml-paragraph-Redtheme2-library-pad .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme2-library-pad .body-text-bg .left-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;top:-8px;left:1px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-pad .body-text-bg .right-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;bottom:-8px;right:2px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-library-pad .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid var(--background-color);border-left:4px solid var(--background-color);position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-library-pad .body-text-bg::after{width:72px;height:58px;position:absolute;right:-8px}.xml-paragraph-Redtheme3-library-pad{position:relative}.xml-paragraph-Redtheme3-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-library-pad .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme3-library-pad .body-text-bg .top-line{width:100%;border-top:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-pad .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-library-pad .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted var(--background-color);border-left:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-pad .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted var(--background-color);border-right:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme4-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-library-pad .body-title{min-width:200px;max-width:90%;height:45px;background-color:var(--background-color);display:inline-block;margin-left:25px;position:relative;z-index:9}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-box{width:100%;height:100%;position:relative}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-box::after{content:"";position:absolute;bottom:0;left:-1px;width:101%;height:46px;background:linear-gradient(172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%),linear-gradient(-172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%)}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-con{width:100%;height:100%;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:99}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-con .text-container{margin-top:-4px}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-con .triangle1{width:0;height:0;border-bottom:10px solid #5a5a5a;border-top:10px solid transparent;border-left:10px solid transparent;border-right:10px solid #5a5a5a;-webkit-transform:rotate(90deg);transform:rotate(90deg);right:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-pad .body-title .body-title-con .triangle2{width:0;height:0;border-top:10px solid #5a5a5a;border-bottom:10px solid transparent;border-right:10px solid transparent;border-left:10px solid #5a5a5a;-webkit-transform:rotate(180deg);transform:rotate(180deg);left:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-pad .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding:18px 5px 5px;position:relative;margin-top:-25px}.xml-paragraph-Redtheme4-library-pad .body-text-bg .text-body-container{padding:10px;text-align:left;z-index:99}.xml-paragraph-Redtheme4-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-pad{position:relative}.xml-paragraph-Redtheme5-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-library-pad .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-library-pad .body-text-bg{background:var(--reader-theme-color,#FFF);border:3px solid var(--background-color);padding:5px}.xml-paragraph-Redtheme5-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-pad .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid var(--reader-theme-color,#FFF);background-color:var(--background-color);position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme6-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-library-pad .body-title{min-width:150px;max-width:90%;display:inline-block;position:relative;z-index:9;margin-left:25px}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-con::before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-19px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-con::after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-18px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme6-library-pad .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme6-library-pad .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding-top:20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme6-library-pad .body-text-bg::before{content:"";width:54px;height:63px;position:absolute;left:-10px;bottom:-10px;border-left:10px solid var(--background-color);border-bottom:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-pad .body-text-bg::after{content:"";width:54px;height:63px;position:absolute;right:-10px;top:-10px;border-right:10px solid var(--background-color);border-top:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme7-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme7-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme7-library-pad .body-title{min-width:150px;max-width:90%;display:inline-block;margin-left:25px;position:relative;z-index:9}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-con::before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-19px;top:-5px;z-index:0}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-con::after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-18px;top:-5px;z-index:0}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme7-library-pad .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme7-library-pad .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding-top:20px;border-radius:0 20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme7-library-pad .body-text-bg::before{content:"";width:20px;height:2px;background-color:var(--background-color);position:absolute;bottom:10px;right:0;border-radius:2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pad .body-text-bg::after{content:"";width:30px;height:2px;background-color:var(--background-color);position:absolute;bottom:14px;right:0;border-radius:2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pad .body-text-bg .body-text::after{content:"";width:10px;height:2px;background-color:var(--background-color);position:absolute;bottom:5px;right:0;border-radius:2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme7-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme1-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme1-library-pad .top-style{width:100%;height:30px;background-color:var(--background-color);position:relative}.xml-paragraph-Foldtheme1-library-pad .top-style::after{content:"";width:97%;border-bottom:12px dotted #fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-paragraph-Foldtheme1-library-pad .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme1-library-pad .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme1-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-pad .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme1-library-pad .body-text-bg .body-text .Foldmask{width:100%;height:50px;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));background-image:linear-gradient(180deg,transparent 0,#fff 100%);position:absolute;bottom:0;left:0}.xml-paragraph-Foldtheme1-library-pad .seemore{font-size:14px;font-family:PingFang SC;font-weight:400;color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Foldtheme1-library-pad .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme1-library-pad .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Foldtheme2-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme2-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme2-library-pad .top-title-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);position:relative;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.xml-paragraph-Foldtheme2-library-pad .top-title-style .title-body-box{width:90%}.xml-paragraph-Foldtheme2-library-pad .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme2-library-pad .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme2-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme2-library-pad .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme2-library-pad .seemore{font-size:14px;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme2-library-pad .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme2-library-pad .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Tabstheme1-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme1-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme1-library-pad .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px}.xml-paragraph-Tabstheme1-library-pad .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme1-library-pad .top-style .active p{color:#FFF!important}.xml-paragraph-Tabstheme1-library-pad .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme1-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme1-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme1-library-pad .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme1-library-pad .seemore{font-size:14px;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Tabstheme2-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme2-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme2-library-pad .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme2-library-pad .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pad .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pad .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pad .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme2-library-pad .top-style{margin-top:7px;width:20%}.xml-paragraph-Tabstheme2-library-pad .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme2-library-pad .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme2-library-pad .top-style .active p{color:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-pad .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-pad .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme2-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme2-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme2-library-pad .body-text-bg .body-text{position:relative;width:80%}.xml-paragraph-Tabstheme3-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme3-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme3-library-pad .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme3-library-pad .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pad .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pad .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pad .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme3-library-pad .top-style{margin-top:7px;margin-right:5px;width:20%}.xml-paragraph-Tabstheme3-library-pad .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme3-library-pad .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme3-library-pad .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme3-library-pad .top-style .active p,.xml-paragraph-Tabstheme3-library-pad .top-style .active span{color:var(--background-color)!important}.xml-paragraph-Tabstheme4-library-pad .top-style .active p,.xml-paragraph-Tabstheme5-library-pad .top-style .active p,.xml-paragraph-Tabstheme5-library-pad .top-style>div .text-container p{color:#FFF!important}.xml-paragraph-Tabstheme3-library-pad .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme3-library-pad .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme3-library-pad .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme3-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme3-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme3-library-pad .body-text-bg .body-text{position:relative;max-width:80%;min-width:80%}.xml-paragraph-Tabstheme4-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme4-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme4-library-pad .top-style{width:3%}.xml-paragraph-Tabstheme4-library-pad .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px;position:relative}.xml-paragraph-Tabstheme4-library-pad .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme4-library-pad .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme4-library-pad .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme4-library-pad .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme4-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme4-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme4-library-pad .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme4-library-pad .seemore{font-size:14px;color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-SanQintheme1-library-pad{text-align:center}.xml-paragraph-SanQintheme1-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-library-pad .body-text{padding:20px 10px 15px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-library-pad .body-text .left-top-image{width:20px;height:20px;position:absolute;top:0;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pad .body-text .left-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-bottom-image{width:20px;height:20px;position:absolute;bottom:0;left:0}.xml-paragraph-SanQintheme1-library-pad .body-text .left-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pad .body-text .left-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-top-image{width:20px;height:20px;position:absolute;top:0;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pad .body-text .right-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-bottom-image{width:20px;height:20px;position:absolute;bottom:0;right:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pad .body-text .right-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pad .body-text .top-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-pad .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-pad .body-text .left-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-pad .body-text .right-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-pad .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-twelve-library-pad{position:relative}.xml-paragraph-twelve-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-library-pad .body-text{padding:20px;text-align:left;position:relative;border:3px solid var(--background-color)!important}.xml-paragraph-twelve-library-pad .body-text .left-top-img{width:28px;height:28px;position:absolute;top:-3px;left:-3px;background:var(--reader-theme-color,#FFF);border-right:3px solid var(--background-color);border-bottom:3px solid var(--background-color);border-radius:0 0 25px}.xml-paragraph-twelve-library-pad .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-3px;left:-3px}.xml-paragraph-twelve-library-pad .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:3px;right:3px}.xml-paragraph-twelve-library-pad .body-text .right-bottom-img{width:28px;height:28px;position:absolute;bottom:-3px;right:-3px;background:var(--reader-theme-color,#FFF);border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);border-radius:25px 0 0}.xml-paragraph-twelve-library-pad .body-text .text-body-container{position:relative}.xml-paragraph-twelve-library-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme4-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme4-library-pad .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Foldtheme4-library-pad .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme4-library-pad .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Foldtheme2-library-pc .seemore,.xml-paragraph-Foldtheme4-library-pad .seemore,.xml-paragraph-Foldtheme5-library-pad .seemore,.xml-paragraph-Tabstheme1-library-pc .seemore,.xml-paragraph-Tabstheme4-library-pc .seemore{min-width:50px;font-size:14px;font-family:PingFang SC;font-weight:400;cursor:pointer}.xml-paragraph-Foldtheme4-library-pad .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Foldtheme4-library-pad .body-text-bg{position:relative}.xml-paragraph-Foldtheme4-library-pad .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme4-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-pad .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Foldtheme4-library-pad .seemore{color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme5-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme5-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme5-library-pad .top-title-style{width:60%;display:inline-block;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-paragraph-Foldtheme5-library-pad .top-title-style::after{content:"";width:12px;height:calc(100% + 10px);background-color:var(--background-color);position:absolute;right:-5px;top:0;z-index:9;-webkit-transform:skew(9deg);transform:skew(9deg)}.xml-paragraph-Foldtheme5-library-pad .top-title-style .title-body-box{position:relative}.xml-paragraph-Foldtheme5-library-pad .top-title-style .title-body-box::after{content:"";width:67px;height:13px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(var(--reader-theme-color,#FFF)));background-image:linear-gradient(90deg,var(--background-color) 0,var(--reader-theme-color,#FFF) 100%);position:absolute;right:-90px;bottom:0}.xml-paragraph-Foldtheme5-library-pad .body-text-bg{position:relative}.xml-paragraph-Foldtheme5-library-pad .body-text-bg .body-text{position:relative;background-color:#f3f3f3;padding:9px}.xml-paragraph-Foldtheme5-library-pad .body-text-bg .body-text::before{content:"";width:40%;height:10px;background-color:var(--background-color);position:absolute;top:-1px;right:0}.xml-paragraph-Foldtheme5-library-pad .body-text-bg .body-text .text-body-container{width:100%;padding:10px;z-index:999;text-align:left}.xml-paragraph-Foldtheme5-library-pad .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme5-library-pad .seemore{color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Tabstheme5-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme5-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-pad .top-style{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;padding-top:5px;overflow-x:auto;position:relative;z-index:9}.xml-paragraph-Tabstheme5-library-pad .top-style>div{height:24px;position:relative;border-radius:0 0 4px 4px;margin:0 7px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.xml-paragraph-Tabstheme5-library-pad .top-style>div .text-container{height:24px;background-color:#989898;border-radius:0 0 4px 4px;text-align:center;cursor:pointer;position:relative;z-index:99;padding:0 8px;overflow:inherit}.xml-paragraph-Tabstheme5-library-pad .top-style>div .text-container::before{content:"";width:5px;height:5px;background-color:#989898;position:absolute;left:-2px;top:0;border-radius:0 0 0 4px}.xml-paragraph-Tabstheme5-library-pad .top-style>div .text-container::after{content:"";width:5px;height:5px;background-color:#989898;position:absolute;right:-2px;top:0;border-radius:0 0 4px}.xml-paragraph-Tabstheme5-library-pad .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer;z-index:99}.xml-paragraph-Tabstheme5-library-pad .top-style>div::before{content:"";width:calc(100% + 12px);height:8px;background-color:#575757;border-radius:4px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:1}.xml-paragraph-Tabstheme5-library-pad .top-style .active{position:relative;background:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-pc .top-style .active p,.xml-paragraph-Tabstheme3-library-pc .top-style .active p,.xml-paragraph-Tabstheme3-library-pc .top-style .active span,.xml-paragraph-Tabstheme6-library-pad .top-style .active p,.xml-paragraph-Tabstheme6-library-pad .top-style .active span,.xml-paragraph-Tabstheme6-library-pc .top-style .active p,.xml-paragraph-Tabstheme6-library-pc .top-style .active span{color:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-pad .top-style .active::after,.xml-paragraph-Tabstheme5-library-pad .top-style .active::before{background-color:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-pad .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer;z-index:9}.xml-paragraph-Tabstheme5-library-pad .top-style .addtabs img{max-width:30px;width:30px;height:30px}.xml-paragraph-Tabstheme5-library-pad .top-style::-webkit-scrollbar{border-radius:10px}.xml-paragraph-Tabstheme5-library-pad .top-style::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:0;background:#f1f1f1}.xml-paragraph-Tabstheme5-library-pad .top-style::-webkit-scrollbar-thumb{background:#a3a3a3!important}.xml-paragraph-Tabstheme5-library-pad .body-text-bg{background:#f3f3f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:13px;margin-top:-18px}.xml-paragraph-Fortyfive-library-pad .w-e-text-container,.xml-paragraph-Tabstheme6-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme5-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme6-library-pad .suptitle{display:inline-block;background-color:var(--background-color);padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9;border:2px solid transparent;max-width:calc(100% - 25px)}.xml-paragraph-Tabstheme6-library-pad .suptitle::after{content:"";width:20px;height:calc(100% + 4px);position:absolute;top:-2px;right:-19px;background:linear-gradient(-45deg,transparent 26px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 26px,var(--background-color) 0) top right}.xml-paragraph-Tabstheme6-library-pad .top-style{margin-top:7px;min-width:22%;max-width:22%}.xml-paragraph-Tabstheme6-library-pad .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding:0 10px;border:1px solid #989898}.xml-paragraph-Tabstheme6-library-pad .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme6-library-pad .top-style .active{border:1px solid var(--background-color)!important}.xml-paragraph-Tabstheme6-library-pad .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme6-library-pad .body-text-bg{background:#f3f3f3;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding-top:20PX;margin-top:-18px}.xml-paragraph-Tabstheme6-library-pad .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left;border:2px solid transparent}.xml-paragraph-Tabstheme6-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-pad .body-text-bg .body-text{position:relative;max-width:75%!important;min-width:75%}.xml-paragraph-Fortytwo-library-pad .body-text{position:relative;padding:10px}.xml-paragraph-Fortytwo-library-pad .body-text .top-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-pad .body-text .right-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-pad .body-text .bottom-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-pad .body-text .left-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-pad .body-text::before{content:"";width:8px;height:45px;background:var(--reader-theme-color,#FFF);border-left:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-20px;left:-1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.xml-paragraph-Fortytwo-library-pad .body-text .right-bottom-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;right:-32px;bottom:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortytwo-library-pad .body-text .right-bottom-triangle::after{content:"";width:50px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-25px;left:-25px}.xml-paragraph-Fortythree-library-pad .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important}.xml-paragraph-Fortythree-library-pad .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;top:-38px;right:-32px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.xml-paragraph-Fortythree-library-pad .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-17px}.xml-paragraph-Fortythree-library-pad .body-text .top-round{width:11px;height:11px;background-color:var(--background-color);border-radius:50%;position:absolute;top:-15px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-Fortythree-library-pad .body-text .top-round::after{content:"";width:2px;height:20px;background:var(--background-color);position:absolute;bottom:-11px;right:1px;-webkit-transform:rotate(-26deg);transform:rotate(-26deg)}.xml-paragraph-Fortythree-library-pad .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-bottom:solid 2px var(--background-color);position:absolute;top:10px;right:10px}.xml-paragraph-Fortyfour-library-pad .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important}.xml-paragraph-Fortyfour-library-pad .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;bottom:-38px;right:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortyfour-library-pad .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-8px}.xml-paragraph-Fortyfour-library-pad .body-text .top-round{position:absolute;top:-18px;left:30px}.xml-paragraph-Fortyfour-library-pad .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-top:solid 2px var(--background-color);position:absolute;bottom:10px;right:10px}.xml-paragraph-Fortyfive-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyfive-library-pad .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Fortyfive-library-pad .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Fortyfive-library-pad .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Fortyfive-library-pad .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Fortyfive-library-pad .body-text-bg{position:relative}.xml-paragraph-Fortyfive-library-pad .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Fortyfive-library-pad .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Fortyfive-library-pad .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Fortysix-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortysix-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortysix-library-pad .body-text{position:relative;border-radius:10px 0;margin-top:7px;padding:9px 18px;border:2px solid var(--background-color)!important;min-height:120px}.xml-paragraph-Fortysix-library-pad .body-text .custom-border{width:5px;height:50%;min-height:100px;background-color:#fff;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Fortysix-library-pad .body-text .custom-border .cir1{width:4px;height:4px;background:var(--background-color);opacity:20%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pad .body-text .custom-border .cir2{width:6px;height:6px;background:var(--background-color);opacity:40%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pad .body-text .custom-border .cir3{width:8px;height:8px;background:var(--background-color);opacity:60%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pad .body-text .custom-border .cir4{width:10px;height:10px;background:var(--background-color);opacity:80%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pad .body-text .custom-border .cir5{width:12px;height:12px;background:var(--background-color);border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pad .body-text .right-border{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:0;right:-3px}.xml-paragraph-Fortysix-library-pad .body-text .left-border{bottom:0;left:-3px}.xml-paragraph-Fortyseven-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyseven-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyseven-library-pad .body-text{position:relative;border-radius:10px;background-color:var(--background-color);border:0!important;-webkit-transform:rotate(-.5deg) skewX(2deg);transform:rotate(-.5deg) skewX(2deg)}.xml-paragraph-Fortyseven-library-pad .body-text>div{background-color:#fff;padding:9px 18px;border-radius:10px;-webkit-transform:rotate(.5deg) skewX(-2deg);transform:rotate(.5deg) skewX(-2deg);-webkit-box-shadow:0 0 2px 0 #c3c3c3;box-shadow:0 0 2px 0 #c3c3c3}.xml-paragraph-Fortyeight-library-pad{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyeight-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyeight-library-pad .body-text{position:relative;background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,transparent),to(var(--background-color)));background:linear-gradient(180deg,transparent 44%,var(--background-color) 100%);padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-paragraph-first-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-library-pc .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:var(--reader-theme-color,#FFF);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-pc .rotate-container-inner{width:40px;height:40px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-library-pc .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-library-pc .text-body-container{background:var(--background-color);border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-library-pc .text-body-container .editorClass{word-break:break-all}.xml-paragraph-first-library-pc .text-body-container .editor p{line-height:normal}.xml-paragraph-second-library-pc{text-align:left}.xml-paragraph-second-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-library-pc .paragraph-second-title{display:inline-block;position:relative;max-width:98%;-webkit-box-shadow:2px 1px 4px 0 #000;box-shadow:2px 1px 4px 0 #000}.xml-paragraph-second-library-pc .paragraph-second-title::before{content:"";width:100%;height:5px;background-color:var(--background-color);-webkit-transform:skew(35deg);transform:skew(35deg);position:absolute;bottom:0;left:0}.xml-paragraph-second-library-pc .paragraph-second-title::after{content:"";width:5px;height:100%;border:1px solid var(--background-color);-webkit-transform:skewY(25deg);transform:skewY(25deg);position:absolute;right:-3px;bottom:2px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-second-library-pc .paragraph-second-title .title-top-border{width:100%;border-top:1px solid var(--background-color);position:absolute;top:-4px;left:-1px}.xml-paragraph-second-library-pc .paragraph-second-title .title-left-border{height:100%;width:1px;border-left:1px solid var(--background-color);position:absolute;bottom:4px;left:-1px}.xml-paragraph-second-library-pc .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--reader-theme-color,#FFF);min-height:36px;padding:0 15px;margin-top:-4px}.xml-paragraph-second-library-pc .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-library-pc .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-library-pc .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-library-pc .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-library-pc .body-text{padding:5px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:var(--background-color)}.xml-paragraph-second-library-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:20px 13px 1px;border-radius:5px}.xml-paragraph-second-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-pc{position:relative}.xml-paragraph-third-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-third-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-library-pc .diagonal-line::before{content:"";width:1px;height:80px;position:absolute;left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px;background-color:var(--background-color)}.xml-paragraph-third-library-pc .diagonal-line::after{content:"";width:1px;height:80px;position:absolute;right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px;background-color:var(--background-color)}.xml-paragraph-quadrangle-library-pc{position:relative}.xml-paragraph-quadrangle-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color);position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-library-pc .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-library-pc{margin-top:10px;position:relative}.xml-paragraph-isosceles-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-library-pc .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-isosceles-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-library-pc .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(var(--background-color)),to(#ebf2ff));background-image:linear-gradient(to bottom right,var(--background-color),#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-library-pc .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-library-pc .shape .triangle,.xml-paragraph-isosceles-library-pc .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid var(--background-color)}.xml-paragraph-eighth-library-pc{position:relative}.xml-paragraph-eighth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-library-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-library-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-library-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-eighth-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-library-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-library-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-pc{position:relative}.xml-paragraph-ninth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-library-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-library-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-library-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-ninth-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-library-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:50%;border:1px solid var(--background-color)}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;height:100%;background-color:var(--background-color);padding:5px 10px}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-library-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-library-pc{position:relative}.xml-paragraph-tenth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-tenth-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .title-right-img,.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-tenth-library-pc .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-tenth-library-pc .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-tenth-library-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-library-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-tenth-library-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-tenth-library-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-library-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-library-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-library-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-sixteen-library-pc{position:relative}.xml-paragraph-sixteen-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-library-pc .paragraph-row-box{padding:20px;background:var(--background-color)}.xml-paragraph-sixteen-library-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-library-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteen-library-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-sixteen-library-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-library-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-library-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-library-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-seventh-library-pc{position:relative}.xml-paragraph-seventh-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-library-pc .body-text{padding:29px 15px;text-align:left;background:var(--background-color)}.xml-paragraph-seventh-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .text-container-left{width:50px;min-height:50px;background-color:var(--background-color);text-align:center;line-height:50px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .title-right-img,.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .title-right-img::before{background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;position:absolute;right:0}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px)}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .title-right-img::before{width:100%;height:100%;content:"";background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);top:-13px}.xml-paragraph-seventh-library-pc .paragraph-suptitle-box .title-right-img::after{content:"";width:100%;height:100%;background:radial-gradient(circle at 10px -7px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x,radial-gradient(circle at 10px 27px,transparent 8px,var(--background-color) 8px,var(--background-color) 9px,transparent 9px) repeat-x;background-size:20px 20px;background-position:-10px calc(100% + 16px),0 calc(100% - 4px);position:absolute;top:13px;right:0}.xml-paragraph-seventh-library-pc .paragraph-row-box{padding:20px;margin-top:20px;background:var(--background-color)}.xml-paragraph-seventh-library-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-library-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-seventh-library-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(transparent));background-image:linear-gradient(to right,var(--background-color),transparent);padding-left:10px}.xml-paragraph-seventh-library-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-library-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-library-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-library-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-eleven-library-pc{position:relative}.xml-paragraph-eleven-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-library-pc .body-text{padding:25px;text-align:left;position:relative}.xml-paragraph-eleven-library-pc .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-library-pc .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:var(--background-color);margin-bottom:2px}.xml-paragraph-eleven-library-pc .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-pc .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-library-pc .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:var(--background-color);margin-top:2px}.xml-paragraph-eleven-library-pc .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:var(--background-color)}.xml-paragraph-eleven-library-pc .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-pc .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:var(--background-color);margin-right:2px}.xml-paragraph-eleven-library-pc .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-pc .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-library-pc .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:var(--background-color);margin-left:2px}.xml-paragraph-eleven-library-pc .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:var(--background-color)}.xml-paragraph-eleven-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-library-pc .text-container{padding:0 10px}.xml-paragraph-eleven-library-pc .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-library-pc .text-container .editorClass p{padding:0}.xml-paragraph-eleven-library-pc .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-library-pc .text-body-box .text-body-container{width:100%;background-color:var(--background-color);padding:10px 0}.xml-paragraph-thirteen-library-pc{position:relative}.xml-paragraph-thirteen-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-library-pc .body-text{padding:10px 20px;text-align:left;position:relative;background:var(--background-color);border-radius:32px 0;width:96%;margin:0 auto 25px}.xml-paragraph-thirteen-library-pc .body-text .text-border-top{width:90%;height:4px;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-pc .body-text .text-border-right{width:4px;height:70%;background-color:var(--background-color);position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-library-pc .body-text .text-border-bottom{width:90%;height:4px;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-pc .body-text .text-border-left{width:4px;height:70%;background-color:var(--background-color);position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-library-pc .body-text .text-body-container{position:relative}.xml-paragraph-thirteen-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-library-pc .body-text::before{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;top:0;left:0;content:"";z-index:0;border-top:2px dashed var(--background-color);border-left:2px dashed var(--background-color);border-radius:32px 0 0}.xml-paragraph-thirteen-library-pc .body-text::after{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;bottom:0;right:0;content:"";z-index:0;border-bottom:2px dashed var(--background-color);border-right:2px dashed var(--background-color);border-radius:0 0 32px}.xml-paragraph-fourteen-library-pc{position:relative}.xml-paragraph-fourteen-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-library-pc .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color)}.xml-paragraph-fourteen-library-pc .body-text .right-image{width:21px;height:36px;position:absolute;background-color:var(--background-color);top:-25px;right:15px;z-index:999;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-fourteen-library-pc .body-text .right-image::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:19px;display:block;background:linear-gradient(-45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%),linear-gradient(45deg,transparent 33.33%,#fff 33.33%,#fff 66.666%,transparent 66.666%);background-size:7px 60px}.xml-paragraph-fourteen-library-pc .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px}.xml-paragraph-fourteen-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-library-pc{position:relative}.xml-paragraph-Greentheme2-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-library-pc .body-text{padding:3px;text-align:left;position:relative;background-color:var(--background-color);border:2px solid var(--background-color);border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-library-pc .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:0 0 30px 0 #000;box-shadow:0 0 30px 0 #000}.xml-paragraph-Greentheme2-library-pc .body-text .border-top{width:80%;height:6px;border-top:4px dotted var(--background-color);position:absolute;top:-10px}.xml-paragraph-Greentheme2-library-pc .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px var(--background-color);background-color:var(--background-color);-webkit-box-shadow:3px 1px 30px 0 #000;box-shadow:3px 1px 30px 0 #000}.xml-paragraph-Greentheme2-library-pc .body-text .body-text-bg{width:100%;height:100%;background-color:var(--background-color);border:2px solid var(--background-color);position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-library-pc .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-library-pc{position:relative}.xml-paragraph-Greentheme3-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-library-pc .body-text{padding:3px;text-align:left;position:relative;background-color:var(--reader-theme-color,#FFF);border:2px solid var(--background-color)}.xml-paragraph-Greentheme3-library-pc .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid var(--background-color);border-top:12px solid var(--background-color);border-left:12px solid var(--background-color);border-bottom:12px solid var(--reader-theme-color,#FFF);border-right:12px solid var(--reader-theme-color,#FFF);position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-library-pc .body-text .text-body-container{position:relative;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-library-pc{position:relative}.xml-paragraph-Greentheme4-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-library-pc .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme4-library-pc .body-text .body-text-bg1{width:178px;height:50px;background-color:var(--background-color);position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-library-pc .body-text .body-text-bg2{width:178px;height:50px;background-color:var(--background-color);position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-library-pc .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-paragraph-Greentheme4-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-library-pc{position:relative}.xml-paragraph-Greentheme5-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-library-pc .body-text{padding:3px;text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Greentheme5-library-pc .body-text .body-text-bg1{width:90%;height:85%;background-color:var(--background-color);position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-library-pc .body-text .body-text-bg2{width:90%;height:85%;background-color:var(--background-color);position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-library-pc .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pc .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pc .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pc .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:var(--background-color);z-index:999}.xml-paragraph-Greentheme5-library-pc .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-library-pc{position:relative}.xml-paragraph-Yellowtheme1-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg{border:2px solid var(--background-color);border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 3px}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 3px}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border:4px solid var(--background-color);border-radius:5px}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-library-pc{position:relative}.xml-paragraph-Yellowtheme2-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg{border:4px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block1,.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block2,.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block3,.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block4{width:9px;height:9px;background-color:var(--background-color);border:4px solid var(--background-color);position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-library-pc{position:relative}.xml-paragraph-Yellowtheme3-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg{border:2px solid var(--background-color);border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .right-img{width:18px;height:31px;position:absolute;right:11px;top:-2px;z-index:999;border:2px solid var(--background-color);border-radius:0 0 8px 8px}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .right-img::before{content:"";width:2px;height:6px;background:var(--reader-theme-color,#FFF);position:absolute;right:-2px}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .right-img::after{content:"";width:10px;height:10px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:0;top:6px}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .right-img>div{width:20px;height:2px;background:var(--reader-theme-color,#FFF);margin-left:-22px;margin-top:-2px}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;border-radius:5px}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .body-text .text-body-container{position:relative;background:var(--reader-theme-color,#FFF);padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-library-pc{position:relative}.xml-paragraph-Yellowtheme4-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg{border:2px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block1,.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block2,.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block3,.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block4{height:16px;background-color:var(--background-color);position:absolute;z-index:999;width:16px}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-library-pc{position:relative}.xml-paragraph-Yellowtheme5-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg{border-radius:20px 0;border:3px solid var(--background-color);padding:5px;position:relative}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg .left-img{width:10px;height:10px;border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);position:absolute;top:-5px;left:-5px;border-top-left-radius:10px}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg .right-img{width:10px;height:10px;border-bottom:3px solid var(--background-color);border-right:3px solid var(--background-color);position:absolute;bottom:-5px;right:-5px;border-bottom-right-radius:10px}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg .body-text{text-align:left;position:relative;background:var(--reader-theme-color,#FFF)}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg .body-text .text-body-container{position:relative;background:var(--background-color);padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-pc{position:relative}.xml-paragraph-Redtheme1-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-library-pc .body-text-bg{background:var(--reader-theme-color,#FFF);border-radius:40px 0 50px;border:4px solid var(--background-color);padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-library-pc .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid var(--background-color);border-left:6px solid var(--background-color);border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-library-pc .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid var(--background-color);border-right:6px solid var(--background-color);border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-library-pc{position:relative}.xml-paragraph-Redtheme2-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme2-library-pc .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme2-library-pc .body-text-bg .left-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;top:-8px;left:1px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-pc .body-text-bg .right-line{width:2px;height:50px;background-color:var(--background-color);position:absolute;bottom:-8px;right:2px;-webkit-box-shadow:0 0 15px 0 #000;box-shadow:0 0 15px 0 #000}.xml-paragraph-Redtheme2-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-library-pc .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid var(--background-color);border-left:4px solid var(--background-color);position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-library-pc .body-text-bg::after{width:72px;height:58px;position:absolute;right:-8px}.xml-paragraph-Redtheme3-library-pc{position:relative}.xml-paragraph-Redtheme3-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-library-pc .body-text-bg{background-color:var(--background-color);padding:5px;position:relative}.xml-paragraph-Redtheme3-library-pc .body-text-bg .top-line{width:100%;border-top:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-pc .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-library-pc .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted var(--background-color);border-left:2.5px dotted var(--background-color);position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-library-pc .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted var(--background-color);border-right:3px dotted var(--background-color);position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme4-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-library-pc .body-title{min-width:200px;max-width:90%;height:45px;background-color:var(--background-color);display:inline-block;margin-left:25px;position:relative;z-index:9}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-box{width:100%;height:100%;position:relative}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-box::after{content:"";position:absolute;bottom:0;left:-1px;width:101%;height:46px;background:linear-gradient(172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%),linear-gradient(-172deg,transparent 80%,var(--reader-theme-color,#FFF) 82%)}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-con{width:100%;height:100%;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:99}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-con .text-container{margin-top:-4px}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-con .triangle1{width:0;height:0;border-bottom:10px solid #5a5a5a;border-top:10px solid transparent;border-left:10px solid transparent;border-right:10px solid #5a5a5a;-webkit-transform:rotate(90deg);transform:rotate(90deg);right:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-pc .body-title .body-title-con .triangle2{width:0;height:0;border-top:10px solid #5a5a5a;border-bottom:10px solid transparent;border-right:10px solid transparent;border-left:10px solid #5a5a5a;-webkit-transform:rotate(180deg);transform:rotate(180deg);left:-20px;top:0;position:absolute}.xml-paragraph-Redtheme4-library-pc .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding:18px 5px 5px;position:relative;margin-top:-25px}.xml-paragraph-Redtheme4-library-pc .body-text-bg .text-body-container{padding:10px;text-align:left;z-index:99}.xml-paragraph-Redtheme4-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-pc{position:relative}.xml-paragraph-Redtheme5-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-library-pc .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-library-pc .body-text-bg{background:var(--reader-theme-color,#FFF);border:3px solid var(--background-color);padding:5px}.xml-paragraph-Redtheme5-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-library-pc .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid var(--reader-theme-color,#FFF);background-color:var(--background-color);position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme6-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-library-pc .body-title{min-width:150px;max-width:90%;display:inline-block;position:relative;z-index:9;margin-left:25px}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-con::before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-18px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-con::after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-19px;top:-5px;z-index:0}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme6-library-pc .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme6-library-pc .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding-top:20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme6-library-pc .body-text-bg::before{content:"";width:54px;height:63px;position:absolute;left:-10px;bottom:-10px;border-left:10px solid var(--background-color);border-bottom:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-pc .body-text-bg::after{content:"";width:54px;height:63px;position:absolute;right:-10px;top:-10px;border-right:10px solid var(--background-color);border-top:10px solid var(--background-color)}.xml-paragraph-Redtheme6-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme7-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Redtheme7-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme7-library-pc .body-title{min-width:150px;max-width:90%;display:inline-block;margin-left:25px;position:relative;z-index:9}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-box{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-con{min-width:150px;min-height:37px;background:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-con::before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:5px solid transparent;border-left:8px solid transparent;position:absolute;right:-19px;top:-5px;z-index:0}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-con::after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:20px solid #5a5a5a;border-right:7px solid transparent;border-left:5px solid transparent;position:absolute;left:-18px;top:-5px;z-index:0}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-con .triangle1{width:15px;height:100%;background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom left,var(--background-color) 50%,transparent 50%);position:absolute;left:-14px;top:0;z-index:9}.xml-paragraph-Redtheme7-library-pc .body-title .body-title-con .triangle2{width:15px;height:100%;background:-webkit-gradient(linear,left top,right bottom,color-stop(50%,var(--background-color)),color-stop(50%,transparent));background:linear-gradient(to bottom right,var(--background-color) 50%,transparent 50%);position:absolute;right:-14px;top:0}.xml-paragraph-Redtheme7-library-pc .body-text-bg{background:var(--reader-theme-color,#FFF);border:2px solid var(--background-color);padding-top:20px;border-radius:0 20px;position:relative;margin-top:-18px}.xml-paragraph-Redtheme7-library-pc .body-text-bg .body-text::after,.xml-paragraph-Redtheme7-library-pc .body-text-bg::after,.xml-paragraph-Redtheme7-library-pc .body-text-bg::before{background-color:var(--background-color);position:absolute;right:0;border-radius:2px;content:""}.xml-paragraph-Redtheme7-library-pc .body-text-bg::before{width:20px;height:2px;bottom:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pc .body-text-bg::after{width:30px;height:2px;bottom:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pc .body-text-bg .body-text::after{width:10px;height:2px;bottom:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Redtheme7-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme7-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme1-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme1-library-pc .top-style{width:100%;height:30px;background-color:var(--background-color);position:relative}.xml-paragraph-Foldtheme1-library-pc .top-style::after{content:"";width:97%;border-bottom:12px dotted #fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-paragraph-Foldtheme1-library-pc .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme1-library-pc .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme1-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme1-library-pc .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme1-library-pc .body-text-bg .body-text .Foldmask{width:100%;height:50px;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));background-image:linear-gradient(180deg,transparent 0,#fff 100%);position:absolute;bottom:0;left:0}.xml-paragraph-Foldtheme1-library-pc .seemore{font-size:14px;font-family:PingFang SC;font-weight:400;color:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Foldtheme1-library-pc .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme1-library-pc .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Foldtheme2-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme2-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme2-library-pc .top-title-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);position:relative;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.xml-paragraph-Foldtheme2-library-pc .top-title-style .title-body-box{width:90%}.xml-paragraph-Foldtheme2-library-pc .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px}.xml-paragraph-Foldtheme2-library-pc .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme2-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme2-library-pc .body-text-bg .body-text{position:relative}.xml-paragraph-Foldtheme2-library-pc .seemore{color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Tabstheme1-library-pc .top-style .active p,.xml-paragraph-Tabstheme4-library-pc .top-style .active p,.xml-paragraph-Tabstheme5-library-pc .top-style .active p,.xml-paragraph-Tabstheme5-library-pc .top-style>div .text-container p{color:#FFF!important}.xml-paragraph-Foldtheme2-library-pc .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Foldtheme2-library-pc .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Tabstheme1-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme1-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme1-library-pc .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px}.xml-paragraph-Tabstheme1-library-pc .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme1-library-pc .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme1-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme1-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme1-library-pc .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme1-library-pc .seemore{color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Tabstheme2-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme2-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme2-library-pc .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme2-library-pc .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pc .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pc .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme2-library-pc .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme2-library-pc .top-style{margin-top:7px;width:20%}.xml-paragraph-Tabstheme2-library-pc .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme2-library-pc .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme2-library-pc .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme2-library-pc .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme2-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme2-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme2-library-pc .body-text-bg .body-text{position:relative;width:80%}.xml-paragraph-Tabstheme3-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme3-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme3-library-pc .suptitle{background-color:var(--background-color);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-paragraph-Tabstheme3-library-pc .suptitle .block1{width:7px;height:7px;background:#fff;position:absolute;right:15px;top:7px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pc .suptitle .block2{width:7px;height:7px;background:#fff;position:absolute;right:25px;top:10px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pc .suptitle .block3{width:7px;height:7px;background:#fff;position:absolute;right:13px;top:17px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-paragraph-Tabstheme3-library-pc .suptitle .block4{width:7px;height:7px;background:#fff;position:absolute;right:23px;top:20px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.xml-paragraph-Tabstheme3-library-pc .top-style{margin-top:7px;margin-right:5px;width:20%}.xml-paragraph-Tabstheme3-library-pc .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding-left:5px}.xml-paragraph-Tabstheme3-library-pc .top-style>div::after{content:"";width:11px;height:11px;background-color:#E5E5E5;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-10px;top:30%}.xml-paragraph-Tabstheme3-library-pc .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme3-library-pc .top-style .active::after{background:var(--background-color)!important}.xml-paragraph-Tabstheme3-library-pc .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme3-library-pc .body-text-bg{background:#F9F9F9;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-top:10px}.xml-paragraph-Tabstheme3-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme3-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme3-library-pc .body-text-bg .body-text{position:relative;max-width:80%;min-width:80%}.xml-paragraph-Tabstheme4-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme4-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme4-library-pc .top-style{width:3%}.xml-paragraph-Tabstheme4-library-pc .top-style>div{width:30px;text-align:center;cursor:pointer;background-color:#E5E5E5;padding-bottom:20px;padding-top:5px;border-radius:0 0 30px;margin-bottom:2px;position:relative}.xml-paragraph-Tabstheme4-library-pc .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme4-library-pc .top-style .active{background:var(--background-color)}.xml-paragraph-Tabstheme4-library-pc .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme4-library-pc .body-text-bg{background:#F9F9F9;position:relative;margin-top:-18px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-Tabstheme4-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme4-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme4-library-pc .body-text-bg .body-text{position:relative;width:97%}.xml-paragraph-Tabstheme4-library-pc .seemore{color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-SanQintheme1-library-pc{text-align:center}.xml-paragraph-SanQintheme1-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-library-pc .body-text{padding:20px 10px 15px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-library-pc .body-text .left-top-image{width:20px;height:20px;position:absolute;top:0;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pc .body-text .left-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-bottom-image{width:20px;height:20px;position:absolute;bottom:0;left:0}.xml-paragraph-SanQintheme1-library-pc .body-text .left-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pc .body-text .left-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-top-image{width:20px;height:20px;position:absolute;top:0;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-top-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pc .body-text .right-top-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-top-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-top-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-bottom-image{width:20px;height:20px;position:absolute;bottom:0;right:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-bottom-image .left-bottom-block1{width:13px;height:13px;border-bottom:2px solid var(--background-color);border-left:2px solid var(--background-color);bottom:0;left:0;position:absolute}.xml-paragraph-SanQintheme1-library-pc .body-text .right-bottom-image .left-bottom-block2{width:20px;height:20px;position:absolute;left:5px;bottom:5px;border-left:2px solid var(--background-color);border-bottom:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-bottom-image::before{content:"";width:13px;height:100%;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-bottom-image::after{content:"";width:100%;height:13px;position:absolute;bottom:0;left:0;border-right:2px solid var(--background-color);border-top:2px solid var(--background-color)}.xml-paragraph-SanQintheme1-library-pc .body-text .top-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-pc .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:var(--background-color);position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-library-pc .body-text .left-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-pc .body-text .right-line{width:2px;height:calc(100% - 40px);background:var(--background-color);position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-library-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-twelve-library-pc{position:relative}.xml-paragraph-twelve-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-library-pc .body-text{padding:20px;text-align:left;position:relative;border:3px solid var(--background-color)!important}.xml-paragraph-twelve-library-pc .body-text .left-top-img{width:28px;height:28px;position:absolute;top:-3px;left:-3px;background:var(--reader-theme-color,#FFF);border-right:3px solid var(--background-color);border-bottom:3px solid var(--background-color);border-radius:0 0 25px}.xml-paragraph-twelve-library-pc .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-3px;left:-3px}.xml-paragraph-twelve-library-pc .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:3px;right:3px}.xml-paragraph-twelve-library-pc .body-text .right-bottom-img{width:28px;height:28px;position:absolute;bottom:-3px;right:-3px;background:var(--reader-theme-color,#FFF);border-top:3px solid var(--background-color);border-left:3px solid var(--background-color);border-radius:25px 0 0}.xml-paragraph-twelve-library-pc .body-text .text-body-container{position:relative}.xml-paragraph-twelve-library-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme4-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme4-library-pc .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Foldtheme4-library-pc .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Foldtheme4-library-pc .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Foldtheme4-library-pc .seemore,.xml-paragraph-Foldtheme5-library-pc .seemore{min-width:50px;font-size:14px;font-family:PingFang SC;font-weight:400;color:var(--background-color);display:-webkit-box;display:-ms-flexbox}.xml-paragraph-Foldtheme4-library-pc .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Foldtheme4-library-pc .body-text-bg{position:relative}.xml-paragraph-Foldtheme4-library-pc .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Foldtheme4-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme4-library-pc .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Foldtheme4-library-pc .seemore{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Foldtheme5-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Foldtheme5-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Foldtheme5-library-pc .top-title-style{width:60%;display:inline-block;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-paragraph-Foldtheme5-library-pc .top-title-style::after{content:"";width:12px;height:calc(100% + 10px);background-color:var(--background-color);position:absolute;right:-5px;top:0;z-index:9;-webkit-transform:skew(9deg);transform:skew(9deg)}.xml-paragraph-Foldtheme5-library-pc .top-title-style .title-body-box{position:relative}.xml-paragraph-Foldtheme5-library-pc .top-title-style .title-body-box::after{content:"";width:67px;height:13px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(var(--reader-theme-color,#FFF)));background-image:linear-gradient(90deg,var(--background-color) 0,var(--reader-theme-color,#FFF) 100%);position:absolute;right:-90px;bottom:0}.xml-paragraph-Foldtheme5-library-pc .body-text-bg{position:relative}.xml-paragraph-Foldtheme5-library-pc .body-text-bg .body-text{position:relative;background-color:#f3f3f3;padding:9px}.xml-paragraph-Foldtheme5-library-pc .body-text-bg .body-text::before{content:"";width:40%;height:10px;background-color:var(--background-color);position:absolute;top:-1px;right:0}.xml-paragraph-Foldtheme5-library-pc .body-text-bg .body-text .text-body-container{width:100%;padding:10px;z-index:999;text-align:left}.xml-paragraph-Foldtheme5-library-pc .body-text-bg .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Foldtheme5-library-pc .seemore{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.xml-paragraph-Tabstheme5-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme5-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-pc .top-style{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;padding-top:5px;overflow-x:auto;position:relative;z-index:9}.xml-paragraph-Tabstheme5-library-pc .top-style>div{height:24px;position:relative;border-radius:0 0 4px 4px;margin:0 7px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.xml-paragraph-Tabstheme5-library-pc .top-style>div .text-container{height:24px;background-color:#989898;border-radius:0 0 4px 4px;text-align:center;cursor:pointer;position:relative;z-index:99;padding:0 8px;overflow:inherit}.xml-paragraph-Tabstheme5-library-pc .top-style>div .text-container::before{content:"";width:5px;height:5px;background-color:#989898;position:absolute;left:-2px;top:0;border-radius:0 0 0 4px}.xml-paragraph-Tabstheme5-library-pc .top-style>div .text-container::after{content:"";width:5px;height:5px;background-color:#989898;position:absolute;right:-2px;top:0;border-radius:0 0 4px}.xml-paragraph-Tabstheme5-library-pc .top-style>div .deltabs{position:absolute;right:-5px;top:-5px;cursor:pointer;z-index:99}.xml-paragraph-Tabstheme5-library-pc .top-style>div::before{content:"";width:calc(100% + 12px);height:8px;background-color:#575757;border-radius:4px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:1}.xml-paragraph-Tabstheme5-library-pc .top-style .active{position:relative;background:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-pc .top-style .active::after,.xml-paragraph-Tabstheme5-library-pc .top-style .active::before{background-color:var(--background-color)!important}.xml-paragraph-Tabstheme5-library-pc .top-style .addtabs{width:30px;text-align:center;display:inline-block;cursor:pointer;z-index:9}.xml-paragraph-Tabstheme5-library-pc .top-style .addtabs img{max-width:30px;width:30px;height:30px}.xml-paragraph-Tabstheme5-library-pc .top-style::-webkit-scrollbar{border-radius:10px}.xml-paragraph-Tabstheme5-library-pc .top-style::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:0;background:#f1f1f1}.xml-paragraph-Tabstheme5-library-pc .top-style::-webkit-scrollbar-thumb{background:#a3a3a3!important}.xml-paragraph-Tabstheme5-library-pc .body-text-bg{background:#f3f3f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:13px;margin-top:-18px}.xml-paragraph-Fortyfive-library-pc .w-e-text-container,.xml-paragraph-Tabstheme6-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Tabstheme5-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Tabstheme5-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Tabstheme6-library-pc .suptitle{display:inline-block;background-color:var(--background-color);padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9;border:2px solid transparent;max-width:calc(100% - 25px)}.xml-paragraph-Tabstheme6-library-pc .suptitle::after{content:"";width:20px;height:calc(100% + 4px);position:absolute;top:-2px;right:-19px;background:linear-gradient(-45deg,transparent 26px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 26px,var(--background-color) 0) top right}.xml-paragraph-Tabstheme6-library-pc .top-style{margin-top:7px;min-width:22%;max-width:22%}.xml-paragraph-Tabstheme6-library-pc .top-style>div{width:100%;text-align:left;cursor:pointer;position:relative;margin-bottom:10px;padding:0 10px;border:1px solid #989898}.xml-paragraph-Tabstheme6-library-pc .top-style>div .deltabs{position:absolute;right:-10px;top:-5px;cursor:pointer}.xml-paragraph-Tabstheme6-library-pc .top-style .active{border:1px solid var(--background-color)!important}.xml-paragraph-Tabstheme6-library-pc .top-style .addtabs{width:100%;text-align:center;display:inline-block;cursor:pointer}.xml-paragraph-Tabstheme6-library-pc .body-text-bg{background:#f3f3f3;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding-top:20PX;margin-top:-18px}.xml-paragraph-Tabstheme6-library-pc .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left;border:2px solid transparent}.xml-paragraph-Tabstheme6-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Tabstheme6-library-pc .body-text-bg .body-text{position:relative;max-width:calc(100% - 135px);max-width:75%!important;min-width:75%}.xml-paragraph-Fortytwo-library-pc .body-text{position:relative;padding:10px}.xml-paragraph-Fortytwo-library-pc .body-text .top-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-pc .body-text .right-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-pc .body-text .bottom-line{width:calc(100% - 8px);height:2px;background-color:var(--background-color);position:absolute;bottom:0;right:0}.xml-paragraph-Fortytwo-library-pc .body-text .left-line{width:2px;height:calc(100% - 8px);background-color:var(--background-color);position:absolute;top:0;left:0}.xml-paragraph-Fortytwo-library-pc .body-text::before{content:"";width:8px;height:45px;background:var(--reader-theme-color,#FFF);border-left:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-20px;left:-1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.xml-paragraph-Fortytwo-library-pc .body-text .right-bottom-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;right:-32px;bottom:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortytwo-library-pc .body-text .right-bottom-triangle::after{content:"";width:50px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-25px;left:-25px}.xml-paragraph-Fortythree-library-pc .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important}.xml-paragraph-Fortythree-library-pc .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;top:-38px;right:-32px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.xml-paragraph-Fortythree-library-pc .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-17px}.xml-paragraph-Fortythree-library-pc .body-text .top-round{width:11px;height:11px;background-color:var(--background-color);border-radius:50%;position:absolute;top:-15px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-Fortythree-library-pc .body-text .top-round::after{content:"";width:2px;height:20px;background:var(--background-color);position:absolute;bottom:-11px;right:1px;-webkit-transform:rotate(-26deg);transform:rotate(-26deg)}.xml-paragraph-Fortythree-library-pc .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-bottom:solid 2px var(--background-color);position:absolute;top:10px;right:10px}.xml-paragraph-Fortyfour-library-pc .body-text{position:relative;padding:10px 20px 10px 10px;border:2px solid var(--background-color)!important}.xml-paragraph-Fortyfour-library-pc .body-text .top-right-triangle{width:0;height:0;border-top:25px solid var(--reader-theme-color,#FFF);border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:25px solid transparent;position:absolute;bottom:-38px;right:-32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Fortyfour-library-pc .body-text .top-right-triangle::after{content:"";width:25px;height:25px;border-top:2px solid var(--background-color);position:absolute;top:-26px;left:-8px}.xml-paragraph-Fortyfour-library-pc .body-text .top-round{position:absolute;top:-18px;left:30px}.xml-paragraph-Fortyfour-library-pc .body-text::after{content:"";width:10px;height:11px;border-left:solid 2px var(--background-color);border-top:solid 2px var(--background-color);position:absolute;bottom:10px;right:10px}.xml-paragraph-Fortyfive-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyfive-library-pc .top-title-style{width:90%;background-color:var(--background-color);position:relative;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;text-align:center;margin:0 auto}.xml-paragraph-Fortyfive-library-pc .top-title-style .title-body-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Fortyfive-library-pc .top-title-style .title-body-box .line{min-width:30px;width:30px;height:2px;background:#FFF}.xml-paragraph-Fortyfive-library-pc .top-title-style .title-body-box .text-container{margin:0 10px;text-align:left}.xml-paragraph-Fortyfive-library-pc .body-text-bg{position:relative}.xml-paragraph-Fortyfive-library-pc .body-text-bg .text-body-container{width:100%;padding:10px;z-index:99;text-align:left}.xml-paragraph-Fortyfive-library-pc .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Fortyfive-library-pc .body-text-bg .body-text{position:relative;background-color:#f3f3f3;border-radius:20px;margin-top:7px;padding:9px}.xml-paragraph-Fortysix-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortysix-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortysix-library-pc .body-text{position:relative;border-radius:10px 0;margin-top:7px;padding:9px 18px;border:2px solid var(--background-color)!important;min-height:120px}.xml-paragraph-Fortysix-library-pc .body-text .custom-border{width:5px;height:50%;min-height:100px;background-color:#fff;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-Fortysix-library-pc .body-text .custom-border .cir1{width:4px;height:4px;background:var(--background-color);opacity:20%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pc .body-text .custom-border .cir2{width:6px;height:6px;background:var(--background-color);opacity:40%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pc .body-text .custom-border .cir3{width:8px;height:8px;background:var(--background-color);opacity:60%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pc .body-text .custom-border .cir4{width:10px;height:10px;background:var(--background-color);opacity:80%;border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pc .body-text .custom-border .cir5{width:12px;height:12px;background:var(--background-color);border-radius:50%;margin-top:10px}.xml-paragraph-Fortysix-library-pc .body-text .right-border{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:0;right:-3px}.xml-paragraph-Fortysix-library-pc .body-text .left-border{bottom:0;left:-3px}.xml-paragraph-Fortyseven-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyseven-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyseven-library-pc .body-text{position:relative;border-radius:10px;background-color:var(--background-color);border:0!important;-webkit-transform:rotate(-.5deg) skewX(2deg);transform:rotate(-.5deg) skewX(2deg)}.xml-paragraph-Fortyseven-library-pc .body-text>div{background-color:#fff;padding:9px 18px;border-radius:10px;-webkit-transform:rotate(.5deg) skewX(-2deg);transform:rotate(.5deg) skewX(-2deg);-webkit-box-shadow:0 0 2px 0 #c3c3c3;box-shadow:0 0 2px 0 #c3c3c3}.xml-paragraph-Fortyeight-library-pc{position:relative;padding-top:20px!important;text-align:left}.xml-paragraph-Fortyeight-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Fortyeight-library-pc .body-text{position:relative;background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,transparent),to(var(--background-color)));background:linear-gradient(180deg,transparent 44%,var(--background-color) 100%);padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-first-library-h5 .w-e-text-container,.xml-text-image-second-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-library-h5 .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-library-h5 .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-library-h5 .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-library-h5 .image-container{margin:10px 0;text-align:center}.xml-text-image-second-library-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-library-h5 .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-library-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-library-h5 .w-e-text-container,.xml-text-image-third-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-library-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-library-h5 .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-second-library-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-second-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-library-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-library-pad .image-box,.xml-text-image-third-library-h5 .image-box .image-container .block-checked,.xml-text-image-third-library-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-library-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-library-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-library-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-library-h5 .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-third-library-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-third-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-h5 .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-library-h5 .image-container .xml-image-dan-tu,.xml-text-image-fourth-library-h5 .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{width:100%;height:100%}.xml-text-image-fourth-library-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-library-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-library-h5 .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-fourth-library-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-fourth-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-fourth-library-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-library-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-library-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-library-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid var(--background-color);border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-library-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-library-h5 .image-text-box .text-body-container{background-color:var(--background-color);border:1px solid var(--background-color);color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-library-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-library-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:var(--background-color);position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-library-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-library-h5 .image-text-box{width:100%}.xml-text-image-fifth-library-h5 .image-text-box .text-body-container{border:1px solid var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-fifth-library-h5 .text-container{width:100%;height:100%}.xml-text-image-sixth-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-library-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-library-h5 .iamge-bg-box .image-top-title{padding:0 24px 0 10px;border-radius:5px}.xml-text-image-sixth-library-h5 .iamge-bg-box .image-top-title .edit-mode-inject{width:100%}.xml-text-image-sixth-library-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-library-h5 .image-text-box .text-body-container{border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%;-webkit-box-shadow:0 0 2px 0 #000;box-shadow:0 0 2px 0 #000}.xml-text-image-sixth-library-h5 .image-text-decorate{width:50px;height:100px;background-color:var(--background-color);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-library-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-library-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-library-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-library-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-library-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-library-h5 .image-text-box .text-body-container{width:90%;border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-library-h5 .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(var(--background-color)));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),var(--background-color));z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-library-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(var(--background-color)));background-image:linear-gradient(to left top,transparent 60%,var(--background-color));position:absolute;top:0}.xml-text-image-first-library-pad .w-e-text-container,.xml-text-image-second-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-library-pad .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-library-pad .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-library-pad .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-library-pad .image-container{margin:10px 0;text-align:center}.xml-text-image-fourth-library-pad .body-box .body-box-inner .xml-text-pad.text-body-container,.xml-text-image-second-library-pad .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-third-library-pad .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-library-pad .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-second-library-pad .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-library-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-library-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-library-pad .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-second-library-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-second-library-pad .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-third-library-pad .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-library-pc .image-box,.xml-text-image-third-library-pad .image-box .image-container .block-checked,.xml-text-image-third-library-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-library-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-library-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-library-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-library-pad .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-third-library-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-third-library-pad .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fourth-library-pad .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-library-pad .image-container .xml-image-dan-tu,.xml-text-image-fourth-library-pad .image-container .xml-image-dan-tu .xml-image-dan-tu-pad{width:100%;height:100%}.xml-text-image-fourth-library-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container p{margin:0;padding:0}.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass h1,.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass h2,.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass h3,.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass h4,.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-library-pad .title-box .xml-text-pad.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-library-pad .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-fourth-library-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-fourth-library-pad .body-box .body-box-inner .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-pad .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-library-pad .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-library-pad .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-library-pad .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid var(--background-color);border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-library-pad .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-library-pad .image-text-box .text-body-container{background-color:var(--background-color);border:1px solid var(--background-color);color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-library-pad .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-library-pad .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:var(--background-color);position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-library-pad .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-library-pad .image-text-box{width:100%}.xml-text-image-fifth-library-pad .image-text-box .text-body-container{border:1px solid var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-fifth-library-pad .text-container{width:100%;height:100%}.xml-text-image-sixth-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-library-pad .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-library-pad .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-library-pad .iamge-bg-box .image-top-title .edit-mode-inject{width:100%}.xml-text-image-sixth-library-pad .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-library-pad .image-text-box .text-body-container{border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%;-webkit-box-shadow:0 0 2px 0 #000;box-shadow:0 0 2px 0 #000}.xml-text-image-sixth-library-pad .image-text-decorate{width:50px;height:100px;background-color:var(--background-color);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-library-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-library-pad .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-library-pad .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-library-pad .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-library-pad .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-library-pad .image-text-box .text-body-container{width:90%;border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-library-pad .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(var(--background-color)));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),var(--background-color));z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-library-pad .image-text-decorate2,.xml-text-image-seventh-library-pc .image-text-decorate2{background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(var(--background-color)));top:0}.xml-text-image-seventh-library-pad .image-text-decorate2{width:100px;height:100px;background-image:linear-gradient(to left top,transparent 60%,var(--background-color));position:absolute}.xml-text-image-first-library-pc .w-e-text-container,.xml-text-image-second-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-library-pc .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-library-pc .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-library-pc .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-library-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-library-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-second-library-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-library-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-library-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-library-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-library-pc .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-second-library-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-second-library-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-library-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-third-library-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-library-pc .image-box .image-container .block-checked,.xml-text-image-third-library-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-library-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-library-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-library-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-library-pc .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-third-library-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-third-library-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-library-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fourth-library-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-library-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-library-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-pc{width:100%;height:100%}.xml-text-image-fourth-library-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:var(--background-color);border:1px solid var(--background-color);border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container p{margin:0;padding:0}.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass h1,.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass h2,.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass h3,.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass h4,.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-library-pc .title-box .xml-text-pc.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-library-pc .body-box{padding:10px;border:1px solid var(--background-color);margin-left:10px;margin-top:-87px}.xml-text-image-fourth-library-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid var(--background-color)}.xml-text-image-fourth-library-pc .body-box .body-box-inner .xml-text-pc.text-body-container{text-align:left}.xml-text-image-fourth-library-pc .body-box .body-box-inner .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-library-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-library-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-library-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-library-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid var(--background-color);border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-library-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-library-pc .image-text-box .text-body-container{background-color:var(--background-color);border:1px solid var(--background-color);color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-library-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-library-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:var(--background-color);position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-library-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-library-pc .image-text-box{width:100%}.xml-text-image-fifth-library-pc .image-text-box .text-body-container{border:1px solid var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-fifth-library-pc .text-container{width:100%;height:100%}.xml-text-image-sixth-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-library-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-library-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-library-pc .iamge-bg-box .image-top-title .edit-mode-inject{width:100%}.xml-text-image-sixth-library-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-library-pc .image-text-box .text-body-container{border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%;-webkit-box-shadow:0 0 2px 0 #000;box-shadow:0 0 2px 0 #000}.xml-text-image-sixth-library-pc .image-text-decorate{width:50px;height:100px;background-color:var(--background-color);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-library-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-library-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-library-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-library-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-library-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-library-pc .image-text-box .text-body-container{width:90%;border:1px solid var(--background-color);background-color:var(--background-color);color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-library-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(var(--background-color)));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),var(--background-color));z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-library-pc .image-text-decorate2{width:100px;height:100px;background-image:linear-gradient(to left top,transparent 60%,var(--background-color));position:absolute}.xml-splitline-second-library-h5{margin-top:0}.xml-splitline-second-library-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-library-h5 .title-container .line1{width:90%;border-bottom:2px solid var(--background-color);margin-bottom:5px;position:relative}.xml-splitline-second-library-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;left:0;top:-1px}.xml-splitline-second-library-h5 .title-container .line2{width:90%;border-bottom:2px solid var(--background-color);float:right;margin-top:5px;position:relative}.xml-splitline-second-library-h5 .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;right:0;top:-1px}.xml-splitline-fourth-library-h5{margin-top:0}.xml-splitline-fourth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-library-h5 .title-container .centerimg{width:70px;height:20px;margin-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline1{width:2px;height:10px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:2px}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline2{width:2px;height:20px;background:var(--background-color);-webkit-transform:rotate(-25deg);transform:rotate(-25deg);margin-left:6px}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline3{width:2px;height:25px;background:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:11px;margin-top:-1px}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline4{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);margin-left:11px}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline5{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(55deg);transform:rotate(55deg);margin-left:9px;margin-top:1px}.xml-splitline-fourth-library-h5 .title-container .centerimg .foldline6{width:2px;height:16px;background:var(--background-color);-webkit-transform:rotate(-68deg);transform:rotate(-68deg);margin-left:12px;margin-top:-2px}.xml-splitline-eighth-library-h5,.xml-splitline-fifth-library-h5,.xml-splitline-seventh-library-h5,.xml-splitline-sixth-library-h5,.xml-splitline-tenth-library-h5{margin-top:0}.xml-splitline-fourth-library-h5 .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-fifth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-library-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid var(--background-color);border-radius:50%;margin:0 10px;position:relative}.xml-splitline-fifth-library-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid var(--background-color);border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-library-h5 .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-library-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-library-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:var(--background-color);border-radius:5px}.xml-splitline-sixth-library-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:var(--background-color);border-radius:5px;margin-left:5px}.xml-splitline-sixth-library-h5 .title-container .line1{width:73%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-h5 .title-container .line2{width:15%;border-bottom:2px solid var(--background-color)}.xml-splitline-seventh-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-library-h5 .title-container .centerimg{width:80%;height:20px;background-color:var(--background-color)}.xml-splitline-seventh-library-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-library-h5 .title-container .dotted>div{width:2px;height:100%;background-color:var(--background-color)}.xml-splitline-eighth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-library-h5 .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-library-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid var(--background-color)}.xml-splitline-eighth-library-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid var(--background-color)}.xml-splitline-tenth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-library-h5 .title-container>div{width:100%}.xml-splitline-tenth-library-h5 .title-container .centerimg{width:100%;height:10px;background-color:var(--background-color)}.xml-splitline-tenth-library-h5 .title-container .line{width:100;height:2px;background-color:var(--background-color);margin-top:3px}.xml-splitline-Greytheme2-library-h5,.xml-splitline-Greytheme3-library-h5,.xml-splitline-Greytheme5-library-h5,.xml-splitline-Yellowtheme3-library-h5,.xml-splitline-eleventh-library-h5,.xml-splitline-ninth-library-h5{margin-top:0}.xml-splitline-eleventh-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-library-h5 .title-container>div{width:100%}.xml-splitline-eleventh-library-h5 .title-container .centerimg{width:95%;height:5px;background-color:var(--background-color);margin-left:15px;border-radius:2px}.xml-splitline-eleventh-library-h5 .title-container .line1{width:10%;height:4px;background-color:var(--background-color);border-radius:5px}.xml-splitline-eleventh-library-h5 .title-container .line2{width:4px;height:10px;background-color:var(--background-color);margin-left:20px}.xml-splitline-ninth-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-library-h5 .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);position:relative}.xml-splitline-ninth-library-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-library-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:2px}.xml-splitline-Redtheme1-library-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-library-h5 .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme1-library-h5 .title-container .linebox .left-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:45%;margin-right:10px}.xml-splitline-Redtheme1-library-h5 .title-container .linebox .left-line .line{height:2px;background:var(--background-color);position:relative;margin-left:-4px}.xml-splitline-Redtheme1-library-h5 .title-container .linebox .left-line .line::before{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:11px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-h5 .title-container .linebox .left-line .line::after{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:20px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-h5 .title-container .linebox .left-line .line .circle{width:5px;height:5px;background-color:var(--background-color);border-radius:50%;position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-splitline-Greytheme2-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-library-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-library-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-library-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-library-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-library-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-library-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-library-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-library-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-library-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .left-block-box>div:nth-child(odd),.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .right-block-box>div:nth-child(odd){margin-top:5px}.xml-splitline-Yellowtheme3-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .left-block-box{width:20px;height:10px;position:absolute;top:-2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .left-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .right-block-box{width:20px;height:10px;position:absolute;bottom:-5px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .right-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .line-con{width:100%;height:20%;border-bottom:2px dotted var(--background-color);position:relative}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .line-con::before{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;top:-2px}.xml-splitline-Yellowtheme3-library-h5 .title-container .linebox .line-con::after{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;bottom:-8px}.xml-splitline-Bluetheme1-library-h5{margin-top:0}.xml-splitline-Bluetheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-library-h5 .title-container .linebox{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:relative}.xml-splitline-Bluetheme1-library-h5 .title-container .linebox::after{content:"";width:100%;height:2px;background-color:var(--background-color);position:absolute}.xml-splitline-Bluetheme1-library-h5 .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;z-index:9;padding:0 5px}.xml-splitline-Bluetheme1-library-h5 .title-container .linebox .iconbox .circle{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 2px}.xml-splitline-Bluetheme2-library-h5,.xml-splitline-Yellowtheme2-library-h5{margin-top:0}.xml-splitline-Bluetheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-library-h5 .title-container .linebox{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.xml-splitline-Bluetheme2-library-h5 .title-container .linebox>div{width:15px;height:10px;position:relative;background-color:#fff;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-splitline-Bluetheme2-library-h5 .title-container .linebox>div::before{content:"";width:8px;height:8px;background-color:var(--background-color);border-radius:50%;position:absolute}.xml-splitline-Bluetheme2-library-h5 .title-container .linebox::after{content:"";width:100%;border-top:4px dotted var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox .linebox-circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color)}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9;background:#fff;height:20px}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox .iconbox .circle{width:8px;height:8px;background-color:var(--background-color);border-radius:50%;margin:0 15px}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox .iconbox::after{content:"";width:100%;border-bottom:2px solid var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-h5 .title-container .linebox::before{content:"";width:100%;height:3px;background-color:var(--background-color);position:absolute}.xml-splitline-Redtheme4-library-h5{margin-top:0}.xml-splitline-Redtheme4-library-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-h5 .title-container .linebox{width:100%;height:100%}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .top-linecon{width:100%;height:2px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .top-linecon::before{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-right:5%}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .top-linecon::after{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-left:5%}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon .left-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon .left-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-left:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon .line{width:30%;margin:0 5px 0 10px;background:var(--background-color)}.xml-splitline-Greytheme1-library-h5,.xml-splitline-Yellowtheme1-library-h5{margin-top:0}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon .right-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-h5 .title-container .linebox .bottom-linecon .right-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-right:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Yellowtheme1-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox .left-block{width:10px;height:10px;background-color:var(--background-color)}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox .linecon{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox .linecon::before{content:"";width:95%;border-top:2px dotted var(--background-color);position:absolute;top:-3px;left:5px}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox .linecon::after{content:"";width:95%;border-bottom:2px dotted var(--background-color);position:absolute;bottom:-3px;left:5px}.xml-splitline-Yellowtheme1-library-h5 .title-container .linebox .right-icon{margin-left:-25px}.xml-splitline-Greytheme1-library-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-library-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-library-h5 .title-container .linebox .left-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px}.xml-splitline-Greytheme1-library-h5 .title-container .linebox .left-icon .block{width:11px;height:15px;background-color:var(--background-color)}.xml-splitline-Greytheme1-library-h5 .title-container .linebox .left-icon .triangle{width:0;height:0;border:6px solid var(--background-color);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-top:2px}.xml-splitline-Bluetheme4-library-h5,.xml-splitline-second-library-pad{margin-top:0}.xml-splitline-Greytheme1-library-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-library-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme4-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox{width:100%;height:100%}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .top-lineconbox{width:80%;height:3px;background-color:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .top-lineconbox::before{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;left:-8px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .top-lineconbox::after{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;right:-8px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox{border-top:1px solid var(--background-color);margin-top:2px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox::before{content:"";width:10px;height:10px;background:linear-gradient(45deg,#fff,#fff 50%,transparent 50%,transparent 100%);border-left:1px solid var(--background-color);border-bottom:1px solid var(--background-color);position:absolute;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-5px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox .linecon1{width:40%;border-top:1px solid var(--background-color);margin-top:2px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox .linecon2{width:40%;border-top:1px solid var(--background-color);margin-top:2px;position:relative}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox .linecon2::after{content:"";width:4px;height:2px;background:#fff;position:absolute;left:2px;top:-2px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox .bottom-block1{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);margin-top:1px;margin-left:10px}.xml-splitline-Bluetheme4-library-h5 .title-container .linebox .bottom-lineconbox .bottom-block2{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(-45deg);transform:skewX(-45deg);margin-top:1px;margin-left:12px}.xml-splitline-Twentytwo-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentytwo-library-h5 .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentytwo-library-h5 .centerimg::before{content:"";width:16px;height:16px;background-color:#fff;border:1px solid var(--background-color);position:absolute;top:-7px;left:47%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentytwo-library-h5 .centerimg::after{content:"";width:17px;height:17px;background-color:var(--background-color);border:1px solid #fff;position:absolute;top:-7px;left:49%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentythree-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentythree-library-h5 .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentythree-library-h5 .centerimg::before{content:"";width:37px;height:6px;background-color:var(--background-color);border:1px solid var(--background-color);position:absolute;top:-2px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfour-library-h5 .title-container{overflow:hidden}.xml-splitline-Twentyfour-library-h5 .title-container>div{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:solid 1px var(--background-color)!important;position:relative}.xml-splitline-Twentyfour-library-h5 .title-container .centerimg{width:26px;height:26px;background:#fff;border:1px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;bottom:5px;left:30px;padding:2px;z-index:99}.xml-splitline-Twentyfour-library-h5 .title-container .centerimg>div{width:100%;height:100%;background-color:var(--background-color);z-index:99}.xml-splitline-Twentyfive-library-h5 .title-container>div{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none!important;border-left:2px solid var(--background-color)!important;border-right:2px solid var(--background-color)!important;position:relative;padding:0 3px}.xml-splitline-Twentyfive-library-h5 .title-container .left-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyfive-library-h5 .title-container .left-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;left:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-h5 .title-container .left-block-box{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Twentyfive-library-h5 .title-container .left-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-h5 .title-container .right-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyfive-library-h5 .title-container .right-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;right:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-h5 .title-container .right-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:3px}.xml-splitline-Twentyfive-library-h5 .title-container .right-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg{width:calc(100% - 225px);height:100%;border-bottom:2px solid var(--background-color);position:absolute;left:50%;bottom:-2px;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg>div:nth-child(1){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;left:-6px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg>div:nth-child(1)::after{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;right:0;top:-5px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg>div:nth-child(2){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;right:-6px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg>div:nth-child(2)::before{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;left:0;top:-5px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .left-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;left:-53px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .left-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-5px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .left-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;right:-10px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .right-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;right:-53px}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .right-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;left:-7px;top:-7px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-h5 .title-container .centerimg .right-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentysix-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentysix-library-h5 .title-container .left-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid transparent;border-bottom:8px solid transparent;border-left:10px solid var(--background-color);margin-right:-12px}.xml-splitline-Twentysix-library-h5 .title-container .centerimg{width:95%;height:2px;background:var(--background-color);text-align:center;line-height:2px}.xml-splitline-Twentysix-library-h5 .title-container .centerimg>div{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;display:inline-block;margin-top:-7px;position:relative}.xml-splitline-Twentysix-library-h5 .title-container .centerimg>div::before{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;bottom:-7px;left:-7px}.xml-splitline-Twentysix-library-h5 .title-container .centerimg>div::after{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;top:-7px;right:-7px}.xml-splitline-Twentysix-library-h5 .title-container .right-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid var(--background-color);border-bottom:8px solid transparent;border-left:10px solid transparent;margin-left:-12px}.xml-splitline-Twentyseven-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-Twentyseven-library-h5 .title-container>div:nth-child(even){width:15px;height:5px;background-color:var(--background-color);margin:0 10px;border-radius:2px}.xml-splitline-Twentyseven-library-h5 .title-container>div:nth-child(odd){width:35px;height:5px;background-color:var(--background-color);border-radius:2px}.xml-splitline-Twentyeight-library-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentyeight-library-h5 .title-container .left-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-left:3px}.xml-splitline-Twentyeight-library-h5 .title-container .left-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyeight-library-h5 .title-container .left-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;right:-2px}.xml-splitline-Twentyeight-library-h5 .title-container .centerimg{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;margin:0 4px}.xml-splitline-Twentyeight-library-h5 .title-container .right-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-right:3px}.xml-splitline-Twentyeight-library-h5 .title-container .right-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyeight-library-h5 .title-container .right-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;left:-2px}.xml-splitline-Twentyeight-library-h5 .title-container .side-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Twentyeight-library-h5 .title-container .side-block-box .round{width:6px;height:6px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%}.xml-splitline-Twentyeight-library-h5 .title-container .side-block-box .icon{width:8px;height:8px;position:relative;margin:0 3px}.xml-splitline-Twentyeight-library-h5 .title-container .side-block-box .icon::before{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentyeight-library-h5 .title-container .side-block-box .icon::after{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-splitline-second-library-pad .title-container{height:30px;padding-top:10px}.xml-splitline-second-library-pad .title-container .line1{width:90%;border-bottom:2px solid var(--background-color);margin-bottom:5px;position:relative}.xml-splitline-second-library-pad .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;left:0;top:-1px}.xml-splitline-second-library-pad .title-container .line2{width:90%;border-bottom:2px solid var(--background-color);float:right;margin-top:5px;position:relative}.xml-splitline-second-library-pad .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;right:0;top:-1px}.xml-splitline-fourth-library-pad{margin-top:0}.xml-splitline-fourth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-library-pad .title-container .centerimg{width:70px;height:20px;margin-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline1{width:2px;height:10px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:2px}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline2{width:2px;height:20px;background:var(--background-color);-webkit-transform:rotate(-25deg);transform:rotate(-25deg);margin-left:6px}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline3{width:2px;height:25px;background:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:11px;margin-top:-1px}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline4{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);margin-left:11px}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline5{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(55deg);transform:rotate(55deg);margin-left:9px;margin-top:1px}.xml-splitline-fourth-library-pad .title-container .centerimg .foldline6{width:2px;height:16px;background:var(--background-color);-webkit-transform:rotate(-68deg);transform:rotate(-68deg);margin-left:12px;margin-top:-2px}.xml-splitline-eighth-library-pad,.xml-splitline-fifth-library-pad,.xml-splitline-seventh-library-pad,.xml-splitline-sixth-library-pad,.xml-splitline-tenth-library-pad{margin-top:0}.xml-splitline-fourth-library-pad .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-fifth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-library-pad .title-container .centerimg{width:30px;height:30px;border:1px solid var(--background-color);border-radius:50%;margin:0 10px;position:relative}.xml-splitline-fifth-library-pad .title-container .centerimg>div{width:15px;height:15px;border:1px solid var(--background-color);border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-library-pad .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-library-pad .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-library-pad .title-container .centerimg .block1{width:4px;height:15px;background-color:var(--background-color);border-radius:5px}.xml-splitline-sixth-library-pad .title-container .centerimg .block2{width:4px;height:25px;background-color:var(--background-color);border-radius:5px;margin-left:5px}.xml-splitline-sixth-library-pad .title-container .line1{width:73%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-pad .title-container .line2{width:15%;border-bottom:2px solid var(--background-color)}.xml-splitline-seventh-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-library-pad .title-container .centerimg{width:80%;height:20px;background-color:var(--background-color)}.xml-splitline-seventh-library-pad .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-library-pad .title-container .dotted>div{width:2px;height:100%;background-color:var(--background-color)}.xml-splitline-eighth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-library-pad .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-library-pad .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid var(--background-color)}.xml-splitline-eighth-library-pad .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid var(--background-color)}.xml-splitline-tenth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-library-pad .title-container>div{width:100%}.xml-splitline-tenth-library-pad .title-container .centerimg{width:100%;height:10px;background-color:var(--background-color)}.xml-splitline-tenth-library-pad .title-container .line{width:100;height:2px;background-color:var(--background-color);margin-top:3px}.xml-splitline-Greytheme2-library-pad,.xml-splitline-Greytheme3-library-pad,.xml-splitline-Greytheme5-library-pad,.xml-splitline-Yellowtheme3-library-pad,.xml-splitline-eleventh-library-pad,.xml-splitline-ninth-library-pad{margin-top:0}.xml-splitline-eleventh-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-library-pad .title-container>div{width:100%}.xml-splitline-eleventh-library-pad .title-container .centerimg{width:95%;height:5px;background-color:var(--background-color);margin-left:15px;border-radius:2px}.xml-splitline-eleventh-library-pad .title-container .line1{width:10%;height:4px;background-color:var(--background-color);border-radius:5px}.xml-splitline-eleventh-library-pad .title-container .line2{width:4px;height:10px;background-color:var(--background-color);margin-left:20px}.xml-splitline-ninth-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-library-pad .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);position:relative}.xml-splitline-ninth-library-pad .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-library-pad .title-container .centerimg .line{width:350%;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:2px}.xml-splitline-Redtheme1-library-pad .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-library-pad .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme1-library-pad .title-container .linebox .left-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:45%;margin-right:10px}.xml-splitline-Redtheme1-library-pad .title-container .linebox .left-line .line{height:2px;background:var(--background-color);position:relative;margin-left:-4px}.xml-splitline-Redtheme1-library-pad .title-container .linebox .left-line .line::before{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:11px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-pad .title-container .linebox .left-line .line::after{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:20px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-pad .title-container .linebox .left-line .line .circle{width:5px;height:5px;background-color:var(--background-color);border-radius:50%;position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-splitline-Greytheme2-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-library-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-library-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-library-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-library-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-library-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-library-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-library-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-library-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-library-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .left-block-box>div:nth-child(odd),.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .right-block-box>div:nth-child(odd){margin-top:5px}.xml-splitline-Yellowtheme3-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .left-block-box{width:20px;height:10px;position:absolute;top:-2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .left-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .right-block-box{width:20px;height:10px;position:absolute;bottom:-5px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .right-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .line-con{width:100%;height:20%;border-bottom:2px dotted var(--background-color);position:relative}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .line-con::before{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;top:-2px}.xml-splitline-Yellowtheme3-library-pad .title-container .linebox .line-con::after{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;bottom:-8px}.xml-splitline-Bluetheme1-library-pad{margin-top:0}.xml-splitline-Bluetheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-library-pad .title-container .linebox{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:relative}.xml-splitline-Bluetheme1-library-pad .title-container .linebox::after{content:"";width:100%;height:2px;background-color:var(--background-color);position:absolute}.xml-splitline-Bluetheme1-library-pad .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;z-index:9;padding:0 5px}.xml-splitline-Bluetheme1-library-pad .title-container .linebox .iconbox .circle{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 2px}.xml-splitline-Bluetheme2-library-pad,.xml-splitline-Yellowtheme2-library-pad{margin-top:0}.xml-splitline-Bluetheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-library-pad .title-container .linebox{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.xml-splitline-Bluetheme2-library-pad .title-container .linebox>div{width:15px;height:10px;position:relative;background-color:#fff;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-splitline-Bluetheme2-library-pad .title-container .linebox>div::before{content:"";width:8px;height:8px;background-color:var(--background-color);border-radius:50%;position:absolute}.xml-splitline-Bluetheme2-library-pad .title-container .linebox::after{content:"";width:100%;border-top:4px dotted var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox .linebox-circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color)}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9;background:#fff;height:20px}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox .iconbox .circle{width:8px;height:8px;background-color:var(--background-color);border-radius:50%;margin:0 15px}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox .iconbox::after{content:"";width:100%;border-bottom:2px solid var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-pad .title-container .linebox::before{content:"";width:100%;height:3px;background-color:var(--background-color);position:absolute}.xml-splitline-Redtheme4-library-pad{margin-top:0}.xml-splitline-Redtheme4-library-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-pad .title-container .linebox{width:100%;height:100%}.xml-splitline-Redtheme4-library-pad .title-container .linebox .top-linecon{width:100%;height:2px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-pad .title-container .linebox .top-linecon::before{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-right:5%}.xml-splitline-Redtheme4-library-pad .title-container .linebox .top-linecon::after{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-left:5%}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon .left-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon .left-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-left:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon .line{width:30%;margin:0 5px 0 10px;background:var(--background-color)}.xml-splitline-Greytheme1-library-pad,.xml-splitline-Yellowtheme1-library-pad{margin-top:0}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon .right-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-pad .title-container .linebox .bottom-linecon .right-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-right:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Yellowtheme1-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox .left-block{width:10px;height:10px;background-color:var(--background-color)}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox .linecon{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox .linecon::before{content:"";width:95%;border-top:2px dotted var(--background-color);position:absolute;top:-3px;left:5px}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox .linecon::after{content:"";width:95%;border-bottom:2px dotted var(--background-color);position:absolute;bottom:-3px;left:5px}.xml-splitline-Yellowtheme1-library-pad .title-container .linebox .right-icon{margin-left:-25px}.xml-splitline-Greytheme1-library-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-library-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-library-pad .title-container .linebox .left-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px}.xml-splitline-Greytheme1-library-pad .title-container .linebox .left-icon .block{width:11px;height:15px;background-color:var(--background-color)}.xml-splitline-Greytheme1-library-pad .title-container .linebox .left-icon .triangle{width:0;height:0;border:6px solid var(--background-color);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-top:2px}.xml-splitline-Bluetheme4-library-pad,.xml-splitline-second-library-pc{margin-top:0}.xml-splitline-Greytheme1-library-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-library-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme4-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-pad .title-container .linebox{width:100%;height:100%}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .top-lineconbox{width:80%;height:3px;background-color:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .top-lineconbox::before{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;left:-8px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .top-lineconbox::after{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;right:-8px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox{border-top:1px solid var(--background-color);margin-top:2px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox::before{content:"";width:10px;height:10px;background:linear-gradient(45deg,#fff,#fff 50%,transparent 50%,transparent 100%);border-left:1px solid var(--background-color);border-bottom:1px solid var(--background-color);position:absolute;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-5px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox .linecon1{width:40%;border-top:1px solid var(--background-color);margin-top:2px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox .linecon2{width:40%;border-top:1px solid var(--background-color);margin-top:2px;position:relative}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox .linecon2::after{content:"";width:4px;height:2px;background:#fff;position:absolute;left:2px;top:-2px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox .bottom-block1{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);margin-top:1px;margin-left:10px}.xml-splitline-Bluetheme4-library-pad .title-container .linebox .bottom-lineconbox .bottom-block2{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(-45deg);transform:skewX(-45deg);margin-top:1px;margin-left:12px}.xml-splitline-Twentytwo-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentytwo-library-pad .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentytwo-library-pad .centerimg::before{content:"";width:16px;height:16px;background-color:#fff;border:1px solid var(--background-color);position:absolute;top:-7px;left:47%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentytwo-library-pad .centerimg::after{content:"";width:17px;height:17px;background-color:var(--background-color);border:1px solid #fff;position:absolute;top:-7px;left:49%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentythree-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentythree-library-pad .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentythree-library-pad .centerimg::before{content:"";width:37px;height:6px;background-color:var(--background-color);border:1px solid var(--background-color);position:absolute;top:-2px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfour-library-pad .title-container{overflow:hidden}.xml-splitline-Twentyfour-library-pad .title-container>div{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:solid 1px var(--background-color)!important;position:relative}.xml-splitline-Twentyfour-library-pad .title-container .centerimg{width:26px;height:26px;background:#fff;border:1px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;bottom:5px;left:30px;padding:2px;z-index:99}.xml-splitline-Twentyfour-library-pad .title-container .centerimg>div{width:100%;height:100%;background-color:var(--background-color);z-index:99}.xml-splitline-Twentyfive-library-pad .title-container>div{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none!important;border-left:2px solid var(--background-color)!important;border-right:2px solid var(--background-color)!important;position:relative;padding:0 3px}.xml-splitline-Twentyfive-library-pad .title-container .left-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyfive-library-pad .title-container .left-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;left:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-pad .title-container .left-block-box{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Twentyfive-library-pad .title-container .left-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-pad .title-container .right-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyfive-library-pad .title-container .right-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;right:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-pad .title-container .right-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:3px}.xml-splitline-Twentyfive-library-pad .title-container .right-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg{width:calc(100% - 225px);height:100%;border-bottom:2px solid var(--background-color);position:absolute;left:50%;bottom:-2px;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfive-library-pad .title-container .centerimg>div:nth-child(1){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;left:-6px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg>div:nth-child(1)::after{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;right:0;top:-5px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg>div:nth-child(2){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;right:-6px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg>div:nth-child(2)::before{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;left:0;top:-5px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .left-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;left:-53px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .left-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-5px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .left-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;right:-10px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .right-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;right:-53px}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .right-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;left:-7px;top:-7px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-pad .title-container .centerimg .right-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentysix-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentysix-library-pad .title-container .left-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid transparent;border-bottom:8px solid transparent;border-left:10px solid var(--background-color);margin-right:-12px}.xml-splitline-Twentysix-library-pad .title-container .centerimg{width:95%;height:2px;background:var(--background-color);text-align:center;line-height:2px}.xml-splitline-Twentysix-library-pad .title-container .centerimg>div{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;display:inline-block;margin-top:-7px;position:relative}.xml-splitline-Twentysix-library-pad .title-container .centerimg>div::before{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;bottom:-7px;left:-7px}.xml-splitline-Twentysix-library-pad .title-container .centerimg>div::after{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;top:-7px;right:-7px}.xml-splitline-Twentysix-library-pad .title-container .right-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid var(--background-color);border-bottom:8px solid transparent;border-left:10px solid transparent;margin-left:-12px}.xml-splitline-Twentyseven-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-Twentyseven-library-pad .title-container>div:nth-child(even){width:15px;height:5px;background-color:var(--background-color);margin:0 10px;border-radius:2px}.xml-splitline-Twentyseven-library-pad .title-container>div:nth-child(odd){width:35px;height:5px;background-color:var(--background-color);border-radius:2px}.xml-splitline-Twentyeight-library-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentyeight-library-pad .title-container .left-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-left:3px}.xml-splitline-Twentyeight-library-pad .title-container .left-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyeight-library-pad .title-container .left-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;right:-2px}.xml-splitline-Twentyeight-library-pad .title-container .centerimg{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;margin:0 4px}.xml-splitline-Twentyeight-library-pad .title-container .right-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-right:3px}.xml-splitline-Twentyeight-library-pad .title-container .right-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyeight-library-pad .title-container .right-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;left:-2px}.xml-splitline-Twentyeight-library-pad .title-container .side-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Twentyeight-library-pad .title-container .side-block-box .round{width:6px;height:6px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%}.xml-splitline-Twentyeight-library-pad .title-container .side-block-box .icon{width:8px;height:8px;position:relative;margin:0 3px}.xml-splitline-Twentyeight-library-pad .title-container .side-block-box .icon::before{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentyeight-library-pad .title-container .side-block-box .icon::after{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-splitline-second-library-pc .title-container{height:30px;padding-top:10px}.xml-splitline-second-library-pc .title-container .line1{width:90%;border-bottom:2px solid var(--background-color);margin-bottom:5px;position:relative}.xml-splitline-second-library-pc .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;left:0;top:-1px}.xml-splitline-second-library-pc .title-container .line2{width:90%;border-bottom:2px solid var(--background-color);float:right;margin-top:5px;position:relative}.xml-splitline-second-library-pc .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:var(--background-color);position:absolute;right:0;top:-1px}.xml-splitline-fourth-library-pc{margin-top:0}.xml-splitline-fourth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-library-pc .title-container .centerimg{width:70px;height:20px;margin-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline1{width:2px;height:10px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:2px}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline2{width:2px;height:20px;background:var(--background-color);-webkit-transform:rotate(-25deg);transform:rotate(-25deg);margin-left:6px}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline3{width:2px;height:25px;background:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:11px;margin-top:-1px}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline4{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);margin-left:11px}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline5{width:2px;height:15px;background:var(--background-color);-webkit-transform:rotate(55deg);transform:rotate(55deg);margin-left:9px;margin-top:1px}.xml-splitline-fourth-library-pc .title-container .centerimg .foldline6{width:2px;height:16px;background:var(--background-color);-webkit-transform:rotate(-68deg);transform:rotate(-68deg);margin-left:12px;margin-top:-2px}.xml-splitline-eighth-library-pc,.xml-splitline-fifth-library-pc,.xml-splitline-seventh-library-pc,.xml-splitline-sixth-library-pc,.xml-splitline-tenth-library-pc{margin-top:0}.xml-splitline-fourth-library-pc .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-fifth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-library-pc .title-container .centerimg{width:30px;height:30px;border:1px solid var(--background-color);border-radius:50%;margin:0 10px;position:relative}.xml-splitline-fifth-library-pc .title-container .centerimg>div{width:15px;height:15px;border:1px solid var(--background-color);border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-library-pc .title-container .line{width:40%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-library-pc .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-library-pc .title-container .centerimg .block1{width:4px;height:15px;background-color:var(--background-color);border-radius:5px}.xml-splitline-sixth-library-pc .title-container .centerimg .block2{width:4px;height:25px;background-color:var(--background-color);border-radius:5px;margin-left:5px}.xml-splitline-sixth-library-pc .title-container .line1{width:73%;border-bottom:2px solid var(--background-color)}.xml-splitline-sixth-library-pc .title-container .line2{width:15%;border-bottom:2px solid var(--background-color)}.xml-splitline-seventh-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-library-pc .title-container .centerimg{width:80%;height:20px;background-color:var(--background-color)}.xml-splitline-seventh-library-pc .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-library-pc .title-container .dotted>div{width:2px;height:100%;background-color:var(--background-color)}.xml-splitline-eighth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-library-pc .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-library-pc .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid var(--background-color)}.xml-splitline-eighth-library-pc .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid var(--background-color)}.xml-splitline-tenth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-library-pc .title-container>div{width:100%}.xml-splitline-tenth-library-pc .title-container .centerimg{width:100%;height:10px;background-color:var(--background-color)}.xml-splitline-tenth-library-pc .title-container .line{width:100;height:2px;background-color:var(--background-color);margin-top:3px}.xml-splitline-Greytheme2-library-pc,.xml-splitline-Greytheme3-library-pc,.xml-splitline-Greytheme5-library-pc,.xml-splitline-Yellowtheme3-library-pc,.xml-splitline-eleventh-library-pc,.xml-splitline-ninth-library-pc{margin-top:0}.xml-splitline-eleventh-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-library-pc .title-container>div{width:100%}.xml-splitline-eleventh-library-pc .title-container .centerimg{width:95%;height:5px;background-color:var(--background-color);margin-left:15px;border-radius:2px}.xml-splitline-eleventh-library-pc .title-container .line1{width:10%;height:4px;background-color:var(--background-color);border-radius:5px}.xml-splitline-eleventh-library-pc .title-container .line2{width:4px;height:10px;background-color:var(--background-color);margin-left:20px}.xml-splitline-ninth-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-library-pc .title-container .centerimg{width:30%;height:15px;background-color:var(--background-color);position:relative}.xml-splitline-ninth-library-pc .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-library-pc .title-container .centerimg .line{width:350%;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:2px}.xml-splitline-Redtheme1-library-pc .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-library-pc .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme1-library-pc .title-container .linebox .left-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:45%;margin-right:10px}.xml-splitline-Redtheme1-library-pc .title-container .linebox .left-line .line{height:2px;background:var(--background-color);position:relative;margin-left:-4px}.xml-splitline-Redtheme1-library-pc .title-container .linebox .left-line .line::before{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:11px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-pc .title-container .linebox .left-line .line::after{content:"";width:13px;height:13px;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;right:20px;top:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.xml-splitline-Redtheme1-library-pc .title-container .linebox .left-line .line .circle{width:5px;height:5px;background-color:var(--background-color);border-radius:50%;position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-splitline-Greytheme2-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-library-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-library-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-library-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-library-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-library-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-library-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-library-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-library-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-library-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .left-block-box>div:nth-child(odd),.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .right-block-box>div:nth-child(odd){margin-top:5px}.xml-splitline-Yellowtheme3-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .left-block-box{width:20px;height:10px;position:absolute;top:-2px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .left-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .right-block-box{width:20px;height:10px;position:absolute;bottom:-5px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .right-block-box>div{width:5px;height:5px;background-color:var(--background-color)}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .line-con{width:100%;height:20%;border-bottom:2px dotted var(--background-color);position:relative}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .line-con::before{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;top:-2px}.xml-splitline-Yellowtheme3-library-pc .title-container .linebox .line-con::after{content:"";width:100%;border-top:4px solid var(--background-color);position:absolute;left:0;bottom:-8px}.xml-splitline-Bluetheme1-library-pc{margin-top:0}.xml-splitline-Bluetheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-library-pc .title-container .linebox{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:relative}.xml-splitline-Bluetheme1-library-pc .title-container .linebox::after{content:"";width:100%;height:2px;background-color:var(--background-color);position:absolute}.xml-splitline-Bluetheme1-library-pc .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;z-index:9;padding:0 5px}.xml-splitline-Bluetheme1-library-pc .title-container .linebox .iconbox .circle{width:8px;height:8px;border-radius:50%;background-color:var(--background-color);margin:0 2px}.xml-splitline-Bluetheme2-library-pc,.xml-splitline-Yellowtheme2-library-pc{margin-top:0}.xml-splitline-Bluetheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-library-pc .title-container .linebox{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.xml-splitline-Bluetheme2-library-pc .title-container .linebox>div{width:15px;height:10px;position:relative;background-color:#fff;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-splitline-Bluetheme2-library-pc .title-container .linebox>div::before{content:"";width:8px;height:8px;background-color:var(--background-color);border-radius:50%;position:absolute}.xml-splitline-Bluetheme2-library-pc .title-container .linebox::after{content:"";width:100%;border-top:4px dotted var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox .linebox-circle{width:5px;height:5px;border-radius:50%;background-color:var(--background-color)}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox .iconbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9;background:#fff;height:20px}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox .iconbox .circle{width:8px;height:8px;background-color:var(--background-color);border-radius:50%;margin:0 15px}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox .iconbox::after{content:"";width:100%;border-bottom:2px solid var(--background-color);position:absolute}.xml-splitline-Yellowtheme2-library-pc .title-container .linebox::before{content:"";width:100%;height:3px;background-color:var(--background-color);position:absolute}.xml-splitline-Redtheme4-library-pc{margin-top:0}.xml-splitline-Redtheme4-library-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-pc .title-container .linebox{width:100%;height:100%}.xml-splitline-Redtheme4-library-pc .title-container .linebox .top-linecon{width:100%;height:2px;background:var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-library-pc .title-container .linebox .top-linecon::before{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-right:5%}.xml-splitline-Redtheme4-library-pc .title-container .linebox .top-linecon::after{content:"";width:10%;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;margin-left:5%}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon .left-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon .left-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-left:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon .line{width:30%;margin:0 5px 0 10px;background:var(--background-color)}.xml-splitline-Greytheme1-library-pc,.xml-splitline-Yellowtheme1-library-pc{margin-top:0}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon .right-trianglebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Redtheme4-library-pc .title-container .linebox .bottom-linecon .right-trianglebox>div{width:0;height:0;border:5px solid var(--background-color);border-right:5px solid transparent;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-right:-5px}.xml-splitline-Yellowtheme1-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox .left-block{width:10px;height:10px;background-color:var(--background-color)}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox .linecon{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox .linecon::before{content:"";width:95%;border-top:2px dotted var(--background-color);position:absolute;top:-3px;left:5px}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox .linecon::after{content:"";width:95%;border-bottom:2px dotted var(--background-color);position:absolute;bottom:-3px;left:5px}.xml-splitline-Yellowtheme1-library-pc .title-container .linebox .right-icon{margin-left:-25px}.xml-splitline-Greytheme1-library-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-library-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-library-pc .title-container .linebox .left-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px}.xml-splitline-Greytheme1-library-pc .title-container .linebox .left-icon .block{width:11px;height:15px;background-color:var(--background-color)}.xml-splitline-Greytheme1-library-pc .title-container .linebox .left-icon .triangle{width:0;height:0;border:6px solid var(--background-color);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-top:2px}.xml-splitline-Greytheme1-library-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-library-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme4-library-pc{margin-top:0}.xml-splitline-Bluetheme4-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-pc .title-container .linebox{width:100%;height:100%}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .top-lineconbox{width:80%;height:3px;background-color:var(--background-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .top-lineconbox::before{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;left:-8px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .top-lineconbox::after{content:"";width:7px;height:7px;border:2px solid var(--background-color);border-radius:50%;position:absolute;right:-8px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox{border-top:1px solid var(--background-color);margin-top:2px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox::before{content:"";width:10px;height:10px;background:linear-gradient(45deg,#fff,#fff 50%,transparent 50%,transparent 100%);border-left:1px solid var(--background-color);border-bottom:1px solid var(--background-color);position:absolute;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-5px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox .linecon1{width:40%;border-top:1px solid var(--background-color);margin-top:2px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox .linecon2{width:40%;border-top:1px solid var(--background-color);margin-top:2px;position:relative}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox .linecon2::after{content:"";width:4px;height:2px;background:#fff;position:absolute;left:2px;top:-2px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox .bottom-block1{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(45deg);transform:skewX(45deg);margin-top:1px;margin-left:10px}.xml-splitline-Bluetheme4-library-pc .title-container .linebox .bottom-lineconbox .bottom-block2{width:20px;height:6px;background:var(--background-color);-webkit-transform:skewX(-45deg);transform:skewX(-45deg);margin-top:1px;margin-left:12px}.xml-splitline-Twentytwo-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentytwo-library-pc .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentytwo-library-pc .centerimg::before{content:"";width:16px;height:16px;background-color:#fff;border:1px solid var(--background-color);position:absolute;top:-7px;left:47%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentytwo-library-pc .centerimg::after{content:"";width:17px;height:17px;background-color:var(--background-color);border:1px solid #fff;position:absolute;top:-7px;left:49%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentythree-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentythree-library-pc .centerimg{width:100%;height:2px;background-color:var(--background-color);position:relative}.xml-splitline-Twentythree-library-pc .centerimg::before{content:"";width:37px;height:6px;background-color:var(--background-color);border:1px solid var(--background-color);position:absolute;top:-2px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfour-library-pc .title-container{overflow:hidden}.xml-splitline-Twentyfour-library-pc .title-container>div{width:100%;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:solid 1px var(--background-color)!important;position:relative}.xml-splitline-Twentyfour-library-pc .title-container .centerimg{width:26px;height:26px;background:#fff;border:1px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;bottom:5px;left:30px;padding:2px;z-index:99}.xml-splitline-Twentyfour-library-pc .title-container .centerimg>div{width:100%;height:100%;background-color:var(--background-color);z-index:99}.xml-splitline-Twentyfive-library-pc .title-container>div{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none!important;border-left:2px solid var(--background-color)!important;border-right:2px solid var(--background-color)!important;position:relative;padding:0 3px}.xml-splitline-Twentyfive-library-pc .title-container .left-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyfive-library-pc .title-container .left-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;left:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-pc .title-container .left-block-box{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-splitline-Twentyfive-library-pc .title-container .left-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-pc .title-container .right-top-line{width:20px;height:2px;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyfive-library-pc .title-container .right-bottom-line{width:95px;height:2px;background-color:var(--background-color);position:absolute;right:-2px;bottom:-2px}.xml-splitline-Twentyfive-library-pc .title-container .right-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:3px}.xml-splitline-Twentyfive-library-pc .title-container .right-block-box>div{width:10px;height:10px;background-color:var(--background-color);border:1px solid var(--background-color);margin:0 3px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg{width:calc(100% - 225px);height:100%;border-bottom:2px solid var(--background-color);position:absolute;left:50%;bottom:-2px;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-splitline-Twentyfive-library-pc .title-container .centerimg>div:nth-child(1){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;left:-6px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg>div:nth-child(1)::after{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;right:0;top:-5px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg>div:nth-child(2){width:40%;border-top:2px solid var(--background-color);position:absolute;top:0;right:-6px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg>div:nth-child(2)::before{content:"";width:9px;height:9px;background:#fff;border:1px solid var(--background-color);border-radius:50%;position:absolute;left:0;top:-5px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .left-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;left:-53px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .left-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-5px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .left-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;right:-10px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .right-line-box{width:34px;height:9px;border-top:2px solid var(--background-color);border-bottom:2px solid var(--background-color);position:absolute;top:3px;right:-53px}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .right-line-box::before{content:"";width:2px;height:17px;background-color:var(--background-color);position:absolute;left:-7px;top:-7px;-webkit-transform:rotate(-55deg);transform:rotate(-55deg)}.xml-splitline-Twentyfive-library-pc .title-container .centerimg .right-line-box::after{content:"";width:2px;height:26px;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;-webkit-transform:rotate(55deg);transform:rotate(55deg)}.xml-splitline-Twentysix-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentysix-library-pc .title-container .left-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid transparent;border-bottom:8px solid transparent;border-left:10px solid var(--background-color);margin-right:-12px}.xml-splitline-Twentysix-library-pc .title-container .centerimg{width:95%;height:2px;background:var(--background-color);text-align:center;line-height:2px}body p,pre{line-height:1.5}.xml-splitline-Twentysix-library-pc .title-container .centerimg>div{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;display:inline-block;margin-top:-7px;position:relative}.xml-splitline-Twentysix-library-pc .title-container .centerimg>div::before{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;bottom:-7px;left:-7px}.xml-splitline-Twentysix-library-pc .title-container .centerimg>div::after{content:"";width:7px;height:7px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;position:absolute;top:-7px;right:-7px}.xml-splitline-Twentysix-library-pc .title-container .right-triangle{width:0;height:0;border-top:8px solid transparent;border-right:10px solid var(--background-color);border-bottom:8px solid transparent;border-left:10px solid transparent;margin-left:-12px}.xml-splitline-Twentyseven-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-Twentyseven-library-pc .title-container>div:nth-child(even){width:15px;height:5px;background-color:var(--background-color);margin:0 10px;border-radius:2px}.xml-splitline-Twentyseven-library-pc .title-container>div:nth-child(odd){width:35px;height:5px;background-color:var(--background-color);border-radius:2px}.xml-splitline-Twentyeight-library-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Twentyeight-library-pc .title-container .left-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-left:3px}.xml-splitline-Twentyeight-library-pc .title-container .left-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;left:-2px}.xml-splitline-Twentyeight-library-pc .title-container .left-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;right:-2px}.xml-splitline-Twentyeight-library-pc .title-container .centerimg{width:14px;height:14px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%;margin:0 4px}.xml-splitline-Twentyeight-library-pc .title-container .right-line-box{width:42%;height:2px;background:var(--background-color);position:relative;margin-right:3px}.xml-splitline-Twentyeight-library-pc .title-container .right-line-box::before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-2px;right:-2px}.xml-splitline-Twentyeight-library-pc .title-container .right-line-box::after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--background-color);position:absolute;top:-3px;left:-2px}.xml-splitline-Twentyeight-library-pc .title-container .side-block-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Twentyeight-library-pc .title-container .side-block-box .round{width:6px;height:6px;background-color:var(--background-color);border:2px solid var(--background-color);border-radius:50%}.xml-splitline-Twentyeight-library-pc .title-container .side-block-box .icon{width:8px;height:8px;position:relative;margin:0 3px}.xml-splitline-Twentyeight-library-pc .title-container .side-block-box .icon::before{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-splitline-Twentyeight-library-pc .title-container .side-block-box .icon::after{content:"";width:2px;height:100%;background-color:var(--background-color);position:absolute;top:0;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}body{font-size:16px;color:#333;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}body::after,body::before{content:"";display:table}[class*=van-hairline]::after,img+br{content:" "}a,a:focus,a:hover{color:#09f;text-decoration:none}blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #EEE}img+br{display:block;padding:4px 0}.tippy-arrow:before,.van-clearfix::after,.vjs-loading-spinner:after,.vjs-loading-spinner:before,body .float-clear:after{content:""}body p{margin:0}body strong{font-weight:900}body sub,body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}body sub{bottom:-.5em}body sup{top:-.5em}body .float-clear img{margin:5px}body .magic-fillchar{display:inline-block;min-width:1px;max-width:1px}iframe{border:none}img{max-width:100%}img[data-word-image]{cursor:pointer}pre{margin:.5em 0;padding:2em 1em 1em;border-radius:4px;background:#f5f2f0;white-space:pre}pre::-webkit-scrollbar{height:5px;border-radius:4px;background-color:#b3b3b3}pre::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#000));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}pre::-webkit-scrollbar-track{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #b3b3b3;background-color:#b3b3b3}.video-js,.vjs-no-js{color:#fff;background-color:#000}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle}p+img{margin-top:8px}a.alertImg>img{width:1px!important;height:1px!important}body .span.magic-link{display:inline;text-indent:initial}video.edui-video-video>source{pointer-events:none}@counter-style num1{system:fixed;symbols:"1)" "2)" "3)" "4)" "5)" "6)" "7)" "8)" "9)" "10)" "11)" "12)" "13)" "14)" "15)" "16)" "17)" "18)" "19)" "20)";suffix:" "}@counter-style num2{system:fixed;symbols:"(1)" "(2)" "(3)" "(4)" "(5)" "(6)" "(7)" "(8)" "(9)" "(10)" "(11)" "(12)" "(13)" "(14)" "(15)" "(16)" "(17)" "(18)" "(19)" "(20)";suffix:" "}@counter-style cn{system:fixed;symbols:"一." "二." "三." "四." "五." "六." "七." "八." "九." "十." "十一." "十二." "十三." "十四." "十五." "十六." "十七." "十八." "十九." "二十.";suffix:" "}@counter-style cn1{system:fixed;symbols:"一)" "二)" "三)" "四)" "五)" "六)" "七)" "八)" "九)" "十)" "十一)" "十二)" "十三)" "十四)" "十五)" "十六)" "十七)" "十八)" "十九)" "二十)";suffix:" "}@counter-style cn2{system:fixed;symbols:"(一)" "(二)" "(三)" "(四)" "(五)" "(六)" "(七)" "(八)" "(九)" "(十)" "(十一)" "(十二)" "(十三)" "(十四)" "(十五)" "(十六)" "(十七)" "(十八)" "(十九)" "(二十)";suffix:" "}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYSy2hLaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4jC5t2/j+W2+MnCzM4DAtTC+5cg0OyNYnIOBCUQBAAceB90AeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzJRiV3RAAABjAAAAFZjbWFwOfT3xgAAAmgAAAMiZ2x5ZgMJ0sMAAAXQAAARCGhlYWQSy2hLAAAA4AAAADZoaGVhDgMHIQAAALwAAAAkaG10eOAAAAAAAAHkAAAAhGxvY2E9NEHGAAAFjAAAAERtYXhwATIAgQAAARgAAAAgbmFtZdXH9aAAABbYAAACCnBvc3RAAl/0AAAY5AAAAZ4AAQAABwAAAAAABwAAAP//BwEAAQAAAAAAAAAAAAAAAAAAACEAAQAAAAEAAFYfTwlfDzz1AAsHAAAAAADWVg6nAAAAANZWDqcAAAAABwEHAAAAAAgAAgAAAAAAAAABAAAAIQB1AAcAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEGygGQAAUAAARxBOYAAAD6BHEE5gAAA1wAVwHOAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQPEB8SAHAAAAAKEHAAAAAAAAAQAAAAAAAAAAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAUAAAADAAAALAAAAAQAAAGSAAEAAAAAAIwAAwABAAAALAADAAoAAAGSAAQAYAAAAAQABAABAADxIP//AADxAf//AAAAAQAEAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAGQAAAAAAAAACAAAPEBAADxAQAAAAEAAPECAADxAgAAAAIAAPEDAADxAwAAAAMAAPEEAADxBAAAAAQAAPEFAADxBQAAAAUAAPEGAADxBgAAAAYAAPEHAADxBwAAAAcAAPEIAADxCAAAAAgAAPEJAADxCQAAAAkAAPEKAADxCgAAAAoAAPELAADxCwAAAAsAAPEMAADxDAAAAAwAAPENAADxDQAAAA0AAPEOAADxDgAAAA4AAPEPAADxDwAAAA8AAPEQAADxEAAAABAAAPERAADxEQAAABEAAPESAADxEgAAABIAAPETAADxEwAAABMAAPEUAADxFAAAABQAAPEVAADxFQAAABUAAPEWAADxFgAAABYAAPEXAADxFwAAABcAAPEYAADxGAAAABgAAPEZAADxGQAAABkAAPEaAADxGgAAABoAAPEbAADxGwAAABsAAPEcAADxHAAAABwAAPEdAADxHQAAAB0AAPEeAADxHgAAAB4AAPEfAADxHwAAAB8AAPEgAADxIAAAACAAAAAAAAAADgBoAH4AzADgAQIBQgFsAZgBwgIYAlgCtALgAzADsAPeBDAElgTcBSQFZgWKBiAGZga0BuoHWAgSCFgIbgiEAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAbADQAAAkCEyIHDgEHBhAXHgEXFiA3PgE3NhAnLgEnJgMiJy4BJyY0Nz4BNzYyFx4BFxYUBw4BBwYC6wHA/kCVmIuGzjk7OznOhosBMIuGzjk7OznOhouYeW9rpi0vLy2ma2/yb2umLS8vLaZrbwIwAVABUAGbOznOhov+0IuGzjk7OznOhosBMIuGzjk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiEGIAAHABcAJwAqAAABNCcmJxUXNjcUBxc2NTQnLgEnFR4BFxYBBwEhESEBEQEGBxU2Nxc3AQcXBNA0MlW4A7spcU1FQ+6VbKovMfu0XwFh/p8BKwF1AT5QWZl6mV/9YJycA4BhUlAqpbgYGGNicZKknYyHvSKaIJNlaQIsX/6f/kD+iwH2/sI9G5ojZJhfBJacnAAAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYACAAOAAABNCcmJxE2NzYBESEBEQEFZTQyVFQyNPwQASsBdf6LA4BhUlAq/aYqUFIBQf5A/osEqv6LAAMAAAAABiAGDwAFAA4AIgAAExEhAREBBTQnJicRNjc2AxUeARcWFAcOAQcVPgE3NhAnLgHgASsBdf6LAsU0MlVVMjS7bKovMTEvqmyV7kNFRUPuBGD+QP6LBKr+i+BhUlAq/aYqUFIC8Jogk2Vp6GllkyCaIr2HjAE6jIe9AAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gATABcAAAEhIg4BFREUHgEzITI+ATURNC4BAyERIQVA/IApRCgoRCkDgClEKChEKfyAA4AF1ShEKfyAKUQoKEQpA4ApRCj76wOAAAYAAAAABmsGawAIAA0AFQAeACMALAAACQEmIyIHBgcBJS4BJwEFIQE2NzY1NAUBBgcGFRQXIQUeARcBMwEWMzI3NjcBAr4BZFJQhHt2YwESA44z7Z/+7gLl/dABel0zNfwS/t1dMzUPAjD95DPtnwESeP7dU0+Ee3Zj/u4D8AJoEy0rUf4nd6P6PP4nS/1zZn+Ej0tLAfhmf4SPS0pLo/o8Adn+CBMtK1EB2QAFAAAAAAZrBdYAEwAXABsAHwAjAAABISIOARURFB4BMyEyPgE1ETQuAQEhFSEBITUhBSE1ITUhNSEF1ftWKUUoKEUpBKopRSgoRfstASr+1gLq/RYC6gHA/tYBKv0WAuoF1ShEKfyAKUQoKEQpA4ApRCj9q5X+1ZWVlZaVAAAAAAMAAAAABiAF1gATACsAQwAAASEiDgEVERQeATMhMj4BNRE0LgEBIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFi/vqKEUoKEUoBBYoRSgoRf2CcJWVcCsf4B8sLB/gHysCC3CVlXAsH+AfKysf4B8sBdUoRCn8gClEKChEKQOAKUQo/fYl4CVKHywsHwEqHywsH0ol4CVKHywsHwEqHywsHwAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIQZsADEAAAEiBgcBNjQnAR4BMzI+ATQuASIOARUUFwEuASMiDgEUHgEzMjY3AQYVFB4BMj4BNC4BBUAqSx797AcHAg8eTys9Zzw8Z3pnPAf98R5PKz1nPDxnPStPHgIUBjtkdmQ7O2QCTx4cATcbMhsBNB0gPGd6Zzw8Zz0ZG/7NHCA8Z3pnPCAc/soZGDtkOjpkdmQ7AAAAAAIAAAAABlkGawBDAFAAAAE2NCc3PgEnAy4BDwEmLwEuASMhIgYPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEzITI2PwE2NxcWNjcTNiYnBSIuATQ+ATIeARQOAQWrBQWeCgYHlgcaDLo8QhwDFQ7+1g4VAhxEOroNGgeVBwULnQUFnQsFB5UHGg26O0McAhUOASoOFQIcRDq6DRoHlQcFC/04R3hGRniOeEZGeAM3Kj4qewkbDAEDDAkFSy4bxg4SEg7GHC1LBQkM/v0MGwl7Kj4qewkbDP79DAkFSy4bxg4SEg7GHC1LBQkMAQMMGwlBRniOeEZGeI54RgABAAAAAAZrBmsAGAAAExQXHgEXFiA3PgE3NhAnLgEnJiAHDgEHBpU7Oc6GiwEwi4bOOTs7Oc6Gi/7Qi4bOOTsDgJiLhs45Ozs5zoaLATCLhs45Ozs5zoaLAAAAAAIAAAAABmsGawAYADEAAAEiBw4BBwYQFx4BFxYgNz4BNzYQJy4BJyYDIicuAScmNDc+ATc2MhceARcWFAcOAQcGA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi5h5b2umLS8vLaZrb/Jva6YtLy8tpmtvBms7Oc6Gi/7Qi4bOOTs7Oc6GiwEwi4bOOTv6wC8tpmtv8m9rpi0vLy2ma2/yb2umLS8AAwAAAAAGawZrABgAMQA+AAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmAyInLgEnJjQ3PgE3NjIXHgEXFhQHDgEHBhMUDgEiLgE0PgEyHgEDgJiKhs85Ozs5z4aKATCKhs85Ozs5z4aKmHlva6YtLy8tpmtv8m9rpi0vLy2ma29nPGd6Zzw8Z3pnPAZrOznPhor+0IqGzzk7OznPhooBMIqGzzk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAlU9Zzw8Z3pnPDxnAAAABAAAAAAGIAYhABMAHwApAC0AAAEhIg4BFREUHgEzITI+ATURNC4BASM1IxUjETMVMzU7ASEyFhURFAYjITczNSMFi/vqKEUoKEUoBBYoRSgoRf2CcJVwcJVwlgEqHywsH/7WcJWVBiAoRSj76ihFKChFKAQWKEUo/ICVlQHAu7ssH/7WHyxw4AAAAAACAAAAAAZrBmsAGAAkAAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmEwcJAScJATcJARcBA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi91p/vT+9GkBC/71aQEMAQxp/vUGazs5zoaL/tCLhs45Ozs5zoaLATCLhs45O/wJaQEL/vVpAQwBDGn+9QELaf70AAABAAAAAAXWBrYAJwAAAREJAREyFxYXFhQHBgcGIicmJyY1IxQXHgEXFjI3PgE3NjQnLgEnJgOA/osBdXpoZjs9PTtmaPRoZjs9lS8tpWtv9G9rpS0vLy2la28FiwEq/ov+iwEqPTtmaPNpZTw9PTxlaXl5b2umLS8vLaZrb/Nva6UuLwABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcBBM8AFwAhADgATwBmAHEAdAAAAREzNhcWFxYXFhcWBw4BBwYHBicmLwEmNxY2NzYuAQcRFAUWNzY/ATY3NjU2JyMGFxYfARYXFhcUFxY3Nj8BNjc2NzYnIwYXFh8BFhcWFRYXFjc2PwE2NzY3NicjBhcWHwEWFxYVFgUzPwEVMxEjBgsBARUnAxwcaC5MND0sTSsvCgdVREdTNWg1KgECq1JrCQcwYkABfhoSCxAKJBQXAX4dAQMCBgMnFxsBJBoSCxAKJBQWAQF+HgEEAgUEJxcbASMZEwsQCiQUFgEBfh4BBAIFBCcXGwH5Q+5B4arNDfHvAhaOAckC/QIBAwwPHzdcZXlZmC8xCAQBAQIDBMIDVkxCZDQF/pUHwgcTCyAUQEdPU8etCAgFCQZHTFxbwLoHEwsgFEBHT1PHrQgIBQkGR0xcW8C6BxMLIBRAR09Tx60ICAUJBkdMXFvAwGQBZQMMFf6D/oYB/fkBAAABAAAAAAYhBrYALAAAASIHDgEHBhURFB4BOwERITU0Nz4BNzYyFx4BFxYdASERMzI+ATURNCcuAScmA4CJfXi6MzU8Zz3g/tUpKJFeYdRhXpEoKf7V4D1nPDUzunh9BrU0M7t4fYn99j1nPAJVlWthXpAoKSkokF5ha5X9qzxnPQIKiX14uzM0AAAAAAIAAAAABUAFQAACAAYAAAkCIREzEQHAAnv9hQLrlQHAAcABwPyAA4AAAAAAAgAAAAAFQAVAAAMABgAAATMRIwkBEQHAlZUBBQJ7BUD8gAHA/kADgAAAAAAAABAAxgABAAAAAAABAAcAAAABAAAAAAACAAcABwABAAAAAAADAAcADgABAAAAAAAEAAcAFQABAAAAAAAFAAsAHAABAAAAAAAGAAcAJwABAAAAAAAKACsALgABAAAAAAALABMAWQADAAEECQABAA4AbAADAAEECQACAA4AegADAAEECQADAA4AiAADAAEECQAEAA4AlgADAAEECQAFABYApAADAAEECQAGAA4AugADAAEECQAKAFYAyAADAAEECQALACYBHlZpZGVvSlNSZWd1bGFyVmlkZW9KU1ZpZGVvSlNWZXJzaW9uIDEuMFZpZGVvSlNHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBWAGkAZABlAG8ASgBTAFIAZQBnAHUAbABhAHIAVgBpAGQAZQBvAEoAUwBWAGkAZABlAG8ASgBTAFYAZQByAHMAaQBvAG4AIAAxAC4AMABWAGkAZABlAG8ASgBTAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.video-js{display:block;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js .vjs-tech,.video-js.vjs-fill{width:100%;height:100%}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{-webkit-box-sizing:inherit;box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js .vjs-time-tooltip,.vjs-error .vjs-error-display:before,.vjs-menu .vjs-menu-content,.vjs-no-js{font-family:Arial,Helvetica,sans-serif}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js .vjs-tech{position:absolute;top:0;left:0}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;font-size:18px;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;-webkit-transition:all .4s;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;-webkit-transition:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),to(rgba(255,255,255,0)));background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto;-webkit-box-sizing:content-box;box-sizing:content-box}.video-js .vjs-modal-dialog>*{-webkit-box-sizing:border-box;box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;overflow:auto;-webkit-box-sizing:content-box;box-sizing:content-box}.vjs-menu .vjs-menu-content>*{-webkit-box-sizing:border-box;box-sizing:border-box}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;top:0;padding:0;margin:0;-webkit-transition:all .4s;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-ms-flex:none;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:4em;-ms-touch-action:none;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{-webkit-box-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:#fff;background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:none;-ms-flex:none;flex:none;padding-left:2em;padding-right:2em;padding-bottom:3em}.vjs-poster,.vjs-poster img{padding:0;vertical-align:middle}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.video-js .vjs-volume-panel{-webkit-transition:width 1s;transition:width 1s;display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:9em;-webkit-transition:width .1s;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3.5em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster img{display:block;margin:0 auto;max-height:100%;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider,.vjs-loading-spinner,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration,.vjs-time-divider{display:none}.video-js .vjs-time-control{-webkit-box-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control{width:0!important;white-space:nowrap}.vjs-time-divider{line-height:3em}.video-js .vjs-play-control .vjs-icon-placeholder{cursor:pointer;-webkit-box-flex:none;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-ms-flex:none;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);-webkit-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:0s linear .3s forwards vjs-spinner-show;animation:0s linear .3s forwards vjs-spinner-show}.vjs-loading-spinner:after,.vjs-loading-spinner:before{position:absolute;margin:-6px;-webkit-box-sizing:inherit;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:#fff transparent transparent}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%,100%,20%,60%{border-top-color:#73859f}35%{border-top-color:#fff}}@-webkit-keyframes vjs-spinner-fade{0%,100%,20%,60%{border-top-color:#73859f}35%{border-top-color:#fff}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f11d";font-size:1.5em;line-height:inherit}.vjs-custom-skin>.video-js,.vjs-custom-skin>.video-js .vjs-menu li{font-family:"PingFang SC","Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft YaHei","微软雅黑",sans-serif}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-ms-flex:auto;flex:auto;display:block}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto}.vjs-text-track-settings .vjs-track-settings-colors{display:block;grid-column:1;grid-row:1}.vjs-text-track-settings .vjs-track-settings-font{grid-column:2;grid-row:1}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:2;grid-row:2}}.vjs-track-setting>select{margin-right:5px}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(88%,#fff),to(#73859f));background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.js-focus-visible .video-js :focus:not(.focus-visible),.tippy-box,.video-js :focus:not(:focus-visible),[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus{outline:0}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(88%,#fff),to(#73859f));background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}@media \0 screen{.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:hidden}}@media (max-width:480px){.video-js .vjs-volume-panel .vjs-volume-control{display:none}}.vjs-custom-skin>.video-js .vjs-controls-disabled .vjs-big-play-button,.vjs-custom-skin>.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button{display:none!important}.vjs-custom-skin>.video-js{width:100%}.video-js.vjs-no-flex .vjs-menu-button-inline,.vjs-custom-skin>.video-js .vjs-menu-button-inline.vjs-slider-active,.vjs-custom-skin>.video-js .vjs-menu-button-inline:focus,.vjs-custom-skin>.video-js .vjs-menu-button-inline:hover{width:10em}.vjs-custom-skin>.video-js .vjs-control{width:3em}.vjs-custom-skin>.video-js .vjs-control.vjs-live-control{width:auto;padding-left:.5em;letter-spacing:.1em}.vjs-custom-skin>.video-js .vjs-menu-button-inline:before{width:1.5em}.vjs-menu-button-inline .vjs-menu{left:3em}.video-js.vjs-ended .vjs-loading-spinner{display:none}.video-js.vjs-ended .vjs-big-play-button{display:block!important}.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.vjs-custom-skin>.video-js .vjs-big-play-button{display:block}.vjs-custom-skin>.video-js .vjs-big-play-button{top:50%;left:50%;margin-left:-1.5em;background-color:rgba(0,0,0,.45);font-size:3.5em;height:2em!important;line-height:2em!important;margin-top:-1em!important}.video-js:hover .vjs-big-play-button,.vjs-custom-skin>.video-js .vjs-big-play-button:active,.vjs-custom-skin>.video-js .vjs-big-play-button:focus{background-color:rgba(36,131,213,.9)}.vjs-custom-skin>.video-js .vjs-loading-spinner{border-color:rgba(36,131,213,.8)}.vjs-custom-skin>.video-js .vjs-control-bar2{background-color:#000}.vjs-custom-skin>.video-js .vjs-control-bar{color:#fff;font-size:14px}.vjs-custom-skin>.video-js .vjs-play-progress,.vjs-custom-skin>.video-js .vjs-volume-level{background-color:#2483d5}.vjs-custom-skin>.video-js .vjs-play-progress:before{top:-.3em}.vjs-custom-skin>.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.3em}.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:0}.vjs-custom-skin>.video-js .vjs-menu li{padding:0;line-height:2em;font-size:1.1em}.vjs-custom-skin>.video-js .vjs-mouse-display:after,.vjs-custom-skin>.video-js .vjs-play-progress:after,.vjs-custom-skin>.video-js .vjs-time-tooltip{border-radius:0;font-size:1em;padding:0;width:3em;height:1.5em;line-height:1.5em;top:-3em;min-width:4em}.vjs-custom-skin>.video-js .vjs-menu-button-popup .vjs-menu{width:5em;left:-1em}.vjs-custom-skin>.video-js .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:0}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-play-control{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-time-control{padding:0;margin:0 .1em;text-align:center;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value{font-size:1.2em;line-height:2.4}.vjs-custom-skin>.video-js .vjs-progress-control.vjs-control{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-volume-menu-button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-resolution-button{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-resolution-button .vjs-resolution-button-label{display:block;line-height:3em}.van-multi-ellipsis--l2,.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-playback-rate{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-fullscreen-control{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;-webkit-transition-property:visibility,opacity,-webkit-transform;transition-property:visibility,opacity,-webkit-transform;transition-property:transform,visibility,opacity;transition-property:transform,visibility,opacity,-webkit-transform}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;-webkit-transform-origin:center top;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;-webkit-transform-origin:center bottom;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;-webkit-transform-origin:center left;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;-webkit-transform-origin:center right;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{-webkit-transition-timing-function:cubic-bezier(.54,1.5,.38,1.11);transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;-webkit-box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{-webkit-transform:translateX(-10px);transform:translateX(-10px)}html{-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC",miui,"Hiragino Sans GB","Microsoft Yahei",sans-serif}a{text-decoration:none}button,input,textarea{color:inherit;font:inherit}ol,ul{margin:0;padding:0;list-style:none}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{-webkit-line-clamp:2}.van-multi-ellipsis--l3{-webkit-line-clamp:3}.van-clearfix::after{display:table;clear:both}[class*=van-hairline]::after{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid #ebedf0;-webkit-transform:scale(.5);transform:scale(.5)}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--top::after{border-top-width:1px}.van-hairline--left::after{border-left-width:1px}.van-hairline--right::after{border-right-width:1px}.van-hairline--bottom::after{border-bottom-width:1px}.van-hairline--top-bottom::after,.van-hairline-unset--top-bottom::after{border-width:1px 0}.van-hairline--surround::after{border-width:1px}@-webkit-keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-fade-in{from{opacity:0}to{opacity:1}}@keyframes van-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes van-fade-out{from{opacity:1}to{opacity:0}}@keyframes van-fade-out{from{opacity:1}to{opacity:0}}@-webkit-keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.van-fade-enter-active{-webkit-animation:.3s van-fade-in both ease-out;animation:.3s van-fade-in both ease-out}.van-fade-leave-active{-webkit-animation:.3s van-fade-out both ease-in;animation:.3s van-fade-out both ease-in}.van-slide-up-enter-active{-webkit-animation:van-slide-up-enter .3s both ease-out;animation:van-slide-up-enter .3s both ease-out}.van-slide-up-leave-active{-webkit-animation:van-slide-up-leave .3s both ease-in;animation:van-slide-up-leave .3s both ease-in}.van-slide-down-enter-active{-webkit-animation:van-slide-down-enter .3s both ease-out;animation:van-slide-down-enter .3s both ease-out}.van-slide-down-leave-active{-webkit-animation:van-slide-down-leave .3s both ease-in;animation:van-slide-down-leave .3s both ease-in}.van-slide-left-enter-active{-webkit-animation:van-slide-left-enter .3s both ease-out;animation:van-slide-left-enter .3s both ease-out}.van-slide-left-leave-active{-webkit-animation:van-slide-left-leave .3s both ease-in;animation:van-slide-left-leave .3s both ease-in}.van-slide-right-enter-active{-webkit-animation:van-slide-right-enter .3s both ease-out;animation:van-slide-right-enter .3s both ease-out}.van-slide-right-leave-active{-webkit-animation:van-slide-right-leave .3s both ease-in;animation:van-slide-right-leave .3s both ease-in}.van-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.van-info,.van-info--dot{background-color:#ee0a24}.van-info{position:absolute;top:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;border:1px solid #fff;border-radius:16px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-popup--bottom,.van-popup--safe-area-inset-bottom{padding-bottom:env(safe-area-inset-bottom)}.van-info--dot{width:8px;min-width:0;height:8px;border-radius:100%}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--center.van-popup--round{border-radius:16px}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 16px 16px}.van-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:16px 0 0 16px}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:16px 16px 0 0}.van-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 16px 16px 0}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-popup-slide-top-enter,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.van-popup-slide-left-enter,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-popup__close-icon:active{color:#969799}.van-popup__close-icon--top-left{top:16px;left:16px}.van-popup__close-icon--top-right{top:16px;right:16px}.van-popup__close-icon--bottom-left{bottom:16px;left:16px}.van-popup__close-icon--bottom-right{right:16px;bottom:16px} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/global.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/global.css index 61cf35d..c03c9b3 100644 --- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/global.css +++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/global.css @@ -1 +1 @@ -.ouchn-container{background:#f3f3f4}.ouchn-container .ouchn-box{width:100%;background:#fff;border-radius:6px;margin:0 0 8px;padding:8px 16px}.ouchn-container .ouchn-box .ouchn-desc,.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .resources-img{margin:0 5px}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container .el-descriptions-item__label{width:140px;min-width:140px;overflow:hidden;white-space:nowrap}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container .el-descriptions-item__content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__label{font-size:14px;font-weight:400;color:#666;line-height:26px;min-width:120px;text-align:right}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__content{font-size:14px;font-family:PingFang SC;font-weight:400;color:#333;line-height:26px}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__cell{padding-bottom:27px}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .resources-text{font-size:14px;font-family:PingFang SC;font-weight:700;color:#333;line-height:26px}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .pt-img{width:20px;height:20px}.ouchn-container .ouchn-box .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#4994fb;color:#fff}.ouchn-container .ouchn-box .el-upload__tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999}.ouchn-container .ouchn-box .el-divider--horizontal{margin:5px 0 18px;background:rgba(220,223,230,.2784313725)}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper{background:#f2f2f2;border-radius:6px}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper table .el-table__cell{padding:6px 0}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper .el-table--medium.el-table__cell{padding:0}.ouchn-container .ouchn-box .ouchn-search-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-filter-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:0}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form{display:grid;row-gap:15px;grid-template-columns:1fr 1fr 1fr 1fr;justify-items:start;width:90%;margin-right:20px}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .left-label label{text-align:left}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:0}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__label{overflow:hidden;white-space:nowrap;font-size:14px;padding:0 10px 0 0;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content{height:30px;line-height:30px}@media (min-width:1600px){.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content{min-width:234px}}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-date-editor.el-input,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-input,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-select{width:100%!important}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-icon-arrow-up:before{content:"\e78f";position:absolute;width:100%;height:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .vue-treeselect__control{display:inherit}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .vue-treeselect__control .vue-treeselect__value-container{font-size:12px}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control{height:30px!important}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control .vue-treeselect__placeholder,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control .vue-treeselect__single-value{line-height:30px!important}.ouchn-container .ouchn-box .ouchn-breadcrumb{display:inline-block;padding:6px 0;font-size:10px;line-height:20px!important;margin-left:0!important}.ouchn-container .ouchn-box .ouchn-box-pannel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ouchn-container .ouchn-box .ouchn-box-pannel .ouchn-box-tabs .el-tabs__header{margin:0}.ouchn-container .ouchn-box .ouchn-box-pannel .ouchn-box-tabs .el-tabs__header .el-tabs__nav-wrap::after{background-color:#fff}.ouchn-container .ouchn-box .ouchn-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img{font-size:16px;font-weight:400;color:#333;line-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title-no-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title-no-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title-no-img>span{margin:0 8px 0 0}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title:before,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title:before,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title:before{content:"";display:block;width:4px;height:20px;overflow:visible;background:#0070c1;margin-right:8px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-img{margin-bottom:5px;width:13px;height:20px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-after-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-after-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-after-img{width:20px;height:20px;margin-right:8px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-right-txt{font-size:14px;font-weight:400;color:#0070c1}.ouchn-container .ouchn-box .ouchn-search-container{background:#fff;border-radius:6px;padding:8px 0}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-title{font-size:18px;font-weight:400;color:#333;margin-bottom:20px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 16px 8px 0}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-label{font-size:14px;color:#333;font-weight:400}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-wrapper{width:200px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-wrapper-date{width:230px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-buttons{width:160px;text-align:right;margin-bottom:0}.ouchn-container .ouchn-box .ouchn-box-pagination{margin-top:20px;text-align:right}.ouchn-container .parent-group{position:relative;padding:var(--book-padding,6px) 15px}.ouchn-container .parent-group+.parent-group{margin-top:var(--book-marginTop,0)}.ouchn-container .parent-group .xml-group-type-text{width:84px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute!important;left:-88px;top:15px;z-index:3;background:#fff;font-size:14px;font-family:PingFang SC;font-weight:400;color:#333;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ouchn-container .parent-group ::-webkit-scrollbar{height:6px;border-radius:4px;background-color:#b3b3b3}.ouchn-container .parent-group ::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#000));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.ouchn-container .parent-group ::-webkit-scrollbar-track{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #b3b3b3;background-color:#b3b3b3}.ouchn-container .el-tree .custom-tree-node{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .el-tree .custom-tree-node span{font-size:14px;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .el-tree .el-tree-node__content{padding:5px 16px 5px 0;border-radius:6px;min-height:32px;margin-bottom:6px}.ouchn-container .el-tree .el-tree-node.is-current>.el-tree-node__content{background:#e1eeff}.ouchn-container .el-tree .el-tree-node.is-current>.el-tree-node__content .custom-tree-node span{font-size:14px;font-family:PingFang SC;font-weight:400;color:#4994fb}.ouchn-container .el-tag-success{color:#fff;background-color:#24c72f;border-color:#24c72f}.ouchn-container .el-tag-error{background-color:#f75858;border-color:#f75858;color:#fff}.ouchn-container .el-tag-warning{color:#fff;background-color:#ffa93a;border-color:#ffa93a}.ouchn-container .el-button-primary{color:#fff;background-color:#249fc7;border-color:#249fc7}.ouchn-container .el-tag-primary{color:#fff;background:#418eed;border-color:#418eed}.ouchn-container ::-webkit-scrollbar{width:4px;height:6px;border-radius:6px;background-color:#f5f5f5}.ouchn-container ::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:6px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#b3b3b3));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.ouchn-container ::-webkit-scrollbar-track{border-radius:6px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.ouchn-container .line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container .demo-commodit-container{background:#fff;border-radius:6px;padding:0;margin-top:20px}.ouchn-container .demo-commodit-container .demo-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ouchn-container .demo-commodit-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:40px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,280px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container .demo-commodit-box{grid-template-columns:repeat(4,280px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card{height:404px;width:282px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-checkbox{position:absolute;left:10px;top:10px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-status{position:absolute;right:0;z-index:1;font-size:14px;font-weight:400;color:#fff;line-height:40px;width:80px;height:30px;background:#4994fb;border-radius:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:280px;width:280px;background:#f9fcff}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox .demo-card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box{padding:11px 10px 0}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-title{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;height:40px;line-height:24px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-title a{overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:11px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .resources-text{font-size:14px;font-weight:400;color:#999;cursor:default}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .resources-img{margin:0 5px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .pt-img{width:20px;height:20px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-type{width:80px;padding:5px;background:#418eed;border-radius:6px;text-align:center;margin-top:10px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-type span{height:14px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fff}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-text{width:128px;border-radius:6px;margin-top:5px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-text span{height:14px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#999;cursor:default}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card-checked{outline:#418eed solid 3px;border-radius:6px}.ouchn-container .demo-commodit-container .demo-pagination{margin-top:20px;text-align:right}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:24px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,294px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box{grid-template-columns:repeat(4,294px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box .demo-commodit-card,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box .demo-commodit-card{height:344px;width:294px}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:220px;width:294px;background:#f9fcff}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:36px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,300px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box{grid-template-columns:repeat(4,300px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box .demo-commodit-card{height:424px;width:300px}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:300px;width:300px;background:#f9fcff}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box{grid-column-gap:40px}.ouchn-container .el-dialog__wrapper.resource-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.9;background:#000}.ouchn-container .el-dialog__wrapper.resource-preview .el-dialog__header{margin:0;padding:0}.ouchn-container .el-dialog__wrapper.resource-preview .el-dialog__body{padding:0}.ouchn-container .el-dialog__wrapper.resource-preview .preview-modal-video{margin-top:0!important}.ouchn-container .el-dialog__wrapper.resource-preview .preview-modal-music{margin-top:0!important;padding:0 5px}.ouchn-container .el-dialog__wrapper .preview-modal{background:0 0!important;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}.ouchn-container .el-dialog__wrapper .preview-modal .el-dialog__header{margin:0;padding:0}.ouchn-container .el-dialog__wrapper .preview-modal .el-dialog__body{padding:0}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-styleType{position:fixed;top:12px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode{width:100%;text-align:center;background:rgba(0,0,0,.368627451);height:93px;position:fixed;bottom:0;margin:auto;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls{margin:auto;z-index:3}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button{margin:12px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner{width:140px;height:48px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner .el-image{margin-right:14px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner span{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner span.active{font-size:16px;font-family:PingFang SC;font-weight:400;color:#fff}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:453px;height:934px;background:url(../../static/images/leaflet/preview/preview-h52.png) center 18px no-repeat,url(../../static/images/leaflet/preview/preview-h5.png) center top no-repeat;background-size:414px 896px,453px 934px;margin-left:100px;-webkit-transform:scale(.7);transform:scale(.7);margin-top:-140px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-h5 .preview-iframe-h5{width:414px!important;height:896px!important;border-radius:36px!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:1021px;height:709px;background:url(../../static/images/leaflet/preview/preview-pc.png) center top no-repeat;background-size:1021px 709px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pc .pc-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:0 78px 0 42px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:493px;height:664px;background:url(../../static/images/leaflet/preview/preview-pad2.png) center 51px no-repeat,url(../../static/images/leaflet/preview/preview-pad.png) center top no-repeat;background-size:429px 565px,493px 664px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-qrcode{width:100px;height:100px;padding:8px;margin-left:-57px;margin-top:55px;background:#fff;border-radius:10px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-qrcode img{max-width:100%}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-export-btn{height:42px;padding:8px;margin-left:-50px;margin-top:158px;background:0 0;border-radius:10px;-webkit-transform:translateX(-57px);transform:translateX(-57px)}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-export-btn button{width:100px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-h5{margin-top:-1px;border-radius:28px;background:#fff;overflow-y:scroll}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-h5::-webkit-scrollbar{width:0!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pad{width:417px;height:551px;margin-top:3px;overflow-y:scroll}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pad::-webkit-scrollbar{width:0!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pc{width:550px;height:528px;margin-top:42px;overflow-y:scroll}.ouchn-container .resource-modal .el-dialog__body{text-align:center;padding:10px}.ouchn-container .resource-modal .el-dialog__body .hovered{-webkit-box-shadow:2px 2px 2px 2px rgba(0,0,0,.35);box-shadow:2px 2px 2px 2px rgba(0,0,0,.35)}.ouchn-container .resource-modal .el-dialog__body .el-radio-button__orig-radio:checked+.el-radio-button__inner{background:#d7d7d7;border-color:#d7d7d7;-webkit-box-shadow:none;box-shadow:none}.ouchn-container .resource-modal .el-dialog__body .el-radio-button__inner{width:80px;height:31px;font-size:13px;padding:8px 27px;font-family:PingFang SC;font-weight:400;color:#333}.inline-audio-box{width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-left:6px}.inline-audio-box .wifi-symbol{width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;-webkit-transform:rotate(135deg);transform:rotate(135deg);position:relative}.inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.inline-audio-box .wifi-symbol.playing .second{-webkit-animation:fadeInOut 1s infinite .2s;animation:fadeInOut 1s infinite .2s}.inline-audio-box .wifi-symbol.playing .third{-webkit-animation:fadeInOut 1s infinite .4s;animation:fadeInOut 1s infinite .4s}.graph-modal .mate-title .mate-text{padding:10px 30px 0;border-radius:12px 12px 0 0;color:#538AE6;font-size:20px;font-weight:600;height:auto}.graph-modal .el-dialog{border-radius:4px!important}.graph-modal .el-dialog .el-dialog__header:has(.mate-title){background-color:#FFF}.graph-modal .el-dialog__header .el-dialog__headerbtn{font-size:24px;top:22px!important;border:none!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.graph-modal .el-dialog__header .el-dialog__headerbtn .el-dialog__close{font-weight:700;color:#666!important}.graph-modal .el-dialog__body{padding:16px 30px 40px}.graph-modal .el-dialog__body .graph-viewer{width:100%}.graph-modal .el-dialog__body .graph-viewer__wrap{background:#FFF;border-radius:24px;border:1px solid #EAEAEA}.graph-modal .el-dialog__body .graph-viewer__desc{padding:20px 18px;border-top:1px solid #EAEAEA;font-size:14px;color:#666}.graph-modal .el-dialog__body .graph-viewer__desc .node-name{font-size:15px;color:#333;font-weight:600}.graph-modal .el-dialog__body .graph-viewer__desc .node-desc{margin-top:6px;max-height:240px;overflow-y:auto;word-break:break-all}.graph-modal .el-dialog__footer{padding:0}.xml-knowledge-graph{width:100%;height:100%;min-height:124px}@-webkit-keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}} \ No newline at end of file +.ouchn-container{background:#f3f3f4}.ouchn-container .ouchn-box{width:100%;background:#fff;border-radius:6px;margin:0 0 8px;padding:8px 16px}.ouchn-container .ouchn-box .ouchn-desc,.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .resources-img{margin:0 5px}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container .el-descriptions-item__label{width:140px;min-width:140px;overflow:hidden;white-space:nowrap}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__container .el-descriptions-item__content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__label{font-size:14px;font-weight:400;color:#666;line-height:26px;min-width:120px;text-align:right}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__content{font-size:14px;font-family:PingFang SC;font-weight:400;color:#333;line-height:26px}.ouchn-container .ouchn-box .ouchn-desc .el-descriptions__body .el-descriptions-item__cell{padding-bottom:27px}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .resources-text{font-size:14px;font-family:PingFang SC;font-weight:700;color:#333;line-height:26px}.ouchn-container .ouchn-box .ouchn-desc .demo-card-box-resources .pt-img{width:20px;height:20px}.ouchn-container .ouchn-box .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#4994fb;color:#fff}.ouchn-container .ouchn-box .el-upload__tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999}.ouchn-container .ouchn-box .el-divider--horizontal{margin:5px 0 18px;background:rgba(220,223,230,.2784313725)}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper{background:#f2f2f2;border-radius:6px}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper table .el-table__cell{padding:6px 0}.ouchn-container .ouchn-box .el-table .el-table__header-wrapper .el-table--medium.el-table__cell{padding:0}.ouchn-container .ouchn-box .ouchn-search-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-filter-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:0}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form{display:grid;row-gap:15px;grid-template-columns:1fr 1fr 1fr 1fr;justify-items:start;width:90%;margin-right:20px}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .left-label label{text-align:left}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:0}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__label{overflow:hidden;white-space:nowrap;font-size:14px;padding:0 10px 0 0;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content{height:30px;line-height:30px}@media (min-width:1600px){.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content{min-width:234px}}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-date-editor.el-input,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-input,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-select{width:100%!important}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .el-form-item__content .el-icon-arrow-up:before{content:"\e78f";position:absolute;width:100%;height:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .vue-treeselect__control{display:inherit}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .el-form-item .vue-treeselect__control .vue-treeselect__value-container{font-size:12px}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control{height:30px!important}.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control .vue-treeselect__placeholder,.ouchn-container .ouchn-box .ouchn-search-box .ouchn-grid-search-form .vue-treeselect__control .vue-treeselect__single-value{line-height:30px!important}.ouchn-container .ouchn-box .ouchn-breadcrumb{display:inline-block;padding:6px 0;font-size:10px;line-height:20px!important;margin-left:0!important}.ouchn-container .ouchn-box .ouchn-box-pannel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ouchn-container .ouchn-box .ouchn-box-pannel .ouchn-box-tabs .el-tabs__header{margin:0}.ouchn-container .ouchn-box .ouchn-box-pannel .ouchn-box-tabs .el-tabs__header .el-tabs__nav-wrap::after{background-color:#fff}.ouchn-container .ouchn-box .ouchn-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img{font-size:16px;font-weight:400;color:#333;line-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title-no-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-with-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title-no-img>span,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title-no-img>span{margin:0 8px 0 0}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img.ouchn-box-title:before,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img.ouchn-box-title:before,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title.ouchn-box-title:before{content:"";display:block;width:4px;height:20px;overflow:visible;background:#0070c1;margin-right:8px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-img{margin-bottom:5px;width:13px;height:20px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title .ouchn-box-title-after-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-no-img .ouchn-box-title-after-img,.ouchn-container .ouchn-box .ouchn-top .ouchn-box-title-with-img .ouchn-box-title-after-img{width:20px;height:20px;margin-right:8px}.ouchn-container .ouchn-box .ouchn-top .ouchn-box-right-txt{font-size:14px;font-weight:400;color:#0070c1}.ouchn-container .ouchn-box .ouchn-search-container{background:#fff;border-radius:6px;padding:8px 0}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-title{font-size:18px;font-weight:400;color:#333;margin-bottom:20px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 16px 8px 0}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-label{font-size:14px;color:#333;font-weight:400}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-wrapper{width:200px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-options .ouchn-filter-option .ouchn-wrapper-date{width:230px}.ouchn-container .ouchn-box .ouchn-search-container .ouchn-filter-box .ouchn-filter-buttons{width:160px;text-align:right;margin-bottom:0}.ouchn-container .ouchn-box .ouchn-box-pagination{margin-top:20px;text-align:right}.ouchn-container .parent-group{position:relative;padding:var(--book-padding,6px) 15px}.ouchn-container .parent-group+.parent-group{margin-top:var(--book-marginTop,0)}.ouchn-container .parent-group .xml-group-type-text{width:84px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute!important;left:-88px;top:15px;z-index:3;background:#fff;font-size:14px;font-family:PingFang SC;font-weight:400;color:#333;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ouchn-container .parent-group ::-webkit-scrollbar{height:6px;border-radius:4px;background-color:#b3b3b3}.ouchn-container .parent-group ::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#000));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.ouchn-container .parent-group ::-webkit-scrollbar-track{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #b3b3b3;background-color:#b3b3b3}.ouchn-container .el-tree .custom-tree-node{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container .el-tree .custom-tree-node span{font-size:14px;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .el-tree .el-tree-node__content{padding:5px 16px 5px 0;border-radius:6px;min-height:32px;margin-bottom:6px}.ouchn-container .el-tree .el-tree-node.is-current>.el-tree-node__content{background:#e1eeff}.ouchn-container .el-tree .el-tree-node.is-current>.el-tree-node__content .custom-tree-node span{font-size:14px;font-family:PingFang SC;font-weight:400;color:#4994fb}.ouchn-container .el-tag-success{color:#fff;background-color:#24c72f;border-color:#24c72f}.ouchn-container .el-tag-error{background-color:#f75858;border-color:#f75858;color:#fff}.ouchn-container .el-tag-warning{color:#fff;background-color:#ffa93a;border-color:#ffa93a}.ouchn-container .el-button-primary{color:#fff;background-color:#249fc7;border-color:#249fc7}.ouchn-container .el-tag-primary{color:#fff;background:#418eed;border-color:#418eed}.ouchn-container ::-webkit-scrollbar{width:4px;height:6px;border-radius:6px;background-color:#f5f5f5}.ouchn-container ::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:6px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#b3b3b3));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.ouchn-container ::-webkit-scrollbar-track{border-radius:6px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.ouchn-container .line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container .demo-commodit-container{background:#fff;border-radius:6px;padding:0;margin-top:20px}.ouchn-container .demo-commodit-container .demo-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ouchn-container .demo-commodit-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:40px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,280px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container .demo-commodit-box{grid-template-columns:repeat(4,280px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card{height:404px;width:282px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-checkbox{position:absolute;left:10px;top:10px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-status{position:absolute;right:0;z-index:1;font-size:14px;font-weight:400;color:#fff;line-height:40px;width:80px;height:30px;background:#4994fb;border-radius:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:280px;width:280px;background:#f9fcff}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox .demo-card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box{padding:11px 10px 0}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-title{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;height:40px;line-height:24px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-title a{overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:11px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .resources-text{font-size:14px;font-weight:400;color:#999;cursor:default}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .resources-img{margin:0 5px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-resources .pt-img{width:20px;height:20px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-type{width:80px;padding:5px;background:#418eed;border-radius:6px;text-align:center;margin-top:10px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-type span{height:14px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fff}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-text{width:128px;border-radius:6px;margin-top:5px}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card .demo-card-body-box .demo-card-box-text span{height:14px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#999;cursor:default}.ouchn-container .demo-commodit-container .demo-commodit-box .demo-commodit-card-checked{outline:#418eed solid 3px;border-radius:6px}.ouchn-container .demo-commodit-container .demo-pagination{margin-top:20px;text-align:right}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:24px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,294px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box{grid-template-columns:repeat(4,294px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box .demo-commodit-card,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box .demo-commodit-card{height:344px;width:294px}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox,.ouchn-container .demo-commodit-container.video-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:220px;width:294px;background:#f9fcff}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box{display:grid;grid-row-gap:20px;grid-column-gap:36px;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,300px)}@media (max-width:1600px){.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box{grid-template-columns:repeat(4,300px);grid-column-gap:8px}}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box .demo-commodit-card{height:424px;width:300px}.ouchn-container .demo-commodit-container.recycle-container .demo-commodit-box .demo-commodit-card .demo-card-imgbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:300px;width:300px;background:#f9fcff}.ouchn-container .demo-commodit-container.recycle-container.video-container .demo-commodit-box{grid-column-gap:40px}.ouchn-container .el-dialog__wrapper.resource-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.9;background:#000}.ouchn-container .el-dialog__wrapper.resource-preview .el-dialog__header{margin:0;padding:0}.ouchn-container .el-dialog__wrapper.resource-preview .el-dialog__body{padding:0}.ouchn-container .el-dialog__wrapper.resource-preview .preview-modal-video{margin-top:0!important}.ouchn-container .el-dialog__wrapper.resource-preview .preview-modal-music{margin-top:0!important;padding:0 5px}.ouchn-container .el-dialog__wrapper .preview-modal{background:0 0!important;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}.ouchn-container .el-dialog__wrapper .preview-modal .el-dialog__header{margin:0;padding:0}.ouchn-container .el-dialog__wrapper .preview-modal .el-dialog__body{padding:0}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-styleType{position:fixed;top:12px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode{width:100%;text-align:center;background:rgba(0,0,0,.368627451);height:93px;position:fixed;bottom:0;margin:auto;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls{margin:auto;z-index:3}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button{margin:12px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner{width:140px;height:48px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner .el-image{margin-right:14px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner span{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-mode .preview-controls .el-radio-button .el-radio-button__inner span.active{font-size:16px;font-family:PingFang SC;font-weight:400;color:#fff}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:453px;height:934px;background:url(../../static/images/leaflet/preview/preview-h52.png) center 18px no-repeat,url(../../static/images/leaflet/preview/preview-h5.png) center top no-repeat;background-size:414px 896px,453px 934px;margin-left:100px;-webkit-transform:scale(.7);transform:scale(.7);margin-top:-140px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-h5 .preview-iframe-h5{width:414px!important;height:896px!important;border-radius:36px!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:1021px;height:709px;background:url(../../static/images/leaflet/preview/preview-pc.png) center top no-repeat;background-size:1021px 709px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pc .pc-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:0 78px 0 42px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-for-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:493px;height:664px;background:url(../../static/images/leaflet/preview/preview-pad2.png) center 51px no-repeat,url(../../static/images/leaflet/preview/preview-pad.png) center top no-repeat;background-size:429px 565px,493px 664px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-qrcode{width:100px;height:100px;padding:8px;margin-left:-57px;margin-top:55px;background:#fff;border-radius:10px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-qrcode img{max-width:100%}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-export-btn{height:42px;padding:8px;margin-left:-50px;margin-top:158px;background:0 0;border-radius:10px;-webkit-transform:translateX(-57px);transform:translateX(-57px)}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-export-btn button{width:100px}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-h5{margin-top:-1px;border-radius:28px;background:#fff;overflow-y:scroll}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-h5::-webkit-scrollbar{width:0!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pad{width:417px;height:551px;margin-top:3px;overflow-y:scroll}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pad::-webkit-scrollbar{width:0!important}.ouchn-container .el-dialog__wrapper .preview-modal .preview-modal-container .preview-screen-pc{width:550px;height:528px;margin-top:42px;overflow-y:scroll}.ouchn-container .resource-modal .el-dialog__body{text-align:center;padding:10px}.ouchn-container .resource-modal .el-dialog__body .hovered{-webkit-box-shadow:2px 2px 2px 2px rgba(0,0,0,.35);box-shadow:2px 2px 2px 2px rgba(0,0,0,.35)}.ouchn-container .resource-modal .el-dialog__body .el-radio-button__orig-radio:checked+.el-radio-button__inner{background:#d7d7d7;border-color:#d7d7d7;-webkit-box-shadow:none;box-shadow:none}.ouchn-container .resource-modal .el-dialog__body .el-radio-button__inner{width:80px;height:31px;font-size:13px;padding:8px 27px;font-family:PingFang SC;font-weight:400;color:#333}.inline-audio-box{width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-left:6px}.inline-audio-box .wifi-symbol{width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;-webkit-transform:rotate(135deg);transform:rotate(135deg);position:relative}.inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.inline-audio-box .wifi-symbol.playing .second{-webkit-animation:fadeInOut 1s infinite .2s;animation:fadeInOut 1s infinite .2s}.inline-audio-box .wifi-symbol.playing .third{-webkit-animation:fadeInOut 1s infinite .4s;animation:fadeInOut 1s infinite .4s}.graph-modal .mate-title .mate-text{padding:10px 30px 0;border-radius:12px 12px 0 0;color:#538AE6;font-size:20px;font-weight:600;height:auto}.graph-modal .el-dialog{border-radius:4px!important}.graph-modal .el-dialog .el-dialog__header:has(.mate-title){background-color:#FFF}.graph-modal .el-dialog__header .el-dialog__headerbtn{font-size:24px;top:22px!important;border:none!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.graph-modal .el-dialog__header .el-dialog__headerbtn .el-dialog__close{font-weight:700;color:#666!important}.graph-modal .el-dialog__body{padding:16px 30px 40px}.graph-modal .el-dialog__body .graph-viewer{width:100%}.graph-modal .el-dialog__body .graph-viewer__wrap{background:#FFF}.graph-modal .el-dialog__body .graph-viewer__wrap .box-title{color:#333;font-size:15px;font-weight:600}.graph-modal .el-dialog__body .graph-viewer__wrap .box-title+div{border-radius:6px;border:1px solid #EAEAEA;padding:10px;margin-top:6px}.graph-modal .el-dialog__body .graph-viewer__wrap .graph-viewer__main{display:-webkit-box;display:-ms-flexbox;display:flex}.graph-modal .el-dialog__body .graph-viewer__wrap .graph-viewer__indexs{border:none!important;padding:0!important;max-height:320px;overflow-y:auto}.graph-modal .el-dialog__body .graph-viewer__wrap .graph-viewer__indexs .index-item{cursor:pointer;border-radius:6px;border:1px solid #EAEAEA;padding:8px}.graph-modal .el-dialog__body .graph-viewer__wrap .graph-viewer__indexs .index-item+.index-item{margin-top:10px}.graph-modal .el-dialog__body .graph-viewer__desc{padding:20px 18px;border-top:1px solid #EAEAEA;font-size:14px;color:#666}.graph-modal .el-dialog__body .graph-viewer__desc .node-name{font-size:15px;color:#333;font-weight:600}.graph-modal .el-dialog__body .graph-viewer__desc .node-desc{margin-top:6px;max-height:240px;overflow-y:auto;word-break:break-all}.graph-modal .el-dialog__footer{padding:0}.xml-knowledge-graph{width:100%;height:100%;min-height:124px}@-webkit-keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/theme.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/theme.css index 018fff2..90b3418 100644 --- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/theme.css +++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/theme.css @@ -1 +1 @@ -@charset "UTF-8";.phone-preview h1,.w-e-text-container h1,.xml-digital-teaching-preview h1{display:block;font-size:2em;-webkit-margin-before:.67em!important;margin-block-start:.67em!important;-webkit-margin-after:.67em!important;margin-block-end:.67em!important;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h2,.w-e-text-container h2,.xml-digital-teaching-preview h2{display:block;font-size:1.5em;-webkit-margin-before:.83em;margin-block-start:.83em;-webkit-margin-after:.83em;margin-block-end:.83em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h3,.w-e-text-container h3,.xml-digital-teaching-preview h3{display:block;font-size:1.17em;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h4,.w-e-text-container h4,.xml-digital-teaching-preview h4{display:block;-webkit-margin-before:1.33em;margin-block-start:1.33em;-webkit-margin-after:1.33em;margin-block-end:1.33em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h5,.w-e-text-container h5,.xml-digital-teaching-preview h5{display:block;font-size:.83em;-webkit-margin-before:1.67em;margin-block-start:1.67em;-webkit-margin-after:1.67em;margin-block-end:1.67em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview ul,.w-e-text-container ul,.xml-digital-teaching-preview ul{display:block;list-style-type:disc;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:18px!important;padding-inline-start:18px!important}.phone-preview ol,.w-e-text-container ol,.xml-digital-teaching-preview ol{display:block;list-style-type:decimal;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:2em!important;padding-inline-start:2em!important}.phone-preview blockquote,.w-e-text-container blockquote,.xml-digital-teaching-preview blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.phone-preview a,.w-e-text-container a,.xml-digital-teaching-preview a{color:#4290f7;text-decoration:none}.phone-preview a:hover,.w-e-text-container a:hover,.xml-digital-teaching-preview a:hover{text-decoration:underline}.phone-preview table,.w-e-text-container table,.xml-digital-teaching-preview table{border-collapse:collapse;display:table;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:initial;border-spacing:2px;border-color:grey}.phone-preview table tbody,.w-e-text-container table tbody,.xml-digital-teaching-preview table tbody{display:table-row-group;vertical-align:middle;border-color:inherit}.phone-preview table tbody tr,.w-e-text-container table tbody tr,.xml-digital-teaching-preview table tbody tr{display:table-row;vertical-align:inherit;border-color:inherit}.phone-preview table tbody tr th,.w-e-text-container table tbody tr th,.xml-digital-teaching-preview table tbody tr th{font-weight:700;text-align:center;border:1px solid #ddd;background-color:#e6f0f4}.phone-preview table tbody tr td,.w-e-text-container table tbody tr td,.xml-digital-teaching-preview table tbody tr td{line-height:1.5;min-width:30px;padding:3px 5px;border:1px solid #ddd}.phone-preview .option-item p{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.w-e-text-container{z-index:1000!important}.w-e-text-container [data-slate-editor]{padding:0!important;margin:0!important}.w-e-text-container * ol,.w-e-text-container * ul{padding-left:18px!important}.w-e-text-container * ol li,.w-e-text-container * ul li{margin:0!important}.w-e-text-container * blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px!important}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.xml-single-image-group-h5+.xml-single-image-group-h5{margin-top:10px}.xml-single-text-group-h5 .text-container,.xml-single-text-group-h5 .text-container .editorClass{word-break:break-all}.xml-image-duo-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group .el-image{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container{background:#f4f4f4;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container .xml-noimage{width:100%;height:200px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.hua-lang{width:auto}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.ping-pu{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .styleB{overflow:hidden}.xml-single-video-group-pad .xml-video-container-pad .video-content{background:#c3c3c3!important;width:100%;height:315px}.video-container{position:relative;height:100%;width:calc(100% - 15px);background:#fff}.video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.video-container::-webkit-media-controls{display:none!important}.main-btn,.video-title{display:-webkit-box;display:-ms-flexbox;position:absolute;color:#fff}.video-container video{width:570px;height:427.5px;margin:auto}@media (max-width:1600px){.video-container video{width:92vw;height:258.75px}}.video-title{width:100%;height:32px;z-index:2;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;padding-left:16px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-btn{width:32px;height:32px;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-btn i::before{font-size:32px}.controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.controls span{padding:0 5px;color:#fff}.cursor{cursor:pointer}.icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-video-container-pc .video-content{background:#c3c3c3!important;width:100%;height:315px}.xml-video-container-pc .video-container{position:relative;height:100%;width:calc(100% - 15px);background:#c3c3c3}.xml-video-container-pc .video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.xml-video-container-pc .video-container::-webkit-media-controls{display:none!important}.xml-video-container-pc .video-container video{width:570px;height:428px;margin:auto}@media (max-width:1600px){.xml-video-container-pc .video-container video{width:100%;height:428px}}.xml-video-container-pc .video-title{width:97%;height:32px;z-index:2;position:absolute;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .main-btn{width:32px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.xml-video-container-pc .main-btn i::before{font-size:32px}.xml-video-container-pc .controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .controls span{padding:0 5px;color:#fff}.xml-video-container-pc .cursor{cursor:pointer}.xml-video-container-pc .icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .pointer{cursor:pointer}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-img{width:70px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .filecont{width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-desc{font-size:14px;font-weight:400;color:#333;margin-left:8px;line-height:30px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group .question-radio{margin-top:8px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-answer{font-size:12px;padding:10px;color:#474747;word-break:break-all}.xml-ebook-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0 16px 16px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource{width:80px;height:80px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource img{width:100%;-o-object-fit:contain;object-fit:contain}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:16px;width:calc(100% - 100px)!important}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#666;margin-top:3px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#666}.xml-ebook-container-h5 .resource-box .styleB{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-ebook-container-h5 .resource-box .styleB .title{width:100%;padding:14px 0;background-color:#fafafa}.xml-ebook-container-h5 .resource-box .pointer{cursor:pointer}.xml-ebook-container-h5 .resource-box .shop-item-img{width:70px}.xml-ebook-container-h5 .resource-box .filecont{width:100%}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#00aeff;min-width:75px}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-ebook-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-ebook-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-ebook-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-ebook-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-ebook-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box-sytleC{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;margin:0 10px;padding:14px 0;width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item img{width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item span{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4{width:100%;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:url(../../static/images/leaflet/icons/ebook_bg.png) no-repeat #f6fcff;background-size:300px 100%;background-position-x:right;padding-left:10px;margin:5px 0}.xml-title-first-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left{width:60px;height:60px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left img{width:100%}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right{width:calc(100% - 60px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;padding-left:10px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .title-box{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .book_info{font-size:10px;font-family:PingFang SC;font-weight:400;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:12px}.xml-title-first-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5 .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-h5 .title-container .w-e-text-container,.xml-title-third-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-h5 .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-h5 .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-h5 .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pad .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pad .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pad .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-fifth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5>div{width:100%}.xml-title-sixth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-h5 .title-container .title-left-div{max-width:30%}.xml-title-sixth-h5 .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-h5 .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-h5 .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-h5 .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-h5 .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-h5 .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-h5 .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-h5 .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-h5 .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-3px}.xml-title-rotundity-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-h5 .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-h5 .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-h5 .title-container .title-left-img,.xml-title-semicircle-h5 .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-h5 .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-h5 .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-h5 .title-container .title-text p{line-height:1.1!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p,.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-twelfth-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Knowledge-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-h5>div{width:100%;height:100%}.xml-title-Knowledge-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-h5 .title-container .left-titlebox{background-color:#1485b4;padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-h5 .title-container .left-titlebox .text-container{border-radius:24px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #64eefe;background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-paragraph-first-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5{text-align:left}.xml-paragraph-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-h5 .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-h5 .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5{position:relative}.xml-paragraph-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-h5 .body-text::after,.xml-paragraph-third-h5 .body-text::before{height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-h5 .body-text::before{width:1px;left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-h5 .body-text::after{width:1px;right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5{position:relative}.xml-paragraph-quadrangle-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-h5{position:relative}.xml-paragraph-isosceles-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-h5 .shape .triangle,.xml-paragraph-isosceles-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-h5{position:relative}.xml-paragraph-wave-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-h5{position:relative}.xml-paragraph-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-h5{position:relative}.xml-paragraph-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5{position:relative}.xml-paragraph-ninth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-h5{position:relative}.xml-paragraph-tenth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-h5{position:relative}.xml-paragraph-Redtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme2-h5 .w-e-text-container,.xml-paragraph-Redtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-h5{position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-h5 .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5{position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-h5{position:relative}.xml-paragraph-Redtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-h5 .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-h5 .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5{position:relative}.xml-paragraph-Redtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-h5 .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-h5{position:relative}.xml-paragraph-Redtheme6-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-h5 .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-h5 .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-h5{position:relative}.xml-paragraph-sixteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-h5 .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-text-image-first-h5 .w-e-text-container,.xml-text-image-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-h5 .text-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .text-body-container{text-align:left}.xml-text-image-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .image-container{margin:10px 0;text-align:center}.xml-text-image-second-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-h5 .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-h5 .w-e-text-container,.xml-text-image-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .text-container .editorClass h1,.xml-text-image-second-h5 .title-box .text-container .editorClass h2,.xml-text-image-second-h5 .title-box .text-container .editorClass h3,.xml-text-image-second-h5 .title-box .text-container .editorClass h4,.xml-text-image-second-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-h5 .image-box .image-container .block-checked,.xml-text-image-third-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-third-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-h5 .title-box .text-container .editorClass h1,.xml-text-image-third-h5 .title-box .text-container .editorClass h2,.xml-text-image-third-h5 .title-box .text-container .editorClass h3,.xml-text-image-third-h5 .title-box .text-container .editorClass h4,.xml-text-image-third-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-h5 .image-container .xml-image-dan-tu,.xml-text-image-fourth-h5 .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-h5 .title-box .text-container .editorClass p,.xml-text-image-fourth-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-fourth-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-h5 .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-h5 .image-text-box{width:100%}.xml-text-image-fifth-h5 .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-h5 .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-h5 .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-h5 .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-h5 .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#a7d3fb));background-image:linear-gradient(to right,#fff,#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-h5 .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-h5 .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-h5,.xml-splitline-Bluetheme2-h5,.xml-splitline-Bluetheme3-h5,.xml-splitline-Bluetheme4-h5,.xml-splitline-Greentheme1-h5,.xml-splitline-Greentheme2-h5,.xml-splitline-Greentheme3-h5,.xml-splitline-Greentheme4-h5,.xml-splitline-Redtheme4-h5,.xml-splitline-Yellowtheme1-h5,.xml-splitline-Yellowtheme2-h5,.xml-splitline-Yellowtheme3-h5,.xml-splitline-Yellowtheme4-h5,.xml-splitline-second-h5{margin-top:10px!important}.xml-splitline-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-h5 .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-h5 .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-h5,.xml-splitline-third-h5{margin-top:0!important}.xml-splitline-second-h5 .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-h5 .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-h5 .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-h5 .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-h5,.xml-splitline-ninth-h5,.xml-splitline-seventh-h5,.xml-splitline-sixth-h5,.xml-splitline-tenth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-h5 .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-h5 .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-h5 .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-h5 .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-h5 .title-container>div{width:100%}.xml-splitline-tenth-h5 .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-h5 .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-h5,.xml-splitline-Greytheme2-h5,.xml-splitline-Greytheme3-h5,.xml-splitline-Greytheme4-h5,.xml-splitline-Greytheme5-h5,.xml-splitline-Greytheme6-h5,.xml-splitline-eleventh-h5{margin-top:0!important}.xml-splitline-eleventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-h5 .title-container>div{width:100%}.xml-splitline-eleventh-h5 .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-h5 .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-h5 .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.audio-component{display:none}::v-deep .el-slider__runway{margin:0 0 4px;background:#e3e3e3;height:4px}::v-deep .el-slider__bar{height:4px}::v-deep .el-slider__button{width:10px;height:10px}::v-deep .el-slider__button-wrapper{top:-15px}.xml-checkbox-box .option-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-submit-answer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:38px;background:var(--reader-theme-secondary-color,#fff);border:1px solid #418eed;border-radius:18px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#418eed;cursor:pointer}.xml-submit-answer-right{margin:10px 0 0 auto}.text-notes-area{background-color:#c7daf3!important}.have-been-added-notes{position:relative}@-webkit-keyframes moves{0%{left:-100%}100%{left:0}}@keyframes moves{0%{left:-100%}100%{left:0}}.el-image-viewer__wrapper .el-image-viewer__mask{opacity:.85}.ouchn-container.preview-mode{background:#fff}.ouchn-container.preview-mode .preview-container-title{text-align:center;background-color:var(--preview-theme-color);height:49px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1500;width:100%}.ouchn-container.preview-mode .preview-container-title.fixed-title{position:fixed}.ouchn-container.preview-mode .preview-container-title .container-icon{position:absolute;left:15px;color:#fff;margin-left:8px;font-size:16px;line-height:49px}.ouchn-container.preview-mode .preview-container-title .container-text{color:#fff;line-height:49px;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:80vw;padding:0 5px}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node,.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node{white-space:normal;word-break:break-all}.ouchn-container.preview-mode .preview-container-title .container-search{position:fixed;top:15px;right:20px;color:#fff}.ouchn-container.preview-mode .preview-for-h5 .preview-screen-h5{overflow-y:inherit;overflow-x:hidden}.ouchn-container.preview-mode .preview-for-pad{max-width:750px;margin:0 auto}.ouchn-container.preview-mode .preview-tree-box-h5-tree,.ouchn-container.preview-mode .preview-tree-box-pad-tree{margin-top:16px}.ouchn-container.preview-mode .preview-tree-box-h5{border-radius:0;background:#fff;padding:15px;height:calc(100vh - 157px)}.ouchn-container.preview-mode .preview-tree-box-h5[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-h5-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree{height:calc(100vh - 154px);overflow-y:scroll}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .preview-tree-box-pad{height:calc(100vh - 157px);background:#fff;padding:15px}.ouchn-container.preview-mode .preview-tree-box-pad[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-pad-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-pad-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-pad-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-pad-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree{height:calc(100vh - 154px);overflow-y:scroll}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left{width:200px}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .prompt-box{position:fixed;top:40vh;left:35vw;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30vw}.ouchn-container.preview-mode .prompt-box .prompt-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;min-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px;border-radius:6px;font-size:16px;font-family:"微软雅黑";text-align:center}.ouchn-container.preview-mode .prompt-box .warning{background:#fcf6ed;border:2px solid #ffedd4;color:#f2ae4b}.ouchn-container.preview-mode .prompt-box .error{background:#fdf0f0;border:2px solid #f0c5c5;color:#eb6c6e}.ouchn-container.preview-mode .prompt-box .success{background:#ddf1e2;border:2px solid #bee2c7;color:#6ac73c}.ouchn-container.preview-mode .modify-notes{position:fixed;bottom:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background:#e0e0e0;-webkit-box-shadow:0 15px 10px 12px #000;box-shadow:0 15px 10px 12px #000}.ouchn-container.preview-mode .modify-notes .item-box{background:#fff;border-bottom:1px solid #f2f2f2;text-align:center;line-height:46px;font-size:18px;width:100%}.ouchn-container.preview-mode .modify-notes .cancel{padding-bottom:20px;margin-top:6px}.ouchn-container.preview-mode .see-the-notes-box-h5{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box{position:relative;width:100%;height:70vh;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}.ouchn-container.preview-mode .see-the-notes-box-pc{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box{position:relative;width:600px;height:500px;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}::-webkit-scrollbar{width:0!important}.tab-title-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:14px;border-radius:30px;background:#e9edf4;width:200px;position:fixed;bottom:10px;z-index:99;left:50%;margin-left:calc(50% - 288px)}.tab-title-h5 .catalog-tab{padding:6px;cursor:pointer;white-space:nowrap;text-align:center;width:80px}.tab-title-h5 .active{color:#fff;border-radius:30px;width:80px;text-align:center;background:var(--preview-theme-color)}.catalog-note-h5 .catalog-note_box .catalog-note_biji span,.tab-title-pc .active{color:#409eff}.tab-title-pc{position:fixed;top:56px;left:365px;z-index:99;text-align:center;width:80px;border-radius:20px}.tab-title-pc .catalog-tab{cursor:pointer;background:#fff;padding:10px 5px;margin-bottom:2px;margin-left:2px;border-radius:4px}.catalog-note-h5{padding:60px 10px 10px;height:calc(100vh - 154px);overflow-y:scroll}.catalog-note-h5 .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-h5 .catalog_zaiwu img{width:70%}.catalog-note-h5 .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-h5 .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-h5 .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-h5 .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-h5 .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-note-pc{padding:20px 10px 10px;overflow-y:scroll;width:315px}.catalog-note-pc .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-pc .catalog_zaiwu img{width:70%}.catalog-note-pc .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-pc .catalog-note_box .catalog-note_biji span{color:#409eff}.catalog-note-pc .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0;cursor:pointer}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-pc .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-pc .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-pc .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.xmlPreviewSearch-box-h5{z-index:9999;background:#f5fbff;height:calc(100% - 50px);overflow-y:scroll;width:100%}.xmlPreviewSearch-box-h5 .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;font-size:12px;height:30px;border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 28px;text-decoration:none;width:calc(100% - 80px)}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-h5 .seach-list{margin:0 auto;width:100%;height:70%;height:calc(100% - 30px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-h5 .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-h5 .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xmlPreviewSearch-box-h5 .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}.xmlPreviewSearch-box-h5 .seach_zaiwu{width:100%;height:68%;text-align:center;color:#888}.xml-container-fixed,.xml-container-fixed-h5{z-index:9999;background:#fff;height:100vh;position:fixed;top:0;left:0}.xmlPreviewSearch-box-h5 .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-h5 .seach_zaiwu img{width:70%}.xml-container-fixed-h5{width:100%}.xmlPreviewSearch-box-pc{z-index:999;width:100%;min-height:99vh;padding-top:5px}.xmlPreviewSearch-box-pc .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc{width:1000px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:45px auto 0;padding:10px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .xmlPreviewSearch-icon{position:relative;top:4px;right:25px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4;font-size:12px;height:30px;border-radius:20px;border:1px solid #f4f4f4;color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 30px 1px 15px;text-decoration:none;width:300px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input_text{width:60px;min-width:60px;padding:5px 8px;background:#fff;font-size:13px;color:#999;border:1px solid #fff;border-radius:30px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;font-size:12px;height:30px;border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:0 0 1px 1px rgba(218,218,218,.8);box-shadow:0 0 1px 1px rgba(218,218,218,.8);color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 28px;text-decoration:none;width:calc(100% - 80px);border:none}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input_text img{position:relative;top:0;left:-2px}.xmlPreviewSearch-box-pc .seach-list{margin:19px auto 0;width:100%;height:70%;height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-pc .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-pc .seach-box .el-icon-arrow-down,.xmlPreviewSearch-box-pc .seach-box .el-icon-arrow-up{margin-right:10px;color:#fff}.xmlPreviewSearch-box-pc .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xmlPreviewSearch-box-pc .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}*,input,textarea{padding:0;margin:0}.xmlPreviewSearch-box-pc .seach_zaiwu{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:68%;text-align:center;margin-top:31px;color:#888;margin-left:26px}.xmlPreviewSearch-box-pc .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-pc .seach_zaiwu img{width:70%}.xmlPreviewSearch-title{background:var(--preview-theme-color);height:49px;width:100%;position:fixed;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center}.xmlPreviewSearch-title .img{width:10px;height:18px;margin-top:15px;margin-left:12px}.xmlPreviewSearch-title .xmlPreviewSearch-sou{color:#fff;margin-top:14px;width:calc(100vw - 36px);text-align:center}*{word-break:break-word;-webkit-box-sizing:border-box;box-sizing:border-box}#xml-reader-window-box *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.hovere .body-box a,.hovere .body-box font,.hovere .body-box p,.hovere .body-box span,.hovere .body-box strong,.hovere .body-text a,.hovere .body-text font,.hovere .body-text p,.hovere .body-text span,.hovere .body-text strong,.hovere .optional-text a,.hovere .optional-text font,.hovere .optional-text p,.hovere .optional-text span,.hovere .optional-text strong,.optional-text-module .body-box a,.optional-text-module .body-box font,.optional-text-module .body-box p,.optional-text-module .body-box span,.optional-text-module .body-box strong,.optional-text-module .body-text a,.optional-text-module .body-text font,.optional-text-module .body-text p,.optional-text-module .body-text span,.optional-text-module .body-text strong,.optional-text-module .optional-text a,.optional-text-module .optional-text font,.optional-text-module .optional-text p,.optional-text-module .optional-text span,.optional-text-module .optional-text strong{user-select:text;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text}input,textarea{-webkit-user-select:auto;outline:0}.title-container a,.title-container span{background:0 0!important}.xml-title-first-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pc .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc,.xml-title-second-pc .title-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-first-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-second-pc{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pc .title-container .w-e-text-container,.xml-title-third-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pc,.xml-title-third-pc .title-container{display:-ms-flexbox;-webkit-box-align:center;display:-webkit-box}.xml-title-third-pc{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:flex;position:relative;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pc .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pc .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pc .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-sixth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc>div{width:100%}.xml-title-sixth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pc .title-container .title-left-div{max-width:30%}.xml-title-sixth-pc .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-pc .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pc .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pc .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-pc .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pc .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pc .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pc .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pc .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pc .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pc .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pc .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pc .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-pc .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-3px}.xml-title-rotundity-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pc .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pc .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pc .title-container .title-left-img,.xml-title-semicircle-pc .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-pc .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-pc .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pc .title-container .title-text p{line-height:1.1!important}.xml-title-twelfth-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid #006af7;border-right:4px solid #006af7;position:relative}.xml-title-thirteenth-pc .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006af7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .block{width:7px;height:7px;background-color:#006af7;margin-bottom:-3px}.xml-title-thirteenth-pc .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-paragraph-first-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pc .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pc .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc{text-align:left}.xml-paragraph-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pc .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-pc .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-pc .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-pc .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pc{position:relative}.xml-paragraph-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-pc .body-text::after,.xml-paragraph-third-pc .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-pc .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pc .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc{position:relative}.xml-paragraph-quadrangle-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pc{position:relative}.xml-paragraph-isosceles-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pc .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pc .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pc .shape .triangle,.xml-paragraph-isosceles-pc .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pc{position:relative}.xml-paragraph-wave-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pc{position:relative}.xml-paragraph-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pc .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pc{position:relative}.xml-paragraph-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc{position:relative}.xml-paragraph-ninth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pc{position:relative}.xml-paragraph-tenth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-text-image-first-pc .w-e-text-container,.xml-text-image-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-pc .text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .text-body-container{text-align:left}.xml-text-image-first-pc .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .w-e-text-container,.xml-text-image-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .text-container .editorClass h1,.xml-text-image-second-pc .title-box .text-container .editorClass h2,.xml-text-image-second-pc .title-box .text-container .editorClass h3,.xml-text-image-second-pc .title-box .text-container .editorClass h4,.xml-text-image-second-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-pc .image-box .image-container .block-checked,.xml-text-image-third-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-third-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass h1,.xml-text-image-third-pc .title-box .text-container .editorClass h2,.xml-text-image-third-pc .title-box .text-container .editorClass h3,.xml-text-image-third-pc .title-box .text-container .editorClass h4,.xml-text-image-third-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-fourth-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pc .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pc .image-text-box{width:100%}.xml-text-image-fifth-pc .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pc .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pc .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pc .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#a7d3fb));background-image:linear-gradient(to right,#fff,#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pc .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pc .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .filecont{width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-splitline-Greytheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-h5 .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.custom-underline{background-color:#dbeaff;cursor:pointer;font-style:inherit!important}i a,i font,i p,i span{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.the-end-of-the-trial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:200px;padding-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#b5b2b2));background:linear-gradient(rgba(0,0,0,0),#b5b2b2);color:#5b9fff;font-size:18px}.xml-title-eighteen-h5 .title-container-box .title-container,.xml-title-eighteen-pad .title-container-box .title-container,.xml-title-eighteen-pc .title-container-box .title-container{background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;background-position-x:center;background-repeat:no-repeat}.xml-title-eighteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-h5>div{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box{width:100%;position:relative}.xml-title-eighteen-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3px 20%;margin:0 auto;z-index:9}.xml-title-eighteen-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-h5 .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-h5 .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-h5 .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-eighteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pad>div{min-width:75%;max-width:100%}.xml-title-eighteen-pad .title-container-box{width:100%;position:relative}.xml-title-eighteen-pad .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3px 21%;margin:0 auto;z-index:9}.xml-title-eighteen-pad .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pad .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pad .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pad .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pad .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-eighteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pc>div{min-width:75%;max-width:100%}.xml-title-eighteen-pc .title-container-box{width:100%;position:relative}.xml-title-eighteen-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 21%;margin:0 auto;z-index:9}.xml-title-eighteen-pc .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pc .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pc .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-round-4{border-radius:4px}.xml-round-4 img{border-radius:8px}.xml-round-6{border-radius:6px}.xml-round-6 img,.xml-round-8,.xml-round-8 img{border-radius:8px}.style-body-boxA{position:relative}.style-body-boxA .style-wrapper{min-width:200px}.style-body-boxA .style-wrapper .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:-webkit-gradient(linear,left top,right top,from(#4994fb),color-stop(#4994fb),to(#a2c5f9));background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.style-body-boxA .style-wrapper .native-html-wrapper{max-height:60vh;overflow-y:scroll;background-color:#fff;padding:15px 10px 0}.style-body-boxA .style-wrapper .native-html-wrapper::-webkit-scrollbar{width:0}.style-body-boxA .style-wrapper .native-html-wrapper h1,.style-body-boxA .style-wrapper .native-html-wrapper h2,.style-body-boxA .style-wrapper .native-html-wrapper h3,.style-body-boxA .style-wrapper .native-html-wrapper h4,.style-body-boxA .style-wrapper .native-html-wrapper h5,.style-body-boxA .style-wrapper .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.style-body-boxA .style-wrapper .bottom-margin{width:calc(100% - 15px);height:15px;background:#fff;margin-top:-1px}.style-body-boxA .style-wrapper .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.style-body-boxA .top-bg{width:98%;height:30px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxA .style-content-boxD{min-width:200px;background-color:#fff;padding:15px 10px 5px;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box{min-width:200px;background-color:#fff;padding:30px 10px 20px;border:2px solid #92c2db;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box::before{content:"";width:10px;height:10px;background-color:#92c2db;border-radius:50%;position:absolute;bottom:10px;right:15px}.style-body-boxA .style-content-box::after{content:"";width:30px;height:10px;position:absolute;bottom:10px;right:35px;border-left:10px dotted #92c2db;border-right:10px dotted #92c2db}.style-body-boxA .style-content-bg{background-color:#92c2db;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxA .paper-clip-icon{width:40px;position:absolute;top:10px;z-index:5;left:-10px}.style-body-boxA .paper-clip-icon::before{position:absolute;content:"";top:-30px;right:-5px;width:15px;height:20px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom:none;border-left:4px solid #92c2db!important;border-right:4px solid #92c2db!important;border-top:4px solid #92c2db!important}.style-body-boxA .paper-clip-icon::after{position:absolute;content:"";bottom:-21px;right:-11px;width:21px;height:30px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;border:4px solid #92c2db!important;border-top:none!important}.style-body-boxB{position:relative}.style-body-boxB .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxB .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #fee0b0;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxB .style-content-bg{background-color:#fee0b0;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxB .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxB .top-style-box>div{width:10px;height:10px;background:#fee0b0;border-radius:50%}.style-body-boxB .top-style-box>div::before{content:"";width:10px;height:10px;border-radius:50%;border-right:3px solid #fee0b0;border-bottom:3px solid #fee0b0;position:absolute;top:-8px;-webkit-transform:rotate(-85deg);transform:rotate(-85deg)}.style-body-boxC{position:relative}.style-body-boxC .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxC .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #84b774;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxC .style-content-box::before{content:"";width:40px;border-top:2px solid #84b774;position:absolute;bottom:10px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-box::after{content:"";width:20px;border-top:2px solid #84b774;position:absolute;bottom:5px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-bg{background-color:#84b774;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxC .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxC .top-style-box>div{width:10px;height:10px;background:#84b774;border-radius:50%}.style-body-boxE .scroll-top{position:relative;z-index:9}.style-body-boxE .scroll-top img{width:100%}.style-body-boxE .scroll-top::before{content:"";width:90%;height:10px;-webkit-box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;top:20px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .scroll-bottom{position:relative;z-index:9}.style-body-boxE .scroll-bottom img{width:100%}.style-body-boxE .scroll-bottom::after{content:"";width:90%;height:10px;-webkit-box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;bottom:18px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .style-content-box{padding:20px 10px;max-height:600px;overflow:scroll;overflow-x:hidden;background-color:#e9e3d5;width:89%;margin:-11px auto;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .filecont{width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-title-fourteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-h5 .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pad .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pc .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pc .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-text-preview-box-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important;background:0 0;-webkit-box-shadow:none;box-shadow:none}.xml-text-preview-box-dialog .custom-dialog{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.xml-title-SanQintheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-h5>div{width:100%;height:100%}.xml-title-SanQintheme1-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-h5 .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pad>div{width:100%;height:100%}.xml-title-SanQintheme1-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pad .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pc>div{width:100%;height:100%}.xml-title-SanQintheme1-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pc .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-h5>div{width:100%;height:100%}.xml-title-SanQintheme2-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-h5 .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-h5 .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pad>div{width:100%;height:100%}.xml-title-SanQintheme2-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pad .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pad .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pc>div{width:100%;height:100%}.xml-title-SanQintheme2-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pc .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pc .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-paragraph-SanQintheme1-h5 .w-e-text-container,.xml-title-SanQintheme3-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-paragraph-SanQintheme1-h5{text-align:center}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-h5 .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-h5 .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-h5 .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-h5 .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pad{text-align:center}.xml-paragraph-SanQintheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pad .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pad .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pad .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pad .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pc{text-align:center}.xml-paragraph-SanQintheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pc .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pc .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pc .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pc .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-h5{text-align:left}.xml-paragraph-SanQintheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title{display:inline-block;position:relative;max-width:98%;padding:8px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .left-image{position:absolute;left:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .right-image{position:absolute;right:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-h5 .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pad{text-align:left}.xml-paragraph-SanQintheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pad .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pc{text-align:left}.xml-paragraph-SanQintheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pc .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme3-h5 .body-text,.xml-paragraph-SanQintheme3-pad .body-text,.xml-paragraph-SanQintheme3-pc .body-text{margin-top:-50px;text-align:left;position:relative;border:2px solid #e6c17b!important}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-h5{text-align:left}.xml-paragraph-SanQintheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-h5 .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-h5 .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pad{text-align:left}.xml-paragraph-SanQintheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pad .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pad .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pc{text-align:left}.xml-paragraph-SanQintheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pc .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pc .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-white-space-pre{white-space:pre-wrap}.xml-text-center{text-align:center}.xml-dialog-overlay{z-index:2000!important}.xml-dialog-confirm{z-index:2102!important} \ No newline at end of file +@charset "UTF-8";.phone-preview h1,.w-e-text-container h1,.xml-digital-teaching-preview h1{display:block;font-size:2em;-webkit-margin-before:.67em!important;margin-block-start:.67em!important;-webkit-margin-after:.67em!important;margin-block-end:.67em!important;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h2,.w-e-text-container h2,.xml-digital-teaching-preview h2{display:block;font-size:1.5em;-webkit-margin-before:.83em;margin-block-start:.83em;-webkit-margin-after:.83em;margin-block-end:.83em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h3,.w-e-text-container h3,.xml-digital-teaching-preview h3{display:block;font-size:1.17em;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h4,.w-e-text-container h4,.xml-digital-teaching-preview h4{display:block;-webkit-margin-before:1.33em;margin-block-start:1.33em;-webkit-margin-after:1.33em;margin-block-end:1.33em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h5,.w-e-text-container h5,.xml-digital-teaching-preview h5{display:block;font-size:.83em;-webkit-margin-before:1.67em;margin-block-start:1.67em;-webkit-margin-after:1.67em;margin-block-end:1.67em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview ul,.w-e-text-container ul,.xml-digital-teaching-preview ul{display:block;list-style-type:disc;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:18px!important;padding-inline-start:18px!important}.phone-preview ol,.w-e-text-container ol,.xml-digital-teaching-preview ol{display:block;list-style-type:decimal;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:2em!important;padding-inline-start:2em!important}.phone-preview blockquote,.w-e-text-container blockquote,.xml-digital-teaching-preview blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.phone-preview a,.w-e-text-container a,.xml-digital-teaching-preview a{color:#4290f7;text-decoration:none}.phone-preview a:hover,.w-e-text-container a:hover,.xml-digital-teaching-preview a:hover{text-decoration:underline}.phone-preview table,.w-e-text-container table,.xml-digital-teaching-preview table{border-collapse:collapse;display:table;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:initial;border-spacing:2px;border-color:grey}.phone-preview table tbody,.w-e-text-container table tbody,.xml-digital-teaching-preview table tbody{display:table-row-group;vertical-align:middle;border-color:inherit}.phone-preview table tbody tr,.w-e-text-container table tbody tr,.xml-digital-teaching-preview table tbody tr{display:table-row;vertical-align:inherit;border-color:inherit}.phone-preview table tbody tr th,.w-e-text-container table tbody tr th,.xml-digital-teaching-preview table tbody tr th{font-weight:700;text-align:center;border:1px solid #ddd;background-color:#e6f0f4}.phone-preview table tbody tr td,.w-e-text-container table tbody tr td,.xml-digital-teaching-preview table tbody tr td{line-height:1.5;min-width:30px;padding:3px 5px;border:1px solid #ddd}.phone-preview .option-item p{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.w-e-text-container{z-index:1000!important}.w-e-text-container [data-slate-editor]{padding:0!important;margin:0!important}.w-e-text-container * ol,.w-e-text-container * ul{padding-left:18px!important}.w-e-text-container * ol li,.w-e-text-container * ul li{margin:0!important}.w-e-text-container * blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px!important}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.xml-single-image-group-h5+.xml-single-image-group-h5{margin-top:10px}.xml-single-text-group-h5 .text-container,.xml-single-text-group-h5 .text-container .editorClass{word-break:break-all}.xml-image-duo-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group .el-image{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container{background:#f4f4f4;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container .xml-noimage{width:100%;height:200px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.hua-lang{width:auto}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.ping-pu{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .styleB{overflow:hidden}.xml-single-video-group-pad .xml-video-container-pad .video-content{background:#c3c3c3!important;width:100%;height:315px}.video-container{position:relative;height:100%;width:calc(100% - 15px);background:#fff}.video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.video-container::-webkit-media-controls{display:none!important}.main-btn,.video-title{display:-webkit-box;display:-ms-flexbox;position:absolute;color:#fff}.video-container video{width:570px;height:427.5px;margin:auto}@media (max-width:1600px){.video-container video{width:92vw;height:258.75px}}.video-title{width:100%;height:32px;z-index:2;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;padding-left:16px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-btn{width:32px;height:32px;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-btn i::before{font-size:32px}.controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.controls span{padding:0 5px;color:#fff}.cursor{cursor:pointer}.icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-video-container-pc .video-content{background:#c3c3c3!important;width:100%;height:315px}.xml-video-container-pc .video-container{position:relative;height:100%;width:calc(100% - 15px);background:#c3c3c3}.xml-video-container-pc .video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.xml-video-container-pc .video-container::-webkit-media-controls{display:none!important}.xml-video-container-pc .video-container video{width:570px;height:428px;margin:auto}@media (max-width:1600px){.xml-video-container-pc .video-container video{width:100%;height:428px}}.xml-video-container-pc .video-title{width:97%;height:32px;z-index:2;position:absolute;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .main-btn{width:32px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.xml-video-container-pc .main-btn i::before{font-size:32px}.xml-video-container-pc .controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .controls span{padding:0 5px;color:#fff}.xml-video-container-pc .cursor{cursor:pointer}.xml-video-container-pc .icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .pointer{cursor:pointer}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-img{width:70px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .filecont{width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-desc{font-size:14px;font-weight:400;color:#333;margin-left:8px;line-height:30px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group .question-radio{margin-top:8px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-answer{font-size:12px;padding:10px;color:#474747;word-break:break-all}.xml-ebook-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0 16px 16px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource{width:80px;height:80px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource img{width:100%;-o-object-fit:contain;object-fit:contain}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:16px;width:calc(100% - 100px)!important}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#666;margin-top:3px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#666}.xml-ebook-container-h5 .resource-box .styleB{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-ebook-container-h5 .resource-box .styleB .title{width:100%;padding:14px 0;background-color:#fafafa}.xml-ebook-container-h5 .resource-box .pointer{cursor:pointer}.xml-ebook-container-h5 .resource-box .shop-item-img{width:70px}.xml-ebook-container-h5 .resource-box .filecont{width:100%}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#00aeff;min-width:75px}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-ebook-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-ebook-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-ebook-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-ebook-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-ebook-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box-sytleC{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;margin:0 10px;padding:14px 0;width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item img{width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item span{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4{width:100%;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:url(../../static/images/leaflet/icons/ebook_bg.png) no-repeat #f6fcff;background-size:300px 100%;background-position-x:right;padding-left:10px;margin:5px 0}.xml-title-first-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left{width:60px;height:60px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left img{width:100%}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right{width:calc(100% - 60px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;padding-left:10px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .title-box{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .book_info{font-size:10px;font-family:PingFang SC;font-weight:400;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:12px}.xml-title-first-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5 .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-h5 .title-container .w-e-text-container,.xml-title-third-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-h5 .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-h5 .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-h5 .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pad .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pad .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pad .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-fifth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5>div{width:100%}.xml-title-sixth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-h5 .title-container .title-left-div{max-width:30%}.xml-title-sixth-h5 .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-h5 .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5,.xml-title-triangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container,.xml-title-triangle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-h5 .title-container span,.xml-title-triangle-pad .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-h5 .title-container .title-left-img,.xml-title-triangle-pad .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-h5 .title-container .title-right-img,.xml-title-triangle-pad .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-h5 .title-container .w-e-text-container,.xml-title-triangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .text-container,.xml-title-triangle-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 4px 5px 12px;margin-left:-2px}.xml-title-triangle-h5 .title-container .text-container .editorClass,.xml-title-triangle-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-triangle-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-h5 .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-h5 .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-h5 .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-h5 .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-3px}.xml-title-rotundity-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-h5 .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-h5 .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-h5 .title-container .title-left-img,.xml-title-semicircle-h5 .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-h5 .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-h5 .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-h5 .title-container .title-text p{line-height:1.1!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p,.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-twelfth-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Knowledge-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-h5>div{width:100%;height:100%}.xml-title-Knowledge-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-h5 .title-container .left-titlebox{background-color:#1485b4;padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-h5 .title-container .left-titlebox .text-container{border-radius:24px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #64eefe;background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-paragraph-first-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5{text-align:left}.xml-paragraph-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-h5 .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-h5 .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5{position:relative}.xml-paragraph-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-h5 .body-text::after,.xml-paragraph-third-h5 .body-text::before{height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-h5 .body-text::before{width:1px;left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-h5 .body-text::after{width:1px;right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5{position:relative}.xml-paragraph-quadrangle-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-h5{position:relative}.xml-paragraph-isosceles-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-h5 .shape .triangle,.xml-paragraph-isosceles-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-h5{position:relative}.xml-paragraph-wave-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-h5{position:relative}.xml-paragraph-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-h5{position:relative}.xml-paragraph-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5{position:relative}.xml-paragraph-ninth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-h5{position:relative}.xml-paragraph-tenth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-h5{position:relative}.xml-paragraph-Redtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme2-h5 .w-e-text-container,.xml-paragraph-Redtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-h5{position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-h5 .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5{position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-h5{position:relative}.xml-paragraph-Redtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-h5 .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-h5 .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5{position:relative}.xml-paragraph-Redtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-h5 .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-h5{position:relative}.xml-paragraph-Redtheme6-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-h5 .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-h5 .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-h5{position:relative}.xml-paragraph-sixteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-h5 .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-text-image-first-h5 .w-e-text-container,.xml-text-image-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-h5 .text-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .text-body-container{text-align:left}.xml-text-image-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .image-container{margin:10px 0;text-align:center}.xml-text-image-second-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-h5 .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-h5 .w-e-text-container,.xml-text-image-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .text-container .editorClass h1,.xml-text-image-second-h5 .title-box .text-container .editorClass h2,.xml-text-image-second-h5 .title-box .text-container .editorClass h3,.xml-text-image-second-h5 .title-box .text-container .editorClass h4,.xml-text-image-second-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-h5 .image-box .image-container .block-checked,.xml-text-image-third-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-third-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-h5 .title-box .text-container .editorClass h1,.xml-text-image-third-h5 .title-box .text-container .editorClass h2,.xml-text-image-third-h5 .title-box .text-container .editorClass h3,.xml-text-image-third-h5 .title-box .text-container .editorClass h4,.xml-text-image-third-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-h5 .image-container .xml-image-dan-tu,.xml-text-image-fourth-h5 .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-h5 .title-box .text-container .editorClass p,.xml-text-image-fourth-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-fourth-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-h5 .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-h5 .image-text-box{width:100%}.xml-text-image-fifth-h5 .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-h5 .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-h5 .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-h5 .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-h5 .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#a7d3fb));background-image:linear-gradient(to right,#fff,#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-h5 .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-h5 .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-h5,.xml-splitline-Bluetheme2-h5,.xml-splitline-Bluetheme3-h5,.xml-splitline-Bluetheme4-h5,.xml-splitline-Greentheme1-h5,.xml-splitline-Greentheme2-h5,.xml-splitline-Greentheme3-h5,.xml-splitline-Greentheme4-h5,.xml-splitline-Redtheme4-h5,.xml-splitline-Yellowtheme1-h5,.xml-splitline-Yellowtheme2-h5,.xml-splitline-Yellowtheme3-h5,.xml-splitline-Yellowtheme4-h5,.xml-splitline-second-h5{margin-top:10px!important}.xml-splitline-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-h5 .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-h5 .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-h5,.xml-splitline-third-h5{margin-top:0!important}.xml-splitline-second-h5 .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-h5 .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-h5 .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-h5 .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-h5,.xml-splitline-ninth-h5,.xml-splitline-seventh-h5,.xml-splitline-sixth-h5,.xml-splitline-tenth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-h5 .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-h5 .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-h5 .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-h5 .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-h5 .title-container>div{width:100%}.xml-splitline-tenth-h5 .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-h5 .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-h5,.xml-splitline-Greytheme2-h5,.xml-splitline-Greytheme3-h5,.xml-splitline-Greytheme4-h5,.xml-splitline-Greytheme5-h5,.xml-splitline-Greytheme6-h5,.xml-splitline-eleventh-h5{margin-top:0!important}.xml-splitline-eleventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-h5 .title-container>div{width:100%}.xml-splitline-eleventh-h5 .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-h5 .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-h5 .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.audio-component{display:none}::v-deep .el-slider__runway{margin:0 0 4px;background:#e3e3e3;height:4px}::v-deep .el-slider__bar{height:4px}::v-deep .el-slider__button{width:10px;height:10px}::v-deep .el-slider__button-wrapper{top:-15px}.xml-checkbox-box .option-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-submit-answer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:38px;background:var(--reader-theme-secondary-color,#fff);border:1px solid #418eed;border-radius:18px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#418eed;cursor:pointer}.xml-submit-answer-right{margin:10px 0 0 auto}.text-notes-area{background-color:#c7daf3!important}.have-been-added-notes{position:relative}@-webkit-keyframes moves{0%{left:-100%}100%{left:0}}@keyframes moves{0%{left:-100%}100%{left:0}}.el-image-viewer__wrapper .el-image-viewer__mask{opacity:.85}.ouchn-container.preview-mode{background:#fff}.ouchn-container.preview-mode .preview-container-title{text-align:center;background-color:var(--preview-theme-color);height:49px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1500;width:100%}.ouchn-container.preview-mode .preview-container-title.fixed-title{position:fixed}.ouchn-container.preview-mode .preview-container-title .container-icon{position:absolute;left:15px;color:#fff;margin-left:8px;font-size:16px;line-height:49px}.ouchn-container.preview-mode .preview-container-title .container-text{color:#fff;line-height:49px;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:80vw;padding:0 5px}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node,.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node{white-space:normal;word-break:break-all}.ouchn-container.preview-mode .preview-container-title .container-search{position:fixed;top:15px;right:20px;color:#fff}.ouchn-container.preview-mode .preview-for-h5 .preview-screen-h5{overflow-y:inherit;overflow-x:hidden}.ouchn-container.preview-mode .preview-for-pad{max-width:750px;margin:0 auto}.ouchn-container.preview-mode .preview-tree-box-h5-tree,.ouchn-container.preview-mode .preview-tree-box-pad-tree{margin-top:16px}.ouchn-container.preview-mode .preview-tree-box-h5{border-radius:0;background:#fff;padding:15px;height:calc(100vh - 157px)}.ouchn-container.preview-mode .preview-tree-box-h5[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-h5-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree{height:calc(100vh - 154px);overflow-y:scroll}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .preview-tree-box-pad{height:calc(100vh - 157px);background:#fff;padding:15px}.ouchn-container.preview-mode .preview-tree-box-pad[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-pad-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-pad-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-pad-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-pad-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree{height:calc(100vh - 154px);overflow-y:scroll}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left{width:200px}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .prompt-box{position:fixed;top:40vh;left:35vw;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30vw}.ouchn-container.preview-mode .prompt-box .prompt-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;min-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px;border-radius:6px;font-size:16px;font-family:"微软雅黑";text-align:center}.ouchn-container.preview-mode .prompt-box .warning{background:#fcf6ed;border:2px solid #ffedd4;color:#f2ae4b}.ouchn-container.preview-mode .prompt-box .error{background:#fdf0f0;border:2px solid #f0c5c5;color:#eb6c6e}.ouchn-container.preview-mode .prompt-box .success{background:#ddf1e2;border:2px solid #bee2c7;color:#6ac73c}.ouchn-container.preview-mode .modify-notes{position:fixed;bottom:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background:#e0e0e0;-webkit-box-shadow:0 15px 10px 12px #000;box-shadow:0 15px 10px 12px #000}.ouchn-container.preview-mode .modify-notes .item-box{background:#fff;border-bottom:1px solid #f2f2f2;text-align:center;line-height:46px;font-size:18px;width:100%}.ouchn-container.preview-mode .modify-notes .cancel{padding-bottom:20px;margin-top:6px}.ouchn-container.preview-mode .see-the-notes-box-h5{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box{position:relative;width:100%;height:70vh;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}.ouchn-container.preview-mode .see-the-notes-box-pc{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box{position:relative;width:600px;height:500px;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}::-webkit-scrollbar{width:0!important}.tab-title-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:14px;border-radius:30px;background:#e9edf4;width:200px;position:fixed;bottom:10px;z-index:99;left:50%;margin-left:calc(50% - 288px)}.tab-title-h5 .catalog-tab{padding:6px;cursor:pointer;white-space:nowrap;text-align:center;width:80px}.tab-title-h5 .active{color:#fff;border-radius:30px;width:80px;text-align:center;background:var(--preview-theme-color)}.catalog-note-h5 .catalog-note_box .catalog-note_biji span,.tab-title-pc .active{color:#409eff}.tab-title-pc{position:fixed;top:56px;left:365px;z-index:99;text-align:center;width:80px;border-radius:20px}.tab-title-pc .catalog-tab{cursor:pointer;background:#fff;padding:10px 5px;margin-bottom:2px;margin-left:2px;border-radius:4px}.catalog-note-h5{padding:60px 10px 10px;height:calc(100vh - 154px);overflow-y:scroll}.catalog-note-h5 .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-h5 .catalog_zaiwu img{width:70%}.catalog-note-h5 .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-h5 .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-h5 .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-h5 .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-h5 .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-note-pc{padding:20px 10px 10px;overflow-y:scroll;width:315px}.catalog-note-pc .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-pc .catalog_zaiwu img{width:70%}.catalog-note-pc .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-pc .catalog-note_box .catalog-note_biji span{color:#409eff}.catalog-note-pc .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0;cursor:pointer}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-pc .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-pc .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-pc .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.xmlPreviewSearch-box-h5{z-index:9999;background:#f5fbff;height:calc(100% - 50px);overflow-y:scroll;width:100%}.xmlPreviewSearch-box-h5 .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;font-size:12px;height:30px;border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 28px;text-decoration:none;width:calc(100% - 80px)}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-h5 .seach-list{margin:0 auto;width:100%;height:70%;height:calc(100% - 30px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-h5 .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-h5 .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xmlPreviewSearch-box-h5 .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}.xmlPreviewSearch-box-h5 .seach_zaiwu{width:100%;height:68%;text-align:center;color:#888}.xml-container-fixed,.xml-container-fixed-h5{z-index:9999;background:#fff;height:100vh;position:fixed;top:0;left:0}.xmlPreviewSearch-box-h5 .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-h5 .seach_zaiwu img{width:70%}.xml-container-fixed-h5{width:100%}.xmlPreviewSearch-box-pc{z-index:999;width:100%;min-height:99vh;padding-top:5px}.xmlPreviewSearch-box-pc .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc{width:1000px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:45px auto 0;padding:10px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .xmlPreviewSearch-icon{position:relative;top:4px;right:25px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4;font-size:12px;height:30px;border-radius:20px;border:1px solid #f4f4f4;color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 30px 1px 15px;text-decoration:none;width:300px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input_text{width:60px;min-width:60px;padding:5px 8px;background:#fff;font-size:13px;color:#999;border:1px solid #fff;border-radius:30px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;font-size:12px;height:30px;border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:0 0 1px 1px rgba(218,218,218,.8);box-shadow:0 0 1px 1px rgba(218,218,218,.8);color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 28px;text-decoration:none;width:calc(100% - 80px);border:none}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input_text img{position:relative;top:0;left:-2px}.xmlPreviewSearch-box-pc .seach-list{margin:19px auto 0;width:100%;height:70%;height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-pc .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-pc .seach-box .el-icon-arrow-down,.xmlPreviewSearch-box-pc .seach-box .el-icon-arrow-up{margin-right:10px;color:#fff}.xmlPreviewSearch-box-pc .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xmlPreviewSearch-box-pc .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}*,input,textarea{padding:0;margin:0}.xmlPreviewSearch-box-pc .seach_zaiwu{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:68%;text-align:center;margin-top:31px;color:#888;margin-left:26px}.xmlPreviewSearch-box-pc .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-pc .seach_zaiwu img{width:70%}.xmlPreviewSearch-title{background:var(--preview-theme-color);height:49px;width:100%;position:fixed;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center}.xmlPreviewSearch-title .img{width:10px;height:18px;margin-top:15px;margin-left:12px}.xmlPreviewSearch-title .xmlPreviewSearch-sou{color:#fff;margin-top:14px;width:calc(100vw - 36px);text-align:center}*{word-break:break-word;-webkit-box-sizing:border-box;box-sizing:border-box}#xml-reader-window-box *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.hovere .body-box a,.hovere .body-box font,.hovere .body-box p,.hovere .body-box span,.hovere .body-box strong,.hovere .body-text a,.hovere .body-text font,.hovere .body-text p,.hovere .body-text span,.hovere .body-text strong,.hovere .optional-text a,.hovere .optional-text font,.hovere .optional-text p,.hovere .optional-text span,.hovere .optional-text strong,.optional-text-module .body-box a,.optional-text-module .body-box font,.optional-text-module .body-box p,.optional-text-module .body-box span,.optional-text-module .body-box strong,.optional-text-module .body-text a,.optional-text-module .body-text font,.optional-text-module .body-text p,.optional-text-module .body-text span,.optional-text-module .body-text strong,.optional-text-module .optional-text a,.optional-text-module .optional-text font,.optional-text-module .optional-text p,.optional-text-module .optional-text span,.optional-text-module .optional-text strong{user-select:text;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text}input,textarea{-webkit-user-select:auto;outline:0}.title-container a,.title-container span{background:0 0!important}.xml-title-first-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pc .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc,.xml-title-second-pc .title-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-first-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-second-pc{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pc .title-container .w-e-text-container,.xml-title-third-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pc,.xml-title-third-pc .title-container{display:-ms-flexbox;-webkit-box-align:center;display:-webkit-box}.xml-title-third-pc{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:flex;position:relative;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pc .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pc .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pc .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-sixth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc>div{width:100%}.xml-title-sixth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pc .title-container .title-left-div{max-width:30%}.xml-title-sixth-pc .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-pc .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pc .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pc .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-pc .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pc .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pc .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pc .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pc .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 4px 5px 12px;margin-left:-2px}.xml-title-triangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pc .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pc .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pc .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pc .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-pc .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-3px}.xml-title-rotundity-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pc .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pc .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pc .title-container .title-left-img,.xml-title-semicircle-pc .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-pc .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-pc .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pc .title-container .title-text p{line-height:1.1!important}.xml-title-twelfth-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid #006af7;border-right:4px solid #006af7;position:relative}.xml-title-thirteenth-pc .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006af7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .block{width:7px;height:7px;background-color:#006af7;margin-bottom:-3px}.xml-title-thirteenth-pc .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-paragraph-first-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pc .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pc .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc{text-align:left}.xml-paragraph-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pc .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-pc .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-pc .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-pc .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pc{position:relative}.xml-paragraph-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-pc .body-text::after,.xml-paragraph-third-pc .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-pc .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pc .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc{position:relative}.xml-paragraph-quadrangle-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pc{position:relative}.xml-paragraph-isosceles-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pc .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pc .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pc .shape .triangle,.xml-paragraph-isosceles-pc .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pc{position:relative}.xml-paragraph-wave-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pc{position:relative}.xml-paragraph-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pc .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pc{position:relative}.xml-paragraph-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc{position:relative}.xml-paragraph-ninth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pc{position:relative}.xml-paragraph-tenth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-text-image-first-pc .w-e-text-container,.xml-text-image-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-pc .text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .text-body-container{text-align:left}.xml-text-image-first-pc .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .w-e-text-container,.xml-text-image-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .text-container .editorClass h1,.xml-text-image-second-pc .title-box .text-container .editorClass h2,.xml-text-image-second-pc .title-box .text-container .editorClass h3,.xml-text-image-second-pc .title-box .text-container .editorClass h4,.xml-text-image-second-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-pc .image-box .image-container .block-checked,.xml-text-image-third-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-third-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass h1,.xml-text-image-third-pc .title-box .text-container .editorClass h2,.xml-text-image-third-pc .title-box .text-container .editorClass h3,.xml-text-image-third-pc .title-box .text-container .editorClass h4,.xml-text-image-third-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-fourth-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pc .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pc .image-text-box{width:100%}.xml-text-image-fifth-pc .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pc .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pc .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pc .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#a7d3fb));background-image:linear-gradient(to right,#fff,#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pc .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pc .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .filecont{width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-splitline-Greytheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-h5 .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.custom-underline{background-color:#dbeaff;cursor:pointer;font-style:inherit!important}i a,i font,i p,i span{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.the-end-of-the-trial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:200px;padding-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#b5b2b2));background:linear-gradient(rgba(0,0,0,0),#b5b2b2);color:#5b9fff;font-size:18px}.xml-title-eighteen-h5 .title-container-box .title-container,.xml-title-eighteen-pad .title-container-box .title-container,.xml-title-eighteen-pc .title-container-box .title-container{background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;background-position-x:center;background-repeat:no-repeat}.xml-title-eighteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-h5>div{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box{width:100%;position:relative}.xml-title-eighteen-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3px 20%;margin:0 auto;z-index:9}.xml-title-eighteen-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-h5 .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-h5 .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-h5 .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-eighteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pad>div{min-width:75%;max-width:100%}.xml-title-eighteen-pad .title-container-box{width:100%;position:relative}.xml-title-eighteen-pad .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3px 21%;margin:0 auto;z-index:9}.xml-title-eighteen-pad .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pad .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pad .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pad .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pad .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-eighteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pc>div{min-width:75%;max-width:100%}.xml-title-eighteen-pc .title-container-box{width:100%;position:relative}.xml-title-eighteen-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 21%;margin:0 auto;z-index:9}.xml-title-eighteen-pc .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pc .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pc .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-round-4{border-radius:4px}.xml-round-4 img{border-radius:8px}.xml-round-6{border-radius:6px}.xml-round-6 img,.xml-round-8,.xml-round-8 img{border-radius:8px}.style-body-boxA{position:relative}.style-body-boxA .style-wrapper{min-width:200px}.style-body-boxA .style-wrapper .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:-webkit-gradient(linear,left top,right top,from(#4994fb),color-stop(#4994fb),to(#a2c5f9));background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.style-body-boxA .style-wrapper .native-html-wrapper{max-height:60vh;overflow-y:scroll;background-color:#fff;padding:15px 10px 0}.style-body-boxA .style-wrapper .native-html-wrapper::-webkit-scrollbar{width:0}.style-body-boxA .style-wrapper .native-html-wrapper h1,.style-body-boxA .style-wrapper .native-html-wrapper h2,.style-body-boxA .style-wrapper .native-html-wrapper h3,.style-body-boxA .style-wrapper .native-html-wrapper h4,.style-body-boxA .style-wrapper .native-html-wrapper h5,.style-body-boxA .style-wrapper .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.style-body-boxA .style-wrapper .bottom-margin{width:calc(100% - 15px);height:15px;background:#fff;margin-top:-1px}.style-body-boxA .style-wrapper .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.style-body-boxA .top-bg{width:98%;height:30px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxA .style-content-boxD{min-width:200px;background-color:#fff;padding:15px 10px 5px;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box{min-width:200px;background-color:#fff;padding:30px 10px 20px;border:2px solid #92c2db;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box::before{content:"";width:10px;height:10px;background-color:#92c2db;border-radius:50%;position:absolute;bottom:10px;right:15px}.style-body-boxA .style-content-box::after{content:"";width:30px;height:10px;position:absolute;bottom:10px;right:35px;border-left:10px dotted #92c2db;border-right:10px dotted #92c2db}.style-body-boxA .style-content-bg{background-color:#92c2db;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxA .paper-clip-icon{width:40px;position:absolute;top:10px;z-index:5;left:-10px}.style-body-boxA .paper-clip-icon::before{position:absolute;content:"";top:-30px;right:-5px;width:15px;height:20px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom:none;border-left:4px solid #92c2db!important;border-right:4px solid #92c2db!important;border-top:4px solid #92c2db!important}.style-body-boxA .paper-clip-icon::after{position:absolute;content:"";bottom:-21px;right:-11px;width:21px;height:30px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;border:4px solid #92c2db!important;border-top:none!important}.style-body-boxB{position:relative}.style-body-boxB .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxB .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #fee0b0;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxB .style-content-bg{background-color:#fee0b0;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxB .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxB .top-style-box>div{width:10px;height:10px;background:#fee0b0;border-radius:50%}.style-body-boxB .top-style-box>div::before{content:"";width:10px;height:10px;border-radius:50%;border-right:3px solid #fee0b0;border-bottom:3px solid #fee0b0;position:absolute;top:-8px;-webkit-transform:rotate(-85deg);transform:rotate(-85deg)}.style-body-boxC{position:relative}.style-body-boxC .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxC .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #84b774;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxC .style-content-box::before{content:"";width:40px;border-top:2px solid #84b774;position:absolute;bottom:10px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-box::after{content:"";width:20px;border-top:2px solid #84b774;position:absolute;bottom:5px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-bg{background-color:#84b774;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxC .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxC .top-style-box>div{width:10px;height:10px;background:#84b774;border-radius:50%}.style-body-boxE .scroll-top{position:relative;z-index:9}.style-body-boxE .scroll-top img{width:100%}.style-body-boxE .scroll-top::before{content:"";width:90%;height:10px;-webkit-box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;top:20px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .scroll-bottom{position:relative;z-index:9}.style-body-boxE .scroll-bottom img{width:100%}.style-body-boxE .scroll-bottom::after{content:"";width:90%;height:10px;-webkit-box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;bottom:18px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .style-content-box{padding:20px 10px;max-height:600px;overflow:scroll;overflow-x:hidden;background-color:#e9e3d5;width:89%;margin:-11px auto;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .filecont{width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-title-fourteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-h5 .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pad .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pc .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pc .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-text-preview-box-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important;background:0 0;-webkit-box-shadow:none;box-shadow:none}.xml-text-preview-box-dialog .custom-dialog{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.xml-title-SanQintheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-h5>div{width:100%;height:100%}.xml-title-SanQintheme1-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-h5 .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pad>div{width:100%;height:100%}.xml-title-SanQintheme1-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pad .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pc>div{width:100%;height:100%}.xml-title-SanQintheme1-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pc .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-h5>div{width:100%;height:100%}.xml-title-SanQintheme2-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-h5 .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-h5 .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pad>div{width:100%;height:100%}.xml-title-SanQintheme2-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pad .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pad .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pc>div{width:100%;height:100%}.xml-title-SanQintheme2-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pc .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pc .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-paragraph-SanQintheme1-h5 .w-e-text-container,.xml-title-SanQintheme3-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-paragraph-SanQintheme1-h5{text-align:center}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-h5 .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-h5 .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-h5 .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-h5 .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pad{text-align:center}.xml-paragraph-SanQintheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pad .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pad .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pad .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pad .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pc{text-align:center}.xml-paragraph-SanQintheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pc .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pc .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pc .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pc .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-h5{text-align:left}.xml-paragraph-SanQintheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title{display:inline-block;position:relative;max-width:98%;padding:8px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .left-image{position:absolute;left:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .right-image{position:absolute;right:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-h5 .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pad{text-align:left}.xml-paragraph-SanQintheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pad .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pc{text-align:left}.xml-paragraph-SanQintheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pc .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme3-h5 .body-text,.xml-paragraph-SanQintheme3-pad .body-text,.xml-paragraph-SanQintheme3-pc .body-text{margin-top:-50px;text-align:left;position:relative;border:2px solid #e6c17b!important}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-h5{text-align:left}.xml-paragraph-SanQintheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-h5 .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-h5 .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pad{text-align:left}.xml-paragraph-SanQintheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pad .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pad .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pc{text-align:left}.xml-paragraph-SanQintheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pc .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pc .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-white-space-pre{white-space:pre-wrap}.xml-text-center{text-align:center}.xml-dialog-overlay{z-index:2000!important}.xml-dialog-confirm{z-index:2102!important} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleTextGroupRender.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleTextGroupRender.css index 2edcaf3..a22e1d3 100644 --- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleTextGroupRender.css +++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleTextGroupRender.css @@ -1 +1 @@ -@charset "UTF-8";code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:2em 1em 1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0;border-radius:4px}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{position:relative;padding-left:3.3em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.3em;width:2.8em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:focus-within>.toolbar,div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{border:0;font:inherit;line-height:normal;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit strong,.parent-group .richtext-reset-container .richtext-reset-wrapper--view strong,.parent-group .text-container .richtext-reset-wrapper--edit strong,.parent-group .text-container .richtext-reset-wrapper--view strong,.xml-text-preview-box-dialog strong{font-weight:900}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}div.code-toolbar>.toolbar>.toolbar-item+.toolbar-item{margin-left:6px}.parent-group.xml-single-text-group .text-container table{border-collapse:collapse;margin:10px auto;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;border:1px solid #797979}.parent-group.xml-single-text-group .text-container table td,.parent-group.xml-single-text-group .text-container table th{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.parent-group.xml-single-text-group .text-container table th,.parent-group.xml-single-text-group .text-container table tr.firstRow td{color:#353535;background-color:#ececec}.parent-group.xml-single-text-group .text-container p{word-break:break-word;margin:0}.parent-group.xml-single-text-group .text-container span.inline-link-wrap{text-indent:initial}.parent-group.xml-single-text-group .text-container a.alertImg>img{width:1px!important;height:1px!important}.parent-group.xml-single-text-group .text-container .inline-audio-wrap,.parent-group.xml-single-text-group .text-container .inline-link-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-text-group .text-container .inline-audio-wrap span,.parent-group.xml-single-text-group .text-container .inline-link-wrap span{display:inline-block;text-indent:0!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit,.parent-group .richtext-reset-container .richtext-reset-wrapper--view,.parent-group .text-container .richtext-reset-wrapper--edit,.parent-group .text-container .richtext-reset-wrapper--view{--default-font-family:"Times New Roman",微软雅黑,"Mircosoft Yahei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--reader-theme-font-family,var(--default-font-family));font-size:16px;color:#333;line-height:1.5;overflow-x:auto}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.parent-group .text-container .richtext-reset-wrapper--edit p,.parent-group .text-container .richtext-reset-wrapper--view p{font-size:var(--reader-theme-font-size,16px);line-height:var(--reader-theme-line-height,2);letter-spacing:var(--reader-theme-letter-spacing,0);color:#333;word-break:break-word;text-align:justify;text-indent:2em}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .richtext-reset-container .richtext-reset-wrapper--view p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--view p:not([style~=background-color\:]){color:var(--reader-theme-font-color,#333)}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p+img,.parent-group .text-container .richtext-reset-wrapper--edit p+img,.parent-group .text-container .richtext-reset-wrapper--view p+img{margin-top:8px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p span,.parent-group .text-container .richtext-reset-wrapper--edit p *,.parent-group .text-container .richtext-reset-wrapper--edit p span,.parent-group .text-container .richtext-reset-wrapper--view p *,.parent-group .text-container .richtext-reset-wrapper--view p span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ol,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ol,.parent-group .text-container .richtext-reset-wrapper--view ul{list-style-position:inside}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .text-container .richtext-reset-wrapper--view ol>li>p,.parent-group .text-container .richtext-reset-wrapper--view ul>li>p{display:contents}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit video,.parent-group .richtext-reset-container .richtext-reset-wrapper--view video,.parent-group .text-container .richtext-reset-wrapper--edit video,.parent-group .text-container .richtext-reset-wrapper--view video{display:inline-block}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6 span,.parent-group .text-container .richtext-reset-wrapper--edit h1,.parent-group .text-container .richtext-reset-wrapper--edit h1 span,.parent-group .text-container .richtext-reset-wrapper--edit h2,.parent-group .text-container .richtext-reset-wrapper--edit h2 span,.parent-group .text-container .richtext-reset-wrapper--edit h3,.parent-group .text-container .richtext-reset-wrapper--edit h3 span,.parent-group .text-container .richtext-reset-wrapper--edit h4,.parent-group .text-container .richtext-reset-wrapper--edit h4 span,.parent-group .text-container .richtext-reset-wrapper--edit h5,.parent-group .text-container .richtext-reset-wrapper--edit h5 span,.parent-group .text-container .richtext-reset-wrapper--edit h6,.parent-group .text-container .richtext-reset-wrapper--edit h6 span,.parent-group .text-container .richtext-reset-wrapper--view h1,.parent-group .text-container .richtext-reset-wrapper--view h1 span,.parent-group .text-container .richtext-reset-wrapper--view h2,.parent-group .text-container .richtext-reset-wrapper--view h2 span,.parent-group .text-container .richtext-reset-wrapper--view h3,.parent-group .text-container .richtext-reset-wrapper--view h3 span,.parent-group .text-container .richtext-reset-wrapper--view h4,.parent-group .text-container .richtext-reset-wrapper--view h4 span,.parent-group .text-container .richtext-reset-wrapper--view h5,.parent-group .text-container .richtext-reset-wrapper--view h5 span,.parent-group .text-container .richtext-reset-wrapper--view h6,.parent-group .text-container .richtext-reset-wrapper--view h6 span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ul{-webkit-padding-start:32px!important;padding-inline-start:32px!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--view .float-clear::after{content:""}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear img,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .text-container .richtext-reset-wrapper--view .float-clear img{margin:5px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--view .span.magic-link{display:inline;text-indent:initial}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .richtext-reset-container .richtext-reset-wrapper--view span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--view span.magic-fillchar{display:inline-block;min-width:1px;max-width:1px}.parent-group .richtext-reset-container{overflow:hidden}.xml-text-preview-box-dialog .el-dialog__header{display:none!important}.xml-text-preview-box-dialog table tr.firstRow td{color:#353535;background-color:#ececec}.xml-text-preview-box-dialog table td{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.xml-text-preview-box-dialog p{font-size:16px;line-height:1.5;color:#333;word-break:break-word}.xml-text-preview-box-dialog p+img{margin-top:8px}.xml-text-preview-box-dialog p *{word-break:initial}.xml-text-preview-box-dialog p span{word-break:break-word}.xml-text-preview-box-dialog .float-clear::after{content:"";display:table;clear:both}.xml-text-preview-box-dialog .float-clear img{margin:5px}.preview-counter-main-pc .xml-reader-window-box .tippy-content{background-color:#eeeeef;border-radius:4px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15)}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#eeeeef;color:#535353}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.preview-counter-main-pc .xml-reader-window-box .tipbar-action{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;margin-right:4px;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.addTeacherResources{background-image:url(../../static/images/icons/richtext/addTeacherResources.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-separator{margin:0 6px}.preview-counter-main-pc .xml-reader-window-box .tipbar-remark{display:inline-block;margin-left:15px;font-size:12px;line-height:30px}.preview-counter-main-pc .xml-reader-window-box .tipnote.tipnote-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:340px;background-color:#eeeeef;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#535353;min-width:320px;padding:8px 6px 4px}.preview-counter-main-pc .xml-reader-window-box .tipnote-title{width:100%;line-height:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-textarea{width:100%;margin-top:10px;border:none;border-radius:4px;padding:4px 6px;resize:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-footer{width:100%;margin-top:10px;text-align:right}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn{display:inline-block;padding:4px 12px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap{position:relative;pointer-events:auto}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled{-webkit-filter:brightness(1.75);filter:brightness(1.75)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled .btn-edit{-webkit-filter:brightness(1);filter:brightness(1);pointer-events:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.5;z-index:1;cursor:not-allowed}.xml-digital-teaching-phone .xml-reader-window-box .tippy-box{border-radius:12px}.xml-digital-teaching-phone .xml-reader-window-box .tippy-box[data-placement^=top]>.tippy-arrow::before{border-top-color:#333!important}.xml-digital-teaching-phone .xml-reader-window-box .tippy-content{background-color:#333;border-radius:12px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);position:relative}.xml-digital-teaching-phone .xml-reader-window-box .tippy-content .tipbar-remark{color:#FFF}.xml-digital-teaching-phone .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#333;color:#FFF;font-size:10px}.xml-digital-teaching-phone .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;align-items:center;padding:4px 6px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-separator--mobile{height:0;width:100%;position:absolute;border-bottom:1px dashed #FFF;top:20px;left:0}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-remark--mobile{display:block;width:100%;text-align:center;font-size:8px;padding:2px 0 6px}.xml-reader-phone-mark-note-popup .mark-note__wrap{padding:15px;background-color:#FFF;width:100%;border-radius:6vw 6vw 0 0;-webkit-transition:padding-bottom .24s;transition:padding-bottom .24s}.xml-reader-phone-mark-note-popup .mark-note__selection{margin:15px 15px 10px;width:calc(100% - 30px);background-color:#FFF;border-radius:12px;padding:12px 20px}.xml-reader-phone-mark-note-popup .mark-note__selection>div{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;width:100%}.xml-reader-phone-mark-note-popup .mark-note__textarea{width:100%;border:none;border-radius:5vw;padding:12px 20px;resize:none;font-size:16px;line-height:1.5;color:#535353;background-color:#F6F6F6}.xml-reader-phone-mark-note-popup .mark-note__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:12px}.xml-reader-phone-mark-note-popup .mark-note__count{font-size:12px;color:#666}.xml-reader-phone-mark-note-popup .mark-note__delete{margin-left:auto;background-color:#FF2F10;color:#FFF;padding:6px 12px;border-radius:5vw;font-size:14px;cursor:pointer}.xml-reader-phone-mark-note-popup .mark-note__confirm{display:inline-block;padding:6px 12px;border-radius:5vw;background-color:#F6F6F6;margin-left:10px;color:#999;font-size:14px;cursor:pointer}.xml-reader-phone-mark-note-popup .mark-note__confirm.enable{background-color:#0D3B8B;color:#FFF}.xml-reader-phone-mark-note-popup.toolbar-show .mark-note__wrap{padding-bottom:100px}.xml-reader-phone-mark-note-popup.toolbar-show.keyboard-show .mark-note__wrap{padding-bottom:45px}@counter-style num1{system:fixed;symbols:"1)" "2)" "3)" "4)" "5)" "6)" "7)" "8)" "9)" "10)" "11)" "12)" "13)" "14)" "15)" "16)" "17)" "18)" "19)" "20)";suffix:" "}@counter-style num2{system:fixed;symbols:"(1)" "(2)" "(3)" "(4)" "(5)" "(6)" "(7)" "(8)" "(9)" "(10)" "(11)" "(12)" "(13)" "(14)" "(15)" "(16)" "(17)" "(18)" "(19)" "(20)";suffix:" "}@counter-style cn{system:fixed;symbols:"一." "二." "三." "四." "五." "六." "七." "八." "九." "十." "十一." "十二." "十三." "十四." "十五." "十六." "十七." "十八." "十九." "二十.";suffix:" "}@counter-style cn1{system:fixed;symbols:"一)" "二)" "三)" "四)" "五)" "六)" "七)" "八)" "九)" "十)" "十一)" "十二)" "十三)" "十四)" "十五)" "十六)" "十七)" "十八)" "十九)" "二十)";suffix:" "}@counter-style cn2{system:fixed;symbols:"(一)" "(二)" "(三)" "(四)" "(五)" "(六)" "(七)" "(八)" "(九)" "(十)" "(十一)" "(十二)" "(十三)" "(十四)" "(十五)" "(十六)" "(十七)" "(十八)" "(十九)" "(二十)";suffix:" "} \ No newline at end of file +@charset "UTF-8";code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:2em 1em 1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0;border-radius:4px}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{position:relative;padding-left:3.3em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.3em;width:2.8em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:focus-within>.toolbar,div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{border:0;font:inherit;line-height:normal;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}div.code-toolbar>.toolbar>.toolbar-item+.toolbar-item{margin-left:6px}.parent-group.xml-single-text-group .text-container table{border-collapse:collapse;margin:10px auto;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;border:1px solid #797979}.parent-group.xml-single-text-group .text-container table td,.parent-group.xml-single-text-group .text-container table th{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.parent-group.xml-single-text-group .text-container table th,.parent-group.xml-single-text-group .text-container table tr.firstRow td{color:#353535;background-color:#ececec}.parent-group.xml-single-text-group .text-container p{word-break:break-word;margin:0}.parent-group.xml-single-text-group .text-container span.inline-link-wrap{text-indent:initial}.parent-group.xml-single-text-group .text-container a.alertImg>img{width:1px!important;height:1px!important}.parent-group.xml-single-text-group .text-container .inline-audio-wrap,.parent-group.xml-single-text-group .text-container .inline-link-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-text-group .text-container .inline-audio-wrap span,.parent-group.xml-single-text-group .text-container .inline-link-wrap span{display:inline-block;text-indent:0!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit,.parent-group .richtext-reset-container .richtext-reset-wrapper--view,.parent-group .text-container .richtext-reset-wrapper--edit,.parent-group .text-container .richtext-reset-wrapper--view{--default-font-family:"Times New Roman",微软雅黑,"Mircosoft Yahei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--reader-theme-font-family,var(--default-font-family));font-size:16px;color:#333;line-height:1.5;overflow-x:auto}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.parent-group .text-container .richtext-reset-wrapper--edit p,.parent-group .text-container .richtext-reset-wrapper--view p{font-size:var(--reader-theme-font-size,16px);line-height:var(--reader-theme-line-height,2);letter-spacing:var(--reader-theme-letter-spacing,0);color:#333;word-break:break-word;text-align:justify}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .richtext-reset-container .richtext-reset-wrapper--view p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--view p:not([style~=background-color\:]){color:var(--reader-theme-font-color,#333)}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p+img,.parent-group .text-container .richtext-reset-wrapper--edit p+img,.parent-group .text-container .richtext-reset-wrapper--view p+img{margin-top:8px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p span,.parent-group .text-container .richtext-reset-wrapper--edit p *,.parent-group .text-container .richtext-reset-wrapper--edit p span,.parent-group .text-container .richtext-reset-wrapper--view p *,.parent-group .text-container .richtext-reset-wrapper--view p span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ol,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ol,.parent-group .text-container .richtext-reset-wrapper--view ul{list-style-position:inside}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .text-container .richtext-reset-wrapper--view ol>li>p,.parent-group .text-container .richtext-reset-wrapper--view ul>li>p{display:contents}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit video,.parent-group .richtext-reset-container .richtext-reset-wrapper--view video,.parent-group .text-container .richtext-reset-wrapper--edit video,.parent-group .text-container .richtext-reset-wrapper--view video{display:inline-block}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6 span,.parent-group .text-container .richtext-reset-wrapper--edit h1,.parent-group .text-container .richtext-reset-wrapper--edit h1 span,.parent-group .text-container .richtext-reset-wrapper--edit h2,.parent-group .text-container .richtext-reset-wrapper--edit h2 span,.parent-group .text-container .richtext-reset-wrapper--edit h3,.parent-group .text-container .richtext-reset-wrapper--edit h3 span,.parent-group .text-container .richtext-reset-wrapper--edit h4,.parent-group .text-container .richtext-reset-wrapper--edit h4 span,.parent-group .text-container .richtext-reset-wrapper--edit h5,.parent-group .text-container .richtext-reset-wrapper--edit h5 span,.parent-group .text-container .richtext-reset-wrapper--edit h6,.parent-group .text-container .richtext-reset-wrapper--edit h6 span,.parent-group .text-container .richtext-reset-wrapper--view h1,.parent-group .text-container .richtext-reset-wrapper--view h1 span,.parent-group .text-container .richtext-reset-wrapper--view h2,.parent-group .text-container .richtext-reset-wrapper--view h2 span,.parent-group .text-container .richtext-reset-wrapper--view h3,.parent-group .text-container .richtext-reset-wrapper--view h3 span,.parent-group .text-container .richtext-reset-wrapper--view h4,.parent-group .text-container .richtext-reset-wrapper--view h4 span,.parent-group .text-container .richtext-reset-wrapper--view h5,.parent-group .text-container .richtext-reset-wrapper--view h5 span,.parent-group .text-container .richtext-reset-wrapper--view h6,.parent-group .text-container .richtext-reset-wrapper--view h6 span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ul{-webkit-padding-start:32px!important;padding-inline-start:32px!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--view .float-clear::after{content:""}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear img,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .text-container .richtext-reset-wrapper--view .float-clear img{margin:5px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit strong,.parent-group .richtext-reset-container .richtext-reset-wrapper--view strong,.parent-group .text-container .richtext-reset-wrapper--edit strong,.parent-group .text-container .richtext-reset-wrapper--view strong{font-weight:900}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--view .span.magic-link{display:inline;text-indent:initial}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .richtext-reset-container .richtext-reset-wrapper--view span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--view span.magic-fillchar{display:inline-block;min-width:1px;max-width:1px}.parent-group .richtext-reset-container{overflow:hidden}.xml-text-preview-box-dialog .el-dialog__header{display:none!important}.xml-text-preview-box-dialog table tr.firstRow td{color:#353535;background-color:#ececec}.xml-text-preview-box-dialog table td{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.xml-text-preview-box-dialog p{font-size:16px;line-height:1.5;color:#333;word-break:break-word}.xml-text-preview-box-dialog p+img{margin-top:8px}.xml-text-preview-box-dialog p *{word-break:initial}.xml-text-preview-box-dialog p span{word-break:break-word}.xml-text-preview-box-dialog .float-clear::after{content:"";display:table;clear:both}.xml-text-preview-box-dialog .float-clear img{margin:5px}.xml-text-preview-box-dialog strong{font-weight:900}.preview-counter-main-pc .xml-reader-window-box .tippy-content{background-color:#eeeeef;border-radius:4px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15)}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#eeeeef;color:#535353}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.preview-counter-main-pc .xml-reader-window-box .tipbar-action{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;margin-right:4px;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.addTeacherResources{background-image:url(../../static/images/icons/richtext/addTeacherResources.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-separator{margin:0 6px}.preview-counter-main-pc .xml-reader-window-box .tipbar-remark{display:inline-block;margin-left:15px;font-size:12px;line-height:30px}.preview-counter-main-pc .xml-reader-window-box .tipnote.tipnote-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:340px;background-color:#eeeeef;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#535353;min-width:320px;padding:8px 6px 4px}.preview-counter-main-pc .xml-reader-window-box .tipnote-title{width:100%;line-height:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-textarea{width:100%;margin-top:10px;border:none;border-radius:4px;padding:4px 6px;resize:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-footer{width:100%;margin-top:10px;text-align:right}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn{display:inline-block;padding:4px 12px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap{position:relative;pointer-events:auto}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled{-webkit-filter:brightness(1.75);filter:brightness(1.75)}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled .btn-edit{-webkit-filter:brightness(1);filter:brightness(1);pointer-events:none}.preview-counter-main-pc .xml-reader-window-box .tipnote-btn.btn-wrap.disabled::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.5;z-index:1;cursor:not-allowed}.xml-digital-teaching-phone .xml-reader-window-box .tippy-box{border-radius:12px}.xml-digital-teaching-phone .xml-reader-window-box .tippy-box[data-placement^=top]>.tippy-arrow::before{border-top-color:#333!important}.xml-digital-teaching-phone .xml-reader-window-box .tippy-content{background-color:#333;border-radius:12px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);position:relative}.xml-digital-teaching-phone .xml-reader-window-box .tippy-content .tipbar-remark{color:#FFF}.xml-digital-teaching-phone .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#333;color:#FFF;font-size:10px}.xml-digital-teaching-phone .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;align-items:center;padding:4px 6px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias-mobile_02.png)}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-separator--mobile{height:0;width:100%;position:absolute;border-bottom:1px dashed #FFF;top:20px;left:0}.xml-digital-teaching-phone .xml-reader-window-box .tipbar-remark--mobile{display:block;width:100%;text-align:center;font-size:8px;padding:2px 0 6px}.xml-reader-phone-mark-note-popup .mark-note__wrap{padding:15px;background-color:#FFF;width:100%;border-radius:6vw 6vw 0 0;-webkit-transition:padding-bottom .24s;transition:padding-bottom .24s}.xml-reader-phone-mark-note-popup .mark-note__selection{margin:15px 15px 10px;width:calc(100% - 30px);background-color:#FFF;border-radius:12px;padding:12px 20px}.xml-reader-phone-mark-note-popup .mark-note__selection>div{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;width:100%}.xml-reader-phone-mark-note-popup .mark-note__textarea{width:100%;border:none;border-radius:5vw;padding:12px 20px;resize:none;font-size:16px;line-height:1.5;color:#535353;background-color:#F6F6F6}.xml-reader-phone-mark-note-popup .mark-note__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:12px}.xml-reader-phone-mark-note-popup .mark-note__count{font-size:12px;color:#666}.xml-reader-phone-mark-note-popup .mark-note__delete{margin-left:auto;background-color:#FF2F10;color:#FFF;padding:6px 12px;border-radius:5vw;font-size:14px;cursor:pointer}.xml-reader-phone-mark-note-popup .mark-note__confirm{display:inline-block;padding:6px 12px;border-radius:5vw;background-color:#F6F6F6;margin-left:10px;color:#999;font-size:14px;cursor:pointer}.xml-reader-phone-mark-note-popup .mark-note__confirm.enable{background-color:#0D3B8B;color:#FFF}.xml-reader-phone-mark-note-popup.toolbar-show .mark-note__wrap{padding-bottom:100px}.xml-reader-phone-mark-note-popup.toolbar-show.keyboard-show .mark-note__wrap{padding-bottom:45px}@counter-style num1{system:fixed;symbols:"1)" "2)" "3)" "4)" "5)" "6)" "7)" "8)" "9)" "10)" "11)" "12)" "13)" "14)" "15)" "16)" "17)" "18)" "19)" "20)";suffix:" "}@counter-style num2{system:fixed;symbols:"(1)" "(2)" "(3)" "(4)" "(5)" "(6)" "(7)" "(8)" "(9)" "(10)" "(11)" "(12)" "(13)" "(14)" "(15)" "(16)" "(17)" "(18)" "(19)" "(20)";suffix:" "}@counter-style cn{system:fixed;symbols:"一." "二." "三." "四." "五." "六." "七." "八." "九." "十." "十一." "十二." "十三." "十四." "十五." "十六." "十七." "十八." "十九." "二十.";suffix:" "}@counter-style cn1{system:fixed;symbols:"一)" "二)" "三)" "四)" "五)" "六)" "七)" "八)" "九)" "十)" "十一)" "十二)" "十三)" "十四)" "十五)" "十六)" "十七)" "十八)" "十九)" "二十)";suffix:" "}@counter-style cn2{system:fixed;symbols:"(一)" "(二)" "(三)" "(四)" "(五)" "(六)" "(七)" "(八)" "(九)" "(十)" "(十一)" "(十二)" "(十三)" "(十四)" "(十五)" "(十六)" "(十七)" "(十八)" "(十九)" "(二十)";suffix:" "} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/title.css b/src/plugin/xml-digital-teaching/lib/title.css index 49acd76..58da9b2 100644 --- a/src/plugin/xml-digital-teaching/lib/title.css +++ b/src/plugin/xml-digital-teaching/lib/title.css @@ -3,105 +3,114 @@ /*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=semicircle.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ +/*# sourceMappingURL=rectangle.vue.map */ /*# sourceMappingURL=fifth.vue.map */ -/*# sourceMappingURL=thirteenth.vue.map */ +/*# sourceMappingURL=fourteen.vue.map */ -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=triangle.vue.map */ - - -/*# sourceMappingURL=seventeen.vue.map */ - - -/*# sourceMappingURL=hexagon.vue.map */ - - -/*# sourceMappingURL=rectangle.vue.map */ +/*# sourceMappingURL=semicircle.vue.map */ /*# sourceMappingURL=square.vue.map */ -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=fifteen.vue.map */ - - -/*# sourceMappingURL=sixteen.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ +/*# sourceMappingURL=hexagon.vue.map */ /*# sourceMappingURL=rotundity.vue.map */ -/*# sourceMappingURL=nineteen.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=Greentheme4.vue.map */ +/*# sourceMappingURL=seventeen.vue.map */ -/*# sourceMappingURL=eighteen2.vue.map */ +/*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=fourteen.vue.map */ +/*# sourceMappingURL=sixteen.vue.map */ /*# sourceMappingURL=Greentheme3.vue.map */ -/*# sourceMappingURL=eighteen.vue.map */ +/*# sourceMappingURL=Greentheme6.vue.map */ + + +/*# sourceMappingURL=eighteen2.vue.map */ /*# sourceMappingURL=twelfth.vue.map */ -/*# sourceMappingURL=Yellowtheme3.vue.map */ +/*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=Yellowtheme2.vue.map */ +/*# sourceMappingURL=nineteen.vue.map */ + + +/*# sourceMappingURL=triangle.vue.map */ /*# sourceMappingURL=Greentheme2.vue.map */ -/*# sourceMappingURL=Knowledge.vue.map */ +/*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=Twentythree.vue.map */ +/*# sourceMappingURL=thirteenth.vue.map */ -/*# sourceMappingURL=Yellowtheme5.vue.map */ +/*# sourceMappingURL=fifteen.vue.map */ -/*# sourceMappingURL=Greentheme5.vue.map */ +/*# sourceMappingURL=Yellowtheme2.vue.map */ /*# sourceMappingURL=Greentheme1.vue.map */ -/*# sourceMappingURL=SanQintheme3.vue.map */ - - -/*# sourceMappingURL=Greentheme6.vue.map */ +/*# sourceMappingURL=Yellowtheme3.vue.map */ /*# sourceMappingURL=Yellowtheme4.vue.map */ +/*# sourceMappingURL=Yellowtheme5.vue.map */ + + +/*# sourceMappingURL=SanQintheme2.vue.map */ + + +/*# sourceMappingURL=Twentyone.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=Knowledge.vue.map */ + + +/*# sourceMappingURL=Twentyfour.vue.map */ + + +/*# sourceMappingURL=SanQintheme3.vue.map */ + + +/*# sourceMappingURL=twenty.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=eighteen.vue.map */ + + /*# sourceMappingURL=Twentyfive.vue.map */ @@ -111,19 +120,18 @@ /*# sourceMappingURL=Yellowtheme6.vue.map */ -/*# sourceMappingURL=Twentyfour.vue.map */ - - -/*# sourceMappingURL=Twentyone.vue.map */ - - -/*# sourceMappingURL=twenty.vue.map */ +/*# sourceMappingURL=Twentythree.vue.map */ /*# sourceMappingURL=Twentytwo.vue.map */ - -/*# sourceMappingURL=SanQintheme2.vue.map */ +.xml-text-h5[data-v-e037ecc2] { +} +.xml-text-pc[data-v-e037ecc2] { +} +.xml-text-h5[data-v-e037ecc2] { +} + .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -195,14 +203,6 @@ /*# sourceMappingURL=XmlText.vue.map */ -.xml-text-h5[data-v-ec02be9c] { -} -.xml-text-pc[data-v-ec02be9c] { -} -.xml-text-h5[data-v-ec02be9c] { -} - - /*# sourceMappingURL=XmlTextDialog.vue.map */ diff --git a/src/plugin/xml-digital-teaching/lib/title.js b/src/plugin/xml-digital-teaching/lib/title.js index 23cfda1..4beeb25 100644 --- a/src/plugin/xml-digital-teaching/lib/title.js +++ b/src/plugin/xml-digital-teaching/lib/title.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -48667,7 +48667,7 @@ var script$G = { tempWrapDom.innerHTML = copy; let content = ''; Array.from(tempWrapDom.childNodes).forEach(child => { - if (child.dataset.graphKey && child.tagName === 'P') { + if (child.dataset.graphKey && child.tagName === 'P' && child.textContent) { let pCopy = child.outerHTML + ''; for (let i = 0, len = links.length; i < len; i++) { let item = links[i]; @@ -48799,6 +48799,20 @@ var script$G = { } }); } + if (type === 'video') { + // 魔链音频 + _this.$EventBus.$emit('handleMagicLinkVideoPlay', { + plaintext, + title, + content, + type, + isPlaying, + targetId: e.target.id, + callback: video => { + e.target.setAttribute('data-isplaying', video.paused ? 'false' : 'true'); + } + }); + } if (type === 'richtext') { content = content.replace(/text\-align:\s?justify/g, 'text-align:left'); // 魔链富文本 @@ -50415,7 +50429,7 @@ __vue_render__$G._withStripped = true; /* style */ const __vue_inject_styles__$G = undefined; /* scoped */ - const __vue_scope_id__$G = "data-v-ec02be9c"; + const __vue_scope_id__$G = "data-v-e037ecc2"; /* module identifier */ const __vue_module_identifier__$G = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/titleLibrary.css b/src/plugin/xml-digital-teaching/lib/titleLibrary.css index cc3a6fb..8bad148 100644 --- a/src/plugin/xml-digital-teaching/lib/titleLibrary.css +++ b/src/plugin/xml-digital-teaching/lib/titleLibrary.css @@ -1,24 +1,27 @@ -/*# sourceMappingURL=semicircle.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - /*# sourceMappingURL=first.vue.map */ +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + /*# sourceMappingURL=sixth.vue.map */ +/*# sourceMappingURL=Yellowtheme6.vue.map */ + + /*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=Yellowtheme4.vue.map */ +/*# sourceMappingURL=semicircle.vue.map */ -/*# sourceMappingURL=Yellowtheme6.vue.map */ +/*# sourceMappingURL=Greentheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme6.vue.map */ .title-text[data-v-14dffda4] { background-color: var(--background-color) !important; } @@ -30,124 +33,133 @@ /*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=twelfth.vue.map */ - - -/*# sourceMappingURL=thirteenth.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=rectangle.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=nineteen.vue.map */ - - -/*# sourceMappingURL=Greentheme6.vue.map */ - - -/*# sourceMappingURL=Yellowtheme5.vue.map */ - - -/*# sourceMappingURL=fifteen.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ +/*# sourceMappingURL=Yellowtheme2.vue.map */ /*# sourceMappingURL=fifth.vue.map */ -/*# sourceMappingURL=hexagon.vue.map */ +/*# sourceMappingURL=fifteen.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=thirteenth.vue.map */ -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ +/*# sourceMappingURL=Yellowtheme5.vue.map */ /*# sourceMappingURL=seventeen.vue.map */ -/*# sourceMappingURL=Thirtytwo.vue.map */ +/*# sourceMappingURL=Thirtyone.vue.map */ -/*# sourceMappingURL=Knowledge.vue.map */ +/*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=Thirtythree.vue.map */ +/*# sourceMappingURL=rectangle.vue.map */ /*# sourceMappingURL=sixteen.vue.map */ +/*# sourceMappingURL=twelfth.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=hexagon.vue.map */ + + +/*# sourceMappingURL=nineteen.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + /*# sourceMappingURL=Thirtysix.vue.map */ /*# sourceMappingURL=triangle.vue.map */ -/*# sourceMappingURL=BuleRectangle.vue.map */ +/*# sourceMappingURL=Knowledge.vue.map */ + + +/*# sourceMappingURL=fourteen.vue.map */ /*# sourceMappingURL=Redtheme2.vue.map */ +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Thirtytwo.vue.map */ + + +/*# sourceMappingURL=BuleRectangle.vue.map */ + + /*# sourceMappingURL=Thirtyfour.vue.map */ -/*# sourceMappingURL=titleQuestion.vue.map */ - - -/*# sourceMappingURL=Thirtyone.vue.map */ - - -/*# sourceMappingURL=Thirtyfive.vue.map */ - - -/*# sourceMappingURL=Thirtyseven.vue.map */ - - -/*# sourceMappingURL=titleLogging.vue.map */ - - -/*# sourceMappingURL=Sevenpagefour.vue.map */ - - -/*# sourceMappingURL=Thirtynine.vue.map */ - - /*# sourceMappingURL=titleTearcher.vue.map */ -/*# sourceMappingURL=titleCrane.vue.map */ +/*# sourceMappingURL=BuleRectangleTwo.vue.map */ + + +/*# sourceMappingURL=titleQuestion.vue.map */ + + +/*# sourceMappingURL=Thirtythree.vue.map */ /*# sourceMappingURL=Sevenpagetwo.vue.map */ +/*# sourceMappingURL=titleCrane.vue.map */ + + +/*# sourceMappingURL=Thirtyseven.vue.map */ + + +/*# sourceMappingURL=Thirtynine.vue.map */ + + +/*# sourceMappingURL=Thirtyfive.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=Forty.vue.map */ + + +/*# sourceMappingURL=Thirtyeight.vue.map */ + + /*# sourceMappingURL=Sevenpagefive.vue.map */ /*# sourceMappingURL=Sevenpagethree.vue.map */ -/*# sourceMappingURL=Thirtyeight.vue.map */ +/*# sourceMappingURL=titleLight.vue.map */ + + +/*# sourceMappingURL=titleLogging.vue.map */ + + +/*# sourceMappingURL=titleText.vue.map */ + + +/*# sourceMappingURL=Fortyone.vue.map */ .title-bgimg[data-v-16943e38] { background-image: url(../style/title-text-bgimg.png); } @@ -155,27 +167,7 @@ /*# sourceMappingURL=Sevenpageone.vue.map */ -/*# sourceMappingURL=titleText.vue.map */ - - -/*# sourceMappingURL=Forty.vue.map */ - - -/*# sourceMappingURL=BuleRectangleTwo.vue.map */ - - -/*# sourceMappingURL=titleLight.vue.map */ - - -/*# sourceMappingURL=Fortyone.vue.map */ - -.xml-text-h5[data-v-ec02be9c] { -} -.xml-text-pc[data-v-ec02be9c] { -} -.xml-text-h5[data-v-ec02be9c] { -} - +/*# sourceMappingURL=Sevenpagefour.vue.map */ .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -247,6 +239,14 @@ /*# sourceMappingURL=XmlText.vue.map */ +.xml-text-h5[data-v-e037ecc2] { +} +.xml-text-pc[data-v-e037ecc2] { +} +.xml-text-h5[data-v-e037ecc2] { +} + + /*# sourceMappingURL=XmlTextDialog.vue.map */ diff --git a/src/plugin/xml-digital-teaching/lib/titleLibrary.js b/src/plugin/xml-digital-teaching/lib/titleLibrary.js index eac4311..dd3347f 100644 --- a/src/plugin/xml-digital-teaching/lib/titleLibrary.js +++ b/src/plugin/xml-digital-teaching/lib/titleLibrary.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -48667,7 +48667,7 @@ var script$S = { tempWrapDom.innerHTML = copy; let content = ''; Array.from(tempWrapDom.childNodes).forEach(child => { - if (child.dataset.graphKey && child.tagName === 'P') { + if (child.dataset.graphKey && child.tagName === 'P' && child.textContent) { let pCopy = child.outerHTML + ''; for (let i = 0, len = links.length; i < len; i++) { let item = links[i]; @@ -48799,6 +48799,20 @@ var script$S = { } }); } + if (type === 'video') { + // 魔链音频 + _this.$EventBus.$emit('handleMagicLinkVideoPlay', { + plaintext, + title, + content, + type, + isPlaying, + targetId: e.target.id, + callback: video => { + e.target.setAttribute('data-isplaying', video.paused ? 'false' : 'true'); + } + }); + } if (type === 'richtext') { content = content.replace(/text\-align:\s?justify/g, 'text-align:left'); // 魔链富文本 @@ -50415,7 +50429,7 @@ __vue_render__$S._withStripped = true; /* style */ const __vue_inject_styles__$S = undefined; /* scoped */ - const __vue_scope_id__$S = "data-v-ec02be9c"; + const __vue_scope_id__$S = "data-v-e037ecc2"; /* module identifier */ const __vue_module_identifier__$S = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/video.css b/src/plugin/xml-digital-teaching/lib/video.css index c0ff10b..e9fad8f 100644 --- a/src/plugin/xml-digital-teaching/lib/video.css +++ b/src/plugin/xml-digital-teaching/lib/video.css @@ -1,11 +1,3 @@ - -.xml-video-container-h5[data-v-6fcfaafb] { -} -.xml-video-container-pc[data-v-6fcfaafb] { -} -.xml-video-container-pad[data-v-6fcfaafb] { -} - .xml-video-container-pdf[data-v-4645f3e6] { position: relative; display: flex; @@ -31,4 +23,11 @@ border-radius: 50%; } -/*# sourceMappingURL=XmlVideoImg.vue.map */ \ No newline at end of file +/*# sourceMappingURL=XmlVideoImg.vue.map */ + +.xml-video-container-h5[data-v-6fcfaafb] { +} +.xml-video-container-pc[data-v-6fcfaafb] { +} +.xml-video-container-pad[data-v-6fcfaafb] { +} diff --git a/src/plugin/xml-digital-teaching/lib/video.js b/src/plugin/xml-digital-teaching/lib/video.js index 01c7bd9..3703976 100644 --- a/src/plugin/xml-digital-teaching/lib/video.js +++ b/src/plugin/xml-digital-teaching/lib/video.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri Mar 07 2025 11:35:13 GMT+0800 (中国标准时间) smile +* Copyright ©Fri Mar 14 2025 14:04:05 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -14307,9 +14307,10 @@ var __vue_render__$2 = function () { _c("img", { attrs: { src: _vm.titleLeftIcon } }), ]), _vm._v(" "), - _c("div", { staticClass: "title" }, [ - _vm._v(_vm._s(_vm.title)), - ]), + _c("div", { + staticClass: "title", + domProps: { innerHTML: _vm._s(_vm.title) }, + }), _vm._v(" "), _c("div", { staticClass: "title-adorn" }, [ _c("img", { attrs: { src: _vm.titleRightIcon } }), diff --git a/src/views/Book.vue b/src/views/Book.vue index c83b4b9..4663d3c 100644 --- a/src/views/Book.vue +++ b/src/views/Book.vue @@ -181,6 +181,7 @@ export default { // document.title = '新的页面标题'; + debugger this.bookId = this.$route.query.bookId @@ -316,13 +317,17 @@ export default { var abc = await bookApi.bookinfo.request_info({bookId: this.bookId}) + debugger // abc.isBuy = 1 - if (abc.isBuy == 0) { - this.isTrial = true + if (abc){ + if (abc.isBuy == 0) { + this.isTrial = true + } + else { + this.isTrial = false + } } - else { - this.isTrial = false - } + this.trialChapterList = await bookApi.bookinfo.unlock({bookId:this.bookId})