From 8c6c19f40c8377d16f49893145c0dcd0363742d0 Mon Sep 17 00:00:00 2001 From: caoyuchun Date: Thu, 12 Jun 2025 17:07:07 +0800 Subject: [PATCH] cyc --- .../xml-digital-teaching/lib/catalog.css | 19 +- .../xml-digital-teaching/lib/catalog.js | 4 +- .../xml-digital-teaching/lib/catalog.min.css | 2 +- src/plugin/xml-digital-teaching/lib/ebook.css | 6 +- src/plugin/xml-digital-teaching/lib/ebook.js | 4 +- src/plugin/xml-digital-teaching/lib/group.js | 4 +- src/plugin/xml-digital-teaching/lib/html.js | 132 +- src/plugin/xml-digital-teaching/lib/image.css | 6 +- src/plugin/xml-digital-teaching/lib/image.js | 4 +- .../xml-digital-teaching/lib/image.min.css | 2 +- .../xml-digital-teaching/lib/imageText.css | 52 +- .../xml-digital-teaching/lib/imageText.js | 24 +- .../lib/imageText.min.css | 2 +- src/plugin/xml-digital-teaching/lib/index.css | 2522 ++++++++--------- src/plugin/xml-digital-teaching/lib/index.js | 1012 ++++--- .../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 | 136 +- .../xml-digital-teaching/lib/paragraph.js | 88 +- .../xml-digital-teaching/lib/question.css | 510 ++-- .../xml-digital-teaching/lib/question.js | 72 +- .../xml-digital-teaching/lib/question.min.css | 2 +- .../xml-digital-teaching/lib/render.css | 4 +- src/plugin/xml-digital-teaching/lib/render.js | 6 +- .../xml-digital-teaching/lib/render.min.css | 2 +- .../xml-digital-teaching/lib/resource.css | 4 +- .../xml-digital-teaching/lib/resource.js | 4 +- .../xml-digital-teaching/lib/resource.min.css | 2 +- .../lib/single-ctalog-group.css | 6 +- .../lib/single-ctalog-group.js | 4 +- .../lib/single-ebook-group.css | 6 +- .../lib/single-ebook-group.js | 4 +- .../lib/single-html-group.css | 6 +- .../lib/single-html-group.js | 4 +- .../lib/single-image-group.js | 2 +- .../lib/single-music-group.css | 6 +- .../lib/single-music-group.js | 4 +- .../lib/single-question-group.css | 6 +- .../lib/single-question-group.js | 4 +- .../lib/single-resource-group.css | 6 +- .../lib/single-resource-group.js | 4 +- .../lib/single-testpaper-group.css | 6 +- .../lib/single-testpaper-group.js | 4 +- .../lib/single-text-group.css | 6 +- .../lib/single-text-group.js | 4 +- .../lib/single-video-group.css | 6 +- .../lib/single-video-group.js | 4 +- .../xml-digital-teaching/lib/splitline.css | 88 +- .../xml-digital-teaching/lib/splitline.js | 72 +- .../xml-digital-teaching/lib/testPaper.js | 4 +- src/plugin/xml-digital-teaching/lib/text.css | 12 +- src/plugin/xml-digital-teaching/lib/text.js | 6 +- .../xml-digital-teaching/lib/theme/index.css | 2 +- .../xmlSingleHtmlGroupRender.css | 2 +- src/plugin/xml-digital-teaching/lib/title.css | 136 +- src/plugin/xml-digital-teaching/lib/title.js | 90 +- .../xml-digital-teaching/lib/titleLibrary.css | 174 +- .../xml-digital-teaching/lib/titleLibrary.js | 114 +- .../lib/titleLibrary.min.css | 2 +- src/plugin/xml-digital-teaching/lib/video.css | 23 +- src/plugin/xml-digital-teaching/lib/video.js | 36 +- .../xml-digital-teaching/lib/video.min.css | 2 +- src/router/index.js | 10 +- src/service/getData.js | 3 +- src/utils/directUrl.js | 36 + src/views/Book.vue | 11 +- 67 files changed, 2915 insertions(+), 2631 deletions(-) create mode 100644 src/utils/directUrl.js diff --git a/src/plugin/xml-digital-teaching/lib/catalog.css b/src/plugin/xml-digital-teaching/lib/catalog.css index f831bf2..272fffa 100644 --- a/src/plugin/xml-digital-teaching/lib/catalog.css +++ b/src/plugin/xml-digital-teaching/lib/catalog.css @@ -1,21 +1,22 @@ -.catalog-node-label[data-v-d8778466] { + +.xml-show-catalog .el-tree-node__content { + display: flex !important; +} + +.catalog-node-label[data-v-4dfce84e] { display: flex; align-items: center; } -.catalog-node-label img[data-v-d8778466] { +.catalog-node-label img[data-v-4dfce84e] { margin-right: 4px; } -.xml-show-catalog[data-v-d8778466] .el-tree-node__content { +.xml-show-catalog[data-v-4dfce84e] .el-tree-node__content { height: auto; } -.xml-show-catalog[data-v-d8778466] .el-tree-node__content .catalog-node-label { +.xml-show-catalog[data-v-4dfce84e] .el-tree-node__content .catalog-node-label { max-width: calc(100% - 24px); word-break: break-all; 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 9c9bf82..5d6f0be 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -307,7 +307,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-d8778466"; + const __vue_scope_id__ = "data-v-4dfce84e"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/catalog.min.css b/src/plugin/xml-digital-teaching/lib/catalog.min.css index 6eb7319..723e551 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-d8778466]{display:flex;align-items:center}.catalog-node-label img[data-v-d8778466]{margin-right:4px}.xml-show-catalog[data-v-d8778466] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-d8778466] .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-4dfce84e]{display:flex;align-items:center}.catalog-node-label img[data-v-4dfce84e]{margin-right:4px}.xml-show-catalog[data-v-4dfce84e] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-4dfce84e] .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.css b/src/plugin/xml-digital-teaching/lib/ebook.css index 706bcf8..aaa6cc8 100644 --- a/src/plugin/xml-digital-teaching/lib/ebook.css +++ b/src/plugin/xml-digital-teaching/lib/ebook.css @@ -1,9 +1,9 @@ -.xml-ebook-container-h5[data-v-26ce6d84] { +.xml-ebook-container-h5[data-v-2d385f5d] { } -.xml-ebook-container-pc[data-v-26ce6d84] { +.xml-ebook-container-pc[data-v-2d385f5d] { } -.xml-ebook-container-pad[data-v-26ce6d84] { +.xml-ebook-container-pad[data-v-2d385f5d] { } diff --git a/src/plugin/xml-digital-teaching/lib/ebook.js b/src/plugin/xml-digital-teaching/lib/ebook.js index 56de565..f76cf0b 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -864,7 +864,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-26ce6d84"; + const __vue_scope_id__ = "data-v-2d385f5d"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/group.js b/src/plugin/xml-digital-teaching/lib/group.js index c7ad25e..e57b8fc 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -217,7 +217,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-79e2f049"; + const __vue_scope_id__ = "data-v-1aeee18a"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/html.js b/src/plugin/xml-digital-teaching/lib/html.js index 2f29416..14f7782 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -184,6 +184,8 @@ // // // +// +// // import "../block.scss" var script = { @@ -241,19 +243,24 @@ var script = { // console.log('XmlHtml组件(ruleIndex:' + this.ruleIndex + '),watch触发,变量pBlockData:', newValue) this.$nextTick(() => { this.blockData = Object.assign({}, this.blockData, newValue); + if (this.blockData.htmlType === 'code') { + this.addIframe(); + } // ios扫描二维码微信端不支持srcdoc,改为获取dom写入 // 清除计时器 - if (this.timer) { - clearTimeout(this.timer); - this.timer = null; - } - this.timer = setTimeout(() => { - if (this.blockData.htmlType === 'code') { - var iframe = this.$refs.iframe; - iframe.contentWindow.document.write(this.pBlockData.code); // 动态写入返回页面到iframe - iframe.contentWindow.document.close(); - } - }, 500); + // if (this.timer) { + // clearTimeout(this.timer) + // this.timer = null + // } + + // this.timer = setTimeout(() => { + // if (this.blockData.htmlType === 'code') { + // var iframe = this.$refs.iframe + // iframe.contentWindow.document.write(this.pBlockData.code) // 动态写入返回页面到iframe + // iframe.contentWindow.document.close() + + // } + // }, 500) // console.log(this.blockData.code); // iframe.contentWindow.document.write(this.blockData.code) // 动态写入返回页面到iframe @@ -273,6 +280,8 @@ var script = { fileBaseUrl: '', showDialog: false, height: '500px', + noshow: false, + retryCount: 10, //属性组件名 propertyComponentsName: 'xml-html-property', src: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAAFoCAYAAAB65WHVAABEGUlEQVR42u2d51YbS9pGv/u/jplxzjkd+zjnHAAFQOQc7AEFOPNVvVW7GpXcBtvYFuLxWvsHJijQvZt+4//9L/5rb/9jzH1pG+Orm8boSn+wtLwihBADxfLKqrG2/sXYaG0b/Ps/CVoIIfpU0Ih5fLVp9IuQc8ZWNoQQYiCpR2ZXPhuIWoIWQoh+FTQhjX4VsxBCDDr1CMJe+/zFkKCFEKJfBd1vyUAhhDisjDs5e5ZWVg0JWggh+lXQelOEEKK/BL24vGJI0EIIIUELIYSQoIUQQoIWQgghQQshhAQthBBCghZCCCFBCyGEBC2EEEKCFkIICVoIIYQELYQQErQELYQQErQQQggJWgghJGghhBAStBBCSNBCCCEkaCGEEBK0EEJI0EIIISRoIYSQoIUQQkjQQgghQUvQQgghQQshhJCghRBCghZCCCFBCyGEBC2EEEKCFkIIIUELIboZy1kNjGeMlZF9v95TCVoIIUFL0EKIwyHmxmpgIjK5ttHFxNpmF3w9jK8EJGoJWgghQUvQQog+F2wWchjfhVysEyWUCXoykn99YyWCsEuQwCVoISRoCVqCFkL8GuoZuZgJKeShh8mMqRImVwMIlp83uhyo52TPoxBIAEHzc6fWM+Lj8jzT4wkJWggJWoKWoIUQ+xK6QGB5aCIXco94CUFkybzxlW4Qb2Up8GmxabyfD7yZ6+bt/KbxPvJhoWnwfSMRfi4hl/zCgbD5/7xcT8eABC2EBC1BS9BCiF1YDSCqxtqGMRWZXg/MRHpEHEMUCK620jSGlwIfFwLv5gOv5lrG89nAk+m28WAq8PdE4K9G4FbkTuTvyL3JAN/3eDrwbCbwxj2G5+NCoLrcNLjgpNexHomvh8/vFuqRoIUQErQELUELcWhCGHlZ3FqgEaGsbWq9m8kI31dbDhBieDffMl7OtY0nM4H7kwGEe2OsY1wZDVwa3TIu1ANna4HT1W7ORM5GztUCFyKXRwNXxwK3Gh3jvpO354W7GHg+uufqqbvX4EHQeegDUddXvo4ELYSQoCVoCVqIgT/RVjeMibVAId8gJkTVcF/j4fsqy4FPS4E3Cy3j+UzgoZOf5+5kADEiyvP1wOlK4Phw4GjkyPB2YCTwn+HAv4e+DV93NHJ8JHAygugvuouA58Z420DYL+daxshy0yCZOb0WyEMeErQELYQELUFL0EIM+vChnoYSL+fVIvkHJPnqyxsGIYtX8y3j8XQAAd8c7xiEKBAwIYhTlW3jeOTYSAAR94g2wucR7rGMI7twdCSCsOPjn3AXBc+pauB8LXDNvQbPIydrD2V7vF95YwuhHSUJdbIJIUFL0BK0EIPSgp03lKRkXyqLCx8TwiDJR9Ls5Vzg4VTLuDXRNq6OdYzz9cDp6rZxshLIQxP/Gf7H4P8RZwpBxO87VQ2Q9CPZd7HeDcnDcxFCF2dq2wY/50QlgKCPjGwZRzNyYV92r8lD6COJejXQI+pD1tAiQQshQUvQErQQgxva6GkwiZDsogWaxpEXMwEaPkiiXXKy8hCyQKjHIgi3LMSAiCmPQ7xXfGmdL7EbD9yeCKSGkwhJR0Ccdyc7xp2JAN/Pz6Ncj+eNiI+NBI5XusmfLxcCHu/TYstorDaNXNQStBBCgpagJWgh9hpS+Fl+eMwnrdg9IYxILJujjG50uWl8WmgZL2cChZCD2BBTLjZCBUVC7x+D0AXJv9O1ACGJa07CnjsTbQPR0tr9er5pvF8IfFrcNIYin0r4sNg0+L537jV5aB2n1ZuW8MvuOXgIiZysBPKk5ZGhwHEv8ZGtJHp+3rB7TA9jTFP53crhWLElQQsJWoKWoCVoIQ5uCINyOG61GV7EMKPxtcDw0qbxysnQQ+jgupOV53wtQJLsBEQxIyoEnTeEIDrK1W40OgbiR8QMRxpaDNSWAz1LYtc29ki+LDaEHkZXApWlAI/70MnVc909N88ZSyxupZAG5Xt548zJkQAhn1ezTYMLXj4siucjQQshQUvQErQELQanUSM1bOx5ielGN3sUyGQJPV+b/fxGRv64ebkc8PW0Yr9xt/2eR9Mtg4YSQg8I+VglQKgilcNFAZ9wkjqxQ1SnK9sGP4efSzneKz9CdL6ZyvWq7rl4igaZ7gtLPr50eo/M9LAZWAtMrwf4PTLu9Lkfbeq45Z6zhyFLJD9P+NI7X5I3HBkKcCFj2NPQQsvg9fB4iFqCFkKClqAlaAlaHPwxmo0SJjJ6l5t2t0JPf87I5RH/f6aE/Ov4OH+cfEB+Drf4CJDVUI+mAgwpQqRFmVzgRAahjKLF+h8DMZ+vBm6MBwgZvPHrqOa9/DaMsdVAz4UqS6rlTOwThfgjnwNTkdpK4LVPUDr+cu+RhxANgv7PcCS2nnNhujm+ZbyabRsp1MGQqfh6BrUVXIIWErQELUFL0OIghyzKQxLdok1kgkhflzHRw/eFOBrfuBgYcRB++voIPz8PiaQB+fFjxoSSbCMJ9/dEx6BVmcYQxEtDBkJG1KciJxPhVh+hXx7tGJTJPZ8NDC21DESEoPILUT6EKS2NjfD73K+yRUIpqfwwjk2d+xIgFIJYSfpxQeN9+89IJCZFT4wELte3jMd+rZaD0MnkjhGtHglaSNAStAQtQUvQoh8GzJcM/4kCK27/u5M1eflT2RJQQgWVpcDwYgARkvSiNZohOu8zWPVUSmyo4PtpuGCsJyc8ZWKV5cDQUuD1XIBk1VW/1mnUJ7q2DcZ7JhFXIyVC5mMaOBgbSoPHUyd/D8+zvhJIIYUoZt53hJxf8HZr5Njvxp/8Qs7g/dn1wIx7jh6+j4UDLBY46QdAVYukKWV4Z6sBltW+syaZZhJyXv6XH28StJCgJWgJWoKWoMXPt0z3HgDdt6jloYuvl6+llURxGFAh3NCii2hoYCDJxXjN5zOBp9MBytQeRBAjjRh3J7rhxL1Twt8TAb7/vv+ZjoeRJzOBZ7PdPJpuG7cbgUvuNttTCDlAiIJb9TSOs9oNYz35OSTLnrrH9ryf3zRqTsY1E3J4f5OIS5aq9murM8cVx8+su5jP7liCy4X4/mTHuFDfNmhkIXl6aiRwa6xtECIh+ShBCwlagpagJWgJWvz6YUPpVnQtwAk0vd5NHqrgVptQwKeFAKEEhgE9mQ48mGobrGq6PRFATCSJaIG+OhogSXYpkg+OP59xrho4WwLlXHz/pR0/+9Jo8bgMGYLLo1sG38/S1RM75Hyisp0G6NPKjJD5+jMRHu+ev1g43sy1jDF38nkQ2PyXwOznAGIm2VkWuui3ZaopiUjII2t4QTyv3EXaw/FAQw9DohA2vxcuoMWy2dAwlC9EkKCFBC1BS9AStAQt9qFMjtbfeEtYVhbHCVVdbhkfFwKv5trGk+nAA3db6rnTCNBQQBINsSaRxhZfxJlEFjlV+Tond4QRTmZy9Bwf2Rtp1VPJ4yCGRGW7i1y4hDLOZaTlrSMBvp7VVSyB5RYfcS1+DsxHEBmNIHlI46CM2UzDpgjZpEUGAYZLPZpsGbR407DCYH9CQ7x/n/wfCUvNVAYpQQsJWoKWoCVoCVrswwqmGJooa2EuhsyEcZEjiwFCFs+chD0k6RjSQwgCASfxZsmxQnR5Y0Z36/PJXdn+Jid2ofd7vv44eSt2IfQAr4uQyrna18lfPx9TTkey8uVcyyCZSiNHz+8tlqvloaeDlgxjHGu+EoxQyMvZpnF1rG0w2B9B8/6yEosyTAlaSNAStAQtQUvQ4ucbS3oaGuKQIMqbKPBHyK+dJDyP3EHvIWRxZWzLIEmGaGll5gQ6PhygNfdUFYKgUggj+ziVoMXkWhJ8xtlfxJk9UhbKyCl7HD5PkpLlrdfHA5QBUtbHSqqRpQChqXwoUZ7ETYOq+jT0kTeWpORnfP40Hv3VaBtcOCm34/dBeSVfz8/Nyz8laCFBS9AStAQtQYvycioOyLIWbMZRjixtGgjgwVTLuNnYMljWmVqYWckUb/mPDQfSMKCYfEtiJplG2VneqLGLwH6U87tw7jex19eVviYmS/n/NJDfJ1wdNOpQhkYoBAEX5ZFxSBJLa+MQqH4TdX01QHlnPi6UpN9dX5rpICmLoBE2jUNv3THsQdB58nFQlslK0BK0BC1BS9AStNjPFtpGJE8CIuza8qbBYPnHM23jhrut9pyvBwhJHK8EUnItDo7Ph/z0hCh2EfB+C/mgwuvnwlckJ2O5YITPX6h3DH5fD520PG/nWkbVycyDkPJQVgp99Imo8saVfFECf0DwhwPJ2FzQt5ycPYwMKBO0QhxCgpagJWgJWoI+jC3ZeSijKL+KyaJIKpfzpUUOhhMxhIcWa0IY+WD5lOzLBJ0n9XLB9kto4aAJOpXhxQteLmh+L4SWuNUnyVgMWWoblJuNrmwYCI9lrv1WlpcWDpQImkYUjiPGj5YJuhhvKkELCVqClqAlaAlagi4Vc1ZmVV1uGq/mW8a9ycCVsbaBEE7sSOh5CGHsNWRRlpyTfPdH2HnrO0LKW9YpN6MM8t5Uy3g9t2lUlwK7luX9odBHLmiEmguaCxJ/QPAHw19+4Jbj7ULTyAWtMjshQUvQErQELUEf5pBGKkeKsHyTA5JVTc/cba6HVuy0zr4aSOVxsaGkp3W5JGSxm5BzwZzO2O3nS/Dfft95/2g5T5ImFBV/vyR7b463DUJblOXlK6ggX431u8aV7iZoFjYgaF43xxXLdGlUkaCFBC1BS9AStAStQfo7ypBYc5SNm/xgC1BbqezqyuiWgXhTA0lMMvWUx5W0MO9VmGVizpOK6efGcaOccBdqAQl6jxfASD58it8vSUXed46HB5NtgzJLRFwm6t8V8vhRQVN2d3+yZZQNS6JRR4IWErQELUFL0BL0QIs5DXvJW3eDoPm6t3NNgxVSrFA64UuydpbLcUsYy7M40b9XiHx9b4NFHPMZH/dkNXDO3WZ7LkUYr8nqKAauS8w/mVyMLeL8flO5ZAxlkVy8WO8YDGN6444dD6vL0vGWlWvm5Xj7Hfr4UUGf9+Gcqr/wtAwWHuQrryRoIUFL0BK0BC1BHwYxk9SY+RxA0LWVpvFqrmWwVJNbXg5cBppzy5vK5LJhPD8qRm6dU0NFGi8aBE2S6kajbZDEoUGGsZo0yqgFfJ9CINnqMC6Ux0YCiJvP0zL+YqZtVJZaRkpCW3NL77Ch/RL0bq3ew4ubRmr1jq+T4xxhU4bHONaJHYnBCQ3sFxK0BC1BS9AS9IAKOl+iyXJQyoQYcsRKJFp7OdGOOjl6CGkQcvhZ0aVb56xRIl8dxdddHe0Y3EI/dCeNMRVA1CxL5QSToPdX2CRdUygqJhER9ZHhAP9/w/0uPM9mWkbFHWueSR8mWN3YIeoQ8uAPid8laJKAvB4EzTjWp+4Y8zAsSoIWErQELUFL0BL0IAq5FslX/tCCy3jIJGZ30nhoPKG86PhwJB6wJ6uBvCHkR8Xcu9IqQPkeJ8gdH8ZoFA0Rr+eaxvPZlsEJdt2vdfJijgLhdUjMvyf0kYc8gAswF05+jyTp0rCl+IfDZGS/kodlw40+LTQNVlqlEQUxdMeqMJbL8vh5C/tBW6YrQUvQErQELUFL0OKrq6lWA7mYJyOV5abxfLZt3HQHoScvoyIpt5uQd2upzkMZ/Nz8cfh6kkuPp9sGq4Y+LgQY+0jjDLfQF2qBPJlFklNy/T0USd64uiyKGoEj6iczbWPYHYsejk+S1nnIY78E3Yi8X2gZhPTyBqib7o+Cm19ZdVW2PFeCFhK0BC1BS9AS9EGEZCAHTgppxLKmylKAW0zK0RAZjQcIE2HvVjaXJ4/yhpM0xjKGTI5GCHHQAENDzOu5lkEyieTMu/mWcd99jYekIaEMnm9Z2Z/4vaGPPGRwPJJCHuMBRD3iJO1BgBy3P9sanp8PCPXVXNu45p6Dh+XDLDEm9PFxYdNA7IRIBi20IUFL0BK0BC1BS9CHU8yENPLB6SQDn882jWtOyh5u5bgFTWLOhw/tdahRWdnccICB/edqHYOkJBeMj07CnrzBhlvR+5Md46J7LM9JWwJQNLAgfIm5vyjGmAaOVbYNks4sAmCMbdEQ0h2i+15RI+LGWoDzgtZzVnhdHN0yWGbMqIAn0y0jlQXukLM11gxYaEOClqAlaAlagpagDxf5LRzUVwO0bt9sBBBoakCxk6ZXzHsNbRDKyJNChDQIPTCWksaSDwtNI72OeCKRxHw12zJuNzoGjSe5mEk+/Wz5n/g9ok7DtvyxN7ydfn+EGgh5JDGSPIxDljje9zpGF9ETOqk4+XseTLcNkshcMG6MbRmUc46tbhh58vJXDXeSoCVoCVpI0BK0BP1L30haWCP5iirKgxgihEg5MWhAIdSx19VQ/Jw8lJEPzSHUcHMs8NyddJ6ak6+HA35m/b8GoRhagjlhexYDRPLxpvu1VHW/kJR3EXW8oB+NcBySvH7p5OjhD4188D/HeU+DVpYsR6iI+tNi02A0ABcIjjMaoz64r/GQHJz+HJCghQQtQUvQErQEfZDFTEssLbLFiqoQOqBMiBOjZ8B+FGw+YL9M0MUg/ZBMSeNHY9kcJxyD2++5x/Z8cBcJDxeSxS8bxux6gPI/xjoyeJ8lpUfcYxwZKYY1/aiYd1tCW7aM9ns5U8LZjMO+rJb3hfK7IyOB07XAX+7Y8bxZaBkk5fhDhKRfPqaUj/OkHucH5ZokqfkDg3JNBvhXfYnn8mZP2V8eYlGSUEjQErQELUFL0AcByo3ScBmGv8Rbtwfu4PIwbIiQAILjVrLsxCkVc+S4DzdUdvy8WN7GcJlHUy1j2D0Xz5x7jp6VL/815t1toofPs1LoQr1jECLh1hdRc+JyIv1o6CKJOP68U9VfDEt0M87UujmsoubCdrzSDSvN7k22Df7wyMvvcmGyrJbzgmFMCJyxutfcserh98QfBoRW8hAi5x0/X4IWErQELUFL0BJ0X6+qSkmPMBg8HzzOrVgKEURRFkOJ4rjQbND+bkOOSpOAnECp4aRtMP6TZB8iXvlvYH49gJhp2WbIUWoFHwmklVo/KLAzNhq1eN0nEltdkCQqC1H8aKijWHrbTc/jR/LHPyyCzpPOlH3yhwDLfx/PtIzqctMoQg/hPBhfhe4QIIP1GW9KAwpC5nmRTGco1+SO0jxbbhvF/KMt5xK0BC1BS9AStAQtQf9OQReNKBtd1JYDDBS/PtY2cqEiijypVnai9Ay5iSEHWrVJAt6dbBmM/6TRhCQgcIC/dwe9h/ImHjddSKL4eb57FXN6XTH0wfOnbOpERvF+dAxCK1zYrmVc/U448S/VA2mBQFZmRugjFzj/n4t6UMv38j8MisH/MSkchxgxhpbGK0SZD/rnOKTBhfMnT55fdr8jz9XxwBMn/yc7LgCpxTyGVA5NEYIELUFL0BK0BC1BD8YQpJicoCyNwvl3c5vG342WgXCKW8QAJ3Y+DjQ/MRBXkQSMK4tSq3YQz4PJtpEnbZacjI3/BhDz27mmcbvRNs5WO0Ya2B8vBGWt5ruGMiK9wguhDX4urx/xckt7z11kPISInmY8/l6mAo8mA/fdY9y3Rbcd49Z4gHGpebKMC2ES9ndesA66oIv3Ibb0xwsrX0fScGixZVD+xiq3YvB/gJDHK3cMem6Ntw0uyPzBwB8anHf5kCYJWkjQErQELUFL0H0tZsYkZq2qtLjS2MHQIUIOCBnh5aGNnoHqtW0jbzwBbrFvjLWNZ04+HsZB0jCw7KTsWYhwQryZbxm3nJQ9Z/xte2XHYoDI9zaepKRSJE++8boJXZDE5MR+7m5jPbTCf1rYNHhff5aRxW6G3UXM89G9F543swEuAH+bvNspRJIPnyr7fQ5qEjFPGqbXH+F9YmVbfblpIGqOy5nPAZLWjLXlAn3dHRMekoYkEVOIJFttJUELCVqClqAlaAn6QAxBWusGcb9xt2mem42OwYHLEKTdxFw0BnQ3nDBu8WI9cHuiY5CETOVz64GV/wZIBo4uB164r/Wk5xefDy3hhDbylVq7Nc4UreaBXGC0UHMCPnAXLw9jIz86WXqqS4HdhuokVn+MyUhPg8NyAIETKnrmpO35211EPJfda/DkouKCNKjleKWht/iHA8fBnYmO8d5dZD28zzRGkUwfWmwaD6baBklBQhvv3LHxbkdjCr93Ph70sjoJWoKWoCVoCVqCHpBW7nzVz1rTGFoKENq4MNoxUlhiOMCtf+lwGlqpI3zM6p97Ux3jvbsd93CApsaTjcDCl02DAxmRE1I4U+kYiHm3sr9dy/9iiCQXM8mzm05mHsaV8n4h4LzBZ3IVokjXSvhRQWeNDjwOF9xikA/jKzeMD17ajkfuNTyysathRVneEo2o0wCmAQl99LaChzI7/qAgachqKkJFdXfR88y693R2x/v6bqFlcOHjD4fH022j4uTt2a8ltRK0BC1BS9AStAQtQf/R5a/rAZZcvnS3vx4K9tOtbxyGRGNGfqDnjSdJlDE0QsE+t4AMKkcohDBo2SYZyPN6MdcySLqklt2YDOQCsNckV08yM3v+wNf95U42D+8Pre9c4LjlBRobJlYDCHxsnxnPKC4UcalvHAA/m0HDxYgPg/jklk8o2u+9beRJRH7v+fjYwRlLGlv2I4ia10v55qeFpsFxy3n1arZp3J3sGPfcMe55PdcyxlabBufbYUsKStAStAQtQUvQEvTBFjPDkLj15UD5uNgy7k8Fztc6RrE0NRy4+YlZJmaSc9dG2wZlRkPuttrD8yCkQRkdH/O8GdvILSOPl6+++lFxcOuel9GdrQc4MUkCcsFAgLPrgWm/rmitGJrD6xtLBKGW/o5Wf44ycfN80ljM2Ggx8zmAMFiempKvcdA87w8XaG79B03QeVnlcS/pHaLmDwwu0CSzWT7M/z+aaRvP3THr+bQYyC+cErQELUFL0BK0BC1BH4w3JA4YX93oIg0Yz0IbeZlZWqlUNuwo0tN4MtM0RpYDJM8QMaENQgO5mG85Kd/ag5h/tFEhf538PG71eV94XjQmAEmifCVSvw3F6imvjGIuLjABxEOjzXXfbGED57sbjfZ7mW6/NbDkoQ7+n9AFSUEWWLx1x6qHxqmPi02DoUgImQYVfg8StAQtQUvQErQELUH3M2mcKLfiMXlFyIHkHSusegbwZ8tIe8RMGVqjbeS3gohszkl57nMhaIYz8TxJqhRiDskbnk8S6U8Kgu/nBOR1XhnbMhgLSRKNhoSUZEPMWegiH+Pab2Nl8wt2al12x4SH18nrfjTdNrjF531iyNDpSmDQRJ03WnGBuj7eMSifYzksoQySx2kRBiGnlW4Oa3mdBC1BS9AStAQtQR/MJbAImuQVLd29YzqDECmvIsRAMo0QQxJzTCo99wkSR22paVCGNvs5gKApQxtbCbyebxoU+p+tbRv5cKUfDWnkpNb12ILO/1Mm9d7dnnoYu5ovzy0LIRw4YpKR18UFkzJMFiDcdb8TT7EAYbuLQRtTWrS+dy9iYGhYMT40hDT4QyRvPErllSvdKOQqQUvQErQELUFL0P1cVpeWW9IKHAeNU1ZFCyvjFfNWX8rsIJXRkUxrdAxWBFWdlD0kneY/B+YiNE5wq0erNwc8S2KLZGC8UPzkGExCM/mSWm7ZGX70YrZl1H0CtWt5bggF8H72Wyhj30Jg693UVwPFyrOQNEzHST6UKq4EO+iC5oLDaqwTEf6fZDrJbI6D1GIfG1lyQatZToKWoCVoCVqClqAPoqBTY8pCgFVJDJ5PyzTjSqsjwwGGESUxxzK6FNJYbhp5SCMRy7l4Ph+clD0PJjsGq6I44fMLwU+fcCVLVM/VA4RWUgs6jR2RQW8syMeiUobHLfunxQALCfJlvLyvXAgHpdyOPww4L/iY1WyMb60tbRr58KrDOk5UgpagJWgJWoKWoA/4CReTXLT88vm38wGGAHHrRlnR0ZHAkeEAQuMWl0aGylLT4NaOQfs0nlCWxucZbP5wqmNccnL05CGUNOayZCHAjyZ9WJbKxyz1pKwuDUGKoRhao/u1EaWsnK6MvZYD5uNM+TrGrF5zF2fP6UrH4Pc1cKGOLDkOlKMylpdyVS5o+R9Eu7b6S9AStAQtQUvQErQE3UcrrbhVR9AkB5/PNg2SgyQF/+Nk7EHQlNldHWsbiJlkYBoaFJlbhyBoHn/Y3f55isaHMAidJB3lbvmtctlqqu8uq+NWNQqan3d7om28W2ganFBzvv38y0Zq6U4rpbKxnj/K944R3S/Kfn5eBsbrzVvaPyy0DEIdhMby0NHAhDri6+D18YcE/8/xQ7kq51++2uywt3ZL0BK0BC1BS9AS9AErm4q36gia4S4sO+UEQ8z/ilCYf91J2cM6eQQ/tRpg/TxJQASdWobjmvlUzuek7GEYTVomG+HW+Hzt6/xssocTjdDKI/ceeCruOXpoSElDnGJ5IK93soQpX5K3k7VvM7kLU9/L+t6YzCl5fH5/LE7ggpUWKMy2DcoTk8Cy5boHvmklHo9pNEBMYnOh5/x4Pt00CJGRZE3lmSzzFRK0BC1BS9AStATdx2MlOdEQDrdYb+dbBslBTqx/DW0bJAUvu5Pusi1HDeNCERi3bjSiIOiZtQD/z3JNGj8YMkPIJIk5hjhIxuxXSKNM0JxoXCi4cFTda/PQCk9yMy3VXQmUhSwYPrVX8rGvPytohLobPdIuETwD/RE0TK41DRqMbk90jHz8LB8PynLZYhlyHNoVuVTrGCQLhxc3Dd5H3neOk0FpbJKgJWgJWoKWoCXowRI0SR5OPAQ6utI0aCy5MrplIGRCHOfrHeORk5aHsZMccAzTQWTpxI+Ph5hfOyl7bjkpe07Xto2jwwHK+fIhO/staH4+guZE4/U/mGwbb/ywdVtRFBoySGoOLTSNjyV8Smx2s9jNUMZwBqEgqO6VeEtdK6Gek5fYLX+dnuXCqdW9adBo9LeTs4f3O5XbxdVRg7Iaq2f1V4TP351oG+/nNw0uxBK0BC1BS9AStAQtQR+k1VZTa92w3JIGkXPVbQNB07jBWEkaSkguEirJhQyUb72dbxq3x9sGSRaEXIwNDfyult0zGSQJb451DF43iwseRh5kPCzhUc7012HQ+5OMZzPf5vlM8+vMdvMi42UGCxF2g1AY40Y/RN7PBwhd3W50DESVLoTxfR6UQf5FuV0I0ZFE5/N3Gm2DcjvG6B6WUQEStAQtQUvQErQEPRjldZT58DEnFiGHvLGAVVUINhdzSkZFCHmQfGTA/b3JloGYjzn5H9sR0ijEDL9H0LkoEMqFeuDi6Ne5tAuXyxjr5koJV0u41kNnT1zPuJHBYgVgtVgO4mUMbM5fjQCNTgy7SmvRSt73gy5oVnzlyW2WDHNhrC9vGCSBafzR0CQJWoKWoCVoCVqC7sfW7jypw+c5cK7UOwYH1tXRjvHC3ZZ5SGL0hjTCz6OMrmjhbhoP3W2655L7WR5CGQiaC0IuyH4ZhpMuWLGBBk5lnNwrlb3BLXPZ/+83p3cMNDKq3fB+5KLNQxbnd+HcgJHeB4YnRXjfOI+eTLcMylLT0KmIhiZJ0BK0BC1BS9ASdD+GNvIhLZTJUTZ3qd7pggJ7WrjzBpcU0siSjoiclT/cYqcW7krgVzei7NdyUEI9eRnVfnH8Ozn2i6BVOVHZhezrWf2EoBD3YRP0qQz+MGGEwpAv0VzqPS+1AkuClqAlaAlagpag+wmSegiWA+D9Qsu4PxW4Nt42/p4IUEbFMCBCGEVIo7shhfIhyrDuTHSMM7VtAzFzIvd7kig/8X4Vp38Tp3bhZ78//zmDkgT87gt7hAvV+XqAck1Wp6Wxv3FZcxo/esiHJ0nQErQELUFL0BJ0fwqalt23Ts4eGiUYtE5jAy3DtISnJGBMaiBmxlPSukyDRlpZFQv3UzldPIDPie9qKf7V/KoL3GEXNO8DZYiUnZIUlKAlaAlagpagJWgJup+ThFBdbhqEOF7NBdJQoDjUh+/Py+jypGDNvZmep7MtgwYFbnlZBUS5Wj4ESYiBFHS24osxvm/cOefJx//C+GpAgpagJWghJGgJ+k+SL/2sOTl7hhdbxtBSoLLUNOpLm0YRIgkQ6qBVfHQ18GY+cNPdvnlIfh0bCeTLXg/rra84pIKOxzst9PxBxNhXCVqClqCFkKAl6IMwuB/S4HYG+tNuiszjx7mg+fjjYtO4N9U2WDJLSIMGBiUFxWEUNOWklB2y2u35bMugAYwkPkPHJGgJWoIWQoKWoPtRzGWhD5KIFNCPrwVoRaUciFVKDJRnjCZlRXlSUCENcZjL7NLwsZg8fzLTMlidJkFL0BK0EBK0BH2Qk4dJ1GsBhDy13jRICr6eaxokPRi3ydAdxlVKzOIwQhlpWpIbYZzvo6mWQWMXS2QlaAlaghZCgpagD3ZreEwKfg401poGQ14Y+kKL8HG/tmq4GIeZD27XSSsk6K3/XXZyvrxjjK8ELUFL0EJI0BL0gQ51xHI6koOptXs9QGv4k5m2wQDykyNbBoLOk4IStJCgi2Q5izAeTLaMjwubBkJG0I3VgAQtQUvQQkjQEvRBWirLUCTK7BjA/1ejbXDLlrdyp6WiSg4KCbpH0BednD33nZw9H5ycP0jQErQELYQELUEf0DI71r8T0qAxZWixaTyYahsM4M+XmJ7xcq4MzvLPRPXrnBPiG/CHCiFAuFDrGPecnD3vFzYNCVqClqAlaCFBS9AHUdBpKWwUNC3hz2daxvXRjnHar6uqFGI+VQkkcQ2IoLlFTQtTK9386iWy4mDDoorjI92cc3L2/O3k7Hnn5OxByCxhlqAlaAlaghYStATdj8OS0hhRQhsxKZjGiC40jbsTbQOBsfz1ZORMNZBu7wZE0GlVV+XrnBTiGxyPHBnu5nS1Y9yeaBkStAQtQUvQQoKWoA+CoNMS2TgMaWp9o4vq0qbxdLplXBndMk6MbAeioAd96Wse6uhBt/FiLyGOSjfn6x3j7mTLIEkoQUvQErQELSRoCbofqUUYF0o5z8x6oLEWeDvfNG5PdIxi+WsYI4qgD7yAq9sGIRqSnLSw3xgP/DURuDPR7uKvRkeIUm5GWHEFtxtt4+lMy/i02DRoFKO8lY8laAlagpaghQQtQfdTSze3UsDy2EfTLYMVViTFuEXj1u2ghy4oFyySneFCdG2sYzyabhtvFloGy3HfLwRez7eE2JVXc928iXxwx5CnshzIh5XxsQQtQUvQErSQoCXovhqGtL5h0GL6br5p3BpvGzRo5GIelIYUGmzyVvVb7rbU88qfXA4aeWZ8OMgxGdFSB/FDLAfqK01jFFY3v44ELUFL0BK0kKAl6D9IKquLkIwYXmoaT6ZbBgPFT4xsGRTeD1pZXa+gAwiaW1QaeRY+bxhzEd6/CSG+wWQG/69QhgQtQUvQQoKWoA8CHCAMQ+LW/fV82+gtq+sexD8oq6tSK3cUNA04lNtdH+sYz2dbBu/TvJPy/A5Bc6GThLpp5KwebsreHwlagpagJWgJWoKWoA/EONEstDGyFHg43TYujW0ZNKIgrtPVwKC1cPO6TkX4mPLCB9MtgxAQw6Rm1gOEPsZFF2Oii9L3Z6UbSVmClqAlaAlagpag+0nM3GrlLaSU1bEEliQggiYEkMaJDtowpNjqfboWQNTn6lvG7Ym28W6hafC+caHjfT2sJ1g+vjYv50y3+KKLw37cSNAStAQtQUvQEvTBEjNJClpLGdbCcKAU2mCcaEwWEhIY1LGiXJhOVgM06JAsfDHbMhDR5I5mFc+4HUwSdCrnjGMy82FcIsD7wnlaL0GClqAlaAlagpagJeg/IWjEPLUeGF8LfFhsGncn2wat2zRsnKwGEPOglNftVdAnRwKX6oHH0y1jZHnTmHAnl4dWeS58h/2WlQsVgm6sROLH4xmNQ0J6zWuBsdXAXi94ErQELUFL0BK0BC1B/xZBxzIebsEZJ1r3A1ocL+daBgPpGbfJQP58nOigCxoQ9HHf/u04Xwv87S5iHsaMcsJxyzoZyW9ZB/0E4vXmZWTV5QBLh9/MB15nvB1QSL7nr5uPGVtbXQowLCkvz9OwJAlagpagJWgJWoL+k4LmlnzIHRSeh1Mtg6FICLpoTAlJssMmaC5MJElpXCFZ+GymZbDYYObzhlGMbQ2CGnRBE8qgbIyyQ4Ty1l38PfcmO8aNRuDaeIA/DBhKdXtAKFt5xeu+1WgbhMw+LQbypH4qw9PAfglagpagJWgJWoL+A7eciJlf9Ju5pnF7vGWcq3YMhJSvfjpsguZ1n9zxXnjO17eMexNtgyWfiDkJOiZhBz2kgUAInfGHQGVp03g41TYuuvf0Yq1YmcbYWv4AOFsbTDiOeJ28fo6jO5Nt48PipsEFb2o1kI8QkKAlaAlagpagJWgJ+reImZbSONYwb0y5NtoxGCNaduLkw4UGXdD5ECUETQt43rjChY/xrZQ1IrBBFzMrwDiRSIJdd7fzHso2//UpcGQoQDI6b4w66JBc5vXxev8TQdwknT85OXt4XxE0H0vQErQELUFL0BK0BP0rW23zpODUeoBf8MfFlnHPHRSe8+4g8ZAUREDpNi02rpwpYdCFzevjwsX7dM6HffwJ1ugY7xdaxvhq00iijpS18h6U4ypv3SaUk1Z+rQY+LTSNB+7Y8nArf3R420BQiOskVAYLBH10JHBkOMD7cNG9Jx6S9JXlTSNfiZXGkh76xicJWoKWoCVoCVqC/pUnUhqDGcXMicTXvZ5rGZT9cAvPLWheVoeIDqugoUjydCdRL41uGY+m2sbQUtOg3CwN9D/gLeDp1jsO95n9HKBBh0aLJ9Nt4+pox8hXiaXkc2yp5w+AQSMdL3HZ8vEI5w3n38vZlsH7zCiGdLxoBZYELUFL0BK0BC1B/0ZB52VflD2RHLzipOJJt2SZoM/Xvg2D7PNQwKAKO08acgtL6AMhPXUnm6e60jQQ9GxktwH/+x0C2evPy1cyIYiUBIwino0U5XRN45mTsuf62JaBiPJGn7O1QM/xdMDJXw+ipqwOUV+oB+5Ptg1CQmVDtw57i7cELUFL0BK0BC1B/2LiL5Jyurzci4aK+1MdgyRFntTIBU2DAUK/NtYxrkTO1QN832EJfSDmY8MByhRpZX451zRGVwOIeu5zgDKqsiTQfoVCxnYjijm1Fcfjh1tthIygJ1YDQwuBp9Mt44aT8g0Tc1iJloeC8uNh0ARd1uhUXMgDV9y54uF9Y1lzHpLk96FxoxK0BC1BS9AStAT9O4YipVvTKGhaR986WXgY3lKIJg5HSsthg2j4/NXRAN9HeR5LVC+623rPyR1NLp5BF3RZEuhsrWOwfPfVfMuoLjcNQhzTkamMfIUWt7758Jx8rGfPUtZ4HOQ/Ly/jSosc0uN3w8+tLgUYo/lgsmXQ6EQyORczoY1zhyCRvDMUloZtMXSsErg53jFI1jP2l+RrWp12SIZtSdAStAQtQUvQEnR/LYUFTqxn7nbKc3WsY3ALhpDzVlUONA4oxiK+dpL3PJ0J0PKciz4fsjSoJ2IxVCk2skTS+xfLqUgeEmri98fviRAIoYTpzwFufXOBTqx30yNc/72fN3qSxT0/J1LcUjeNkaXAG3dx8TyaDtwcbxsX3GvznK4EWA2GmAY9abzb8cB5dWokwPuVkoPxOOgZyVCSPJagJWgJWoKWoCVoCfpXCJpfcH7iDS8FHrqDwnOx3jG4RS+GJHUnCzngCG28clL2VJY2DFY+/T3RMUgO5eV6h+UE7RF1NXC2HrjmpOZ5MNUyuNANLQS41S2SdqGlmhDHxM7wxY5kXmI15+vLSrllpgxweCnASipuvZ9MB2432sblsS2DBpMTlW44jgb9wrzn0EZ8X7iAXRsNPJ9pG7XlppGLmZCkpCxBS9AStAQtQUvQv2PlUJ4M4kR/t9AyEGm+FDVf7XRsOECh/Z2JtvHBnbweyqzqKwFWP9HyXDaQ/dDd4vK+RngfLriLo4dQwf2pAO/jm7nAh/mmwWoyyrEqJXAhHloIfIxwISVJTGsxong0Hbg7GeB5XXbP0cNxcNKPXPXlc/H15L/fwybmvDywSBpvd3G+1jH+dueQh98HF858mJlkLEFL0BK0BC1BS9B/UtDcyr6cbxm3nJxvTRTJwb0K+q47qDyIgsYFDizEzRLM0/5grW2lUEeedDwsK7PKbnkRG78HGoZoACKkxPv+YCpAyIFk77PZbvj8o6kAZXCIgVAFSV9asq9EaEE+Uwmk5DGyoQyTJGDksIUyygTN+8X5w/t21b3XHi7ARbllKKvjPNJQJAlagpagJWgJWoL+E4LOC9259eXERQA9SYx4a1YMpI9DXaod4+FEyxhZ3DQY0D7/JVD3pVmOJ+522YNwEDQcNkHnycPepGyAMiySSYX4OgZJXVrtr8N4N4iWUBPCPVfbNs5WA+n5xMfjeDhVKSOMC2WRw2FNApZeiAkBZa3/JM1ZafVhoWWkUQxpyW5I6qusToKWoCVoCVqClqD/hKD5hZPEYwnlfXeb67nkTnJP3lDBCZqEEcmHulSXN40ZP6TdsfAlkIc6uEVPZXexbE+3xvnY0vzCGG6J00WtshWILeT57+d0tZv8wnti5B+DW25WTBUXzfBzuSDnZXKH/fe0599jvNDlY0UpS3w+1zZoAGIIVd5KL0FL0BK0BC1BS9AS9J9YRcRwJD6mnIcyuWKYTQABnKp2Q5LoxmjHeDnTMmpOzrXlYqjO7I7h7R4aLZ7NtI2r7uD05KETbukPa8gjvzUuQh8hlFAsHu2+kOZJxh5I/Kb/+/ZS0yR6oLFIYt7TQP60kGCkGz5/d6JjfFxsGjSOzXwOSMwStAQtQUvQErQE/SehVRRBMyD+9XzLoKyqZwVPfsLHE5wD7HajY7x1P8ND2R6PV4g6MLka+LjYMigPozGDW2qSKPliAEng66vDEvH3t9vy3r2i9/rnyuoYDpUfzwzHejXXNkZXmgbnJ+eNxCxBS9AStAQtQUvQf1TQaTB7HC+63DKez7YNBu4TusiTUkArL0JlMD+3aPlgeD7mcRlAz4H3fr5pIHpEQtKKx6P8ixCMRPDtC9b3Crd06a/4qZBUvqiB8kbKTfMFDbstCxYStAQtQUvQErQE/ScETehhaKllMATnsjtoPKkxgUYJL+WvCJoVVgzxYXB7T1lQRlrlFG/lSBo+n2kZ18a2DJJhaZlmfB55ckoiEf244ow/cEiyM3719mTHeO/+mPHkixhoUJGYJWgJWggJWoLuB3Jx0lLKah1afvMGB0SJoGnlvTzaNhi6U1lqGgiYC0JPuV88AGfWNgxazxmTyQWDW0EaJo5G8mW1ujUX/ZS0Ta3cIwHKUhmh8GKuZZBML4aKhcYUjROVoCVoISRoCbqfSGU7PQP6w5jJNPYyF3QUMo0L/P/V0bbx1MnZU3Vyrn5D0ByQPD7DmlhSiri5cJB8ZJA5SZbjwwEaWUgaStDij46LjecNIY28lZtluiPLm0Z+/KfzZTUi2UrQErQQErQE3Q+CjrdQHABv5lvGX422kS8zzQXNIHa+7sZY23juDjpPzcm5tgdB8/gsJyXEQdJwbLVpvHPPzcMFhLGaR4e2DAr/uYVU0lD8yUULHI9pDG8sQ70/Gfi02DQYUsZxz7LfNIhfgpagJWghJGgJuq+ShHHFVSxrezXXMmg5zUWcRlTGsjvEzYHJ6iqWi7IenlZuyvnKng/CLhYJdJffkSx56xeZLvhGlpZxutIxjriTwUMyJg3xUYuy+J1ijscfgubrWK77caFlpCFI6xsGgqacLv0BIyRoCVoICVqC7kNBMw4Usd5wcr7xHYLmACQ0gujrTs71HxB0Pg6VUAyF+9z6vZ5vGmnQfyz8TycIZU3ZQHmFPsS+ltHFYWE9Yq52jNvjgTfuWPXwhwZ/eKSk+GqgvuNckKAlaAlaCAlagu5XQbOSitbq6+5g8uTldD1LQyOUvRFyeD3XNEbdz/TsVdB7HYs6/TmQJzdvT7SNs+65eI6NQDhxUkgmtoZL0OKHlvlGCGmkcbiRs9WOccf9seJ54/5Y8bAkeepzJP7hQTmpZCpBS9AStJCgJeiDMSwplPNUnEQrtnKqZdCCupugEd75ese4M9Ey9lvQZSGPogwv8NbdPnruOkl7LtQD+ZAaWsVPVwJlLeKSkVZU7TwO0qqquLACISNovg4xv3PngIcy0bT0NTK+FpBEJWgJWoIWErQEfRAFzVCip07OnqtOzle/Ieg0djQX9GTLIHmXQinxgCwblrRXKD9Kok5leCHJwuc/LDQNxp5eHu0Yp6qBo8PbRhJ1NaDkofiaoAmJpdbtKGREfaHWMWigYtUbxyMLKThe0/AjNaBI0BK0BC0kaAn6QAs6DNZn5U6/CrqsDA9BT68F+H9aaR9Pt4zr422DckEEzQIAxqiqweVwizmtqIohMMpMETPH/yV3zF+y1u0wnve9+6PAQ0hjxkboFoLmuJQ0JWgJWoIWErQYhJVXI0st48lMx7g6tmXsJui8zO5Oo2WkJOEvFnQe8khLaGPykKRkZSnwwj0nD63snJiImqW0LCJA1Ap9HBIxpzGhcbUax0WkGLTfNh5PBfhDoKcBJROzVlZJ0BK0BC0kaCFB76FRZZ8FvesvIp4gaelmhOQMw5tezQX+drelnkv1LSM/Mbmlzcet5qEPlecdrHI5fn/peI6Q9Ct+/wG+ngYukulDTsoejmvEzPGmkIYELUFL0EKCFoMs6MpSy0DQ18a2jL02qnDg/+y40V8l6nTiRLjV/LQUeDLTMm66k89ThD4CeVke7wsnrgR9QMrlEHMkX+aaBuxHUV8a7RiMCWWkQH2lafQcX3kZneQoQUvQErSQoMUhEPQzJ+dnPyBoDvyb423juZPz8x2CnvJNJb9R0Lmo81vQNCA9Qqv7y7mW8fdEx0ihj/g+UI5H2RWvn1vkMxkpFBKX2Eqav3cMaDpe06q2QGr9p+EkQnkdZaYPp9sG5XMcT4y9JYTGHyAsmpAUJWgJWoIWErQ4HAP7g0hfzLSN6+7gvD72jYH9kTx5dm20bTyZbhlV9zM9aWnsbxZ0Xo6HqBEzokbcfP1HdzJ6HruT00NZHks/SY4egx2lWMdGesv01PDym1dPZS3ZaRxotsQVgV8Z7Rh3JtrGC3eR9gwvNQ2GGk1nSMwStAQtQQsJWhxGQbOkkgaQVzMt48Z4xygTNAd2fot/xcnZ82iqZXCAI8ZfXWa3Z2HH8aRFqzihjwAnHi3wr+daxv3pwLXxtnGu1jGKW+bu8qwU+ohJqR8VTs6girWH6tc5XUIewkDEJyOnKh3jYj1AUpskMaEMzoc01jYuiCApqMYTCVqClqAlaAlaHGpBx1t9PkZELGFlDGeZoPOhSYQA7k62jI+LTYMDmhBHv9wS9oQ+GF8a4f85YT85WXtYDcZ4SZJKF+pbRi6SnqThHoWVCyhfejswK6RKVqnlx1cSLyBgPheXtxbvU7iAUi5HEvvBVNPgeOdCTBKQP1w4HhCzyuckaAlagpagJWghQRdC4pb//ULLQDycQHkysEzQ3MrfbLQN1synpGTWsNJvBzwXjjR8Kbaos+RzYj1QXw6wGODFbMt4ONU2eP8IFZGEQuB7LQs7WUKZuPfK2V/E9z6P/HVyPPWIl1BaBJHzc87XA5cjvO/8HiiXo8V/aHHT4LhHyIytnVwNcDwolCFBS9AStAQtQQsJemeZXbx1iwwttYwHU23jojvYL9aL5Et+YhRLNGncCLBi6tl006gubRqU9XFCNCJl40T/eOgjXkiSqFn6yQkcYXVRbTkwvBh4426fPQ+mAizjRcyEkCAXUX7rngsrX4JLI01vQ82fIX8+eRKVUEWPgLMxr1zYrkRuuPfQQyju3mTboCyShiOSfsPu2PPUVzaMhk/07QhpcTxyfKbfq+QmQUvQErQELUELCbq01Ruqyy3jyWzbuDK2ZaQypngC5bfKnJA0anBi3Z9sGR8XNg3ERoMIJ0S/CToXdV6Wl7+O+f8GFr8E5tYDNAC9nA0Q+uF96125Fd7fcxHKwS6PBfg4X2J6YoeMv8afEnT+PHid+egAhhlxYedCRhlcClXEENKz2ZZBko9QE8k+jqPG6oYxtd4Nf5hwAU5lc6CQhgQtQUvQErQELSToUvIDmGWXjFWkxbkQcfetaDHwPDS0HKsE+DxLWhEUj5uGFcVbS06IPy3o+i4UK41CMmnhS2B5I4CgEcDHhZZB484VJx0PgvrPcABxXfC3846/3HvmeTTdMmik4GOERdkYQuOCemU0cClyOcLHhK6+lwsZ+efzx+P1Xs0oQhRt4/5UgNdJ0vXtfNMgVMGAfIZbkazNx8umcsn1jS44zglxIGRJTIKWoCVoCVqCFhL094/jRJiEOhgWdNdJwMMJmSep8mRh/nkaVwh1fFrcNIoTKNDvrbM9q7Q+bxizEU58hkO9ng8w6J0yOy5kR0fgH4P3j6QXFzSSWwiJj997ac0Xq7uez7YNFi48ng48jDyYCtyP3JsM3I0wXnU37mTw//w8fv6D6cDjmbbxNMLzfBlBwDQ0JfGmC2JI1vGHxESE0NhEZHJHM8lklG9jR+iO4ys1SMWkruQlQUvQErQELUELCfrHxZPfAlIW99TdTnu4NU1jHCN5sjAfQ4qQuAV/NtMySJ4h6Fn3mLM7bkV/97LNNNifsjrIbpnzYTmU1XEL/mi6bdxoBGhAQcj/Gf7H4OMztcCtRsdAzNXlTSOVgVHeR1lk1ipfW2oaJMkol/wU+bDQzbv5wNvv5E0G/8/Po9Hp41JgyJ5L8bx4nvXlABfkfLFCGlKUhSjScRpDYwi6sUPKXaGLSB6qkrQkaAlagpagJWghQf98a3PeQMILeudunz0MMmd1E4JG2KndNwqpGGoTyqvOVgOIiAaO0ZWmMftlIxBDBkXDwLdbwcd2Ybfv4/Uj5qm1bhiaxImPWBAdFxzen4s+ATdaNJawbPbfQwE+5v36a6JjvHJS9tS8bHc0EDH+NL9A5M+T94vyv3RLX8LYyo+x2/ufP05ZaCI1hmSt/xMrgcbqt0HAeSt22fOUmCVoCVqClqAlaCFB/7pyu8m1bgh10ELLMBpadBE1LeC9a+27GxdINpI84xaZE6v3VjYKKD+RswaDfJzpbuRJpbSSK4JgCMV8Wgy8mm0ZD9xz91wf2zKKUEbgX0OBf3s5DxcNPDRk3Gm0jddOyh7KxXrF2x1SyUMBxfPf6CJ/fT2s/hhTGT1f0/NY3ULOW6r5vp4knhAStAQtQUvQQoLue/LhQNN+9OJacWv6br5p3Ha38R6SgwiJpZz5QPk0TCnCrT+iJjRAcmxkadMoBqd3J8kS+W0+LbyRqa+EAXb+nLT0M8Lrryw1jfc+4eV4MRNgGM/18Y6BaLnwHBkO/NtL2cQc4AJG4wZDqCiTG1veMNJFiZBKJuTdQgnfS+MH2e0C+d3PZY8hCiEkaAlagpaghQTdf/S0MkdBc0taW9o0aMG96mTjYbA6guJjkmBJ1IQ8GMweQXS0/j6aahuv55oGg9UrKwGeZz68qLGjmaGxutEjtvx1ErqhceaNeyzP0+m2QeMFz4sLCklPyuX+NQTbBhcsXu/1Rsd4Mh0gVJK/zwga8UlUQkjQErQELYQEfeBCHTEJlZanRnGMOLl4uFW/UOsYR4e3ArEB41QlgKARcSrDSwPo49jJyEX3OQ8riwgtPJltGYj7/WKARojhDERIAwmNFa/mArQe358MMBSKcZc8X5KfDDM6MhL413AkiTlwvt4xGAL00j1Xz8hygKRYUT4XFxf0eau7EBK0BC1BS9BCSNClxNZYQgi5qBsrAcR3d6JlnK91DAbQHxsO0LCShzyKBQBB5CdGAnx/CoHEZaC0ipOkvDcVoLX6yUyA4TwPpgOU8zHc59Z4gBBNGgLl103tGGLEGNAcPk/yjwsOz4/VVgwBIqRCcnI2wsesGlNDhRAStAQtQQshQR/0F5QnDdMQmwi34pSjIcILtW0jiXpkyyB52LsyK7SAn64E+DoaYRD4mWoAwV8c7RisgmKYEwPiCVWwIup8bds4F2FJK0m/XMz/Hv7H4GOSoDx/yub+9qM6HS9m2wbjQHl/8rGqadjRLklMnVRCSNAStAQthAR9UAVdNrA+iTquyELUlKddqgcIcdDIkouaUEexOiuAoPPQB6TPp6/r5ngGIZdiUH43fJ6WbB6X58UFgaWvj6dbBg0n9ZVAPmQpb9WWiIWQoCVoCVoIMeiCzkVC8jBvoUbgLElFYDfG2wbJOARcjCMNFGuyQtkdZW0Iczdy4R4Z/jqM+0xijhBKOe8Tk45rTsYeWtFZZvpmvmmwmokxpJTLIWaGCZWJWYIWQoKWoCVoISToQRP07uNJA3nIg/9nxRGt4SwnvTa+ZeSNIDSukLQr42QJu319Goealftx4bg2FrjT6BiPJ9sG41BpgOECxVCm6c8Bxmeq4UQICVqClqCFEBL0t1vCexpasnIykmcfF1sG5Wi0WN8YC1waDZyrdSJBoGfLqGbE/8/Fe2U0cNM9hoeQBY//eCrAhYTlpyOLm0bR+h6WkxbjTrsHzzOkSSeDEBK0BC1BCyEk6L0lEfOB/z0NGhGWxH5cDDCo/+FU4M5Ey7jdaBu3IpS33YDxbvg8reA0zjC+9PlM02Cs6MeFAMOfRpc3jaKc8OurmtJKrJXuQfM6CYSQoCVoCVoIIUH/WBke4kqijiGBYrxmd1lebTnAYH4aPxg29Hq+ZTAm9AXMdsPnSep9cPL1DC8GKkubBs+XoU89FxTK5LIQBiEOQjo66IWQoCVoCVoIIUH/miQiwkaIqSwvNnIkEa4GJjLyoUL15a+Tl//x/fzcybWc8Dwm1iNr3WiZqRAStAQtQQshJOh+eaOyEEhqke5engokF1N5WxR73iAztd5NvvS2pyxubbMLiVgICVpvlAQthJCg+7zBhRDIajeEKMr+H7EjVkISZd9XxliOxCyEBC1BS9BCCAn6ULSYq+xNCCFBS9BCCAlaCCGEBC2EEBK0EEIICVoIIYQELYQQErQQQggJWgghJGghhBAStBBCSNAStBBCSNBCCCEkaCGEkKCFEEJI0EIIIUELIYSQoIUQQkjQQgghQQshhJCghRBCghZCCCFBCyGEkKCFEEKCFkIIIUELIYQELYQQQoIWQggJWm+KEEJI0EIIIfYu6PFV95+remOEEKJfBL20smpI0EII0a+CnvvS/p9Hb44QQvSHoNc/fzEkaCGE6FdBt7f++Z9nfLVp9PsTF0KIQWVu5bPR2do2JGghhOhXQf8v/mtv/2MQ8ui35CFlJ0IIMSiQDCSkgZj5J0ELIUSfCvr/AbC/X06IBiffAAAAAElFTkSuQmCC' @@ -280,14 +289,36 @@ var script = { }; }, mounted() { + // console.log('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'); + // ios扫描二维码微信端不支持srcdoc,改为获取dom写入 - var iframe = this.$refs.iframe; - // console.log(this.blockData.code); - iframe.contentWindow.document.write(this.pBlockData.code); // 动态写入返回页面到iframe - iframe.contentWindow.document.close(); + // var iframe = this.$refs.iframe + // // console.log(this.blockData.code); + // iframe.contentWindow.document.write(this.pBlockData.code) // 动态写入返回页面到iframe + // iframe.contentWindow.document.close() + this.height = window.innerHeight - 100 + 'px'; + // if (this.blockData.htmlType === 'code') { + this.addIframe(); + // } }, methods: { + addIframe() { + this.retryCount--; + console.log('addIframe', this.blockData, this.pBlockData, this.retryCount); + if (this.pBlockData.htmlType == 'code' && this.pBlockData.code) { + console.log('访问网址', this.pBlockData); + let data = JSON.parse(JSON.stringify(this.blockData)); + var iframe = this.$refs.iframe; + iframe.contentWindow.document.open(); + iframe.contentWindow.document.write(data.code); // 动态写入返回页面到iframe + iframe.contentWindow.document.close(); + } else if (this.retryCount > 0) { + setTimeout(() => { + this.addIframe(); + }, 500); + } + }, catchtouchmove() {}, // 此方法必须要,用户注册块儿点击事件 blockClick() { @@ -332,6 +363,30 @@ var script = { } this.fileBaseUrl = url; this.showDialog = true; + }, + toggleFullscreen() { + const iframe = this.$el.querySelector('iframe'); + if (!iframe) return; + if (!document.fullscreenElement) { + if (iframe.requestFullscreen) { + iframe.requestFullscreen(); + } else if (iframe.webkitRequestFullscreen) { + iframe.webkitRequestFullscreen(); + } else if (iframe.msRequestFullscreen) { + iframe.msRequestFullscreen(); + } + } else { + if (document.exitFullscreen) { + document.exitFullscreen(); + } else if (document.webkitExitFullscreen) { + document.webkitExitFullscreen(); + } else if (document.msExitFullscreen) { + document.msExitFullscreen(); + } + } + }, + iframeLoaded() { + this.addIframe(); } }, created() { @@ -428,23 +483,26 @@ var __vue_render__ = function () { on: { click: _vm.blockClick }, }, [ - _c( - "div", - { - staticClass: "xml-full-screen", - on: { - click: function ($event) { - return _vm.open(_vm.blockData) + _vm.noshow + ? _c( + "div", + { + staticClass: "xml-full-screen", + staticStyle: { display: "none" }, + on: { + click: function ($event) { + return _vm.open(_vm.blockData) + }, + }, }, - }, - }, - [ - _c("i", { - staticClass: "el-icon-full-screen", - attrs: { title: "全屏" }, - }), - ] - ), + [ + _c("i", { + staticClass: "el-icon-full-screen", + attrs: { title: "全屏" }, + }), + ] + ) + : _vm._e(), _vm._v(" "), _vm.mode === "editor" ? _c("div", { @@ -545,6 +603,15 @@ var __vue_render__ = function () { }, attrs: { src: _vm.blockData.link, loading: "lazy" }, }), + _vm._v(" "), + _c( + "div", + { + staticClass: "fullscreen-btn", + on: { click: _vm.toggleFullscreen }, + }, + [_c("i", { staticClass: "el-icon-full-screen" })] + ), ]) : _vm._e(), _vm._v(" "), @@ -571,6 +638,7 @@ var __vue_render__ = function () { "padding-bottom": _vm.blockData.htmlBottomMargin + "px", }, attrs: { loading: "lazy" }, + on: { load: _vm.iframeLoaded }, }), ] ), diff --git a/src/plugin/xml-digital-teaching/lib/image.css b/src/plugin/xml-digital-teaching/lib/image.css index d192bcb..16a829b 100644 --- a/src/plugin/xml-digital-teaching/lib/image.css +++ b/src/plugin/xml-digital-teaching/lib/image.css @@ -4,15 +4,15 @@ } -.el-image__inner[data-v-959168fc] { +.el-image__inner[data-v-25ad467a] { width: 100% !important; } -.xml-image-ping-pu-h5[data-v-959168fc] { +.xml-image-ping-pu-h5[data-v-25ad467a] { display: flex; flex-direction: column; align-items: center; } -.xml-image-hua-lang[data-v-959168fc] { +.xml-image-hua-lang[data-v-25ad467a] { display: flex; flex-direction: column; align-items: center; diff --git a/src/plugin/xml-digital-teaching/lib/image.js b/src/plugin/xml-digital-teaching/lib/image.js index 82faf98..c967089 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import Vue from 'vue'; @@ -1118,7 +1118,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-959168fc"; + const __vue_scope_id__$1 = "data-v-25ad467a"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/image.min.css b/src/plugin/xml-digital-teaching/lib/image.min.css index 73f3e9d..2d4c2d7 100644 --- a/src/plugin/xml-digital-teaching/lib/image.min.css +++ b/src/plugin/xml-digital-teaching/lib/image.min.css @@ -1 +1 @@ -.xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-959168fc]{width:100%!important}.xml-image-ping-pu-h5[data-v-959168fc]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-959168fc]{display:flex;flex-direction:column;align-items:center} \ No newline at end of file +.xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-25ad467a]{width:100%!important}.xml-image-ping-pu-h5[data-v-25ad467a]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-25ad467a]{display:flex;flex-direction:column;align-items:center} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/imageText.css b/src/plugin/xml-digital-teaching/lib/imageText.css index cb176be..9a4c07b 100644 --- a/src/plugin/xml-digital-teaching/lib/imageText.css +++ b/src/plugin/xml-digital-teaching/lib/imageText.css @@ -1,27 +1,40 @@ -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=fourth.vue.map */ - - /*# sourceMappingURL=first.vue.map */ +/*# sourceMappingURL=fifth.vue.map */ + + /*# sourceMappingURL=eighth.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ +/*# sourceMappingURL=fourth.vue.map */ /*# sourceMappingURL=second.vue.map */ /*# sourceMappingURL=sixth.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + +.xml-image-lun-bo .el-carousel__item { + text-align: center; +} + + +.xml-text-h5[data-v-53ea1419] { +} +.xml-text-pc[data-v-53ea1419] { +} +.xml-text-h5[data-v-53ea1419] { +} + .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -93,19 +106,6 @@ /*# sourceMappingURL=XmlText.vue.map */ -.xml-image-lun-bo .el-carousel__item { - text-align: center; -} - - -.xml-text-h5[data-v-169e6e18] { -} -.xml-text-pc[data-v-169e6e18] { -} -.xml-text-h5[data-v-169e6e18] { -} - - /*# sourceMappingURL=XmlTextDialog.vue.map */ @@ -711,15 +711,15 @@ -.el-image__inner[data-v-959168fc] { +.el-image__inner[data-v-25ad467a] { width: 100% !important; } -.xml-image-ping-pu-h5[data-v-959168fc] { +.xml-image-ping-pu-h5[data-v-25ad467a] { display: flex; flex-direction: column; align-items: center; } -.xml-image-hua-lang[data-v-959168fc] { +.xml-image-hua-lang[data-v-25ad467a] { display: flex; flex-direction: column; align-items: center; diff --git a/src/plugin/xml-digital-teaching/lib/imageText.js b/src/plugin/xml-digital-teaching/lib/imageText.js index d055013..8e3f102 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import Vue from 'vue'; @@ -1118,7 +1118,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-959168fc"; + const __vue_scope_id__$d = "data-v-25ad467a"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -2492,7 +2492,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-6b65fe84"; + const __vue_scope_id__$b = "data-v-331b6446"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -11746,7 +11746,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-bd7c342c"; + const __vue_scope_id__$a = "data-v-b03ad06e"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -53523,7 +53523,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-169e6e18"; + const __vue_scope_id__$7 = "data-v-53ea1419"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -53815,7 +53815,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-ff0943c4"; + const __vue_scope_id__$6 = "data-v-33315cbd"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -54105,7 +54105,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-665241d0"; + const __vue_scope_id__$5 = "data-v-8ba201a2"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -54445,7 +54445,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-0e180829"; + const __vue_scope_id__$4 = "data-v-4d599a2c"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -54740,7 +54740,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-3c17555f"; + const __vue_scope_id__$3 = "data-v-0b094ebe"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -55003,7 +55003,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-0344337d"; + const __vue_scope_id__$2 = "data-v-466a14be"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -55308,7 +55308,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-484e8cf3"; + const __vue_scope_id__$1 = "data-v-298424b4"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -55607,7 +55607,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-7b3bf728"; + const __vue_scope_id__ = "data-v-c3e06b26"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/imageText.min.css b/src/plugin/xml-digital-teaching/lib/imageText.min.css index 68c0c87..acd774f 100644 --- a/src/plugin/xml-digital-teaching/lib/imageText.min.css +++ b/src/plugin/xml-digital-teaching/lib/imageText.min.css @@ -1 +1 @@ -.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-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-959168fc]{width:100%!important}.xml-image-ping-pu-h5[data-v-959168fc]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-959168fc]{display:flex;flex-direction:column;align-items:center} \ No newline at end of file +.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}.el-image__inner[data-v-25ad467a]{width:100%!important}.xml-image-ping-pu-h5[data-v-25ad467a]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-25ad467a]{display:flex;flex-direction:column;align-items:center} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/index.css b/src/plugin/xml-digital-teaching/lib/index.css index 9bf6499..0e2d10c 100644 --- a/src/plugin/xml-digital-teaching/lib/index.css +++ b/src/plugin/xml-digital-teaching/lib/index.css @@ -1,32 +1,37 @@ -.preview-container-h5[data-v-0ef3d58d] { + +.read-the-docs[data-v-518f1c34] { + color: #888; +} + +.preview-container-h5[data-v-bdb79c64] { padding-top: 15px; } -.preview-container-pc[data-v-0ef3d58d] { +.preview-container-pc[data-v-bdb79c64] { padding-top: 15px; } -.preview-container-pad[data-v-0ef3d58d] { +.preview-container-pad[data-v-bdb79c64] { padding-top: 15px; } -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog { +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog { display: flex; align-items: center; } -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen) { +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen) { margin-top: 0 !important; } -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__header { +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__header { padding: 0; } -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .custom-dialog { +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .custom-dialog { background-color: transparent; box-shadow: none; } -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body { +.preview-container[data-v-bdb79c64] .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-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .top-line { +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .top-line { position: absolute; top: 0; left: 0; @@ -34,24 +39,24 @@ height: 4px; background: linear-gradient(90deg, #4994fb, #4994fb, #a2c5f9); } -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper { +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper { max-height: 60vh; overflow-y: scroll; } -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar { +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar { width: 0; } -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1, -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2, -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3, -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4, -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5, -.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h6 { +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1, +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2, +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3, +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4, +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5, +.preview-container[data-v-bdb79c64] .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-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .bottom-triangle { +.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .bottom-triangle { position: absolute; bottom: 0; right: 0; @@ -63,27 +68,10 @@ /*# sourceMappingURL=PreviewLooseLeaf.vue.map */ -.read-the-docs[data-v-ca652f72] { - color: #888; +.xml-image-lun-bo .el-carousel__item { + text-align: center; } -.catalog-node-label[data-v-d8778466] { - display: flex; - align-items: center; -} -.catalog-node-label img[data-v-d8778466] { - margin-right: 4px; -} -.xml-show-catalog[data-v-d8778466] .el-tree-node__content { - height: auto; -} -.xml-show-catalog[data-v-d8778466] .el-tree-node__content .catalog-node-label { - max-width: calc(100% - 24px); - word-break: break-all; - white-space: normal; -} - -/*# sourceMappingURL=XmlCatalog.vue.map */ .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -155,39 +143,66 @@ /*# sourceMappingURL=XmlText.vue.map */ +.xml-text-h5[data-v-53ea1419] { +} +.xml-text-pc[data-v-53ea1419] { +} +.xml-text-h5[data-v-53ea1419] { +} + + .xml-show-catalog .el-tree-node__content { display: flex !important; } -.xml-text-h5[data-v-169e6e18] { + +/*# sourceMappingURL=XmlTextDialog.vue.map */ +.catalog-node-label[data-v-4dfce84e] { + display: flex; + align-items: center; } -.xml-text-pc[data-v-169e6e18] { +.catalog-node-label img[data-v-4dfce84e] { + margin-right: 4px; } -.xml-text-h5[data-v-169e6e18] { +.xml-show-catalog[data-v-4dfce84e] .el-tree-node__content { + height: auto; +} +.xml-show-catalog[data-v-4dfce84e] .el-tree-node__content .catalog-node-label { + max-width: calc(100% - 24px); + word-break: break-all; + white-space: normal; +} + +/*# sourceMappingURL=XmlCatalog.vue.map */ + +.xml-question-container-h5[data-v-6b3d24a8] { +} +.xml-question-container-pc[data-v-6b3d24a8] { +} +.xml-question-container-pad[data-v-6b3d24a8] { } - -/*# sourceMappingURL=XmlTextDialog.vue.map */ -.preview-item-file[data-v-494311a4]:hover, -.slip-over-cover[data-v-494311a4]:hover { - cursor: pointer; +.xml-ebook-container-h5[data-v-2d385f5d] { } - -/*# sourceMappingURL=XmlResource.vue.map */ - -.xml-image-lun-bo .el-carousel__item { - text-align: center; +.xml-ebook-container-pc[data-v-2d385f5d] { +} +.xml-ebook-container-pad[data-v-2d385f5d] { } /*# sourceMappingURL=XmlGroup.vue.map */ - -/*# sourceMappingURL=XmlTestPaper.vue.map */ -.xml-video-container-pdf[data-v-50185794] { +.xml-video-container-h5[data-v-5d66632c] { +} +.xml-video-container-pc[data-v-5d66632c] { +} +.xml-video-container-pad[data-v-5d66632c] { +} + +.xml-video-container-pdf[data-v-5449b515] { position: relative; display: flex; justify-content: center; @@ -197,13 +212,13 @@ padding-bottom: 56.25%; background: #000; } -.xml-video-container-pdf .cover[data-v-50185794] { +.xml-video-container-pdf .cover[data-v-5449b515] { position: absolute; top: 0; max-width: 100%; max-height: 100%; } -.xml-video-container-pdf .play[data-v-50185794] { +.xml-video-container-pdf .play[data-v-5449b515] { position: absolute; top: 45%; left: 45%; @@ -213,45 +228,21 @@ } /*# sourceMappingURL=XmlVideoImg.vue.map */ - -.xml-video-container-h5[data-v-77561f29] { +.preview-item-file[data-v-0af940cd]:hover, +.slip-over-cover[data-v-0af940cd]:hover { + cursor: pointer; } -.xml-video-container-pc[data-v-77561f29] { -} -.xml-video-container-pad[data-v-77561f29] { -} - -.xml-ebook-container-h5[data-v-26ce6d84] { -} -.xml-ebook-container-pc[data-v-26ce6d84] { -} -.xml-ebook-container-pad[data-v-26ce6d84] { -} - - -.xml-question-container-h5[data-v-36d74f49] { -} -.xml-question-container-pc[data-v-36d74f49] { -} -.xml-question-container-pad[data-v-36d74f49] { -} - +/*# sourceMappingURL=XmlResource.vue.map */ -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=eighth.vue.map */ +/*# sourceMappingURL=XmlTestPaper.vue.map */ /*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=second.vue.map */ +/*# sourceMappingURL=hexagon.vue.map */ /*# sourceMappingURL=first.vue.map */ @@ -260,481 +251,172 @@ /*# sourceMappingURL=first.vue.map */ +/*# sourceMappingURL=rectangle.vue.map */ + + /*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=eleven.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=quadrangle.vue.map */ - - -/*# sourceMappingURL=ninth.vue.map */ - - -/*# sourceMappingURL=ninth.vue.map */ - - -/*# sourceMappingURL=thirteen.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=isosceles.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=fifteen.vue.map */ - - -/*# sourceMappingURL=Greentheme5.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=fifteen.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=Greentheme5.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=twelve.vue.map */ - - -/*# sourceMappingURL=Redtheme5.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Redtheme2.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=Redtheme2.vue.map */ - - -/*# sourceMappingURL=Redtheme4.vue.map */ - - -/*# sourceMappingURL=SanQintheme1.vue.map */ - - -/*# sourceMappingURL=Redtheme4.vue.map */ - - -/*# sourceMappingURL=SanQintheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme5.vue.map */ - - -/*# sourceMappingURL=Yellowtheme5.vue.map */ - - -/*# sourceMappingURL=Redtheme6.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=sixteen.vue.map */ - - -/*# sourceMappingURL=sixteen.vue.map */ - - -/*# sourceMappingURL=wave.vue.map */ - - -/*# sourceMappingURL=SanQintheme3.vue.map */ - - -/*# sourceMappingURL=SanQintheme3.vue.map */ - - -/*# sourceMappingURL=Thirtyseven.vue.map */ - - -/*# sourceMappingURL=Thirtyfive.vue.map */ - - -/*# sourceMappingURL=Thirtyseven3.vue.map */ - - -/*# sourceMappingURL=SanQintheme2.vue.map */ - - -/*# sourceMappingURL=SanQintheme2.vue.map */ - - -/*# sourceMappingURL=Thirtyseven2.vue.map */ - - -/*# sourceMappingURL=Forty.vue.map */ - - -/*# sourceMappingURL=Thirtysix.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=fourth.vue.map */ - - -/*# sourceMappingURL=fourth.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=Thirtyeight.vue.map */ - - /*# sourceMappingURL=fifth.vue.map */ /*# sourceMappingURL=fifth.vue.map */ -/*# sourceMappingURL=eleventh.vue.map */ - - /*# sourceMappingURL=fifth.vue.map */ -/*# sourceMappingURL=Greytheme2.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=Greytheme1.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=Greytheme6.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=Greytheme4.vue.map */ +/*# sourceMappingURL=second.vue.map */ + + +/*# sourceMappingURL=semicircle.vue.map */ /*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=Yellowtheme5.vue.map */ +/*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=Yellowtheme2.vue.map */ -.title-text[data-v-6117e448] { - background-color: var(--background-color) !important; -} -.title-left[data-v-6117e448] { - border-color: var(--background-color) !important; - color: var(--background-color) !important; -} - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=fifteen.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=Greytheme3.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=Redtheme4.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=Thirtysix.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ - - -/*# sourceMappingURL=Thirtyfive.vue.map */ - - -/*# sourceMappingURL=Redtheme2.vue.map */ - - -/*# sourceMappingURL=Greytheme5.vue.map */ - - -/*# sourceMappingURL=sixteen.vue.map */ - - -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=Bluetheme3.vue.map */ - - -/*# sourceMappingURL=Bluetheme1.vue.map */ - - -/*# sourceMappingURL=Bluetheme2.vue.map */ - - -/*# sourceMappingURL=Bluetheme4.vue.map */ - - -/*# sourceMappingURL=Thirtyeight.vue.map */ - - -/*# sourceMappingURL=Thirtyseven.vue.map */ - - -/*# sourceMappingURL=Forty.vue.map */ +/*# sourceMappingURL=sixth.vue.map */ /*# sourceMappingURL=rotundity.vue.map */ -/*# sourceMappingURL=rectangle.vue.map */ - - -/*# sourceMappingURL=rectangle.vue.map */ - - -/*# sourceMappingURL=triangle.vue.map */ - - -/*# sourceMappingURL=triangle.vue.map */ - - -/*# sourceMappingURL=seventeen.vue.map */ - - -/*# sourceMappingURL=seventeen.vue.map */ - - -/*# sourceMappingURL=semicircle.vue.map */ - - -/*# sourceMappingURL=semicircle.vue.map */ - - -/*# sourceMappingURL=thirteenth.vue.map */ - - -/*# sourceMappingURL=thirteenth.vue.map */ - - -/*# sourceMappingURL=ninth.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=isosceles.vue.map */ - - -/*# sourceMappingURL=eighteen2.vue.map */ - - -/*# sourceMappingURL=eighteen.vue.map */ - - /*# sourceMappingURL=square.vue.map */ -/*# sourceMappingURL=twelfth.vue.map */ +/*# sourceMappingURL=thirteenth.vue.map */ -/*# sourceMappingURL=twelfth.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=quadrangle.vue.map */ - - -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=sixteen.vue.map */ +/*# sourceMappingURL=triangle.vue.map */ /*# sourceMappingURL=fourteen.vue.map */ -/*# sourceMappingURL=thirteen.vue.map */ +/*# sourceMappingURL=fourteen.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=twelfth.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=seventeen.vue.map */ + + +/*# sourceMappingURL=fifteen.vue.map */ + + +/*# sourceMappingURL=eighteen.vue.map */ + + +/*# sourceMappingURL=fifteen.vue.map */ + + +/*# sourceMappingURL=eighteen2.vue.map */ + + +/*# sourceMappingURL=nineteen.vue.map */ /*# sourceMappingURL=Greentheme2.vue.map */ +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=Greentheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=Greentheme6.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + /*# sourceMappingURL=Greentheme3.vue.map */ /*# sourceMappingURL=Greentheme4.vue.map */ -/*# sourceMappingURL=Greentheme5.vue.map */ +/*# sourceMappingURL=Greentheme4.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ +/*# sourceMappingURL=Greentheme4.vue.map */ -/*# sourceMappingURL=Redtheme2.vue.map */ +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ /*# sourceMappingURL=Yellowtheme2.vue.map */ -/*# sourceMappingURL=eleven.vue.map */ +/*# sourceMappingURL=Yellowtheme2.vue.map */ -/*# sourceMappingURL=hexagon.vue.map */ +/*# sourceMappingURL=Yellowtheme2.vue.map */ -/*# sourceMappingURL=hexagon.vue.map */ +/*# sourceMappingURL=Yellowtheme3.vue.map */ /*# sourceMappingURL=Yellowtheme3.vue.map */ @@ -743,141 +425,512 @@ /*# sourceMappingURL=Yellowtheme5.vue.map */ -/*# sourceMappingURL=nineteen.vue.map */ +/*# sourceMappingURL=Yellowtheme5.vue.map */ -/*# sourceMappingURL=nineteen.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Greentheme6.vue.map */ - - -/*# sourceMappingURL=Greentheme6.vue.map */ - - -/*# sourceMappingURL=Knowledge.vue.map */ - - -/*# sourceMappingURL=Knowledge.vue.map */ +/*# sourceMappingURL=Yellowtheme3.vue.map */ /*# sourceMappingURL=Yellowtheme6.vue.map */ -/*# sourceMappingURL=Yellowtheme6.vue.map */ - - -/*# sourceMappingURL=Twentyone.vue.map */ - - -/*# sourceMappingURL=twenty.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Redtheme5.vue.map */ - - -/*# sourceMappingURL=Redtheme6.vue.map */ - - -/*# sourceMappingURL=Redtheme4.vue.map */ - - /*# sourceMappingURL=SanQintheme1.vue.map */ +/*# sourceMappingURL=SanQintheme1.vue.map */ + + +/*# sourceMappingURL=Knowledge.vue.map */ + + +/*# sourceMappingURL=SanQintheme3.vue.map */ + + +/*# sourceMappingURL=SanQintheme3.vue.map */ + + +/*# sourceMappingURL=Twentyone.vue.map */ + + +/*# sourceMappingURL=SanQintheme2.vue.map */ + + +/*# sourceMappingURL=SanQintheme2.vue.map */ + + +/*# sourceMappingURL=twenty.vue.map */ + + /*# sourceMappingURL=Twentytwo.vue.map */ +/*# sourceMappingURL=Twentyfive.vue.map */ + + /*# sourceMappingURL=Twentyfour.vue.map */ /*# sourceMappingURL=Twentythree.vue.map */ -/*# sourceMappingURL=Twentyfive.vue.map */ +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=sixth.vue.map */ + + +/*# sourceMappingURL=semicircle.vue.map */ + + +/*# sourceMappingURL=rectangle.vue.map */ +.title-text[data-v-540aeadd] { + background-color: var(--background-color) !important; +} +.title-left[data-v-540aeadd] { + border-color: var(--background-color) !important; + color: var(--background-color) !important; +} + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=Yellowtheme5.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=twelfth.vue.map */ + + +/*# sourceMappingURL=Yellowtheme6.vue.map */ + + +/*# sourceMappingURL=fifteen.vue.map */ + + +/*# sourceMappingURL=thirteenth.vue.map */ + + +/*# sourceMappingURL=Greentheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=Greentheme6.vue.map */ + + +/*# sourceMappingURL=fourteen.vue.map */ + + +/*# sourceMappingURL=hexagon.vue.map */ + + +/*# sourceMappingURL=seventeen.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ + + +/*# sourceMappingURL=fourth.vue.map */ + + +/*# sourceMappingURL=fourth.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=Knowledge.vue.map */ + + +/*# sourceMappingURL=nineteen.vue.map */ + + +/*# sourceMappingURL=triangle.vue.map */ + + +/*# sourceMappingURL=fifth.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=isosceles.vue.map */ + + +/*# sourceMappingURL=quadrangle.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ /*# sourceMappingURL=twelve.vue.map */ +/*# sourceMappingURL=tenth.vue.map */ + + +/*# sourceMappingURL=eleven.vue.map */ + + +/*# sourceMappingURL=wave.vue.map */ + + +/*# sourceMappingURL=thirteen.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=Redtheme6.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=Thirtysix.vue.map */ + + +/*# sourceMappingURL=Thirtysix.vue.map */ + + +/*# sourceMappingURL=Redtheme5.vue.map */ + + +/*# sourceMappingURL=Thirtyseven2.vue.map */ + + +/*# sourceMappingURL=Thirtyseven.vue.map */ + + +/*# sourceMappingURL=Thirtyseven.vue.map */ + + +/*# sourceMappingURL=Thirtyfive.vue.map */ + + +/*# sourceMappingURL=Thirtyfive.vue.map */ + + +/*# sourceMappingURL=Thirtyseven3.vue.map */ + + +/*# sourceMappingURL=Thirtyeight.vue.map */ + + +/*# sourceMappingURL=Thirtyeight.vue.map */ + + +/*# sourceMappingURL=Forty.vue.map */ + + +/*# sourceMappingURL=Forty.vue.map */ + + +/*# sourceMappingURL=quadrangle.vue.map */ + + +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=isosceles.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=eleven.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=thirteen.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=fourteen.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme5.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Greytheme2.vue.map */ + + +/*# sourceMappingURL=eleventh.vue.map */ + + +/*# sourceMappingURL=Greytheme1.vue.map */ + + +/*# sourceMappingURL=Greytheme3.vue.map */ + + +/*# sourceMappingURL=Greytheme4.vue.map */ + + +/*# sourceMappingURL=Greytheme5.vue.map */ + + +/*# sourceMappingURL=Greytheme6.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Redtheme5.vue.map */ + + +/*# sourceMappingURL=Redtheme6.vue.map */ + + +/*# sourceMappingURL=SanQintheme1.vue.map */ + + +/*# sourceMappingURL=twelve.vue.map */ + + +/*# sourceMappingURL=Bluetheme1.vue.map */ + + +/*# sourceMappingURL=Bluetheme2.vue.map */ + + +/*# sourceMappingURL=Bluetheme3.vue.map */ + + +/*# sourceMappingURL=Bluetheme4.vue.map */ + + /*# sourceMappingURL=xmlRobotPc.vue.map */ -.xml-single-ebook-group-h5[data-v-79879c4e] { +.xml-single-music-group-h5[data-v-1487fe20] { } -.xml-single-ebook-group-pc[data-v-79879c4e] { +.xml-single-music-group-pc[data-v-1487fe20] { } -.xml-single-ebook-group-pad[data-v-79879c4e] { +.xml-single-music-group-pad[data-v-1487fe20] { } -.xml-single-ebook-group-h5[data-v-2ab7fd94] { +.xml-single-ebook-group-h5[data-v-64857f15] { } -.xml-single-ebook-group-pc[data-v-2ab7fd94] { +.xml-single-ebook-group-pc[data-v-64857f15] { } -.xml-single-ebook-group-pad[data-v-2ab7fd94] { +.xml-single-ebook-group-pad[data-v-64857f15] { } -.xml-single-music-group-h5[data-v-01606e1f] { +.xml-single-ebook-group-h5[data-v-6d309986] { } -.xml-single-music-group-pc[data-v-01606e1f] { +.xml-single-ebook-group-pc[data-v-6d309986] { } -.xml-single-music-group-pad[data-v-01606e1f] { +.xml-single-ebook-group-pad[data-v-6d309986] { } -.xml-single-ebook-group-h5[data-v-db1ef5b2] { +.xml-single-question-group-h5[data-v-11a9ade8] { } -.xml-single-ebook-group-pc[data-v-db1ef5b2] { +.xml-single-question-group-pc[data-v-11a9ade8] { } -.xml-single-ebook-group-pad[data-v-db1ef5b2] { +.xml-single-question-group-pad[data-v-11a9ade8] { } -.xml-single-resource-group-h5[data-v-516426e7] { +.xml-single-ebook-group-h5[data-v-7026466d] { } -.xml-single-resource-group-pc[data-v-516426e7] { +.xml-single-ebook-group-pc[data-v-7026466d] { } -.xml-single-resource-group-pad[data-v-516426e7] { +.xml-single-ebook-group-pad[data-v-7026466d] { } -.xml-single-text-group-h5[data-v-5ae5cf71] { +.xml-single-text-group-h5[data-v-35684fd0] { } -.xml-single-text-group-pc[data-v-5ae5cf71] { +.xml-single-text-group-pc[data-v-35684fd0] { } -.xml-single-text-group-pad[data-v-5ae5cf71] { +.xml-single-text-group-pad[data-v-35684fd0] { } -.xml-single-question-group-h5[data-v-37b34ced] { +.xml-single-question-group-h5[data-v-19640c8c] { } -.xml-single-question-group-pc[data-v-37b34ced] { +.xml-single-question-group-pc[data-v-19640c8c] { } -.xml-single-question-group-pad[data-v-37b34ced] { +.xml-single-question-group-pad[data-v-19640c8c] { } -.xml-single-video-group-h5[data-v-09b9c62d] { +.xml-single-resource-group-h5[data-v-fbc71f74] { } -.xml-single-video-group-pc[data-v-09b9c62d] { +.xml-single-resource-group-pc[data-v-fbc71f74] { } -.xml-single-video-group-pad[data-v-09b9c62d] { +.xml-single-resource-group-pad[data-v-fbc71f74] { } +.xml-single-video-group-h5[data-v-0390b24c] { +} +.xml-single-video-group-pc[data-v-0390b24c] { +} +.xml-single-video-group-pad[data-v-0390b24c] { +} + + + +/*# sourceMappingURL=fifth.vue.map */ + + +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ + + +/*# sourceMappingURL=sixth.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=fourth.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=fifth.vue.map */ + + +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=sixth.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ + + +/*# sourceMappingURL=fourth.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ + .xml-skeleton-item { /* margin: 20px 0; */ width: 100%; @@ -897,99 +950,46 @@ } -.xml-single-question-group-h5[data-v-970e3a6a] { -} -.xml-single-question-group-pc[data-v-970e3a6a] { -} -.xml-single-question-group-pad[data-v-970e3a6a] { -} - - /*# sourceMappingURL=single-agent-group.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=fourth.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=fourth.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=ninth.vue.map */ - - -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=Greytheme5.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=Greytheme2.vue.map */ - - -/*# sourceMappingURL=Greytheme3.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - /*# sourceMappingURL=eleventh.vue.map */ -/*# sourceMappingURL=Twentyfour.vue.map */ +/*# sourceMappingURL=ninth.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=Greytheme3.vue.map */ + + +/*# sourceMappingURL=Greytheme5.vue.map */ /*# sourceMappingURL=Yellowtheme3.vue.map */ +/*# sourceMappingURL=Greytheme2.vue.map */ + + /*# sourceMappingURL=Bluetheme1.vue.map */ +/*# sourceMappingURL=Redtheme4.vue.map */ + + /*# sourceMappingURL=Bluetheme2.vue.map */ +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + /*# sourceMappingURL=Bluetheme4.vue.map */ @@ -999,28 +999,22 @@ /*# sourceMappingURL=Twentytwo.vue.map */ -/*# sourceMappingURL=Thirtyfour.vue.map */ - - /*# sourceMappingURL=Twentythree.vue.map */ -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Thirtyone.vue.map */ +/*# sourceMappingURL=Twentyfour.vue.map */ /*# sourceMappingURL=Thirtytwo.vue.map */ +/*# sourceMappingURL=Thirtyfour.vue.map */ + + /*# sourceMappingURL=Thirtythree.vue.map */ -/*# sourceMappingURL=titleLogging.vue.map */ - - -/*# sourceMappingURL=Thirtynine.vue.map */ +/*# sourceMappingURL=Thirtyone.vue.map */ /*# sourceMappingURL=BuleRectangle.vue.map */ @@ -1029,25 +1023,30 @@ /*# sourceMappingURL=Twentyfive.vue.map */ -/*# sourceMappingURL=titleCrane.vue.map */ - - -/*# sourceMappingURL=titleQuestion.vue.map */ +/*# sourceMappingURL=Thirtynine.vue.map */ /*# sourceMappingURL=BuleRectangleTwo.vue.map */ -/*# sourceMappingURL=Sevenpagethree.vue.map */ +/*# sourceMappingURL=titleLogging.vue.map */ + + +/*# sourceMappingURL=titleQuestion.vue.map */ /*# sourceMappingURL=titleLight.vue.map */ -/*# sourceMappingURL=Sevenpagefour.vue.map */ +/*# sourceMappingURL=titleTearcher.vue.map */ +.title-bgimg[data-v-d02812ae] { + background-image: url(../style/title-text-bgimg.png); +} + +/*# sourceMappingURL=Sevenpageone.vue.map */ -/*# sourceMappingURL=Sevenpagetwo.vue.map */ +/*# sourceMappingURL=titleCrane.vue.map */ /*# sourceMappingURL=titleText.vue.map */ @@ -1056,227 +1055,99 @@ /*# sourceMappingURL=Sevenpagefive.vue.map */ +/*# sourceMappingURL=Sevenpagethree.vue.map */ + + +/*# sourceMappingURL=Sevenpagetwo.vue.map */ + + +/*# sourceMappingURL=Sevenpagefour.vue.map */ + + /*# sourceMappingURL=Fortyone.vue.map */ -/*# sourceMappingURL=titleTearcher.vue.map */ -.title-bgimg[data-v-bcca686c] { - background-image: url(../style/title-text-bgimg.png); -} - -/*# sourceMappingURL=Sevenpageone.vue.map */ - - -/*# sourceMappingURL=Foldtheme2.vue.map */ - - /*# sourceMappingURL=Redtheme7.vue.map */ -/*# sourceMappingURL=Tabstheme3.vue.map */ - - -/*# sourceMappingURL=Tabstheme1.vue.map */ - - -/*# sourceMappingURL=Tabstheme6.vue.map */ - - /*# sourceMappingURL=Foldtheme1.vue.map */ -/*# sourceMappingURL=Fortytwo.vue.map */ - - -/*# sourceMappingURL=Foldtheme4.vue.map */ - - -/*# sourceMappingURL=Foldtheme5.vue.map */ - - -/*# sourceMappingURL=Fortysix.vue.map */ - - -/*# sourceMappingURL=Tabstheme4.vue.map */ +/*# sourceMappingURL=Foldtheme2.vue.map */ /*# sourceMappingURL=Tabstheme2.vue.map */ -/*# sourceMappingURL=Tabstheme5.vue.map */ - - -/*# sourceMappingURL=Fortyfour.vue.map */ - - /*# sourceMappingURL=Foldtheme3.vue.map */ -/*# sourceMappingURL=sixteen_new.vue.map */ +/*# sourceMappingURL=Tabstheme1.vue.map */ -/*# sourceMappingURL=Fortyfive.vue.map */ +/*# sourceMappingURL=Tabstheme3.vue.map */ + + +/*# sourceMappingURL=Tabstheme4.vue.map */ + + +/*# sourceMappingURL=Foldtheme5.vue.map */ + + +/*# sourceMappingURL=Foldtheme4.vue.map */ + + +/*# sourceMappingURL=Tabstheme5.vue.map */ + + +/*# sourceMappingURL=Tabstheme6.vue.map */ + + +/*# sourceMappingURL=Fortytwo.vue.map */ /*# sourceMappingURL=Fortythree.vue.map */ +/*# sourceMappingURL=Fortyfive.vue.map */ + + +/*# sourceMappingURL=Fortyfour.vue.map */ + + +/*# sourceMappingURL=sixteen_new.vue.map */ + + /*# sourceMappingURL=Fortyseven.vue.map */ +/*# sourceMappingURL=Fortysix.vue.map */ + + /*# sourceMappingURL=Fortyeight.vue.map */ -/*# sourceMappingURL=Twentyeight.vue.map */ - - /*# sourceMappingURL=Twentysix.vue.map */ /*# sourceMappingURL=Twentyseven.vue.map */ +/*# sourceMappingURL=Twentyeight.vue.map */ + + /*# sourceMappingURL=XmlKnowledgeGraph.vue.map */ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -/*# sourceMappingURL=xmlWrapperPage.vue.map */ +/*# sourceMappingURL=XmlGraphViewer.vue.map */ /*# sourceMappingURL=xmlPopup.vue.map */ +/*# sourceMappingURL=xmlWrapperPage.vue.map */ + + @@ -1342,17 +1213,146 @@ /*# sourceMappingURL=xmlCollapse.vue.map */ -/*# sourceMappingURL=XmlGraphViewer.vue.map */ -.el-image__inner[data-v-959168fc] { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.el-image__inner[data-v-25ad467a] { width: 100% !important; } -.xml-image-ping-pu-h5[data-v-959168fc] { +.xml-image-ping-pu-h5[data-v-25ad467a] { display: flex; flex-direction: column; align-items: center; } -.xml-image-hua-lang[data-v-959168fc] { +.xml-image-hua-lang[data-v-25ad467a] { display: flex; flex-direction: column; align-items: center; @@ -1362,7 +1362,7 @@ /*# sourceMappingURL=XmlTextarea.vue.map */ -.object-model-content[data-v-49da5d08]{ +.object-model-content[data-v-62325c67]{ .threejs-container { width: 100%; height: 440px; @@ -1394,23 +1394,133 @@ span{ } } } -.xml-video-container-h5[data-v-49da5d08] { +.xml-video-container-h5[data-v-62325c67] { } -.xml-video-container-pc[data-v-49da5d08] { +.xml-video-container-pc[data-v-62325c67] { } -.xml-video-container-pad[data-v-49da5d08] { +.xml-video-container-pad[data-v-62325c67] { } -.xml-single-video-group-h5[data-v-0cec7bcc] { +.xml-single-video-group-h5[data-v-3ba6bd4d] { } -.xml-single-video-group-pc[data-v-0cec7bcc] { +.xml-single-video-group-pc[data-v-3ba6bd4d] { } -.xml-single-video-group-pad[data-v-0cec7bcc] { +.xml-single-video-group-pad[data-v-3ba6bd4d] { } -.read-the-docs[data-v-4fa302f3] { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.read-the-docs[data-v-40ccda74] { color: #888; } @@ -1523,116 +1633,6 @@ span{ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -2546,12 +2546,24 @@ span{ /*# sourceMappingURL=xmlStatisticalChart.vue.map */ -/*# sourceMappingURL=classGrade.vue.map */ - - /*# sourceMappingURL=xmlStatisticalChart.vue.map */ +/*# sourceMappingURL=classGrade.vue.map */ +.cantUse[data-v-caed3ac2] { + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.1); + pointer-events: none; + cursor: not-allowed !important; +} +.cantUse[data-v-caed3ac2] :hover { + background-color: "inhert"; +} + +/*# sourceMappingURL=xmlRobotPhone.vue.map */ + + /*# sourceMappingURL=xmlGeneralRobotPc.vue.map */ @@ -2677,18 +2689,6 @@ span{ -.cantUse[data-v-169f8672] { - width: 100%; - height: 100%; - background-color: rgba(0, 0, 0, 0.1); - pointer-events: none; - cursor: not-allowed !important; -} -.cantUse[data-v-169f8672] :hover { - background-color: "inhert"; -} - -/*# sourceMappingURL=xmlRobotPhone.vue.map */ /*# sourceMappingURL=QuestionItem.vue.map */ @@ -2882,6 +2882,134 @@ span{ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3087,138 +3215,10 @@ span{ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.option-item + .option-item[data-v-f4399a04] { +.option-item + .option-item[data-v-0c43651d] { margin-top: 16px; } -.option-item[data-v-f4399a04] { +.option-item[data-v-0c43651d] { display: flex; background: #fbfbfb; border-radius: 6px; @@ -3227,42 +3227,42 @@ span{ transition: all ease 0.3s; border: 1px solid #fbfbfb; } -.option-item .questionSeq[data-v-f4399a04] { +.option-item .questionSeq[data-v-0c43651d] { padding: 8px 0; } -.option-item.isActive[data-v-f4399a04] { +.option-item.isActive[data-v-0c43651d] { border-color: #2e9adb; } -.option-item.isTrue[data-v-f4399a04] { +.option-item.isTrue[data-v-0c43651d] { border: 1px solid #70b603; } -.option-item.isTrue[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner { +.option-item.isTrue[data-v-0c43651d] .el-radio__input.is-checked .el-radio__inner { border-color: #70b603; background: #70b603; } -.option-item.isFalse[data-v-f4399a04] { +.option-item.isFalse[data-v-0c43651d] { border: 1px solid #d9001b; } -.option-item.isFalse[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner { +.option-item.isFalse[data-v-0c43651d] .el-radio__input.is-checked .el-radio__inner { border-color: #d9001b; background: #d9001b; } -.option-item[data-v-f4399a04]:hover { +.option-item[data-v-0c43651d]:hover { background: #ddd; } -.option-item[data-v-f4399a04] .content { +.option-item[data-v-0c43651d] .content { cursor: pointer; } -.option-item[data-v-f4399a04] .stem-content.no-border { +.option-item[data-v-0c43651d] .stem-content.no-border { padding: 8px 14px !important; cursor: pointer; } /*# sourceMappingURL=radio.vue.map */ -.content[data-v-2cb56c8e] { +.content[data-v-8e4439e6] { width: 100%; } -.content .stem-content[data-v-2cb56c8e] { +.content .stem-content[data-v-8e4439e6] { width: 100%; box-sizing: border-box; padding: 5px 14px; @@ -3271,12 +3271,12 @@ span{ border-radius: 6px; cursor: pointer; } -.content .stem-content.no-border[data-v-2cb56c8e] { +.content .stem-content.no-border[data-v-8e4439e6] { padding: 0; border: none; cursor: default; } -.content .stem-content .placeholder[data-v-2cb56c8e] { +.content .stem-content .placeholder[data-v-8e4439e6] { color: #c0c4cc; font-size: 14px; cursor: pointer; @@ -3284,10 +3284,54 @@ span{ } /*# sourceMappingURL=common.vue.map */ -.content[data-v-a5540524] { +.option-item + .option-item[data-v-748b79ea] { + margin-top: 16px; +} +.option-item[data-v-748b79ea] { + 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-748b79ea] { + padding: 8px 0; +} +.option-item.isActive[data-v-748b79ea] { + border-color: #2e9adb; +} +.option-item.isTrue[data-v-748b79ea] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-748b79ea] .el-radio__input.is-checked .el-radio__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-748b79ea] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-748b79ea] .el-radio__input.is-checked .el-radio__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-748b79ea]:hover { + background: #ddd; +} +.option-item[data-v-748b79ea] .content { + cursor: pointer; +} +.option-item[data-v-748b79ea] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=radio.vue.map */ +.content[data-v-086e2e0c] { width: 100%; } -.content .stem-content[data-v-a5540524] { +.content .stem-content[data-v-086e2e0c] { width: 100%; box-sizing: border-box; padding: 5px 14px; @@ -3296,12 +3340,12 @@ span{ border-radius: 6px; cursor: pointer; } -.content .stem-content.no-border[data-v-a5540524] { +.content .stem-content.no-border[data-v-086e2e0c] { padding: 0; border: none; cursor: default; } -.content .stem-content .placeholder[data-v-a5540524] { +.content .stem-content .placeholder[data-v-086e2e0c] { color: #c0c4cc; font-size: 14px; cursor: pointer; @@ -3309,10 +3353,10 @@ span{ } /*# sourceMappingURL=common.vue.map */ -.option-item + .option-item[data-v-08c189f8] { +.option-item + .option-item[data-v-42039503] { margin-top: 16px; } -.option-item[data-v-08c189f8] { +.option-item[data-v-42039503] { display: flex; background: #fbfbfb; border-radius: 6px; @@ -3321,42 +3365,42 @@ span{ transition: all ease 0.3s; border: 1px solid #fbfbfb; } -.option-item.isActive[data-v-08c189f8] { +.option-item.isActive[data-v-42039503] { border-color: #2e9adb; } -.option-item .questionSeq[data-v-08c189f8] { +.option-item .questionSeq[data-v-42039503] { padding: 8px 0; } -.option-item.isTrue[data-v-08c189f8] { +.option-item.isTrue[data-v-42039503] { border: 1px solid #70b603; } -.option-item.isTrue[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner { +.option-item.isTrue[data-v-42039503] .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #70b603; background: #70b603; } -.option-item.isFalse[data-v-08c189f8] { +.option-item.isFalse[data-v-42039503] { border: 1px solid #d9001b; } -.option-item.isFalse[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner { +.option-item.isFalse[data-v-42039503] .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #d9001b; background: #d9001b; } -.option-item[data-v-08c189f8]:hover { +.option-item[data-v-42039503]:hover { background: #ddd; } -.option-item[data-v-08c189f8] .content { +.option-item[data-v-42039503] .content { cursor: pointer; } -.option-item[data-v-08c189f8] .stem-content.no-border { +.option-item[data-v-42039503] .stem-content.no-border { padding: 8px 14px !important; cursor: pointer; } /*# sourceMappingURL=checkbox.vue.map */ -.option-item + .option-item[data-v-96d73128] { +.option-item + .option-item[data-v-34b5c60e] { margin-top: 16px; } -.option-item[data-v-96d73128] { +.option-item[data-v-34b5c60e] { display: flex; background: #fbfbfb; border-radius: 6px; @@ -3365,247 +3409,203 @@ span{ transition: all ease 0.3s; border: 1px solid #fbfbfb; } -.option-item .questionSeq[data-v-96d73128] { - padding: 8px 0; -} -.option-item.isActive[data-v-96d73128] { +.option-item.isActive[data-v-34b5c60e] { border-color: #2e9adb; } -.option-item.isTrue[data-v-96d73128] { +.option-item .questionSeq[data-v-34b5c60e] { + padding: 8px 0; +} +.option-item.isTrue[data-v-34b5c60e] { border: 1px solid #70b603; } -.option-item.isTrue[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner { +.option-item.isTrue[data-v-34b5c60e] .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #70b603; background: #70b603; } -.option-item.isFalse[data-v-96d73128] { +.option-item.isFalse[data-v-34b5c60e] { border: 1px solid #d9001b; } -.option-item.isFalse[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner { +.option-item.isFalse[data-v-34b5c60e] .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #d9001b; background: #d9001b; } -.option-item[data-v-96d73128]:hover { +.option-item[data-v-34b5c60e]:hover { background: #ddd; } -.option-item[data-v-96d73128] .content { +.option-item[data-v-34b5c60e] .content { cursor: pointer; } -.option-item[data-v-96d73128] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=radio.vue.map */ -.option-item + .option-item[data-v-362bbaa4] { - margin-top: 16px; -} -.option-item[data-v-362bbaa4] { - 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-362bbaa4] { - border-color: #2e9adb; -} -.option-item .questionSeq[data-v-362bbaa4] { - padding: 8px 0; -} -.option-item.isTrue[data-v-362bbaa4] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-362bbaa4] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-362bbaa4]:hover { - background: #ddd; -} -.option-item[data-v-362bbaa4] .content { - cursor: pointer; -} -.option-item[data-v-362bbaa4] .stem-content.no-border { +.option-item[data-v-34b5c60e] .stem-content.no-border { padding: 8px 14px !important; cursor: pointer; } /*# sourceMappingURL=checkbox.vue.map */ -.line-content[data-v-53521b13] { +.line-content[data-v-70ef6e32] { width: 100%; position: relative; } -.line-content .line-content--item[data-v-53521b13] { +.line-content .line-content--item[data-v-70ef6e32] { flex: 1; } -.line-content .line-content--item[data-v-53521b13] .stem-content { +.line-content .line-content--item[data-v-70ef6e32] .stem-content { height: 100%; } -.line-content + .line-content[data-v-53521b13] { +.line-content + .line-content[data-v-70ef6e32] { margin-top: 10px; } -.create-option[data-v-53521b13] { +.create-option[data-v-70ef6e32] { width: 100%; margin-top: 10px; border-style: dashed !important; } -.option-item[data-v-53521b13] { +.option-item[data-v-70ef6e32] { flex: 1; min-width: 0; } -.option-item + .option-item[data-v-53521b13] { +.option-item + .option-item[data-v-70ef6e32] { margin-left: 100px; } -.option-item.isMobile + .option-item.isMobile[data-v-53521b13] { +.option-item.isMobile + .option-item.isMobile[data-v-70ef6e32] { margin-left: 50px; } -.option-item[data-v-53521b13] { +.option-item[data-v-70ef6e32] { margin-bottom: 10px; background: #FBFBFB; border-radius: 6px; padding-left: 16px; border: 1px solid #fbfbfb; } -.option-item .questionSeq[data-v-53521b13] { +.option-item .questionSeq[data-v-70ef6e32] { padding: 8px 0; } -.option-item[data-v-53521b13] .stem-content.no-border { +.option-item[data-v-70ef6e32] .stem-content.no-border { padding: 8px 14px !important; } /*# sourceMappingURL=view-line-answer.vue.map */ -.line-content[data-v-0794e87b] { +.line-content[data-v-6a0ba9cc] { width: 100%; position: relative; } -.line-content .line-content--item[data-v-0794e87b] { +.line-content .line-content--item[data-v-6a0ba9cc] { flex: 1; } -.line-content .line-content--item[data-v-0794e87b] .stem-content { +.line-content .line-content--item[data-v-6a0ba9cc] .stem-content { height: 100%; } -.line-content + .line-content[data-v-0794e87b] { +.line-content + .line-content[data-v-6a0ba9cc] { margin-top: 10px; } -.create-option[data-v-0794e87b] { +.create-option[data-v-6a0ba9cc] { width: 100%; margin-top: 10px; border-style: dashed !important; } -.option-item[data-v-0794e87b] { +.option-item[data-v-6a0ba9cc] { flex: 1; min-width: 0; } -.option-item + .option-item[data-v-0794e87b] { +.option-item + .option-item[data-v-6a0ba9cc] { margin-left: 100px; } -.option-item.isMobile + .option-item.isMobile[data-v-0794e87b] { +.option-item.isMobile + .option-item.isMobile[data-v-6a0ba9cc] { margin-left: 50px; } -.option-item[data-v-0794e87b] { +.option-item[data-v-6a0ba9cc] { margin-bottom: 10px; background: #fbfbfb; border-radius: 6px; padding-left: 16px; } -.option-item .questionSeq[data-v-0794e87b] { +.option-item .questionSeq[data-v-6a0ba9cc] { padding: 8px 0; } -.option-item[data-v-0794e87b] .stem-content.no-border { +.option-item[data-v-6a0ba9cc] .stem-content.no-border { padding: 8px 14px !important; } /*# sourceMappingURL=view-line.vue.map */ -.image-file[data-v-101e0263] { +.image-file[data-v-5c106e02] { width: 218px; object-fit: scale-down; } -.video-file[data-v-101e0263] { +.video-file[data-v-5c106e02] { width: 408px; } -.file-render[data-v-101e0263] { +.file-render[data-v-5c106e02] { width: 100%; } -.file-info[data-v-101e0263] { +.file-info[data-v-5c106e02] { flex: 1; min-width: 0; } -.file-info.videoHandler[data-v-101e0263] { +.file-info.videoHandler[data-v-5c106e02] { display: flex; flex-direction: column; justify-content: center; } -.file-info.videoHandler .fileName[data-v-101e0263] { +.file-info.videoHandler .fileName[data-v-5c106e02] { font-size: 18px; color: #333333; margin-bottom: 19px; } -.file-info.videoHandler .fileInfo[data-v-101e0263] { +.file-info.videoHandler .fileInfo[data-v-5c106e02] { font-size: 14px; color: #666666; margin-bottom: 19px; } /*# sourceMappingURL=index.vue.map */ -.image-file[data-v-1d318b80] { +.image-file[data-v-416683df] { width: 218px; object-fit: scale-down; } -.video-file[data-v-1d318b80] { +.video-file[data-v-416683df] { width: 408px; } -.file-render[data-v-1d318b80] { +.file-render[data-v-416683df] { width: 100%; } -.file-info[data-v-1d318b80] { +.file-info[data-v-416683df] { flex: 1; min-width: 0; } -.file-info.videoHandler[data-v-1d318b80] { +.file-info.videoHandler[data-v-416683df] { display: flex; flex-direction: column; justify-content: center; } -.file-info.videoHandler .fileName[data-v-1d318b80] { +.file-info.videoHandler .fileName[data-v-416683df] { font-size: 18px; color: #333333; margin-bottom: 19px; } -.file-info.videoHandler .fileInfo[data-v-1d318b80] { +.file-info.videoHandler .fileInfo[data-v-416683df] { font-size: 14px; color: #666666; margin-bottom: 19px; } /*# sourceMappingURL=index.vue.map */ -[data-v-acf05200] .el-dialog__header { +[data-v-1903d5f8] .el-dialog__header { padding: 10px; } -.video-content[data-v-acf05200] { +.video-content[data-v-1903d5f8] { width: 180px; height: 135px; border-radius: 6px; overflow: hidden; position: relative; } -.video-content .play[data-v-acf05200] { +.video-content .play[data-v-1903d5f8] { position: absolute; left: 50%; top: 50%; cursor: pointer; transform: translateX(-50%) translateY(-50%); } -.video-mask[data-v-acf05200] { +.video-mask[data-v-1903d5f8] { position: absolute; left: 0; top: 0; @@ -3613,95 +3613,95 @@ span{ height: 100%; background: rgba(0, 0, 0, 0.5); } -.video-mask img[data-v-acf05200] { +.video-mask img[data-v-1903d5f8] { position: absolute; left: 50%; top: 50%; transform: translate(-50% -50%); display: block; } -.video-player[data-v-acf05200] { +.video-player[data-v-1903d5f8] { width: 100%; } /*# sourceMappingURL=video-play.vue.map */ -.audio .audio-icon[data-v-811fdafa] { +.audio .audio-icon[data-v-4b6804e2] { width: 36px; height: 36px; margin-right: 20px; } -.audio .audio-icon img[data-v-811fdafa] { +.audio .audio-icon img[data-v-4b6804e2] { width: 100%; height: 100%; display: block; } -.audio .audio-controls[data-v-811fdafa] { +.audio .audio-controls[data-v-4b6804e2] { width: 100%; max-width: 200px; flex: 1; height: 36px; } -.audio .audio-controls .audio-controls--progress[data-v-811fdafa], .audio .audio-controls .audio-controls--handler[data-v-811fdafa] { +.audio .audio-controls .audio-controls--progress[data-v-4b6804e2], .audio .audio-controls .audio-controls--handler[data-v-4b6804e2] { width: 100%; } -.audio .audio-controls .audio-controls--handler[data-v-811fdafa] { +.audio .audio-controls .audio-controls--handler[data-v-4b6804e2] { line-height: 1; } -.audio .audio-controls .audio-controls--handler .play[data-v-811fdafa] { +.audio .audio-controls .audio-controls--handler .play[data-v-4b6804e2] { font-size: 24px; } -.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-811fdafa] { +.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-4b6804e2] { width: 22px; height: 22px; display: block; cursor: pointer; } -.audio .audio-controls .audio-controls--handler .current-time[data-v-811fdafa], .audio .audio-controls .audio-controls--handler .total-time[data-v-811fdafa] { +.audio .audio-controls .audio-controls--handler .current-time[data-v-4b6804e2], .audio .audio-controls .audio-controls--handler .total-time[data-v-4b6804e2] { font-size: 12px; color: #333; } -.play-handler.mobile[data-v-811fdafa] { +.play-handler.mobile[data-v-4b6804e2] { width: 20px; height: 20px; } -.audio-component[data-v-811fdafa] { +.audio-component[data-v-4b6804e2] { display: none; } -[data-v-811fdafa] .el-slider__runway { +[data-v-4b6804e2] .el-slider__runway { margin: 0 0 4px 0; background: #e3e3e3; height: 4px; } -[data-v-811fdafa] .el-slider__bar { +[data-v-4b6804e2] .el-slider__bar { height: 4px; } -[data-v-811fdafa] .el-slider__button { +[data-v-4b6804e2] .el-slider__button { width: 10px; height: 10px; } -[data-v-811fdafa] .el-slider__button-wrapper { +[data-v-4b6804e2] .el-slider__button-wrapper { top: -15px; } /*# sourceMappingURL=audio-play-new.vue.map */ -[data-v-3ae85d83] .el-dialog__header { +[data-v-d6ccf97e] .el-dialog__header { padding: 10px; } -.video-content[data-v-3ae85d83] { +.video-content[data-v-d6ccf97e] { width: 180px; height: 135px; border-radius: 6px; overflow: hidden; position: relative; } -.video-content .play[data-v-3ae85d83] { +.video-content .play[data-v-d6ccf97e] { position: absolute; left: 50%; top: 50%; cursor: pointer; transform: translateX(-50%) translateY(-50%); } -.video-mask[data-v-3ae85d83] { +.video-mask[data-v-d6ccf97e] { position: absolute; left: 0; top: 0; @@ -3709,73 +3709,73 @@ span{ height: 100%; background: rgba(0, 0, 0, 0.5); } -.video-mask img[data-v-3ae85d83] { +.video-mask img[data-v-d6ccf97e] { position: absolute; left: 50%; top: 50%; transform: translate(-50% -50%); display: block; } -.video-player[data-v-3ae85d83] { +.video-player[data-v-d6ccf97e] { width: 100%; } /*# sourceMappingURL=video-play.vue.map */ -.audio .audio-icon[data-v-37539b66] { +.audio .audio-icon[data-v-6166fdf6] { width: 36px; height: 36px; margin-right: 20px; } -.audio .audio-icon img[data-v-37539b66] { +.audio .audio-icon img[data-v-6166fdf6] { width: 100%; height: 100%; display: block; } -.audio .audio-controls[data-v-37539b66] { +.audio .audio-controls[data-v-6166fdf6] { width: 100%; max-width: 200px; flex: 1; height: 36px; } -.audio .audio-controls .audio-controls--progress[data-v-37539b66], .audio .audio-controls .audio-controls--handler[data-v-37539b66] { +.audio .audio-controls .audio-controls--progress[data-v-6166fdf6], .audio .audio-controls .audio-controls--handler[data-v-6166fdf6] { width: 100%; } -.audio .audio-controls .audio-controls--handler[data-v-37539b66] { +.audio .audio-controls .audio-controls--handler[data-v-6166fdf6] { line-height: 1; } -.audio .audio-controls .audio-controls--handler .play[data-v-37539b66] { +.audio .audio-controls .audio-controls--handler .play[data-v-6166fdf6] { font-size: 24px; } -.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-37539b66] { +.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-6166fdf6] { width: 22px; height: 22px; display: block; cursor: pointer; } -.audio .audio-controls .audio-controls--handler .current-time[data-v-37539b66], .audio .audio-controls .audio-controls--handler .total-time[data-v-37539b66] { +.audio .audio-controls .audio-controls--handler .current-time[data-v-6166fdf6], .audio .audio-controls .audio-controls--handler .total-time[data-v-6166fdf6] { font-size: 12px; color: #333; } -.play-handler.mobile[data-v-37539b66] { +.play-handler.mobile[data-v-6166fdf6] { width: 20px; height: 20px; } -.audio-component[data-v-37539b66] { +.audio-component[data-v-6166fdf6] { display: none; } -[data-v-37539b66] .el-slider__runway { +[data-v-6166fdf6] .el-slider__runway { margin: 0 0 4px 0; background: #e3e3e3; height: 4px; } -[data-v-37539b66] .el-slider__bar { +[data-v-6166fdf6] .el-slider__bar { height: 4px; } -[data-v-37539b66] .el-slider__button { +[data-v-6166fdf6] .el-slider__button { width: 10px; height: 10px; } -[data-v-37539b66] .el-slider__button-wrapper { +[data-v-6166fdf6] .el-slider__button-wrapper { top: -15px; } diff --git a/src/plugin/xml-digital-teaching/lib/index.js b/src/plugin/xml-digital-teaching/lib/index.js index a3acf0c..ffeb0a3 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -513,6 +513,7 @@ function formattedData(chapterId, resolve) { } let readIndex = Number(_that.componentTotal * (_that.isTrialIndex / 100)).toFixed(0); //可以试读到的组件index let startIndex = _that.componentIndex; + let chapterData = _that.catalogList.find(item => item.id == _that.firstLevelChapterId); list.map((element, index) => { let isTrialExternal = _that.isTrial ? _that.componentIndex < readIndex || _that.trialChapterList.includes(chapterId) ? false : true : false; // 向数据里添加位置信息,第一位:章节Id 、第二位:模块Id @@ -528,6 +529,7 @@ function formattedData(chapterId, resolve) { element.chapterOrderNum = _that.contentList[_that.chapterIndex].chapterOrderNum; //当前内容阅读所在目录顺序 element.startIndex = startIndex; //章节开始位置 element.endIndex = startIndex + list.length; //章节结束位置 + element.endLevelId = chapterData; //章节结束id _that.componentIndex++; _that.chapterData[_that.firstLevelChapterId].endIndex = _that.componentIndex; @@ -20786,7 +20788,7 @@ __vue_render__$5Q._withStripped = true; /* style */ const __vue_inject_styles__$5R = undefined; /* scoped */ - const __vue_scope_id__$5R = "data-v-4fa302f3"; + const __vue_scope_id__$5R = "data-v-40ccda74"; /* module identifier */ const __vue_module_identifier__$5R = undefined; /* functional template */ @@ -20899,7 +20901,7 @@ const __vue_script__$5Q = script$5Q; /* style */ const __vue_inject_styles__$5Q = undefined; /* scoped */ - const __vue_scope_id__$5Q = "data-v-ca652f72"; + const __vue_scope_id__$5Q = "data-v-518f1c34"; /* module identifier */ const __vue_module_identifier__$5Q = undefined; /* functional template */ @@ -21924,7 +21926,7 @@ __vue_render__$5P._withStripped = true; /* style */ const __vue_inject_styles__$5P = undefined; /* scoped */ - const __vue_scope_id__$5P = "data-v-959168fc"; + const __vue_scope_id__$5P = "data-v-25ad467a"; /* module identifier */ const __vue_module_identifier__$5P = undefined; /* functional template */ @@ -23611,6 +23613,8 @@ __vue_component__$5N.install = (Vue, options = {}) => { // // // +// +// // import "../block.scss" var script$5M = { @@ -23668,19 +23672,24 @@ var script$5M = { // console.log('XmlHtml组件(ruleIndex:' + this.ruleIndex + '),watch触发,变量pBlockData:', newValue) this.$nextTick(() => { this.blockData = Object.assign({}, this.blockData, newValue); + if (this.blockData.htmlType === 'code') { + this.addIframe(); + } // ios扫描二维码微信端不支持srcdoc,改为获取dom写入 // 清除计时器 - if (this.timer) { - clearTimeout(this.timer); - this.timer = null; - } - this.timer = setTimeout(() => { - if (this.blockData.htmlType === 'code') { - var iframe = this.$refs.iframe; - iframe.contentWindow.document.write(this.pBlockData.code); // 动态写入返回页面到iframe - iframe.contentWindow.document.close(); - } - }, 500); + // if (this.timer) { + // clearTimeout(this.timer) + // this.timer = null + // } + + // this.timer = setTimeout(() => { + // if (this.blockData.htmlType === 'code') { + // var iframe = this.$refs.iframe + // iframe.contentWindow.document.write(this.pBlockData.code) // 动态写入返回页面到iframe + // iframe.contentWindow.document.close() + + // } + // }, 500) // console.log(this.blockData.code); // iframe.contentWindow.document.write(this.blockData.code) // 动态写入返回页面到iframe @@ -23700,6 +23709,8 @@ var script$5M = { fileBaseUrl: '', showDialog: false, height: '500px', + noshow: false, + retryCount: 10, //属性组件名 propertyComponentsName: 'xml-html-property', src: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAAFoCAYAAAB65WHVAABEGUlEQVR42u2d51YbS9pGv/u/jplxzjkd+zjnHAAFQOQc7AEFOPNVvVW7GpXcBtvYFuLxWvsHJijQvZt+4//9L/5rb/9jzH1pG+Orm8boSn+wtLwihBADxfLKqrG2/sXYaG0b/Ps/CVoIIfpU0Ih5fLVp9IuQc8ZWNoQQYiCpR2ZXPhuIWoIWQoh+FTQhjX4VsxBCDDr1CMJe+/zFkKCFEKJfBd1vyUAhhDisjDs5e5ZWVg0JWggh+lXQelOEEKK/BL24vGJI0EIIIUELIYSQoIUQQoIWQgghQQshhAQthBBCghZCCCFBCyGEBC2EEEKCFkIICVoIIYQELYQQErQELYQQErQQQggJWgghJGghhBAStBBCSNBCCCEkaCGEEBK0EEJI0EIIISRoIYSQoIUQQkjQQgghQUvQQgghQQshhJCghRBCghZCCCFBCyGEBC2EEEKCFkIIIUELIboZy1kNjGeMlZF9v95TCVoIIUFL0EKIwyHmxmpgIjK5ttHFxNpmF3w9jK8EJGoJWgghQUvQQog+F2wWchjfhVysEyWUCXoykn99YyWCsEuQwCVoISRoCVqCFkL8GuoZuZgJKeShh8mMqRImVwMIlp83uhyo52TPoxBIAEHzc6fWM+Lj8jzT4wkJWggJWoKWoIUQ+xK6QGB5aCIXco94CUFkybzxlW4Qb2Up8GmxabyfD7yZ6+bt/KbxPvJhoWnwfSMRfi4hl/zCgbD5/7xcT8eABC2EBC1BS9BCiF1YDSCqxtqGMRWZXg/MRHpEHEMUCK620jSGlwIfFwLv5gOv5lrG89nAk+m28WAq8PdE4K9G4FbkTuTvyL3JAN/3eDrwbCbwxj2G5+NCoLrcNLjgpNexHomvh8/vFuqRoIUQErQELUELcWhCGHlZ3FqgEaGsbWq9m8kI31dbDhBieDffMl7OtY0nM4H7kwGEe2OsY1wZDVwa3TIu1ANna4HT1W7ORM5GztUCFyKXRwNXxwK3Gh3jvpO354W7GHg+uufqqbvX4EHQeegDUddXvo4ELYSQoCVoCVqIgT/RVjeMibVAId8gJkTVcF/j4fsqy4FPS4E3Cy3j+UzgoZOf5+5kADEiyvP1wOlK4Phw4GjkyPB2YCTwn+HAv4e+DV93NHJ8JHAygugvuouA58Z420DYL+daxshy0yCZOb0WyEMeErQELYQELUFL0EIM+vChnoYSL+fVIvkHJPnqyxsGIYtX8y3j8XQAAd8c7xiEKBAwIYhTlW3jeOTYSAAR94g2wucR7rGMI7twdCSCsOPjn3AXBc+pauB8LXDNvQbPIydrD2V7vF95YwuhHSUJdbIJIUFL0BK0EIPSgp03lKRkXyqLCx8TwiDJR9Ls5Vzg4VTLuDXRNq6OdYzz9cDp6rZxshLIQxP/Gf7H4P8RZwpBxO87VQ2Q9CPZd7HeDcnDcxFCF2dq2wY/50QlgKCPjGwZRzNyYV92r8lD6COJejXQI+pD1tAiQQshQUvQErQQgxva6GkwiZDsogWaxpEXMwEaPkiiXXKy8hCyQKjHIgi3LMSAiCmPQ7xXfGmdL7EbD9yeCKSGkwhJR0Ccdyc7xp2JAN/Pz6Ncj+eNiI+NBI5XusmfLxcCHu/TYstorDaNXNQStBBCgpagJWgh9hpS+Fl+eMwnrdg9IYxILJujjG50uWl8WmgZL2cChZCD2BBTLjZCBUVC7x+D0AXJv9O1ACGJa07CnjsTbQPR0tr9er5pvF8IfFrcNIYin0r4sNg0+L537jV5aB2n1ZuW8MvuOXgIiZysBPKk5ZGhwHEv8ZGtJHp+3rB7TA9jTFP53crhWLElQQsJWoKWoCVoIQ5uCINyOG61GV7EMKPxtcDw0qbxysnQQ+jgupOV53wtQJLsBEQxIyoEnTeEIDrK1W40OgbiR8QMRxpaDNSWAz1LYtc29ki+LDaEHkZXApWlAI/70MnVc909N88ZSyxupZAG5Xt548zJkQAhn1ezTYMLXj4siucjQQshQUvQErQELQanUSM1bOx5ielGN3sUyGQJPV+b/fxGRv64ebkc8PW0Yr9xt/2eR9Mtg4YSQg8I+VglQKgilcNFAZ9wkjqxQ1SnK9sGP4efSzneKz9CdL6ZyvWq7rl4igaZ7gtLPr50eo/M9LAZWAtMrwf4PTLu9Lkfbeq45Z6zhyFLJD9P+NI7X5I3HBkKcCFj2NPQQsvg9fB4iFqCFkKClqAlaAlaHPwxmo0SJjJ6l5t2t0JPf87I5RH/f6aE/Ov4OH+cfEB+Drf4CJDVUI+mAgwpQqRFmVzgRAahjKLF+h8DMZ+vBm6MBwgZvPHrqOa9/DaMsdVAz4UqS6rlTOwThfgjnwNTkdpK4LVPUDr+cu+RhxANgv7PcCS2nnNhujm+ZbyabRsp1MGQqfh6BrUVXIIWErQELUFL0OIghyzKQxLdok1kgkhflzHRw/eFOBrfuBgYcRB++voIPz8PiaQB+fFjxoSSbCMJ9/dEx6BVmcYQxEtDBkJG1KciJxPhVh+hXx7tGJTJPZ8NDC21DESEoPILUT6EKS2NjfD73K+yRUIpqfwwjk2d+xIgFIJYSfpxQeN9+89IJCZFT4wELte3jMd+rZaD0MnkjhGtHglaSNAStAQtQUvQoh8GzJcM/4kCK27/u5M1eflT2RJQQgWVpcDwYgARkvSiNZohOu8zWPVUSmyo4PtpuGCsJyc8ZWKV5cDQUuD1XIBk1VW/1mnUJ7q2DcZ7JhFXIyVC5mMaOBgbSoPHUyd/D8+zvhJIIYUoZt53hJxf8HZr5Njvxp/8Qs7g/dn1wIx7jh6+j4UDLBY46QdAVYukKWV4Z6sBltW+syaZZhJyXv6XH28StJCgJWgJWoKWoMXPt0z3HgDdt6jloYuvl6+llURxGFAh3NCii2hoYCDJxXjN5zOBp9MBytQeRBAjjRh3J7rhxL1Twt8TAb7/vv+ZjoeRJzOBZ7PdPJpuG7cbgUvuNttTCDlAiIJb9TSOs9oNYz35OSTLnrrH9ryf3zRqTsY1E3J4f5OIS5aq9murM8cVx8+su5jP7liCy4X4/mTHuFDfNmhkIXl6aiRwa6xtECIh+ShBCwlagpagJWgJWvz6YUPpVnQtwAk0vd5NHqrgVptQwKeFAKEEhgE9mQ48mGobrGq6PRFATCSJaIG+OhogSXYpkg+OP59xrho4WwLlXHz/pR0/+9Jo8bgMGYLLo1sG38/S1RM75Hyisp0G6NPKjJD5+jMRHu+ev1g43sy1jDF38nkQ2PyXwOznAGIm2VkWuui3ZaopiUjII2t4QTyv3EXaw/FAQw9DohA2vxcuoMWy2dAwlC9EkKCFBC1BS9AStAQt9qFMjtbfeEtYVhbHCVVdbhkfFwKv5trGk+nAA3db6rnTCNBQQBINsSaRxhZfxJlEFjlV+Tond4QRTmZy9Bwf2Rtp1VPJ4yCGRGW7i1y4hDLOZaTlrSMBvp7VVSyB5RYfcS1+DsxHEBmNIHlI46CM2UzDpgjZpEUGAYZLPZpsGbR407DCYH9CQ7x/n/wfCUvNVAYpQQsJWoKWoCVoCVrswwqmGJooa2EuhsyEcZEjiwFCFs+chD0k6RjSQwgCASfxZsmxQnR5Y0Z36/PJXdn+Jid2ofd7vv44eSt2IfQAr4uQyrna18lfPx9TTkey8uVcyyCZSiNHz+8tlqvloaeDlgxjHGu+EoxQyMvZpnF1rG0w2B9B8/6yEosyTAlaSNAStAQtQUvQ4ucbS3oaGuKQIMqbKPBHyK+dJDyP3EHvIWRxZWzLIEmGaGll5gQ6PhygNfdUFYKgUggj+ziVoMXkWhJ8xtlfxJk9UhbKyCl7HD5PkpLlrdfHA5QBUtbHSqqRpQChqXwoUZ7ETYOq+jT0kTeWpORnfP40Hv3VaBtcOCm34/dBeSVfz8/Nyz8laCFBS9AStAQtQYvycioOyLIWbMZRjixtGgjgwVTLuNnYMljWmVqYWckUb/mPDQfSMKCYfEtiJplG2VneqLGLwH6U87tw7jex19eVviYmS/n/NJDfJ1wdNOpQhkYoBAEX5ZFxSBJLa+MQqH4TdX01QHlnPi6UpN9dX5rpICmLoBE2jUNv3THsQdB58nFQlslK0BK0BC1BS9AStNjPFtpGJE8CIuza8qbBYPnHM23jhrut9pyvBwhJHK8EUnItDo7Ph/z0hCh2EfB+C/mgwuvnwlckJ2O5YITPX6h3DH5fD520PG/nWkbVycyDkPJQVgp99Imo8saVfFECf0DwhwPJ2FzQt5ycPYwMKBO0QhxCgpagJWgJWoI+jC3ZeSijKL+KyaJIKpfzpUUOhhMxhIcWa0IY+WD5lOzLBJ0n9XLB9kto4aAJOpXhxQteLmh+L4SWuNUnyVgMWWoblJuNrmwYCI9lrv1WlpcWDpQImkYUjiPGj5YJuhhvKkELCVqClqAlaAlagi4Vc1ZmVV1uGq/mW8a9ycCVsbaBEE7sSOh5CGHsNWRRlpyTfPdH2HnrO0LKW9YpN6MM8t5Uy3g9t2lUlwK7luX9odBHLmiEmguaCxJ/QPAHw19+4Jbj7ULTyAWtMjshQUvQErQELUEf5pBGKkeKsHyTA5JVTc/cba6HVuy0zr4aSOVxsaGkp3W5JGSxm5BzwZzO2O3nS/Dfft95/2g5T5ImFBV/vyR7b463DUJblOXlK6ggX431u8aV7iZoFjYgaF43xxXLdGlUkaCFBC1BS9AStAStQfo7ypBYc5SNm/xgC1BbqezqyuiWgXhTA0lMMvWUx5W0MO9VmGVizpOK6efGcaOccBdqAQl6jxfASD58it8vSUXed46HB5NtgzJLRFwm6t8V8vhRQVN2d3+yZZQNS6JRR4IWErQELUFL0BL0QIs5DXvJW3eDoPm6t3NNgxVSrFA64UuydpbLcUsYy7M40b9XiHx9b4NFHPMZH/dkNXDO3WZ7LkUYr8nqKAauS8w/mVyMLeL8flO5ZAxlkVy8WO8YDGN6444dD6vL0vGWlWvm5Xj7Hfr4UUGf9+Gcqr/wtAwWHuQrryRoIUFL0BK0BC1BHwYxk9SY+RxA0LWVpvFqrmWwVJNbXg5cBppzy5vK5LJhPD8qRm6dU0NFGi8aBE2S6kajbZDEoUGGsZo0yqgFfJ9CINnqMC6Ux0YCiJvP0zL+YqZtVJZaRkpCW3NL77Ch/RL0bq3ew4ubRmr1jq+T4xxhU4bHONaJHYnBCQ3sFxK0BC1BS9AS9IAKOl+iyXJQyoQYcsRKJFp7OdGOOjl6CGkQcvhZ0aVb56xRIl8dxdddHe0Y3EI/dCeNMRVA1CxL5QSToPdX2CRdUygqJhER9ZHhAP9/w/0uPM9mWkbFHWueSR8mWN3YIeoQ8uAPid8laJKAvB4EzTjWp+4Y8zAsSoIWErQELUFL0BL0IAq5FslX/tCCy3jIJGZ30nhoPKG86PhwJB6wJ6uBvCHkR8Xcu9IqQPkeJ8gdH8ZoFA0Rr+eaxvPZlsEJdt2vdfJijgLhdUjMvyf0kYc8gAswF05+jyTp0rCl+IfDZGS/kodlw40+LTQNVlqlEQUxdMeqMJbL8vh5C/tBW6YrQUvQErQELUFL0OKrq6lWA7mYJyOV5abxfLZt3HQHoScvoyIpt5uQd2upzkMZ/Nz8cfh6kkuPp9sGq4Y+LgQY+0jjDLfQF2qBPJlFklNy/T0USd64uiyKGoEj6iczbWPYHYsejk+S1nnIY78E3Yi8X2gZhPTyBqib7o+Cm19ZdVW2PFeCFhK0BC1BS9AS9EGEZCAHTgppxLKmylKAW0zK0RAZjQcIE2HvVjaXJ4/yhpM0xjKGTI5GCHHQAENDzOu5lkEyieTMu/mWcd99jYekIaEMnm9Z2Z/4vaGPPGRwPJJCHuMBRD3iJO1BgBy3P9sanp8PCPXVXNu45p6Dh+XDLDEm9PFxYdNA7IRIBi20IUFL0BK0BC1BS9CHU8yENPLB6SQDn882jWtOyh5u5bgFTWLOhw/tdahRWdnccICB/edqHYOkJBeMj07CnrzBhlvR+5Md46J7LM9JWwJQNLAgfIm5vyjGmAaOVbYNks4sAmCMbdEQ0h2i+15RI+LGWoDzgtZzVnhdHN0yWGbMqIAn0y0jlQXukLM11gxYaEOClqAlaAlagpagDxf5LRzUVwO0bt9sBBBoakCxk6ZXzHsNbRDKyJNChDQIPTCWksaSDwtNI72OeCKRxHw12zJuNzoGjSe5mEk+/Wz5n/g9ok7DtvyxN7ydfn+EGgh5JDGSPIxDljje9zpGF9ETOqk4+XseTLcNkshcMG6MbRmUc46tbhh58vJXDXeSoCVoCVpI0BK0BP1L30haWCP5iirKgxgihEg5MWhAIdSx19VQ/Jw8lJEPzSHUcHMs8NyddJ6ak6+HA35m/b8GoRhagjlhexYDRPLxpvu1VHW/kJR3EXW8oB+NcBySvH7p5OjhD4188D/HeU+DVpYsR6iI+tNi02A0ABcIjjMaoz64r/GQHJz+HJCghQQtQUvQErQEfZDFTEssLbLFiqoQOqBMiBOjZ8B+FGw+YL9M0MUg/ZBMSeNHY9kcJxyD2++5x/Z8cBcJDxeSxS8bxux6gPI/xjoyeJ8lpUfcYxwZKYY1/aiYd1tCW7aM9ns5U8LZjMO+rJb3hfK7IyOB07XAX+7Y8bxZaBkk5fhDhKRfPqaUj/OkHucH5ZokqfkDg3JNBvhXfYnn8mZP2V8eYlGSUEjQErQELUFL0AcByo3ScBmGv8Rbtwfu4PIwbIiQAILjVrLsxCkVc+S4DzdUdvy8WN7GcJlHUy1j2D0Xz5x7jp6VL/815t1toofPs1LoQr1jECLh1hdRc+JyIv1o6CKJOP68U9VfDEt0M87UujmsoubCdrzSDSvN7k22Df7wyMvvcmGyrJbzgmFMCJyxutfcserh98QfBoRW8hAi5x0/X4IWErQELUFL0BJ0X6+qSkmPMBg8HzzOrVgKEURRFkOJ4rjQbND+bkOOSpOAnECp4aRtMP6TZB8iXvlvYH49gJhp2WbIUWoFHwmklVo/KLAzNhq1eN0nEltdkCQqC1H8aKijWHrbTc/jR/LHPyyCzpPOlH3yhwDLfx/PtIzqctMoQg/hPBhfhe4QIIP1GW9KAwpC5nmRTGco1+SO0jxbbhvF/KMt5xK0BC1BS9AStAQtQf9OQReNKBtd1JYDDBS/PtY2cqEiijypVnai9Ay5iSEHWrVJAt6dbBmM/6TRhCQgcIC/dwe9h/ImHjddSKL4eb57FXN6XTH0wfOnbOpERvF+dAxCK1zYrmVc/U448S/VA2mBQFZmRugjFzj/n4t6UMv38j8MisH/MSkchxgxhpbGK0SZD/rnOKTBhfMnT55fdr8jz9XxwBMn/yc7LgCpxTyGVA5NEYIELUFL0BK0BC1BD8YQpJicoCyNwvl3c5vG342WgXCKW8QAJ3Y+DjQ/MRBXkQSMK4tSq3YQz4PJtpEnbZacjI3/BhDz27mmcbvRNs5WO0Ya2B8vBGWt5ruGMiK9wguhDX4urx/xckt7z11kPISInmY8/l6mAo8mA/fdY9y3Rbcd49Z4gHGpebKMC2ES9ndesA66oIv3Ibb0xwsrX0fScGixZVD+xiq3YvB/gJDHK3cMem6Ntw0uyPzBwB8anHf5kCYJWkjQErQELUFL0H0tZsYkZq2qtLjS2MHQIUIOCBnh5aGNnoHqtW0jbzwBbrFvjLWNZ04+HsZB0jCw7KTsWYhwQryZbxm3nJQ9Z/xte2XHYoDI9zaepKRSJE++8boJXZDE5MR+7m5jPbTCf1rYNHhff5aRxW6G3UXM89G9F543swEuAH+bvNspRJIPnyr7fQ5qEjFPGqbXH+F9YmVbfblpIGqOy5nPAZLWjLXlAn3dHRMekoYkEVOIJFttJUELCVqClqAlaAn6QAxBWusGcb9xt2mem42OwYHLEKTdxFw0BnQ3nDBu8WI9cHuiY5CETOVz64GV/wZIBo4uB164r/Wk5xefDy3hhDbylVq7Nc4UreaBXGC0UHMCPnAXLw9jIz86WXqqS4HdhuokVn+MyUhPg8NyAIETKnrmpO35211EPJfda/DkouKCNKjleKWht/iHA8fBnYmO8d5dZD28zzRGkUwfWmwaD6baBklBQhvv3LHxbkdjCr93Ph70sjoJWoKWoCVoCVqCHpBW7nzVz1rTGFoKENq4MNoxUlhiOMCtf+lwGlqpI3zM6p97Ux3jvbsd93CApsaTjcDCl02DAxmRE1I4U+kYiHm3sr9dy/9iiCQXM8mzm05mHsaV8n4h4LzBZ3IVokjXSvhRQWeNDjwOF9xikA/jKzeMD17ajkfuNTyysathRVneEo2o0wCmAQl99LaChzI7/qAgachqKkJFdXfR88y693R2x/v6bqFlcOHjD4fH022j4uTt2a8ltRK0BC1BS9AStAQtQf/R5a/rAZZcvnS3vx4K9tOtbxyGRGNGfqDnjSdJlDE0QsE+t4AMKkcohDBo2SYZyPN6MdcySLqklt2YDOQCsNckV08yM3v+wNf95U42D+8Pre9c4LjlBRobJlYDCHxsnxnPKC4UcalvHAA/m0HDxYgPg/jklk8o2u+9beRJRH7v+fjYwRlLGlv2I4ia10v55qeFpsFxy3n1arZp3J3sGPfcMe55PdcyxlabBufbYUsKStAStAQtQUvQEvTBFjPDkLj15UD5uNgy7k8Fztc6RrE0NRy4+YlZJmaSc9dG2wZlRkPuttrD8yCkQRkdH/O8GdvILSOPl6+++lFxcOuel9GdrQc4MUkCcsFAgLPrgWm/rmitGJrD6xtLBKGW/o5Wf44ycfN80ljM2Ggx8zmAMFiempKvcdA87w8XaG79B03QeVnlcS/pHaLmDwwu0CSzWT7M/z+aaRvP3THr+bQYyC+cErQELUFL0BK0BC1BH4w3JA4YX93oIg0Yz0IbeZlZWqlUNuwo0tN4MtM0RpYDJM8QMaENQgO5mG85Kd/ag5h/tFEhf538PG71eV94XjQmAEmifCVSvw3F6imvjGIuLjABxEOjzXXfbGED57sbjfZ7mW6/NbDkoQ7+n9AFSUEWWLx1x6qHxqmPi02DoUgImQYVfg8StAQtQUvQErQELUH3M2mcKLfiMXlFyIHkHSusegbwZ8tIe8RMGVqjbeS3gohszkl57nMhaIYz8TxJqhRiDskbnk8S6U8Kgu/nBOR1XhnbMhgLSRKNhoSUZEPMWegiH+Pab2Nl8wt2al12x4SH18nrfjTdNrjF531iyNDpSmDQRJ03WnGBuj7eMSifYzksoQySx2kRBiGnlW4Oa3mdBC1BS9AStAQtQR/MJbAImuQVLd29YzqDECmvIsRAMo0QQxJzTCo99wkSR22paVCGNvs5gKApQxtbCbyebxoU+p+tbRv5cKUfDWnkpNb12ILO/1Mm9d7dnnoYu5ovzy0LIRw4YpKR18UFkzJMFiDcdb8TT7EAYbuLQRtTWrS+dy9iYGhYMT40hDT4QyRvPErllSvdKOQqQUvQErQELUFL0P1cVpeWW9IKHAeNU1ZFCyvjFfNWX8rsIJXRkUxrdAxWBFWdlD0kneY/B+YiNE5wq0erNwc8S2KLZGC8UPzkGExCM/mSWm7ZGX70YrZl1H0CtWt5bggF8H72Wyhj30Jg693UVwPFyrOQNEzHST6UKq4EO+iC5oLDaqwTEf6fZDrJbI6D1GIfG1lyQatZToKWoCVoCVqClqAPoqBTY8pCgFVJDJ5PyzTjSqsjwwGGESUxxzK6FNJYbhp5SCMRy7l4Ph+clD0PJjsGq6I44fMLwU+fcCVLVM/VA4RWUgs6jR2RQW8syMeiUobHLfunxQALCfJlvLyvXAgHpdyOPww4L/iY1WyMb60tbRr58KrDOk5UgpagJWgJWoKWoA/4CReTXLT88vm38wGGAHHrRlnR0ZHAkeEAQuMWl0aGylLT4NaOQfs0nlCWxucZbP5wqmNccnL05CGUNOayZCHAjyZ9WJbKxyz1pKwuDUGKoRhao/u1EaWsnK6MvZYD5uNM+TrGrF5zF2fP6UrH4Pc1cKGOLDkOlKMylpdyVS5o+R9Eu7b6S9AStAQtQUvQErQE3UcrrbhVR9AkB5/PNg2SgyQF/+Nk7EHQlNldHWsbiJlkYBoaFJlbhyBoHn/Y3f55isaHMAidJB3lbvmtctlqqu8uq+NWNQqan3d7om28W2ganFBzvv38y0Zq6U4rpbKxnj/K944R3S/Kfn5eBsbrzVvaPyy0DEIdhMby0NHAhDri6+D18YcE/8/xQ7kq51++2uywt3ZL0BK0BC1BS9AS9AErm4q36gia4S4sO+UEQ8z/ilCYf91J2cM6eQQ/tRpg/TxJQASdWobjmvlUzuek7GEYTVomG+HW+Hzt6/xssocTjdDKI/ceeCruOXpoSElDnGJ5IK93soQpX5K3k7VvM7kLU9/L+t6YzCl5fH5/LE7ggpUWKMy2DcoTk8Cy5boHvmklHo9pNEBMYnOh5/x4Pt00CJGRZE3lmSzzFRK0BC1BS9AStATdx2MlOdEQDrdYb+dbBslBTqx/DW0bJAUvu5Pusi1HDeNCERi3bjSiIOiZtQD/z3JNGj8YMkPIJIk5hjhIxuxXSKNM0JxoXCi4cFTda/PQCk9yMy3VXQmUhSwYPrVX8rGvPytohLobPdIuETwD/RE0TK41DRqMbk90jHz8LB8PynLZYhlyHNoVuVTrGCQLhxc3Dd5H3neOk0FpbJKgJWgJWoKWoCXowRI0SR5OPAQ6utI0aCy5MrplIGRCHOfrHeORk5aHsZMccAzTQWTpxI+Ph5hfOyl7bjkpe07Xto2jwwHK+fIhO/staH4+guZE4/U/mGwbb/ywdVtRFBoySGoOLTSNjyV8Smx2s9jNUMZwBqEgqO6VeEtdK6Gek5fYLX+dnuXCqdW9adBo9LeTs4f3O5XbxdVRg7Iaq2f1V4TP351oG+/nNw0uxBK0BC1BS9AStAQtQR+k1VZTa92w3JIGkXPVbQNB07jBWEkaSkguEirJhQyUb72dbxq3x9sGSRaEXIwNDfyult0zGSQJb451DF43iwseRh5kPCzhUc7012HQ+5OMZzPf5vlM8+vMdvMi42UGCxF2g1AY40Y/RN7PBwhd3W50DESVLoTxfR6UQf5FuV0I0ZFE5/N3Gm2DcjvG6B6WUQEStAQtQUvQErQEPRjldZT58DEnFiGHvLGAVVUINhdzSkZFCHmQfGTA/b3JloGYjzn5H9sR0ijEDL9H0LkoEMqFeuDi6Ne5tAuXyxjr5koJV0u41kNnT1zPuJHBYgVgtVgO4mUMbM5fjQCNTgy7SmvRSt73gy5oVnzlyW2WDHNhrC9vGCSBafzR0CQJWoKWoCVoCVqC7sfW7jypw+c5cK7UOwYH1tXRjvHC3ZZ5SGL0hjTCz6OMrmjhbhoP3W2655L7WR5CGQiaC0IuyH4ZhpMuWLGBBk5lnNwrlb3BLXPZ/+83p3cMNDKq3fB+5KLNQxbnd+HcgJHeB4YnRXjfOI+eTLcMylLT0KmIhiZJ0BK0BC1BS9ASdD+GNvIhLZTJUTZ3qd7pggJ7WrjzBpcU0siSjoiclT/cYqcW7krgVzei7NdyUEI9eRnVfnH8Ozn2i6BVOVHZhezrWf2EoBD3YRP0qQz+MGGEwpAv0VzqPS+1AkuClqAlaAlagpag+wmSegiWA+D9Qsu4PxW4Nt42/p4IUEbFMCBCGEVIo7shhfIhyrDuTHSMM7VtAzFzIvd7kig/8X4Vp38Tp3bhZ78//zmDkgT87gt7hAvV+XqAck1Wp6Wxv3FZcxo/esiHJ0nQErQELUFL0BJ0fwqalt23Ts4eGiUYtE5jAy3DtISnJGBMaiBmxlPSukyDRlpZFQv3UzldPIDPie9qKf7V/KoL3GEXNO8DZYiUnZIUlKAlaAlagpagJWgJup+ThFBdbhqEOF7NBdJQoDjUh+/Py+jypGDNvZmep7MtgwYFbnlZBUS5Wj4ESYiBFHS24osxvm/cOefJx//C+GpAgpagJWghJGgJ+k+SL/2sOTl7hhdbxtBSoLLUNOpLm0YRIgkQ6qBVfHQ18GY+cNPdvnlIfh0bCeTLXg/rra84pIKOxzst9PxBxNhXCVqClqCFkKAl6IMwuB/S4HYG+tNuiszjx7mg+fjjYtO4N9U2WDJLSIMGBiUFxWEUNOWklB2y2u35bMugAYwkPkPHJGgJWoIWQoKWoPtRzGWhD5KIFNCPrwVoRaUciFVKDJRnjCZlRXlSUCENcZjL7NLwsZg8fzLTMlidJkFL0BK0EBK0BH2Qk4dJ1GsBhDy13jRICr6eaxokPRi3ydAdxlVKzOIwQhlpWpIbYZzvo6mWQWMXS2QlaAlaghZCgpagD3ZreEwKfg401poGQ14Y+kKL8HG/tmq4GIeZD27XSSsk6K3/XXZyvrxjjK8ELUFL0EJI0BL0gQ51xHI6koOptXs9QGv4k5m2wQDykyNbBoLOk4IStJCgi2Q5izAeTLaMjwubBkJG0I3VgAQtQUvQQkjQEvRBWirLUCTK7BjA/1ejbXDLlrdyp6WiSg4KCbpH0BednD33nZw9H5ycP0jQErQELYQELUEf0DI71r8T0qAxZWixaTyYahsM4M+XmJ7xcq4MzvLPRPXrnBPiG/CHCiFAuFDrGPecnD3vFzYNCVqClqAlaCFBS9AHUdBpKWwUNC3hz2daxvXRjnHar6uqFGI+VQkkcQ2IoLlFTQtTK9386iWy4mDDoorjI92cc3L2/O3k7Hnn5OxByCxhlqAlaAlaghYStATdj8OS0hhRQhsxKZjGiC40jbsTbQOBsfz1ZORMNZBu7wZE0GlVV+XrnBTiGxyPHBnu5nS1Y9yeaBkStAQtQUvQQoKWoA+CoNMS2TgMaWp9o4vq0qbxdLplXBndMk6MbAeioAd96Wse6uhBt/FiLyGOSjfn6x3j7mTLIEkoQUvQErQELSRoCbofqUUYF0o5z8x6oLEWeDvfNG5PdIxi+WsYI4qgD7yAq9sGIRqSnLSw3xgP/DURuDPR7uKvRkeIUm5GWHEFtxtt4+lMy/i02DRoFKO8lY8laAlagpaghQQtQfdTSze3UsDy2EfTLYMVViTFuEXj1u2ghy4oFyySneFCdG2sYzyabhtvFloGy3HfLwRez7eE2JVXc928iXxwx5CnshzIh5XxsQQtQUvQErSQoCXovhqGtL5h0GL6br5p3BpvGzRo5GIelIYUGmzyVvVb7rbU88qfXA4aeWZ8OMgxGdFSB/FDLAfqK01jFFY3v44ELUFL0BK0kKAl6D9IKquLkIwYXmoaT6ZbBgPFT4xsGRTeD1pZXa+gAwiaW1QaeRY+bxhzEd6/CSG+wWQG/69QhgQtQUvQQoKWoA8CHCAMQ+LW/fV82+gtq+sexD8oq6tSK3cUNA04lNtdH+sYz2dbBu/TvJPy/A5Bc6GThLpp5KwebsreHwlagpagJWgJWoKWoA/EONEstDGyFHg43TYujW0ZNKIgrtPVwKC1cPO6TkX4mPLCB9MtgxAQw6Rm1gOEPsZFF2Oii9L3Z6UbSVmClqAlaAlagpag+0nM3GrlLaSU1bEEliQggiYEkMaJDtowpNjqfboWQNTn6lvG7Ym28W6hafC+caHjfT2sJ1g+vjYv50y3+KKLw37cSNAStAQtQUvQEvTBEjNJClpLGdbCcKAU2mCcaEwWEhIY1LGiXJhOVgM06JAsfDHbMhDR5I5mFc+4HUwSdCrnjGMy82FcIsD7wnlaL0GClqAlaAlagpagJeg/IWjEPLUeGF8LfFhsGncn2wat2zRsnKwGEPOglNftVdAnRwKX6oHH0y1jZHnTmHAnl4dWeS58h/2WlQsVgm6sROLH4xmNQ0J6zWuBsdXAXi94ErQELUFL0BK0BC1B/xZBxzIebsEZJ1r3A1ocL+daBgPpGbfJQP58nOigCxoQ9HHf/u04Xwv87S5iHsaMcsJxyzoZyW9ZB/0E4vXmZWTV5QBLh9/MB15nvB1QSL7nr5uPGVtbXQowLCkvz9OwJAlagpagJWgJWoL+k4LmlnzIHRSeh1Mtg6FICLpoTAlJssMmaC5MJElpXCFZ+GymZbDYYObzhlGMbQ2CGnRBE8qgbIyyQ4Ty1l38PfcmO8aNRuDaeIA/DBhKdXtAKFt5xeu+1WgbhMw+LQbypH4qw9PAfglagpagJWgJWoL+A7eciJlf9Ju5pnF7vGWcq3YMhJSvfjpsguZ1n9zxXnjO17eMexNtgyWfiDkJOiZhBz2kgUAInfGHQGVp03g41TYuuvf0Yq1YmcbYWv4AOFsbTDiOeJ28fo6jO5Nt48PipsEFb2o1kI8QkKAlaAlagpagJWgJ+reImZbSONYwb0y5NtoxGCNaduLkw4UGXdD5ECUETQt43rjChY/xrZQ1IrBBFzMrwDiRSIJdd7fzHso2//UpcGQoQDI6b4w66JBc5vXxev8TQdwknT85OXt4XxE0H0vQErQELUFL0BK0BP0rW23zpODUeoBf8MfFlnHPHRSe8+4g8ZAUREDpNi02rpwpYdCFzevjwsX7dM6HffwJ1ugY7xdaxvhq00iijpS18h6U4ypv3SaUk1Z+rQY+LTSNB+7Y8nArf3R420BQiOskVAYLBH10JHBkOMD7cNG9Jx6S9JXlTSNfiZXGkh76xicJWoKWoCVoCVqC/pUnUhqDGcXMicTXvZ5rGZT9cAvPLWheVoeIDqugoUjydCdRL41uGY+m2sbQUtOg3CwN9D/gLeDp1jsO95n9HKBBh0aLJ9Nt4+pox8hXiaXkc2yp5w+AQSMdL3HZ8vEI5w3n38vZlsH7zCiGdLxoBZYELUFL0BK0BC1B/0ZB52VflD2RHLzipOJJt2SZoM/Xvg2D7PNQwKAKO08acgtL6AMhPXUnm6e60jQQ9GxktwH/+x0C2evPy1cyIYiUBIwino0U5XRN45mTsuf62JaBiPJGn7O1QM/xdMDJXw+ipqwOUV+oB+5Ptg1CQmVDtw57i7cELUFL0BK0BC1B/2LiL5Jyurzci4aK+1MdgyRFntTIBU2DAUK/NtYxrkTO1QN832EJfSDmY8MByhRpZX451zRGVwOIeu5zgDKqsiTQfoVCxnYjijm1Fcfjh1tthIygJ1YDQwuBp9Mt44aT8g0Tc1iJloeC8uNh0ARd1uhUXMgDV9y54uF9Y1lzHpLk96FxoxK0BC1BS9AStAT9O4YipVvTKGhaR986WXgY3lKIJg5HSsthg2j4/NXRAN9HeR5LVC+623rPyR1NLp5BF3RZEuhsrWOwfPfVfMuoLjcNQhzTkamMfIUWt7758Jx8rGfPUtZ4HOQ/Ly/jSosc0uN3w8+tLgUYo/lgsmXQ6EQyORczoY1zhyCRvDMUloZtMXSsErg53jFI1jP2l+RrWp12SIZtSdAStAQtQUvQEnR/LYUFTqxn7nbKc3WsY3ALhpDzVlUONA4oxiK+dpL3PJ0J0PKciz4fsjSoJ2IxVCk2skTS+xfLqUgeEmri98fviRAIoYTpzwFufXOBTqx30yNc/72fN3qSxT0/J1LcUjeNkaXAG3dx8TyaDtwcbxsX3GvznK4EWA2GmAY9abzb8cB5dWokwPuVkoPxOOgZyVCSPJagJWgJWoKWoCVoCfpXCJpfcH7iDS8FHrqDwnOx3jG4RS+GJHUnCzngCG28clL2VJY2DFY+/T3RMUgO5eV6h+UE7RF1NXC2HrjmpOZ5MNUyuNANLQS41S2SdqGlmhDHxM7wxY5kXmI15+vLSrllpgxweCnASipuvZ9MB2432sblsS2DBpMTlW44jgb9wrzn0EZ8X7iAXRsNPJ9pG7XlppGLmZCkpCxBS9AStAQtQUvQv2PlUJ4M4kR/t9AyEGm+FDVf7XRsOECh/Z2JtvHBnbweyqzqKwFWP9HyXDaQ/dDd4vK+RngfLriLo4dQwf2pAO/jm7nAh/mmwWoyyrEqJXAhHloIfIxwISVJTGsxong0Hbg7GeB5XXbP0cNxcNKPXPXlc/H15L/fwybmvDywSBpvd3G+1jH+dueQh98HF858mJlkLEFL0BK0BC1BS9B/UtDcyr6cbxm3nJxvTRTJwb0K+q47qDyIgsYFDizEzRLM0/5grW2lUEeedDwsK7PKbnkRG78HGoZoACKkxPv+YCpAyIFk77PZbvj8o6kAZXCIgVAFSV9asq9EaEE+Uwmk5DGyoQyTJGDksIUyygTN+8X5w/t21b3XHi7ARbllKKvjPNJQJAlagpagJWgJWoL+E4LOC9259eXERQA9SYx4a1YMpI9DXaod4+FEyxhZ3DQY0D7/JVD3pVmOJ+522YNwEDQcNkHnycPepGyAMiySSYX4OgZJXVrtr8N4N4iWUBPCPVfbNs5WA+n5xMfjeDhVKSOMC2WRw2FNApZeiAkBZa3/JM1ZafVhoWWkUQxpyW5I6qusToKWoCVoCVqClqD/hKD5hZPEYwnlfXeb67nkTnJP3lDBCZqEEcmHulSXN40ZP6TdsfAlkIc6uEVPZXexbE+3xvnY0vzCGG6J00WtshWILeT57+d0tZv8wnti5B+DW25WTBUXzfBzuSDnZXKH/fe0599jvNDlY0UpS3w+1zZoAGIIVd5KL0FL0BK0BC1BS9AS9J9YRcRwJD6mnIcyuWKYTQABnKp2Q5LoxmjHeDnTMmpOzrXlYqjO7I7h7R4aLZ7NtI2r7uD05KETbukPa8gjvzUuQh8hlFAsHu2+kOZJxh5I/Kb/+/ZS0yR6oLFIYt7TQP60kGCkGz5/d6JjfFxsGjSOzXwOSMwStAQtQUvQErQE/SehVRRBMyD+9XzLoKyqZwVPfsLHE5wD7HajY7x1P8ND2R6PV4g6MLka+LjYMigPozGDW2qSKPliAEng66vDEvH3t9vy3r2i9/rnyuoYDpUfzwzHejXXNkZXmgbnJ+eNxCxBS9AStAQtQUvQf1TQaTB7HC+63DKez7YNBu4TusiTUkArL0JlMD+3aPlgeD7mcRlAz4H3fr5pIHpEQtKKx6P8ixCMRPDtC9b3Crd06a/4qZBUvqiB8kbKTfMFDbstCxYStAQtQUvQErQE/ScETehhaKllMATnsjtoPKkxgUYJL+WvCJoVVgzxYXB7T1lQRlrlFG/lSBo+n2kZ18a2DJJhaZlmfB55ckoiEf244ow/cEiyM3719mTHeO/+mPHkixhoUJGYJWgJWggJWoLuB3Jx0lLKah1afvMGB0SJoGnlvTzaNhi6U1lqGgiYC0JPuV88AGfWNgxazxmTyQWDW0EaJo5G8mW1ujUX/ZS0Ta3cIwHKUhmh8GKuZZBML4aKhcYUjROVoCVoISRoCbqfSGU7PQP6w5jJNPYyF3QUMo0L/P/V0bbx1MnZU3Vyrn5D0ByQPD7DmlhSiri5cJB8ZJA5SZbjwwEaWUgaStDij46LjecNIY28lZtluiPLm0Z+/KfzZTUi2UrQErQQErQE3Q+CjrdQHABv5lvGX422kS8zzQXNIHa+7sZY23juDjpPzcm5tgdB8/gsJyXEQdJwbLVpvHPPzcMFhLGaR4e2DAr/uYVU0lD8yUULHI9pDG8sQ70/Gfi02DQYUsZxz7LfNIhfgpagJWghJGgJuq+ShHHFVSxrezXXMmg5zUWcRlTGsjvEzYHJ6iqWi7IenlZuyvnKng/CLhYJdJffkSx56xeZLvhGlpZxutIxjriTwUMyJg3xUYuy+J1ijscfgubrWK77caFlpCFI6xsGgqacLv0BIyRoCVoICVqC7kNBMw4Usd5wcr7xHYLmACQ0gujrTs71HxB0Pg6VUAyF+9z6vZ5vGmnQfyz8TycIZU3ZQHmFPsS+ltHFYWE9Yq52jNvjgTfuWPXwhwZ/eKSk+GqgvuNckKAlaAlaCAlagu5XQbOSitbq6+5g8uTldD1LQyOUvRFyeD3XNEbdz/TsVdB7HYs6/TmQJzdvT7SNs+65eI6NQDhxUkgmtoZL0OKHlvlGCGmkcbiRs9WOccf9seJ54/5Y8bAkeepzJP7hQTmpZCpBS9AStJCgJeiDMSwplPNUnEQrtnKqZdCCupugEd75ese4M9Ey9lvQZSGPogwv8NbdPnruOkl7LtQD+ZAaWsVPVwJlLeKSkVZU7TwO0qqquLACISNovg4xv3PngIcy0bT0NTK+FpBEJWgJWoIWErQEfRAFzVCip07OnqtOzle/Ieg0djQX9GTLIHmXQinxgCwblrRXKD9Kok5leCHJwuc/LDQNxp5eHu0Yp6qBo8PbRhJ1NaDkofiaoAmJpdbtKGREfaHWMWigYtUbxyMLKThe0/AjNaBI0BK0BC0kaAn6QAs6DNZn5U6/CrqsDA9BT68F+H9aaR9Pt4zr422DckEEzQIAxqiqweVwizmtqIohMMpMETPH/yV3zF+y1u0wnve9+6PAQ0hjxkboFoLmuJQ0JWgJWoIWErQYhJVXI0st48lMx7g6tmXsJui8zO5Oo2WkJOEvFnQe8khLaGPykKRkZSnwwj0nD63snJiImqW0LCJA1Ap9HBIxpzGhcbUax0WkGLTfNh5PBfhDoKcBJROzVlZJ0BK0BC0kaCFB76FRZZ8FvesvIp4gaelmhOQMw5tezQX+drelnkv1LSM/Mbmlzcet5qEPlecdrHI5fn/peI6Q9Ct+/wG+ngYukulDTsoejmvEzPGmkIYELUFL0EKCFoMs6MpSy0DQ18a2jL02qnDg/+y40V8l6nTiRLjV/LQUeDLTMm66k89ThD4CeVke7wsnrgR9QMrlEHMkX+aaBuxHUV8a7RiMCWWkQH2lafQcX3kZneQoQUvQErSQoMUhEPQzJ+dnPyBoDvyb423juZPz8x2CnvJNJb9R0Lmo81vQNCA9Qqv7y7mW8fdEx0ihj/g+UI5H2RWvn1vkMxkpFBKX2Eqav3cMaDpe06q2QGr9p+EkQnkdZaYPp9sG5XMcT4y9JYTGHyAsmpAUJWgJWoIWErQ4HAP7g0hfzLSN6+7gvD72jYH9kTx5dm20bTyZbhlV9zM9aWnsbxZ0Xo6HqBEzokbcfP1HdzJ6HruT00NZHks/SY4egx2lWMdGesv01PDym1dPZS3ZaRxotsQVgV8Z7Rh3JtrGC3eR9gwvNQ2GGk1nSMwStAQtQQsJWhxGQbOkkgaQVzMt48Z4xygTNAd2fot/xcnZ82iqZXCAI8ZfXWa3Z2HH8aRFqzihjwAnHi3wr+daxv3pwLXxtnGu1jGKW+bu8qwU+ohJqR8VTs6girWH6tc5XUIewkDEJyOnKh3jYj1AUpskMaEMzoc01jYuiCApqMYTCVqClqAlaAlaHGpBx1t9PkZELGFlDGeZoPOhSYQA7k62jI+LTYMDmhBHv9wS9oQ+GF8a4f85YT85WXtYDcZ4SZJKF+pbRi6SnqThHoWVCyhfejswK6RKVqnlx1cSLyBgPheXtxbvU7iAUi5HEvvBVNPgeOdCTBKQP1w4HhCzyuckaAlagpagJWghQRdC4pb//ULLQDycQHkysEzQ3MrfbLQN1synpGTWsNJvBzwXjjR8Kbaos+RzYj1QXw6wGODFbMt4ONU2eP8IFZGEQuB7LQs7WUKZuPfK2V/E9z6P/HVyPPWIl1BaBJHzc87XA5cjvO/8HiiXo8V/aHHT4LhHyIytnVwNcDwolCFBS9AStAQtQQsJemeZXbx1iwwttYwHU23jojvYL9aL5Et+YhRLNGncCLBi6tl006gubRqU9XFCNCJl40T/eOgjXkiSqFn6yQkcYXVRbTkwvBh4426fPQ+mAizjRcyEkCAXUX7rngsrX4JLI01vQ82fIX8+eRKVUEWPgLMxr1zYrkRuuPfQQyju3mTboCyShiOSfsPu2PPUVzaMhk/07QhpcTxyfKbfq+QmQUvQErQELUELCbq01Ruqyy3jyWzbuDK2ZaQypngC5bfKnJA0anBi3Z9sGR8XNg3ERoMIJ0S/CToXdV6Wl7+O+f8GFr8E5tYDNAC9nA0Q+uF96125Fd7fcxHKwS6PBfg4X2J6YoeMv8afEnT+PHid+egAhhlxYedCRhlcClXEENKz2ZZBko9QE8k+jqPG6oYxtd4Nf5hwAU5lc6CQhgQtQUvQErQELSToUvIDmGWXjFWkxbkQcfetaDHwPDS0HKsE+DxLWhEUj5uGFcVbS06IPy3o+i4UK41CMmnhS2B5I4CgEcDHhZZB484VJx0PgvrPcABxXfC3846/3HvmeTTdMmik4GOERdkYQuOCemU0cClyOcLHhK6+lwsZ+efzx+P1Xs0oQhRt4/5UgNdJ0vXtfNMgVMGAfIZbkazNx8umcsn1jS44zglxIGRJTIKWoCVoCVqCFhL094/jRJiEOhgWdNdJwMMJmSep8mRh/nkaVwh1fFrcNIoTKNDvrbM9q7Q+bxizEU58hkO9ng8w6J0yOy5kR0fgH4P3j6QXFzSSWwiJj997ac0Xq7uez7YNFi48ng48jDyYCtyP3JsM3I0wXnU37mTw//w8fv6D6cDjmbbxNMLzfBlBwDQ0JfGmC2JI1vGHxESE0NhEZHJHM8lklG9jR+iO4ys1SMWkruQlQUvQErQELUELCfrHxZPfAlIW99TdTnu4NU1jHCN5sjAfQ4qQuAV/NtMySJ4h6Fn3mLM7bkV/97LNNNifsjrIbpnzYTmU1XEL/mi6bdxoBGhAQcj/Gf7H4OMztcCtRsdAzNXlTSOVgVHeR1lk1ipfW2oaJMkol/wU+bDQzbv5wNvv5E0G/8/Po9Hp41JgyJ5L8bx4nvXlABfkfLFCGlKUhSjScRpDYwi6sUPKXaGLSB6qkrQkaAlagpagJWghQf98a3PeQMILeudunz0MMmd1E4JG2KndNwqpGGoTyqvOVgOIiAaO0ZWmMftlIxBDBkXDwLdbwcd2Ybfv4/Uj5qm1bhiaxImPWBAdFxzen4s+ATdaNJawbPbfQwE+5v36a6JjvHJS9tS8bHc0EDH+NL9A5M+T94vyv3RLX8LYyo+x2/ufP05ZaCI1hmSt/xMrgcbqt0HAeSt22fOUmCVoCVqClqAlaCFB/7pyu8m1bgh10ELLMBpadBE1LeC9a+27GxdINpI84xaZE6v3VjYKKD+RswaDfJzpbuRJpbSSK4JgCMV8Wgy8mm0ZD9xz91wf2zKKUEbgX0OBf3s5DxcNPDRk3Gm0jddOyh7KxXrF2x1SyUMBxfPf6CJ/fT2s/hhTGT1f0/NY3ULOW6r5vp4knhAStAQtQUvQQoLue/LhQNN+9OJacWv6br5p3Ha38R6SgwiJpZz5QPk0TCnCrT+iJjRAcmxkadMoBqd3J8kS+W0+LbyRqa+EAXb+nLT0M8Lrryw1jfc+4eV4MRNgGM/18Y6BaLnwHBkO/NtL2cQc4AJG4wZDqCiTG1veMNJFiZBKJuTdQgnfS+MH2e0C+d3PZY8hCiEkaAlagpaghQTdf/S0MkdBc0taW9o0aMG96mTjYbA6guJjkmBJ1IQ8GMweQXS0/j6aahuv55oGg9UrKwGeZz68qLGjmaGxutEjtvx1ErqhceaNeyzP0+m2QeMFz4sLCklPyuX+NQTbBhcsXu/1Rsd4Mh0gVJK/zwga8UlUQkjQErQELYQEfeBCHTEJlZanRnGMOLl4uFW/UOsYR4e3ArEB41QlgKARcSrDSwPo49jJyEX3OQ8riwgtPJltGYj7/WKARojhDERIAwmNFa/mArQe358MMBSKcZc8X5KfDDM6MhL413AkiTlwvt4xGAL00j1Xz8hygKRYUT4XFxf0eau7EBK0BC1BS9BCSNClxNZYQgi5qBsrAcR3d6JlnK91DAbQHxsO0LCShzyKBQBB5CdGAnx/CoHEZaC0ipOkvDcVoLX6yUyA4TwPpgOU8zHc59Z4gBBNGgLl103tGGLEGNAcPk/yjwsOz4/VVgwBIqRCcnI2wsesGlNDhRAStAQtQQshQR/0F5QnDdMQmwi34pSjIcILtW0jiXpkyyB52LsyK7SAn64E+DoaYRD4mWoAwV8c7RisgmKYEwPiCVWwIup8bds4F2FJK0m/XMz/Hv7H4GOSoDx/yub+9qM6HS9m2wbjQHl/8rGqadjRLklMnVRCSNAStAQthAR9UAVdNrA+iTquyELUlKddqgcIcdDIkouaUEexOiuAoPPQB6TPp6/r5ngGIZdiUH43fJ6WbB6X58UFgaWvj6dbBg0n9ZVAPmQpb9WWiIWQoCVoCVoIMeiCzkVC8jBvoUbgLElFYDfG2wbJOARcjCMNFGuyQtkdZW0Iczdy4R4Z/jqM+0xijhBKOe8Tk45rTsYeWtFZZvpmvmmwmokxpJTLIWaGCZWJWYIWQoKWoCVoISToQRP07uNJA3nIg/9nxRGt4SwnvTa+ZeSNIDSukLQr42QJu319Goealftx4bg2FrjT6BiPJ9sG41BpgOECxVCm6c8Bxmeq4UQICVqClqCFEBL0t1vCexpasnIykmcfF1sG5Wi0WN8YC1waDZyrdSJBoGfLqGbE/8/Fe2U0cNM9hoeQBY//eCrAhYTlpyOLm0bR+h6WkxbjTrsHzzOkSSeDEBK0BC1BCyEk6L0lEfOB/z0NGhGWxH5cDDCo/+FU4M5Ey7jdaBu3IpS33YDxbvg8reA0zjC+9PlM02Cs6MeFAMOfRpc3jaKc8OurmtJKrJXuQfM6CYSQoCVoCVoIIUH/WBke4kqijiGBYrxmd1lebTnAYH4aPxg29Hq+ZTAm9AXMdsPnSep9cPL1DC8GKkubBs+XoU89FxTK5LIQBiEOQjo66IWQoCVoCVoIIUH/miQiwkaIqSwvNnIkEa4GJjLyoUL15a+Tl//x/fzcybWc8Dwm1iNr3WiZqRAStAQtQQshJOh+eaOyEEhqke5engokF1N5WxR73iAztd5NvvS2pyxubbMLiVgICVpvlAQthJCg+7zBhRDIajeEKMr+H7EjVkISZd9XxliOxCyEBC1BS9BCCAn6ULSYq+xNCCFBS9BCCAlaCCGEBC2EEBK0EEIICVoIIYQELYQQErQQQggJWgghJGghhBAStBBCSNAStBBCSNBCCCEkaCGEkKCFEEJI0EIIIUELIYSQoIUQQkjQQgghQQshhJCghRBCghZCCCFBCyGEkKCFEEKCFkIIIUELIYQELYQQQoIWQggJWm+KEEJI0EIIIfYu6PFV95+remOEEKJfBL20smpI0EII0a+CnvvS/p9Hb44QQvSHoNc/fzEkaCGE6FdBt7f++Z9nfLVp9PsTF0KIQWVu5bPR2do2JGghhOhXQf8v/mtv/2MQ8ui35CFlJ0IIMSiQDCSkgZj5J0ELIUSfCvr/AbC/X06IBiffAAAAAElFTkSuQmCC' @@ -23707,14 +23718,36 @@ var script$5M = { }; }, mounted() { + // console.log('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'); + // ios扫描二维码微信端不支持srcdoc,改为获取dom写入 - var iframe = this.$refs.iframe; - // console.log(this.blockData.code); - iframe.contentWindow.document.write(this.pBlockData.code); // 动态写入返回页面到iframe - iframe.contentWindow.document.close(); + // var iframe = this.$refs.iframe + // // console.log(this.blockData.code); + // iframe.contentWindow.document.write(this.pBlockData.code) // 动态写入返回页面到iframe + // iframe.contentWindow.document.close() + this.height = window.innerHeight - 100 + 'px'; + // if (this.blockData.htmlType === 'code') { + this.addIframe(); + // } }, methods: { + addIframe() { + this.retryCount--; + console.log('addIframe', this.blockData, this.pBlockData, this.retryCount); + if (this.pBlockData.htmlType == 'code' && this.pBlockData.code) { + console.log('访问网址', this.pBlockData); + let data = JSON.parse(JSON.stringify(this.blockData)); + var iframe = this.$refs.iframe; + iframe.contentWindow.document.open(); + iframe.contentWindow.document.write(data.code); // 动态写入返回页面到iframe + iframe.contentWindow.document.close(); + } else if (this.retryCount > 0) { + setTimeout(() => { + this.addIframe(); + }, 500); + } + }, catchtouchmove() {}, // 此方法必须要,用户注册块儿点击事件 blockClick() { @@ -23759,6 +23792,30 @@ var script$5M = { } this.fileBaseUrl = url; this.showDialog = true; + }, + toggleFullscreen() { + const iframe = this.$el.querySelector('iframe'); + if (!iframe) return; + if (!document.fullscreenElement) { + if (iframe.requestFullscreen) { + iframe.requestFullscreen(); + } else if (iframe.webkitRequestFullscreen) { + iframe.webkitRequestFullscreen(); + } else if (iframe.msRequestFullscreen) { + iframe.msRequestFullscreen(); + } + } else { + if (document.exitFullscreen) { + document.exitFullscreen(); + } else if (document.webkitExitFullscreen) { + document.webkitExitFullscreen(); + } else if (document.msExitFullscreen) { + document.msExitFullscreen(); + } + } + }, + iframeLoaded() { + this.addIframe(); } }, created() { @@ -23783,23 +23840,26 @@ var __vue_render__$5M = function () { on: { click: _vm.blockClick }, }, [ - _c( - "div", - { - staticClass: "xml-full-screen", - on: { - click: function ($event) { - return _vm.open(_vm.blockData) + _vm.noshow + ? _c( + "div", + { + staticClass: "xml-full-screen", + staticStyle: { display: "none" }, + on: { + click: function ($event) { + return _vm.open(_vm.blockData) + }, + }, }, - }, - }, - [ - _c("i", { - staticClass: "el-icon-full-screen", - attrs: { title: "全屏" }, - }), - ] - ), + [ + _c("i", { + staticClass: "el-icon-full-screen", + attrs: { title: "全屏" }, + }), + ] + ) + : _vm._e(), _vm._v(" "), _vm.mode === "editor" ? _c("div", { @@ -23900,6 +23960,15 @@ var __vue_render__$5M = function () { }, attrs: { src: _vm.blockData.link, loading: "lazy" }, }), + _vm._v(" "), + _c( + "div", + { + staticClass: "fullscreen-btn", + on: { click: _vm.toggleFullscreen }, + }, + [_c("i", { staticClass: "el-icon-full-screen" })] + ), ]) : _vm._e(), _vm._v(" "), @@ -23926,6 +23995,7 @@ var __vue_render__$5M = function () { "padding-bottom": _vm.blockData.htmlBottomMargin + "px", }, attrs: { loading: "lazy" }, + on: { load: _vm.iframeLoaded }, }), ] ), @@ -24293,7 +24363,7 @@ __vue_render__$5L._withStripped = true; /* style */ const __vue_inject_styles__$5L = undefined; /* scoped */ - const __vue_scope_id__$5L = "data-v-d8778466"; + const __vue_scope_id__$5L = "data-v-4dfce84e"; /* module identifier */ const __vue_module_identifier__$5L = undefined; /* functional template */ @@ -33548,7 +33618,7 @@ __vue_render__$5K._withStripped = true; /* style */ const __vue_inject_styles__$5K = undefined; /* scoped */ - const __vue_scope_id__$5K = "data-v-bd7c342c"; + const __vue_scope_id__$5K = "data-v-b03ad06e"; /* module identifier */ const __vue_module_identifier__$5K = undefined; /* functional template */ @@ -58160,7 +58230,7 @@ __vue_render__$5H._withStripped = true; /* style */ const __vue_inject_styles__$5H = undefined; /* scoped */ - const __vue_scope_id__$5H = "data-v-169e6e18"; + const __vue_scope_id__$5H = "data-v-53ea1419"; /* module identifier */ const __vue_module_identifier__$5H = undefined; /* functional template */ @@ -58333,7 +58403,7 @@ __vue_render__$5G._withStripped = true; /* style */ const __vue_inject_styles__$5G = undefined; /* scoped */ - const __vue_scope_id__$5G = "data-v-79e2f049"; + const __vue_scope_id__$5G = "data-v-1aeee18a"; /* module identifier */ const __vue_module_identifier__$5G = undefined; /* functional template */ @@ -60616,7 +60686,7 @@ __vue_render__$5B._withStripped = true; /* style */ const __vue_inject_styles__$5B = undefined; /* scoped */ - const __vue_scope_id__$5B = "data-v-37539b66"; + const __vue_scope_id__$5B = "data-v-6166fdf6"; /* module identifier */ const __vue_module_identifier__$5B = undefined; /* functional template */ @@ -60644,17 +60714,17 @@ __vue_render__$5B._withStripped = true; var videoIcon$1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAaRJREFUSEu91surTXEUwPHP8iiSyAQTpRRTUkqu3CHFkETdy8BcKFNGir/AwKM8YuRRjOTGnfEHGJgwwUQMjDyWftr7dhxn733O0blruNfju9dvPX6/0CKZuQYHcQBbsL4y/4S3eILHEfG1KUwMUmTmOpzHKRRIm5TgV3EpIj73G/4DyMy9uIcNHYH71R9xJCJe9Cr+AmTmMdzE0hGD1+Y/MRMRt+sPC4DM3IPnWDZm8NrtB6YjYr58+APIzLV401PE/2QoTbAtIr7UgMs42xC1pP0AO7B5BPKViDgXmbkaH7CqwXk+IqYys+gv4nSdeQfsGzYWwCyutxjPRcR0rc/M3VUjlLnokhMFcAdHhwVUNVuJCziDJS2+dwvgFXaOAujJZleVzdYG/9cF8A6bxgFU2azAM5Sj65f3iwKY+BFNvMgzuDFsDUZs09nJD1rVCV2r4iG2j7UqFmXZVZApzHVMZtdqKPpf2BcRLxfWdc9kHsc1LB8m0gCb7zgZEbdq3aArs2Ryf8wr83D9542A6rgmd+n3pl09Ww5hf8Oz5SketT1bfgPyir14bBOMeQAAAABJRU5ErkJggg=="; -var win; +var win$1; if (typeof window !== "undefined") { - win = window; + win$1 = window; } else if (typeof commonjsGlobal !== "undefined") { - win = commonjsGlobal; + win$1 = commonjsGlobal; } else if (typeof self !== "undefined") { - win = self; + win$1 = self; } else { - win = {}; + win$1 = {}; } -var window_1 = win; +var window_1$1 = win$1; var slice$2 = Array.prototype.slice; var domWalk = iterativelyWalk; @@ -61218,8 +61288,8 @@ function extend$2() { } var xhr$1 = createXHR; -createXHR.XMLHttpRequest = window_1.XMLHttpRequest || noop$1; -createXHR.XDomainRequest = "withCredentials" in new createXHR.XMLHttpRequest() ? createXHR.XMLHttpRequest : window_1.XDomainRequest; +createXHR.XMLHttpRequest = window_1$1.XMLHttpRequest || noop$1; +createXHR.XDomainRequest = "withCredentials" in new createXHR.XMLHttpRequest() ? createXHR.XMLHttpRequest : window_1$1.XDomainRequest; forEachArray(["get", "put", "post", "patch", "head", "delete"], function (method) { createXHR[method === "delete" ? "del" : method] = function (uri, options, callback) { options = initParams(uri, options, callback); @@ -61426,6 +61496,18 @@ function getXml(xhr) { } function noop$1() {} +var win; +if (typeof window !== "undefined") { + win = window; +} else if (typeof commonjsGlobal !== "undefined") { + win = commonjsGlobal; +} else if (typeof self !== "undefined") { + win = self; +} else { + win = {}; +} +var window_1 = win; + /** * Copyright 2013 vtt.js Contributors * @@ -63106,7 +63188,7 @@ browserIndex.VTTRegion; * Includes vtt.js * Available under Apache License Version 2.0 * - */function _interopDefault(ex){return ex&&typeof ex==='object'&&'default'in ex?ex['default']:ex;}var window$1=_interopDefault(window_1);var document$1=_interopDefault(document_1);var tsml=_interopDefault(tsml$1);var safeParseTuple=_interopDefault(tuple);var xhr=_interopDefault(xhr$1);var vtt=_interopDefault(browserIndex);var version="6.13.0";/** + */function _interopDefault(ex){return ex&&typeof ex==='object'&&'default'in ex?ex['default']:ex;}var window$1=_interopDefault(window_1$1);var document$1=_interopDefault(document_1);var tsml=_interopDefault(tsml$1);var safeParseTuple=_interopDefault(tuple);var xhr=_interopDefault(xhr$1);var vtt=_interopDefault(browserIndex);var version="6.13.0";/** * @file browser.js * @module browser */var USER_AGENT=window$1.navigator&&window$1.navigator.userAgent||'';var webkitVersionMap=/AppleWebKit\/([\d.]+)/i.exec(USER_AGENT);var appleWebkitVersion=webkitVersionMap?parseFloat(webkitVersionMap.pop()):null;/* @@ -73796,7 +73878,7 @@ __vue_render__$5A._withStripped = true; /* style */ const __vue_inject_styles__$5A = undefined; /* scoped */ - const __vue_scope_id__$5A = "data-v-acf05200"; + const __vue_scope_id__$5A = "data-v-d6ccf97e"; /* module identifier */ const __vue_module_identifier__$5A = undefined; /* functional template */ @@ -74009,7 +74091,7 @@ __vue_render__$5z._withStripped = true; /* style */ const __vue_inject_styles__$5z = undefined; /* scoped */ - const __vue_scope_id__$5z = "data-v-101e0263"; + const __vue_scope_id__$5z = "data-v-5c106e02"; /* module identifier */ const __vue_module_identifier__$5z = undefined; /* functional template */ @@ -74201,7 +74283,7 @@ __vue_render__$5y._withStripped = true; /* style */ const __vue_inject_styles__$5y = undefined; /* scoped */ - const __vue_scope_id__$5y = "data-v-2cb56c8e"; + const __vue_scope_id__$5y = "data-v-086e2e0c"; /* module identifier */ const __vue_module_identifier__$5y = undefined; /* functional template */ @@ -74577,7 +74659,7 @@ __vue_render__$5x._withStripped = true; /* style */ const __vue_inject_styles__$5x = undefined; /* scoped */ - const __vue_scope_id__$5x = "data-v-96d73128"; + const __vue_scope_id__$5x = "data-v-748b79ea"; /* module identifier */ const __vue_module_identifier__$5x = undefined; /* functional template */ @@ -74893,7 +74975,7 @@ __vue_render__$5w._withStripped = true; /* style */ const __vue_inject_styles__$5w = undefined; /* scoped */ - const __vue_scope_id__$5w = "data-v-362bbaa4"; + const __vue_scope_id__$5w = "data-v-42039503"; /* module identifier */ const __vue_module_identifier__$5w = undefined; /* functional template */ @@ -75211,7 +75293,7 @@ __vue_render__$5v._withStripped = true; /* style */ const __vue_inject_styles__$5v = undefined; /* scoped */ - const __vue_scope_id__$5v = "data-v-53521b13"; + const __vue_scope_id__$5v = "data-v-70ef6e32"; /* module identifier */ const __vue_module_identifier__$5v = undefined; /* functional template */ @@ -75513,7 +75595,7 @@ __vue_render__$5u._withStripped = true; /* style */ const __vue_inject_styles__$5u = undefined; /* scoped */ - const __vue_scope_id__$5u = "data-v-0794e87b"; + const __vue_scope_id__$5u = "data-v-6a0ba9cc"; /* module identifier */ const __vue_module_identifier__$5u = undefined; /* functional template */ @@ -75656,9 +75738,9 @@ var script$5t = { return isCloze$1(String(this.question.questionType)); }, clozeLength() { - let fillInTheBlanksSpan = this.question.stem.content.match(/fillInTheBlanksSpan/g); - let fillInTheBlanks = this.question.stem.content.match(/\((.+?)\)/g); - console.log(fillInTheBlanks, fillInTheBlanksSpan, 'fillInTheBlanksSpanfillInTheBlanksSpanfillInTheBlanksSpan'); + this.question.stem.content.match(/fillInTheBlanksSpan/g); + this.question.stem.content.match(/\((.+?)\)/g); + // console.log( fillInTheBlanks,fillInTheBlanksSpan,'fillInTheBlanksSpanfillInTheBlanksSpanfillInTheBlanksSpan'); let sortString = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; // let data = fillInTheBlanksSpan ? fillInTheBlanksSpan.length : fillInTheBlanks let data = this.question.standardAnswer.length; @@ -76409,7 +76491,7 @@ __vue_render__$5t._withStripped = true; /* style */ const __vue_inject_styles__$5t = undefined; /* scoped */ - const __vue_scope_id__$5t = "data-v-85f1a418"; + const __vue_scope_id__$5t = "data-v-626fcb62"; /* module identifier */ const __vue_module_identifier__$5t = undefined; /* functional template */ @@ -76743,7 +76825,7 @@ __vue_render__$5s._withStripped = true; /* style */ const __vue_inject_styles__$5s = undefined; /* scoped */ - const __vue_scope_id__$5s = "data-v-811fdafa"; + const __vue_scope_id__$5s = "data-v-4b6804e2"; /* module identifier */ const __vue_module_identifier__$5s = undefined; /* functional template */ @@ -76960,7 +77042,7 @@ __vue_render__$5r._withStripped = true; /* style */ const __vue_inject_styles__$5r = undefined; /* scoped */ - const __vue_scope_id__$5r = "data-v-3ae85d83"; + const __vue_scope_id__$5r = "data-v-1903d5f8"; /* module identifier */ const __vue_module_identifier__$5r = undefined; /* functional template */ @@ -77173,7 +77255,7 @@ __vue_render__$5q._withStripped = true; /* style */ const __vue_inject_styles__$5q = undefined; /* scoped */ - const __vue_scope_id__$5q = "data-v-1d318b80"; + const __vue_scope_id__$5q = "data-v-416683df"; /* module identifier */ const __vue_module_identifier__$5q = undefined; /* functional template */ @@ -77365,7 +77447,7 @@ __vue_render__$5p._withStripped = true; /* style */ const __vue_inject_styles__$5p = undefined; /* scoped */ - const __vue_scope_id__$5p = "data-v-a5540524"; + const __vue_scope_id__$5p = "data-v-8e4439e6"; /* module identifier */ const __vue_module_identifier__$5p = undefined; /* functional template */ @@ -77681,7 +77763,7 @@ __vue_render__$5o._withStripped = true; /* style */ const __vue_inject_styles__$5o = undefined; /* scoped */ - const __vue_scope_id__$5o = "data-v-f4399a04"; + const __vue_scope_id__$5o = "data-v-0c43651d"; /* module identifier */ const __vue_module_identifier__$5o = undefined; /* functional template */ @@ -77991,7 +78073,7 @@ __vue_render__$5n._withStripped = true; /* style */ const __vue_inject_styles__$5n = undefined; /* scoped */ - const __vue_scope_id__$5n = "data-v-08c189f8"; + const __vue_scope_id__$5n = "data-v-34b5c60e"; /* module identifier */ const __vue_module_identifier__$5n = undefined; /* functional template */ @@ -78717,7 +78799,7 @@ __vue_render__$5m._withStripped = true; /* style */ const __vue_inject_styles__$5m = undefined; /* scoped */ - const __vue_scope_id__$5m = "data-v-498fb768"; + const __vue_scope_id__$5m = "data-v-49ff412a"; /* module identifier */ const __vue_module_identifier__$5m = undefined; /* functional template */ @@ -78992,7 +79074,7 @@ __vue_render__$5l._withStripped = true; /* style */ const __vue_inject_styles__$5l = undefined; /* scoped */ - const __vue_scope_id__$5l = "data-v-36d74f49"; + const __vue_scope_id__$5l = "data-v-6b3d24a8"; /* module identifier */ const __vue_module_identifier__$5l = undefined; /* functional template */ @@ -80366,7 +80448,7 @@ __vue_render__$5k._withStripped = true; /* style */ const __vue_inject_styles__$5k = undefined; /* scoped */ - const __vue_scope_id__$5k = "data-v-494311a4"; + const __vue_scope_id__$5k = "data-v-0af940cd"; /* module identifier */ const __vue_module_identifier__$5k = undefined; /* functional template */ @@ -81176,7 +81258,7 @@ __vue_render__$5i._withStripped = true; /* style */ const __vue_inject_styles__$5i = undefined; /* scoped */ - const __vue_scope_id__$5i = "data-v-26ce6d84"; + const __vue_scope_id__$5i = "data-v-2d385f5d"; /* module identifier */ const __vue_module_identifier__$5i = undefined; /* functional template */ @@ -82936,7 +83018,7 @@ __vue_render__$5e._withStripped = true; /* style */ const __vue_inject_styles__$5e = undefined; /* scoped */ - const __vue_scope_id__$5e = "data-v-77561f29"; + const __vue_scope_id__$5e = "data-v-5d66632c"; /* module identifier */ const __vue_module_identifier__$5e = undefined; /* functional template */ @@ -83147,7 +83229,7 @@ __vue_render__$5d._withStripped = true; /* style */ const __vue_inject_styles__$5d = undefined; /* scoped */ - const __vue_scope_id__$5d = "data-v-50185794"; + const __vue_scope_id__$5d = "data-v-5449b515"; /* module identifier */ const __vue_module_identifier__$5d = undefined; /* functional template */ @@ -83470,7 +83552,7 @@ __vue_render__$5c._withStripped = true; /* style */ const __vue_inject_styles__$5c = undefined; /* scoped */ - const __vue_scope_id__$5c = "data-v-47d3a9d4"; + const __vue_scope_id__$5c = "data-v-01dca733"; /* module identifier */ const __vue_module_identifier__$5c = undefined; /* functional template */ @@ -95075,7 +95157,7 @@ __vue_render__$52._withStripped = true; /* style */ const __vue_inject_styles__$52 = undefined; /* scoped */ - const __vue_scope_id__$52 = "data-v-0a7ea796"; + const __vue_scope_id__$52 = "data-v-33bc37d7"; /* module identifier */ const __vue_module_identifier__$52 = undefined; /* functional template */ @@ -95295,7 +95377,7 @@ __vue_render__$51._withStripped = true; /* style */ const __vue_inject_styles__$51 = undefined; /* scoped */ - const __vue_scope_id__$51 = "data-v-2594c982"; + const __vue_scope_id__$51 = "data-v-49be6121"; /* module identifier */ const __vue_module_identifier__$51 = undefined; /* functional template */ @@ -95515,7 +95597,7 @@ __vue_render__$50._withStripped = true; /* style */ const __vue_inject_styles__$50 = undefined; /* scoped */ - const __vue_scope_id__$50 = "data-v-0df483ff"; + const __vue_scope_id__$50 = "data-v-63fb7980"; /* module identifier */ const __vue_module_identifier__$50 = undefined; /* functional template */ @@ -95752,7 +95834,7 @@ __vue_render__$4$._withStripped = true; /* style */ const __vue_inject_styles__$4$ = undefined; /* scoped */ - const __vue_scope_id__$4$ = "data-v-0140d086"; + const __vue_scope_id__$4$ = "data-v-9e591236"; /* module identifier */ const __vue_module_identifier__$4$ = undefined; /* functional template */ @@ -95972,7 +96054,7 @@ __vue_render__$4_._withStripped = true; /* style */ const __vue_inject_styles__$4_ = undefined; /* scoped */ - const __vue_scope_id__$4_ = "data-v-f67877b6"; + const __vue_scope_id__$4_ = "data-v-7bbb4ea6"; /* module identifier */ const __vue_module_identifier__$4_ = undefined; /* functional template */ @@ -96188,7 +96270,7 @@ __vue_render__$4Z._withStripped = true; /* style */ const __vue_inject_styles__$4Z = undefined; /* scoped */ - const __vue_scope_id__$4Z = "data-v-3da9070c"; + const __vue_scope_id__$4Z = "data-v-0265ec66"; /* module identifier */ const __vue_module_identifier__$4Z = undefined; /* functional template */ @@ -96408,7 +96490,7 @@ __vue_render__$4Y._withStripped = true; /* style */ const __vue_inject_styles__$4Y = undefined; /* scoped */ - const __vue_scope_id__$4Y = "data-v-033f4019"; + const __vue_scope_id__$4Y = "data-v-5843cc10"; /* module identifier */ const __vue_module_identifier__$4Y = undefined; /* functional template */ @@ -96677,7 +96759,7 @@ __vue_render__$4X._withStripped = true; /* style */ const __vue_inject_styles__$4X = undefined; /* scoped */ - const __vue_scope_id__$4X = "data-v-43bbc782"; + const __vue_scope_id__$4X = "data-v-3ffa3b21"; /* module identifier */ const __vue_module_identifier__$4X = undefined; /* functional template */ @@ -96897,7 +96979,7 @@ __vue_render__$4W._withStripped = true; /* style */ const __vue_inject_styles__$4W = undefined; /* scoped */ - const __vue_scope_id__$4W = "data-v-af2decd0"; + const __vue_scope_id__$4W = "data-v-33df0c12"; /* module identifier */ const __vue_module_identifier__$4W = undefined; /* functional template */ @@ -97166,7 +97248,7 @@ __vue_render__$4V._withStripped = true; /* style */ const __vue_inject_styles__$4V = undefined; /* scoped */ - const __vue_scope_id__$4V = "data-v-59931f40"; + const __vue_scope_id__$4V = "data-v-56de6ec1"; /* module identifier */ const __vue_module_identifier__$4V = undefined; /* functional template */ @@ -97386,7 +97468,7 @@ __vue_render__$4U._withStripped = true; /* style */ const __vue_inject_styles__$4U = undefined; /* scoped */ - const __vue_scope_id__$4U = "data-v-8eae06ba"; + const __vue_scope_id__$4U = "data-v-386c69c2"; /* module identifier */ const __vue_module_identifier__$4U = undefined; /* functional template */ @@ -97655,7 +97737,7 @@ __vue_render__$4T._withStripped = true; /* style */ const __vue_inject_styles__$4T = undefined; /* scoped */ - const __vue_scope_id__$4T = "data-v-48869177"; + const __vue_scope_id__$4T = "data-v-d4430790"; /* module identifier */ const __vue_module_identifier__$4T = undefined; /* functional template */ @@ -97905,7 +97987,7 @@ __vue_render__$4S._withStripped = true; /* style */ const __vue_inject_styles__$4S = undefined; /* scoped */ - const __vue_scope_id__$4S = "data-v-4afbce13"; + const __vue_scope_id__$4S = "data-v-6fec1172"; /* module identifier */ const __vue_module_identifier__$4S = undefined; /* functional template */ @@ -98123,7 +98205,7 @@ __vue_render__$4R._withStripped = true; /* style */ const __vue_inject_styles__$4R = undefined; /* scoped */ - const __vue_scope_id__$4R = "data-v-1f6dc6ec"; + const __vue_scope_id__$4R = "data-v-6117efcb"; /* module identifier */ const __vue_module_identifier__$4R = undefined; /* functional template */ @@ -98369,7 +98451,7 @@ __vue_render__$4Q._withStripped = true; /* style */ const __vue_inject_styles__$4Q = undefined; /* scoped */ - const __vue_scope_id__$4Q = "data-v-6be0018c"; + const __vue_scope_id__$4Q = "data-v-c938c08a"; /* module identifier */ const __vue_module_identifier__$4Q = undefined; /* functional template */ @@ -98590,7 +98672,7 @@ __vue_render__$4P._withStripped = true; /* style */ const __vue_inject_styles__$4P = undefined; /* scoped */ - const __vue_scope_id__$4P = "data-v-309cefd6"; + const __vue_scope_id__$4P = "data-v-77804096"; /* module identifier */ const __vue_module_identifier__$4P = undefined; /* functional template */ @@ -98842,7 +98924,7 @@ __vue_render__$4O._withStripped = true; /* style */ const __vue_inject_styles__$4O = undefined; /* scoped */ - const __vue_scope_id__$4O = "data-v-7970237b"; + const __vue_scope_id__$4O = "data-v-1975c5cc"; /* module identifier */ const __vue_module_identifier__$4O = undefined; /* functional template */ @@ -99067,7 +99149,7 @@ __vue_render__$4N._withStripped = true; /* style */ const __vue_inject_styles__$4N = undefined; /* scoped */ - const __vue_scope_id__$4N = "data-v-69287804"; + const __vue_scope_id__$4N = "data-v-db07b276"; /* module identifier */ const __vue_module_identifier__$4N = undefined; /* functional template */ @@ -99292,7 +99374,7 @@ __vue_render__$4M._withStripped = true; /* style */ const __vue_inject_styles__$4M = undefined; /* scoped */ - const __vue_scope_id__$4M = "data-v-391547ac"; + const __vue_scope_id__$4M = "data-v-36d0f4ee"; /* module identifier */ const __vue_module_identifier__$4M = undefined; /* functional template */ @@ -99510,7 +99592,7 @@ __vue_render__$4L._withStripped = true; /* style */ const __vue_inject_styles__$4L = undefined; /* scoped */ - const __vue_scope_id__$4L = "data-v-59902ad6"; + const __vue_scope_id__$4L = "data-v-75931f16"; /* module identifier */ const __vue_module_identifier__$4L = undefined; /* functional template */ @@ -99761,7 +99843,7 @@ __vue_render__$4K._withStripped = true; /* style */ const __vue_inject_styles__$4K = undefined; /* scoped */ - const __vue_scope_id__$4K = "data-v-01e1e70d"; + const __vue_scope_id__$4K = "data-v-88d2d9e4"; /* module identifier */ const __vue_module_identifier__$4K = undefined; /* functional template */ @@ -100022,7 +100104,7 @@ __vue_render__$4J._withStripped = true; /* style */ const __vue_inject_styles__$4J = undefined; /* scoped */ - const __vue_scope_id__$4J = "data-v-353008e8"; + const __vue_scope_id__$4J = "data-v-cee2c272"; /* module identifier */ const __vue_module_identifier__$4J = undefined; /* functional template */ @@ -100243,7 +100325,7 @@ __vue_render__$4I._withStripped = true; /* style */ const __vue_inject_styles__$4I = undefined; /* scoped */ - const __vue_scope_id__$4I = "data-v-573107bf"; + const __vue_scope_id__$4I = "data-v-eb31f844"; /* module identifier */ const __vue_module_identifier__$4I = undefined; /* functional template */ @@ -100466,7 +100548,7 @@ __vue_render__$4H._withStripped = true; /* style */ const __vue_inject_styles__$4H = undefined; /* scoped */ - const __vue_scope_id__$4H = "data-v-631143ec"; + const __vue_scope_id__$4H = "data-v-48ef0029"; /* module identifier */ const __vue_module_identifier__$4H = undefined; /* functional template */ @@ -100686,7 +100768,7 @@ __vue_render__$4G._withStripped = true; /* style */ const __vue_inject_styles__$4G = undefined; /* scoped */ - const __vue_scope_id__$4G = "data-v-ee972596"; + const __vue_scope_id__$4G = "data-v-afccd514"; /* module identifier */ const __vue_module_identifier__$4G = undefined; /* functional template */ @@ -100918,7 +101000,7 @@ __vue_render__$4F._withStripped = true; /* style */ const __vue_inject_styles__$4F = undefined; /* scoped */ - const __vue_scope_id__$4F = "data-v-00fa5528"; + const __vue_scope_id__$4F = "data-v-5512122e"; /* module identifier */ const __vue_module_identifier__$4F = undefined; /* functional template */ @@ -101176,7 +101258,7 @@ __vue_render__$4E._withStripped = true; /* style */ const __vue_inject_styles__$4E = undefined; /* scoped */ - const __vue_scope_id__$4E = "data-v-48dd2f14"; + const __vue_scope_id__$4E = "data-v-f7619d9a"; /* module identifier */ const __vue_module_identifier__$4E = undefined; /* functional template */ @@ -101397,7 +101479,7 @@ __vue_render__$4D._withStripped = true; /* style */ const __vue_inject_styles__$4D = undefined; /* scoped */ - const __vue_scope_id__$4D = "data-v-0f15805a"; + const __vue_scope_id__$4D = "data-v-0d89f839"; /* module identifier */ const __vue_module_identifier__$4D = undefined; /* functional template */ @@ -101618,7 +101700,7 @@ __vue_render__$4C._withStripped = true; /* style */ const __vue_inject_styles__$4C = undefined; /* scoped */ - const __vue_scope_id__$4C = "data-v-f569b08a"; + const __vue_scope_id__$4C = "data-v-f880c0cc"; /* module identifier */ const __vue_module_identifier__$4C = undefined; /* functional template */ @@ -101837,7 +101919,7 @@ __vue_render__$4B._withStripped = true; /* style */ const __vue_inject_styles__$4B = undefined; /* scoped */ - const __vue_scope_id__$4B = "data-v-219ef804"; + const __vue_scope_id__$4B = "data-v-09265105"; /* module identifier */ const __vue_module_identifier__$4B = undefined; /* functional template */ @@ -102060,7 +102142,7 @@ __vue_render__$4A._withStripped = true; /* style */ const __vue_inject_styles__$4A = undefined; /* scoped */ - const __vue_scope_id__$4A = "data-v-37c53da0"; + const __vue_scope_id__$4A = "data-v-49ffd63f"; /* module identifier */ const __vue_module_identifier__$4A = undefined; /* functional template */ @@ -102283,7 +102365,7 @@ __vue_render__$4z._withStripped = true; /* style */ const __vue_inject_styles__$4z = undefined; /* scoped */ - const __vue_scope_id__$4z = "data-v-09a030fd"; + const __vue_scope_id__$4z = "data-v-5a86dffe"; /* module identifier */ const __vue_module_identifier__$4z = undefined; /* functional template */ @@ -102542,7 +102624,7 @@ __vue_render__$4y._withStripped = true; /* style */ const __vue_inject_styles__$4y = undefined; /* scoped */ - const __vue_scope_id__$4y = "data-v-71a4a810"; + const __vue_scope_id__$4y = "data-v-19b89faf"; /* module identifier */ const __vue_module_identifier__$4y = undefined; /* functional template */ @@ -102759,7 +102841,7 @@ __vue_render__$4x._withStripped = true; /* style */ const __vue_inject_styles__$4x = undefined; /* scoped */ - const __vue_scope_id__$4x = "data-v-40a78e79"; + const __vue_scope_id__$4x = "data-v-39fa7a0c"; /* module identifier */ const __vue_module_identifier__$4x = undefined; /* functional template */ @@ -102976,7 +103058,7 @@ __vue_render__$4w._withStripped = true; /* style */ const __vue_inject_styles__$4w = undefined; /* scoped */ - const __vue_scope_id__$4w = "data-v-166ecefa"; + const __vue_scope_id__$4w = "data-v-d0eaf34e"; /* module identifier */ const __vue_module_identifier__$4w = undefined; /* functional template */ @@ -103192,7 +103274,7 @@ __vue_render__$4v._withStripped = true; /* style */ const __vue_inject_styles__$4v = undefined; /* scoped */ - const __vue_scope_id__$4v = "data-v-3e1baa1f"; + const __vue_scope_id__$4v = "data-v-75d0613e"; /* module identifier */ const __vue_module_identifier__$4v = undefined; /* functional template */ @@ -103414,7 +103496,7 @@ __vue_render__$4u._withStripped = true; /* style */ const __vue_inject_styles__$4u = undefined; /* scoped */ - const __vue_scope_id__$4u = "data-v-2e7d219a"; + const __vue_scope_id__$4u = "data-v-07b6f34a"; /* module identifier */ const __vue_module_identifier__$4u = undefined; /* functional template */ @@ -103642,7 +103724,7 @@ __vue_render__$4t._withStripped = true; /* style */ const __vue_inject_styles__$4t = undefined; /* scoped */ - const __vue_scope_id__$4t = "data-v-e20336a6"; + const __vue_scope_id__$4t = "data-v-7e7b488c"; /* module identifier */ const __vue_module_identifier__$4t = undefined; /* functional template */ @@ -103874,7 +103956,7 @@ __vue_render__$4s._withStripped = true; /* style */ const __vue_inject_styles__$4s = undefined; /* scoped */ - const __vue_scope_id__$4s = "data-v-2d3389b4"; + const __vue_scope_id__$4s = "data-v-22ce0da7"; /* module identifier */ const __vue_module_identifier__$4s = undefined; /* functional template */ @@ -104106,7 +104188,7 @@ __vue_render__$4r._withStripped = true; /* style */ const __vue_inject_styles__$4r = undefined; /* scoped */ - const __vue_scope_id__$4r = "data-v-1bab760e"; + const __vue_scope_id__$4r = "data-v-721f1a8c"; /* module identifier */ const __vue_module_identifier__$4r = undefined; /* functional template */ @@ -104340,7 +104422,7 @@ __vue_render__$4q._withStripped = true; /* style */ const __vue_inject_styles__$4q = undefined; /* scoped */ - const __vue_scope_id__$4q = "data-v-ef2b4086"; + const __vue_scope_id__$4q = "data-v-bbe73f04"; /* module identifier */ const __vue_module_identifier__$4q = undefined; /* functional template */ @@ -104578,7 +104660,7 @@ __vue_render__$4p._withStripped = true; /* style */ const __vue_inject_styles__$4p = undefined; /* scoped */ - const __vue_scope_id__$4p = "data-v-627b620a"; + const __vue_scope_id__$4p = "data-v-1ac800ae"; /* module identifier */ const __vue_module_identifier__$4p = undefined; /* functional template */ @@ -104789,7 +104871,7 @@ __vue_render__$4o._withStripped = true; /* style */ const __vue_inject_styles__$4o = undefined; /* scoped */ - const __vue_scope_id__$4o = "data-v-6b65fe84"; + const __vue_scope_id__$4o = "data-v-331b6446"; /* module identifier */ const __vue_module_identifier__$4o = undefined; /* functional template */ @@ -105081,7 +105163,7 @@ __vue_render__$4n._withStripped = true; /* style */ const __vue_inject_styles__$4n = undefined; /* scoped */ - const __vue_scope_id__$4n = "data-v-ff0943c4"; + const __vue_scope_id__$4n = "data-v-33315cbd"; /* module identifier */ const __vue_module_identifier__$4n = undefined; /* functional template */ @@ -105371,7 +105453,7 @@ __vue_render__$4m._withStripped = true; /* style */ const __vue_inject_styles__$4m = undefined; /* scoped */ - const __vue_scope_id__$4m = "data-v-665241d0"; + const __vue_scope_id__$4m = "data-v-8ba201a2"; /* module identifier */ const __vue_module_identifier__$4m = undefined; /* functional template */ @@ -105711,7 +105793,7 @@ __vue_render__$4l._withStripped = true; /* style */ const __vue_inject_styles__$4l = undefined; /* scoped */ - const __vue_scope_id__$4l = "data-v-0e180829"; + const __vue_scope_id__$4l = "data-v-4d599a2c"; /* module identifier */ const __vue_module_identifier__$4l = undefined; /* functional template */ @@ -106006,7 +106088,7 @@ __vue_render__$4k._withStripped = true; /* style */ const __vue_inject_styles__$4k = undefined; /* scoped */ - const __vue_scope_id__$4k = "data-v-3c17555f"; + const __vue_scope_id__$4k = "data-v-0b094ebe"; /* module identifier */ const __vue_module_identifier__$4k = undefined; /* functional template */ @@ -106269,7 +106351,7 @@ __vue_render__$4j._withStripped = true; /* style */ const __vue_inject_styles__$4j = undefined; /* scoped */ - const __vue_scope_id__$4j = "data-v-0344337d"; + const __vue_scope_id__$4j = "data-v-466a14be"; /* module identifier */ const __vue_module_identifier__$4j = undefined; /* functional template */ @@ -106574,7 +106656,7 @@ __vue_render__$4i._withStripped = true; /* style */ const __vue_inject_styles__$4i = undefined; /* scoped */ - const __vue_scope_id__$4i = "data-v-484e8cf3"; + const __vue_scope_id__$4i = "data-v-298424b4"; /* module identifier */ const __vue_module_identifier__$4i = undefined; /* functional template */ @@ -106873,7 +106955,7 @@ __vue_render__$4h._withStripped = true; /* style */ const __vue_inject_styles__$4h = undefined; /* scoped */ - const __vue_scope_id__$4h = "data-v-7b3bf728"; + const __vue_scope_id__$4h = "data-v-c3e06b26"; /* module identifier */ const __vue_module_identifier__$4h = undefined; /* functional template */ @@ -107148,7 +107230,7 @@ __vue_render__$4g._withStripped = true; /* style */ const __vue_inject_styles__$4g = undefined; /* scoped */ - const __vue_scope_id__$4g = "data-v-15a3b6a8"; + const __vue_scope_id__$4g = "data-v-d7e83eea"; /* module identifier */ const __vue_module_identifier__$4g = undefined; /* functional template */ @@ -107407,7 +107489,7 @@ __vue_render__$4f._withStripped = true; /* style */ const __vue_inject_styles__$4f = undefined; /* scoped */ - const __vue_scope_id__$4f = "data-v-4c3c533d"; + const __vue_scope_id__$4f = "data-v-7fbfd63e"; /* module identifier */ const __vue_module_identifier__$4f = undefined; /* functional template */ @@ -107636,7 +107718,7 @@ __vue_render__$4e._withStripped = true; /* style */ const __vue_inject_styles__$4e = undefined; /* scoped */ - const __vue_scope_id__$4e = "data-v-2347838d"; + const __vue_scope_id__$4e = "data-v-6aa7d0a8"; /* module identifier */ const __vue_module_identifier__$4e = undefined; /* functional template */ @@ -107902,7 +107984,7 @@ __vue_render__$4d._withStripped = true; /* style */ const __vue_inject_styles__$4d = undefined; /* scoped */ - const __vue_scope_id__$4d = "data-v-306832a4"; + const __vue_scope_id__$4d = "data-v-a24cd57a"; /* module identifier */ const __vue_module_identifier__$4d = undefined; /* functional template */ @@ -108139,7 +108221,7 @@ __vue_render__$4c._withStripped = true; /* style */ const __vue_inject_styles__$4c = undefined; /* scoped */ - const __vue_scope_id__$4c = "data-v-897320dc"; + const __vue_scope_id__$4c = "data-v-59562dd3"; /* module identifier */ const __vue_module_identifier__$4c = undefined; /* functional template */ @@ -108418,7 +108500,7 @@ __vue_render__$4b._withStripped = true; /* style */ const __vue_inject_styles__$4b = undefined; /* scoped */ - const __vue_scope_id__$4b = "data-v-54cac2bf"; + const __vue_scope_id__$4b = "data-v-5c3f08c4"; /* module identifier */ const __vue_module_identifier__$4b = undefined; /* functional template */ @@ -108851,7 +108933,7 @@ __vue_render__$4a._withStripped = true; /* style */ const __vue_inject_styles__$4a = undefined; /* scoped */ - const __vue_scope_id__$4a = "data-v-0f1c1bc1"; + const __vue_scope_id__$4a = "data-v-75df7a20"; /* module identifier */ const __vue_module_identifier__$4a = undefined; /* functional template */ @@ -109200,7 +109282,7 @@ __vue_render__$49._withStripped = true; /* style */ const __vue_inject_styles__$49 = undefined; /* scoped */ - const __vue_scope_id__$49 = "data-v-e540b550"; + const __vue_scope_id__$49 = "data-v-0756a44e"; /* module identifier */ const __vue_module_identifier__$49 = undefined; /* functional template */ @@ -109421,7 +109503,7 @@ __vue_render__$48._withStripped = true; /* style */ const __vue_inject_styles__$48 = undefined; /* scoped */ - const __vue_scope_id__$48 = "data-v-28773022"; + const __vue_scope_id__$48 = "data-v-6070507e"; /* module identifier */ const __vue_module_identifier__$48 = undefined; /* functional template */ @@ -109858,7 +109940,7 @@ __vue_render__$47._withStripped = true; /* style */ const __vue_inject_styles__$47 = undefined; /* scoped */ - const __vue_scope_id__$47 = "data-v-9059cb26"; + const __vue_scope_id__$47 = "data-v-554c116e"; /* module identifier */ const __vue_module_identifier__$47 = undefined; /* functional template */ @@ -110100,7 +110182,7 @@ __vue_render__$46._withStripped = true; /* style */ const __vue_inject_styles__$46 = undefined; /* scoped */ - const __vue_scope_id__$46 = "data-v-6b7eaba6"; + const __vue_scope_id__$46 = "data-v-3b012524"; /* module identifier */ const __vue_module_identifier__$46 = undefined; /* functional template */ @@ -110355,7 +110437,7 @@ __vue_render__$45._withStripped = true; /* style */ const __vue_inject_styles__$45 = undefined; /* scoped */ - const __vue_scope_id__$45 = "data-v-196d9c5e"; + const __vue_scope_id__$45 = "data-v-76c69e5c"; /* module identifier */ const __vue_module_identifier__$45 = undefined; /* functional template */ @@ -110579,7 +110661,7 @@ __vue_render__$44._withStripped = true; /* style */ const __vue_inject_styles__$44 = undefined; /* scoped */ - const __vue_scope_id__$44 = "data-v-3c2d1aee"; + const __vue_scope_id__$44 = "data-v-656aab2f"; /* module identifier */ const __vue_module_identifier__$44 = undefined; /* functional template */ @@ -110797,7 +110879,7 @@ __vue_render__$43._withStripped = true; /* style */ const __vue_inject_styles__$43 = undefined; /* scoped */ - const __vue_scope_id__$43 = "data-v-1337d30f"; + const __vue_scope_id__$43 = "data-v-46f0c4ae"; /* module identifier */ const __vue_module_identifier__$43 = undefined; /* functional template */ @@ -111021,7 +111103,7 @@ __vue_render__$42._withStripped = true; /* style */ const __vue_inject_styles__$42 = undefined; /* scoped */ - const __vue_scope_id__$42 = "data-v-eb2e8ad8"; + const __vue_scope_id__$42 = "data-v-5b80581a"; /* module identifier */ const __vue_module_identifier__$42 = undefined; /* functional template */ @@ -111245,7 +111327,7 @@ __vue_render__$41._withStripped = true; /* style */ const __vue_inject_styles__$41 = undefined; /* scoped */ - const __vue_scope_id__$41 = "data-v-12b6b422"; + const __vue_scope_id__$41 = "data-v-65273920"; /* module identifier */ const __vue_module_identifier__$41 = undefined; /* functional template */ @@ -111463,7 +111545,7 @@ __vue_render__$40._withStripped = true; /* style */ const __vue_inject_styles__$40 = undefined; /* scoped */ - const __vue_scope_id__$40 = "data-v-312a641e"; + const __vue_scope_id__$40 = "data-v-3595ca06"; /* module identifier */ const __vue_module_identifier__$40 = undefined; /* functional template */ @@ -111683,7 +111765,7 @@ __vue_render__$3$._withStripped = true; /* style */ const __vue_inject_styles__$3$ = undefined; /* scoped */ - const __vue_scope_id__$3$ = "data-v-2c753722"; + const __vue_scope_id__$3$ = "data-v-332088ce"; /* module identifier */ const __vue_module_identifier__$3$ = undefined; /* functional template */ @@ -111911,7 +111993,7 @@ __vue_render__$3_._withStripped = true; /* style */ const __vue_inject_styles__$3_ = undefined; /* scoped */ - const __vue_scope_id__$3_ = "data-v-78e68e5e"; + const __vue_scope_id__$3_ = "data-v-c8d0a420"; /* module identifier */ const __vue_module_identifier__$3_ = undefined; /* functional template */ @@ -112149,7 +112231,7 @@ __vue_render__$3Z._withStripped = true; /* style */ const __vue_inject_styles__$3Z = undefined; /* scoped */ - const __vue_scope_id__$3Z = "data-v-07fad99e"; + const __vue_scope_id__$3Z = "data-v-16819a7d"; /* module identifier */ const __vue_module_identifier__$3Z = undefined; /* functional template */ @@ -112375,7 +112457,7 @@ __vue_render__$3Y._withStripped = true; /* style */ const __vue_inject_styles__$3Y = undefined; /* scoped */ - const __vue_scope_id__$3Y = "data-v-56c83bbe"; + const __vue_scope_id__$3Y = "data-v-08ee6f22"; /* module identifier */ const __vue_module_identifier__$3Y = undefined; /* functional template */ @@ -112595,7 +112677,7 @@ __vue_render__$3X._withStripped = true; /* style */ const __vue_inject_styles__$3X = undefined; /* scoped */ - const __vue_scope_id__$3X = "data-v-7e80bb50"; + const __vue_scope_id__$3X = "data-v-db876f4e"; /* module identifier */ const __vue_module_identifier__$3X = undefined; /* functional template */ @@ -112821,7 +112903,7 @@ __vue_render__$3W._withStripped = true; /* style */ const __vue_inject_styles__$3W = undefined; /* scoped */ - const __vue_scope_id__$3W = "data-v-d25ea1c2"; + const __vue_scope_id__$3W = "data-v-69b987c0"; /* module identifier */ const __vue_module_identifier__$3W = undefined; /* functional template */ @@ -113043,7 +113125,7 @@ __vue_render__$3V._withStripped = true; /* style */ const __vue_inject_styles__$3V = undefined; /* scoped */ - const __vue_scope_id__$3V = "data-v-51cefa8a"; + const __vue_scope_id__$3V = "data-v-4d6f154c"; /* module identifier */ const __vue_module_identifier__$3V = undefined; /* functional template */ @@ -113260,7 +113342,7 @@ __vue_render__$3U._withStripped = true; /* style */ const __vue_inject_styles__$3U = undefined; /* scoped */ - const __vue_scope_id__$3U = "data-v-720c07ad"; + const __vue_scope_id__$3U = "data-v-72234e6e"; /* module identifier */ const __vue_module_identifier__$3U = undefined; /* functional template */ @@ -113481,7 +113563,7 @@ __vue_render__$3T._withStripped = true; /* style */ const __vue_inject_styles__$3T = undefined; /* scoped */ - const __vue_scope_id__$3T = "data-v-72e806ad"; + const __vue_scope_id__$3T = "data-v-7c4bcdcc"; /* module identifier */ const __vue_module_identifier__$3T = undefined; /* functional template */ @@ -113702,7 +113784,7 @@ __vue_render__$3S._withStripped = true; /* style */ const __vue_inject_styles__$3S = undefined; /* scoped */ - const __vue_scope_id__$3S = "data-v-90470566"; + const __vue_scope_id__$3S = "data-v-7d7f7728"; /* module identifier */ const __vue_module_identifier__$3S = undefined; /* functional template */ @@ -113960,7 +114042,7 @@ __vue_render__$3R._withStripped = true; /* style */ const __vue_inject_styles__$3R = undefined; /* scoped */ - const __vue_scope_id__$3R = "data-v-a51536b0"; + const __vue_scope_id__$3R = "data-v-56b50629"; /* module identifier */ const __vue_module_identifier__$3R = undefined; /* functional template */ @@ -114177,7 +114259,7 @@ __vue_render__$3Q._withStripped = true; /* style */ const __vue_inject_styles__$3Q = undefined; /* scoped */ - const __vue_scope_id__$3Q = "data-v-ed6ada64"; + const __vue_scope_id__$3Q = "data-v-3ea9a562"; /* module identifier */ const __vue_module_identifier__$3Q = undefined; /* functional template */ @@ -114394,7 +114476,7 @@ __vue_render__$3P._withStripped = true; /* style */ const __vue_inject_styles__$3P = undefined; /* scoped */ - const __vue_scope_id__$3P = "data-v-4cbefc28"; + const __vue_scope_id__$3P = "data-v-4cd642e9"; /* module identifier */ const __vue_module_identifier__$3P = undefined; /* functional template */ @@ -114659,7 +114741,7 @@ __vue_render__$3O._withStripped = true; /* style */ const __vue_inject_styles__$3O = undefined; /* scoped */ - const __vue_scope_id__$3O = "data-v-68941383"; + const __vue_scope_id__$3O = "data-v-05825822"; /* module identifier */ const __vue_module_identifier__$3O = undefined; /* functional template */ @@ -114953,7 +115035,7 @@ __vue_render__$3N._withStripped = true; /* style */ const __vue_inject_styles__$3N = undefined; /* scoped */ - const __vue_scope_id__$3N = "data-v-274f9e22"; + const __vue_scope_id__$3N = "data-v-c4b420fe"; /* module identifier */ const __vue_module_identifier__$3N = undefined; /* functional template */ @@ -115236,7 +115318,7 @@ __vue_render__$3M._withStripped = true; /* style */ const __vue_inject_styles__$3M = undefined; /* scoped */ - const __vue_scope_id__$3M = "data-v-43a07ed1"; + const __vue_scope_id__$3M = "data-v-25f303f0"; /* module identifier */ const __vue_module_identifier__$3M = undefined; /* functional template */ @@ -115468,7 +115550,7 @@ __vue_render__$3L._withStripped = true; /* style */ const __vue_inject_styles__$3L = undefined; /* scoped */ - const __vue_scope_id__$3L = "data-v-614cae62"; + const __vue_scope_id__$3L = "data-v-6c934c60"; /* module identifier */ const __vue_module_identifier__$3L = undefined; /* functional template */ @@ -115714,7 +115796,7 @@ __vue_render__$3K._withStripped = true; /* style */ const __vue_inject_styles__$3K = undefined; /* scoped */ - const __vue_scope_id__$3K = "data-v-850c830c"; + const __vue_scope_id__$3K = "data-v-87004a4e"; /* module identifier */ const __vue_module_identifier__$3K = undefined; /* functional template */ @@ -115960,7 +116042,7 @@ __vue_render__$3J._withStripped = true; /* style */ const __vue_inject_styles__$3J = undefined; /* scoped */ - const __vue_scope_id__$3J = "data-v-79dbcc70"; + const __vue_scope_id__$3J = "data-v-ee11b71e"; /* module identifier */ const __vue_module_identifier__$3J = undefined; /* functional template */ @@ -116263,7 +116345,7 @@ __vue_render__$3I._withStripped = true; /* style */ const __vue_inject_styles__$3I = undefined; /* scoped */ - const __vue_scope_id__$3I = "data-v-3e112c4b"; + const __vue_scope_id__$3I = "data-v-55c413ac"; /* module identifier */ const __vue_module_identifier__$3I = undefined; /* functional template */ @@ -116566,7 +116648,7 @@ __vue_render__$3H._withStripped = true; /* style */ const __vue_inject_styles__$3H = undefined; /* scoped */ - const __vue_scope_id__$3H = "data-v-0aefb842"; + const __vue_scope_id__$3H = "data-v-11f18661"; /* module identifier */ const __vue_module_identifier__$3H = undefined; /* functional template */ @@ -116869,7 +116951,7 @@ __vue_render__$3G._withStripped = true; /* style */ const __vue_inject_styles__$3G = undefined; /* scoped */ - const __vue_scope_id__$3G = "data-v-23227105"; + const __vue_scope_id__$3G = "data-v-2a243f24"; /* module identifier */ const __vue_module_identifier__$3G = undefined; /* functional template */ @@ -117167,7 +117249,7 @@ __vue_render__$3F._withStripped = true; /* style */ const __vue_inject_styles__$3F = undefined; /* scoped */ - const __vue_scope_id__$3F = "data-v-729fd89a"; + const __vue_scope_id__$3F = "data-v-5c6502dc"; /* module identifier */ const __vue_module_identifier__$3F = undefined; /* functional template */ @@ -117387,7 +117469,7 @@ __vue_render__$3E._withStripped = true; /* style */ const __vue_inject_styles__$3E = undefined; /* scoped */ - const __vue_scope_id__$3E = "data-v-3403300f"; + const __vue_scope_id__$3E = "data-v-53018560"; /* module identifier */ const __vue_module_identifier__$3E = undefined; /* functional template */ @@ -117585,7 +117667,7 @@ __vue_render__$3D._withStripped = true; /* style */ const __vue_inject_styles__$3D = undefined; /* scoped */ - const __vue_scope_id__$3D = "data-v-e3629262"; + const __vue_scope_id__$3D = "data-v-fa7cf124"; /* module identifier */ const __vue_module_identifier__$3D = undefined; /* functional template */ @@ -117780,7 +117862,7 @@ __vue_render__$3C._withStripped = true; /* style */ const __vue_inject_styles__$3C = undefined; /* scoped */ - const __vue_scope_id__$3C = "data-v-c59de198"; + const __vue_scope_id__$3C = "data-v-63d96ada"; /* module identifier */ const __vue_module_identifier__$3C = undefined; /* functional template */ @@ -117971,7 +118053,7 @@ __vue_render__$3B._withStripped = true; /* style */ const __vue_inject_styles__$3B = undefined; /* scoped */ - const __vue_scope_id__$3B = "data-v-563ea8de"; + const __vue_scope_id__$3B = "data-v-85c96906"; /* module identifier */ const __vue_module_identifier__$3B = undefined; /* functional template */ @@ -118168,7 +118250,7 @@ __vue_render__$3A._withStripped = true; /* style */ const __vue_inject_styles__$3A = undefined; /* scoped */ - const __vue_scope_id__$3A = "data-v-3f4238aa"; + const __vue_scope_id__$3A = "data-v-cc92de2a"; /* module identifier */ const __vue_module_identifier__$3A = undefined; /* functional template */ @@ -118365,7 +118447,7 @@ __vue_render__$3z._withStripped = true; /* style */ const __vue_inject_styles__$3z = undefined; /* scoped */ - const __vue_scope_id__$3z = "data-v-5d5bc238"; + const __vue_scope_id__$3z = "data-v-48c0f2b9"; /* module identifier */ const __vue_module_identifier__$3z = undefined; /* functional template */ @@ -118566,7 +118648,7 @@ __vue_render__$3y._withStripped = true; /* style */ const __vue_inject_styles__$3y = undefined; /* scoped */ - const __vue_scope_id__$3y = "data-v-806db2ae"; + const __vue_scope_id__$3y = "data-v-1aa48df0"; /* module identifier */ const __vue_module_identifier__$3y = undefined; /* functional template */ @@ -118787,7 +118869,7 @@ __vue_render__$3x._withStripped = true; /* style */ const __vue_inject_styles__$3x = undefined; /* scoped */ - const __vue_scope_id__$3x = "data-v-abfaca0a"; + const __vue_scope_id__$3x = "data-v-ad9706cc"; /* module identifier */ const __vue_module_identifier__$3x = undefined; /* functional template */ @@ -118984,7 +119066,7 @@ __vue_render__$3w._withStripped = true; /* style */ const __vue_inject_styles__$3w = undefined; /* scoped */ - const __vue_scope_id__$3w = "data-v-26560c2f"; + const __vue_scope_id__$3w = "data-v-0f887b20"; /* module identifier */ const __vue_module_identifier__$3w = undefined; /* functional template */ @@ -119181,7 +119263,7 @@ __vue_render__$3v._withStripped = true; /* style */ const __vue_inject_styles__$3v = undefined; /* scoped */ - const __vue_scope_id__$3v = "data-v-00159929"; + const __vue_scope_id__$3v = "data-v-3cc5ebaa"; /* module identifier */ const __vue_module_identifier__$3v = undefined; /* functional template */ @@ -119378,7 +119460,7 @@ __vue_render__$3u._withStripped = true; /* style */ const __vue_inject_styles__$3u = undefined; /* scoped */ - const __vue_scope_id__$3u = "data-v-6502f73d"; + const __vue_scope_id__$3u = "data-v-3cfb2884"; /* module identifier */ const __vue_module_identifier__$3u = undefined; /* functional template */ @@ -119577,7 +119659,7 @@ __vue_render__$3t._withStripped = true; /* style */ const __vue_inject_styles__$3t = undefined; /* scoped */ - const __vue_scope_id__$3t = "data-v-53efb387"; + const __vue_scope_id__$3t = "data-v-d3f55e34"; /* module identifier */ const __vue_module_identifier__$3t = undefined; /* functional template */ @@ -119788,7 +119870,7 @@ __vue_render__$3s._withStripped = true; /* style */ const __vue_inject_styles__$3s = undefined; /* scoped */ - const __vue_scope_id__$3s = "data-v-0272e976"; + const __vue_scope_id__$3s = "data-v-4b2a94b7"; /* module identifier */ const __vue_module_identifier__$3s = undefined; /* functional template */ @@ -119999,7 +120081,7 @@ __vue_render__$3r._withStripped = true; /* style */ const __vue_inject_styles__$3r = undefined; /* scoped */ - const __vue_scope_id__$3r = "data-v-b907f0d6"; + const __vue_scope_id__$3r = "data-v-5cf78f16"; /* module identifier */ const __vue_module_identifier__$3r = undefined; /* functional template */ @@ -120210,7 +120292,7 @@ __vue_render__$3q._withStripped = true; /* style */ const __vue_inject_styles__$3q = undefined; /* scoped */ - const __vue_scope_id__$3q = "data-v-af5c6e24"; + const __vue_scope_id__$3q = "data-v-1ded17a2"; /* module identifier */ const __vue_module_identifier__$3q = undefined; /* functional template */ @@ -120421,7 +120503,7 @@ __vue_render__$3p._withStripped = true; /* style */ const __vue_inject_styles__$3p = undefined; /* scoped */ - const __vue_scope_id__$3p = "data-v-7b4138aa"; + const __vue_scope_id__$3p = "data-v-780e382a"; /* module identifier */ const __vue_module_identifier__$3p = undefined; /* functional template */ @@ -120632,7 +120714,7 @@ __vue_render__$3o._withStripped = true; /* style */ const __vue_inject_styles__$3o = undefined; /* scoped */ - const __vue_scope_id__$3o = "data-v-4e30a866"; + const __vue_scope_id__$3o = "data-v-d22f58b2"; /* module identifier */ const __vue_module_identifier__$3o = undefined; /* functional template */ @@ -120843,7 +120925,7 @@ __vue_render__$3n._withStripped = true; /* style */ const __vue_inject_styles__$3n = undefined; /* scoped */ - const __vue_scope_id__$3n = "data-v-21201822"; + const __vue_scope_id__$3n = "data-v-69d7c363"; /* module identifier */ const __vue_module_identifier__$3n = undefined; /* functional template */ @@ -121034,7 +121116,7 @@ __vue_render__$3m._withStripped = true; /* style */ const __vue_inject_styles__$3m = undefined; /* scoped */ - const __vue_scope_id__$3m = "data-v-53e9987b"; + const __vue_scope_id__$3m = "data-v-3bb51f3c"; /* module identifier */ const __vue_module_identifier__$3m = undefined; /* functional template */ @@ -121225,7 +121307,7 @@ __vue_render__$3l._withStripped = true; /* style */ const __vue_inject_styles__$3l = undefined; /* scoped */ - const __vue_scope_id__$3l = "data-v-01c75118"; + const __vue_scope_id__$3l = "data-v-2cda504e"; /* module identifier */ const __vue_module_identifier__$3l = undefined; /* functional template */ @@ -121416,7 +121498,7 @@ __vue_render__$3k._withStripped = true; /* style */ const __vue_inject_styles__$3k = undefined; /* scoped */ - const __vue_scope_id__$3k = "data-v-a0b5ec96"; + const __vue_scope_id__$3k = "data-v-d11edf14"; /* module identifier */ const __vue_module_identifier__$3k = undefined; /* functional template */ @@ -121607,7 +121689,7 @@ __vue_render__$3j._withStripped = true; /* style */ const __vue_inject_styles__$3j = undefined; /* scoped */ - const __vue_scope_id__$3j = "data-v-5d82c252"; + const __vue_scope_id__$3j = "data-v-454e4913"; /* module identifier */ const __vue_module_identifier__$3j = undefined; /* functional template */ @@ -121798,7 +121880,7 @@ __vue_render__$3i._withStripped = true; /* style */ const __vue_inject_styles__$3i = undefined; /* scoped */ - const __vue_scope_id__$3i = "data-v-9c031c28"; + const __vue_scope_id__$3i = "data-v-874dc3ea"; /* module identifier */ const __vue_module_identifier__$3i = undefined; /* functional template */ @@ -121989,7 +122071,7 @@ __vue_render__$3h._withStripped = true; /* style */ const __vue_inject_styles__$3h = undefined; /* scoped */ - const __vue_scope_id__$3h = "data-v-50daaa6b"; + const __vue_scope_id__$3h = "data-v-5b35568a"; /* module identifier */ const __vue_module_identifier__$3h = undefined; /* functional template */ @@ -122180,7 +122262,7 @@ __vue_render__$3g._withStripped = true; /* style */ const __vue_inject_styles__$3g = undefined; /* scoped */ - const __vue_scope_id__$3g = "data-v-20923a2c"; + const __vue_scope_id__$3g = "data-v-0bdce1ee"; /* module identifier */ const __vue_module_identifier__$3g = undefined; /* functional template */ @@ -122371,7 +122453,7 @@ __vue_render__$3f._withStripped = true; /* style */ const __vue_inject_styles__$3f = undefined; /* scoped */ - const __vue_scope_id__$3f = "data-v-e2d9c92e"; + const __vue_scope_id__$3f = "data-v-ce2470f0"; /* module identifier */ const __vue_module_identifier__$3f = undefined; /* functional template */ @@ -122562,7 +122644,7 @@ __vue_render__$3e._withStripped = true; /* style */ const __vue_inject_styles__$3e = undefined; /* scoped */ - const __vue_scope_id__$3e = "data-v-50dab00c"; + const __vue_scope_id__$3e = "data-v-4e1d80d9"; /* module identifier */ const __vue_module_identifier__$3e = undefined; /* functional template */ @@ -122753,7 +122835,7 @@ __vue_render__$3d._withStripped = true; /* style */ const __vue_inject_styles__$3d = undefined; /* scoped */ - const __vue_scope_id__$3d = "data-v-651fdcb9"; + const __vue_scope_id__$3d = "data-v-48aa94d0"; /* module identifier */ const __vue_module_identifier__$3d = undefined; /* functional template */ @@ -122944,7 +123026,7 @@ __vue_render__$3c._withStripped = true; /* style */ const __vue_inject_styles__$3c = undefined; /* scoped */ - const __vue_scope_id__$3c = "data-v-c0c18e96"; + const __vue_scope_id__$3c = "data-v-6678bd54"; /* module identifier */ const __vue_module_identifier__$3c = undefined; /* functional template */ @@ -123135,7 +123217,7 @@ __vue_render__$3b._withStripped = true; /* style */ const __vue_inject_styles__$3b = undefined; /* scoped */ - const __vue_scope_id__$3b = "data-v-ff8b7392"; + const __vue_scope_id__$3b = "data-v-1275c1d4"; /* module identifier */ const __vue_module_identifier__$3b = undefined; /* functional template */ @@ -123326,7 +123408,7 @@ __vue_render__$3a._withStripped = true; /* style */ const __vue_inject_styles__$3a = undefined; /* scoped */ - const __vue_scope_id__$3a = "data-v-5c348cc9"; + const __vue_scope_id__$3a = "data-v-49d8784a"; /* module identifier */ const __vue_module_identifier__$3a = undefined; /* functional template */ @@ -123517,7 +123599,7 @@ __vue_render__$39._withStripped = true; /* style */ const __vue_inject_styles__$39 = undefined; /* scoped */ - const __vue_scope_id__$39 = "data-v-68be8eb4"; + const __vue_scope_id__$39 = "data-v-8d76b7b2"; /* module identifier */ const __vue_module_identifier__$39 = undefined; /* functional template */ @@ -123708,7 +123790,7 @@ __vue_render__$38._withStripped = true; /* style */ const __vue_inject_styles__$38 = undefined; /* scoped */ - const __vue_scope_id__$38 = "data-v-3b0ce483"; + const __vue_scope_id__$38 = "data-v-28b0d004"; /* module identifier */ const __vue_module_identifier__$38 = undefined; /* functional template */ @@ -123899,7 +123981,7 @@ __vue_render__$37._withStripped = true; /* style */ const __vue_inject_styles__$37 = undefined; /* scoped */ - const __vue_scope_id__$37 = "data-v-ab0ddf40"; + const __vue_scope_id__$37 = "data-v-cfc6083e"; /* module identifier */ const __vue_module_identifier__$37 = undefined; /* functional template */ @@ -124290,7 +124372,7 @@ __vue_render__$35._withStripped = true; /* style */ const __vue_inject_styles__$35 = undefined; /* scoped */ - const __vue_scope_id__$35 = "data-v-79879c4e"; + const __vue_scope_id__$35 = "data-v-7026466d"; /* module identifier */ const __vue_module_identifier__$35 = undefined; /* functional template */ @@ -124497,7 +124579,7 @@ __vue_render__$34._withStripped = true; /* style */ const __vue_inject_styles__$34 = undefined; /* scoped */ - const __vue_scope_id__$34 = "data-v-db1ef5b2"; + const __vue_scope_id__$34 = "data-v-6d309986"; /* module identifier */ const __vue_module_identifier__$34 = undefined; /* functional template */ @@ -124703,7 +124785,7 @@ __vue_render__$33._withStripped = true; /* style */ const __vue_inject_styles__$33 = undefined; /* scoped */ - const __vue_scope_id__$33 = "data-v-2ab7fd94"; + const __vue_scope_id__$33 = "data-v-64857f15"; /* module identifier */ const __vue_module_identifier__$33 = undefined; /* functional template */ @@ -124893,7 +124975,7 @@ __vue_render__$32._withStripped = true; /* style */ const __vue_inject_styles__$32 = undefined; /* scoped */ - const __vue_scope_id__$32 = "data-v-01606e1f"; + const __vue_scope_id__$32 = "data-v-1487fe20"; /* module identifier */ const __vue_module_identifier__$32 = undefined; /* functional template */ @@ -125115,7 +125197,7 @@ __vue_render__$31._withStripped = true; /* style */ const __vue_inject_styles__$31 = undefined; /* scoped */ - const __vue_scope_id__$31 = "data-v-970e3a6a"; + const __vue_scope_id__$31 = "data-v-19640c8c"; /* module identifier */ const __vue_module_identifier__$31 = undefined; /* functional template */ @@ -125345,7 +125427,7 @@ __vue_render__$30._withStripped = true; /* style */ const __vue_inject_styles__$30 = undefined; /* scoped */ - const __vue_scope_id__$30 = "data-v-516426e7"; + const __vue_scope_id__$30 = "data-v-fbc71f74"; /* module identifier */ const __vue_module_identifier__$30 = undefined; /* functional template */ @@ -125559,7 +125641,7 @@ __vue_render__$2$._withStripped = true; /* style */ const __vue_inject_styles__$2$ = undefined; /* scoped */ - const __vue_scope_id__$2$ = "data-v-37b34ced"; + const __vue_scope_id__$2$ = "data-v-11a9ade8"; /* module identifier */ const __vue_module_identifier__$2$ = undefined; /* functional template */ @@ -125797,7 +125879,7 @@ __vue_render__$2_._withStripped = true; /* style */ const __vue_inject_styles__$2_ = undefined; /* scoped */ - const __vue_scope_id__$2_ = "data-v-5ae5cf71"; + const __vue_scope_id__$2_ = "data-v-35684fd0"; /* module identifier */ const __vue_module_identifier__$2_ = undefined; /* functional template */ @@ -125999,7 +126081,7 @@ __vue_render__$2Z._withStripped = true; /* style */ const __vue_inject_styles__$2Z = undefined; /* scoped */ - const __vue_scope_id__$2Z = "data-v-09b9c62d"; + const __vue_scope_id__$2Z = "data-v-0390b24c"; /* module identifier */ const __vue_module_identifier__$2Z = undefined; /* functional template */ @@ -127047,7 +127129,7 @@ __vue_render__$2U._withStripped = true; /* style */ const __vue_inject_styles__$2U = undefined; /* scoped */ - const __vue_scope_id__$2U = "data-v-a41070b2"; + const __vue_scope_id__$2U = "data-v-63cf8e06"; /* module identifier */ const __vue_module_identifier__$2U = undefined; /* functional template */ @@ -128753,7 +128835,7 @@ __vue_render__$2S._withStripped = true; /* style */ const __vue_inject_styles__$2S = undefined; /* scoped */ - const __vue_scope_id__$2S = "data-v-0f484153"; + const __vue_scope_id__$2S = "data-v-efccf29c"; /* module identifier */ const __vue_module_identifier__$2S = undefined; /* functional template */ @@ -129279,7 +129361,7 @@ __vue_render__$2Q._withStripped = true; /* style */ const __vue_inject_styles__$2Q = undefined; /* scoped */ - const __vue_scope_id__$2Q = "data-v-38bdeefb"; + const __vue_scope_id__$2Q = "data-v-11fe18fc"; /* module identifier */ const __vue_module_identifier__$2Q = undefined; /* functional template */ @@ -141612,83 +141694,131 @@ var script$2J = { user_id: String(this.robotData.user_id) }) }).then(response => response.json()).then(json => { - this.conversationId = json.token.split('|')[0]; + // this.conversationId = json.token.split('|')[0] + this.conversationId = json.conversation_id; this.tmpToken = json.token; }); }, // 获取小智答疑答案 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 + // Authorization: 'Bearer ' + this.tmpToken }, 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 + // kb_id: 117, + // kb_type: 'book', + // message: question, }) - }).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) - }); }); - // 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,'
')) + } + } + } + this.list[index].loading = false; + this.list[index].type = 'text'; - // if (done) { - // this.list[index].loadingCompleted = true - // 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, '') != '') { - // // this.list[index].content += text - // content += text.replace(/\\n/g,'
') - // this.list[index].content =marked.parse(content) - // } - // } - // } + // 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); + // .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) + // }) + // }) - // this.list[index].loading = false + // const reader = response.body.getReader() + // let data = '' + // let videoUrl = '' + // let content = '' + // while (true) { + // const { done, value } = await reader.read() + // console.log('🚀 ~ loadData ~ done:', done) - // this.list[index].type = 'text' + // if (done) { + // this.list[index].loadingCompleted = true + // 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, '') != '') { + // // this.list[index].content += text + // content += text.replace(/\\n/g,'
') + // this.list[index].content =marked.parse(content) + // } + // } + // } - // setTimeout(() => { - // this.scrollToBottom() - // }, 200) - // } + // this.list[index].loading = false + + // this.list[index].type = 'text' + + // setTimeout(() => { + // this.scrollToBottom() + // }, 200) + // } + } } catch { this.list[index].loading = false; this.list[index].loadingCompleted = true; @@ -142231,7 +142361,7 @@ __vue_render__$2J._withStripped = true; /* style */ const __vue_inject_styles__$2J = undefined; /* scoped */ - const __vue_scope_id__$2J = "data-v-169f8672"; + const __vue_scope_id__$2J = "data-v-caed3ac2"; /* module identifier */ const __vue_module_identifier__$2J = undefined; /* functional template */ @@ -143588,7 +143718,7 @@ __vue_render__$2I._withStripped = true; /* style */ const __vue_inject_styles__$2I = undefined; /* scoped */ - const __vue_scope_id__$2I = "data-v-008fff1c"; + const __vue_scope_id__$2I = "data-v-3a03f346"; /* module identifier */ const __vue_module_identifier__$2I = undefined; /* functional template */ @@ -145654,7 +145784,7 @@ __vue_render__$2F._withStripped = true; /* style */ const __vue_inject_styles__$2F = undefined; /* scoped */ - const __vue_scope_id__$2F = "data-v-2ca9482e"; + const __vue_scope_id__$2F = "data-v-41f9edea"; /* module identifier */ const __vue_module_identifier__$2F = undefined; /* functional template */ @@ -150931,7 +151061,12 @@ var script$2w = { return val / num * 100 || 0; }, getNumbers(val, num) { - return (val / num * 100).toFixed(1) || 0; + // console.log(val, num, '完成率') + if (val && num && num != 0) { + return (val / num * 100).toFixed(1) || 0; + } else { + return 0; + } }, // 更改筛选 changeFilter(i) { @@ -152297,9 +152432,10 @@ var __vue_render__$2w = function () { [ _vm._v( _vm._s( - item.completionRate - ? item.completionRate - : "0" + _vm.getNumbers( + item.testNum, + _vm.testAllNum + ) ) + "%" ), ] @@ -152316,7 +152452,7 @@ var __vue_render__$2w = function () { item.accuracy ? item.accuracy : "0" - ) + ) + "%" ), ] ), @@ -152400,7 +152536,7 @@ __vue_render__$2w._withStripped = true; /* style */ const __vue_inject_styles__$2w = undefined; /* scoped */ - const __vue_scope_id__$2w = "data-v-00a5c6f9"; + const __vue_scope_id__$2w = "data-v-467e4688"; /* module identifier */ const __vue_module_identifier__$2w = undefined; /* functional template */ @@ -153098,7 +153234,7 @@ __vue_render__$2u._withStripped = true; /* style */ const __vue_inject_styles__$2u = undefined; /* scoped */ - const __vue_scope_id__$2u = "data-v-2f429cd8"; + const __vue_scope_id__$2u = "data-v-0268b199"; /* module identifier */ const __vue_module_identifier__$2u = undefined; /* functional template */ @@ -155792,6 +155928,18 @@ var script$2t = { }); } }, + findChild(data) { + console.log(data, 'findChild'); + if (data?.children && data?.children.length > 0) { + let length = data.children.length - 1; + if (length >= 0) { + return this.findChild(data.children[length]); + } + } else { + // console.log(data.id,'data.id'); + return data.id; + } + }, updateReadLocation(pageNum) { // observationChapter // this.chapterSchedule = 0 @@ -155816,6 +155964,13 @@ var script$2t = { // console.log("targetId:",targetId,endIndex); // this.chapterSchedule = (targetId / endIndex) * 100 this.chapterSchedule = (targetId - startIndex) / (endIndex - startIndex) * 100; + // if (this.currentGroupInfo.endLevelId?.children && this.currentGroupInfo.endLevelId?.children.length > 0) { + // let length = this.currentGroupInfo.endLevelId.children.length - 1 + // let id = this.findChild(this.currentGroupInfo.endLevelId.children[length]) + // if (this.currentGroupInfo.chapterId == id) { + // this.chapterSchedule = 100 + // } + // } // console.log("chapterSchedule:",this.chapterSchedule); // console.log('this.observationChapterList',this.observationChapterList.length ,elems.length,this.chapterSchedule,this.learningChapter.includes(className),this.learningChapter ) if (this.chapterSchedule > 70 && !this.learningChapter.includes(className)) { @@ -155841,7 +155996,8 @@ var script$2t = { let locationId = list[0] + '/' + list[1] + '/' + list[2]; let index = this.componentList.findIndex(value => value.location == locationId); this.currentGroupInfo = index !== -1 ? this.componentList[index] : this.currentGroupInfo; - // console.log('this.currentGroupInfo',this.currentGroupInfo,this.observationChapter) + // console.log('this.currentGroupInfo', this.currentGroupInfo) + if (this.observationChapter != this.currentGroupInfo.chapterId) { // this.learningChapter=this.learningChapter.slice(0,-1) this.observationChapter = this.currentGroupInfo.chapterId; @@ -155855,7 +156011,7 @@ var script$2t = { // console.log('this.componentList', this.learningChapter) const updateProgress = () => { let learningTime = parseInt(new Date().getTime() / 1000) - this.learningTime; - this.schedule = pageNum > this.componentList.length - 10 && this.chapterSchedule > 80 ? '100' : num.toFixed(1); + this.schedule = pageNum > this.componentList.length - 10 && this.chapterSchedule > 70 ? '100' : num.toFixed(1); this.locationData = { location: location, //当前阅读位置 @@ -157962,7 +158118,7 @@ var __vue_render__$2t = function () { _vm._v(" "), _vm.env.tippy.maxWordCount && !_vm.env.isHuaTeng ? _c("span", { staticClass: "tipbar-remark" }, [ - _vm._v("均<=200字"), + _vm._v("均<=200字 "), ]) : _vm._e(), ] @@ -161390,7 +161546,7 @@ __vue_render__$2s._withStripped = true; /* style */ const __vue_inject_styles__$2s = undefined; /* scoped */ - const __vue_scope_id__$2s = "data-v-0ef3d58d"; + const __vue_scope_id__$2s = "data-v-bdb79c64"; /* module identifier */ const __vue_module_identifier__$2s = undefined; /* functional template */ @@ -162901,7 +163057,7 @@ __vue_render__$2q._withStripped = true; /* style */ const __vue_inject_styles__$2q = undefined; /* scoped */ - const __vue_scope_id__$2q = "data-v-ec811486"; + const __vue_scope_id__$2q = "data-v-fa27bc84"; /* module identifier */ const __vue_module_identifier__$2q = undefined; /* functional template */ @@ -163178,7 +163334,7 @@ __vue_render__$2p._withStripped = true; /* style */ const __vue_inject_styles__$2p = undefined; /* scoped */ - const __vue_scope_id__$2p = "data-v-6117e448"; + const __vue_scope_id__$2p = "data-v-540aeadd"; /* module identifier */ const __vue_module_identifier__$2p = undefined; /* functional template */ @@ -163400,7 +163556,7 @@ __vue_render__$2o._withStripped = true; /* style */ const __vue_inject_styles__$2o = undefined; /* scoped */ - const __vue_scope_id__$2o = "data-v-fc51a572"; + const __vue_scope_id__$2o = "data-v-4dc65e66"; /* module identifier */ const __vue_module_identifier__$2o = undefined; /* functional template */ @@ -163670,7 +163826,7 @@ __vue_render__$2n._withStripped = true; /* style */ const __vue_inject_styles__$2n = undefined; /* scoped */ - const __vue_scope_id__$2n = "data-v-541dd1b6"; + const __vue_scope_id__$2n = "data-v-003c7255"; /* module identifier */ const __vue_module_identifier__$2n = undefined; /* functional template */ @@ -163891,7 +164047,7 @@ __vue_render__$2m._withStripped = true; /* style */ const __vue_inject_styles__$2m = undefined; /* scoped */ - const __vue_scope_id__$2m = "data-v-c37db9ac"; + const __vue_scope_id__$2m = "data-v-60c1d32a"; /* module identifier */ const __vue_module_identifier__$2m = undefined; /* functional template */ @@ -164112,7 +164268,7 @@ __vue_render__$2l._withStripped = true; /* style */ const __vue_inject_styles__$2l = undefined; /* scoped */ - const __vue_scope_id__$2l = "data-v-90535a1e"; + const __vue_scope_id__$2l = "data-v-3dd8399c"; /* module identifier */ const __vue_module_identifier__$2l = undefined; /* functional template */ @@ -164371,7 +164527,7 @@ __vue_render__$2k._withStripped = true; /* style */ const __vue_inject_styles__$2k = undefined; /* scoped */ - const __vue_scope_id__$2k = "data-v-4e6deabb"; + const __vue_scope_id__$2k = "data-v-56080afc"; /* module identifier */ const __vue_module_identifier__$2k = undefined; /* functional template */ @@ -164593,7 +164749,7 @@ __vue_render__$2j._withStripped = true; /* style */ const __vue_inject_styles__$2j = undefined; /* scoped */ - const __vue_scope_id__$2j = "data-v-17636a65"; + const __vue_scope_id__$2j = "data-v-892c00b4"; /* module identifier */ const __vue_module_identifier__$2j = undefined; /* functional template */ @@ -164813,7 +164969,7 @@ __vue_render__$2i._withStripped = true; /* style */ const __vue_inject_styles__$2i = undefined; /* scoped */ - const __vue_scope_id__$2i = "data-v-6010332f"; + const __vue_scope_id__$2i = "data-v-94105de4"; /* module identifier */ const __vue_module_identifier__$2i = undefined; /* functional template */ @@ -165037,7 +165193,7 @@ __vue_render__$2h._withStripped = true; /* style */ const __vue_inject_styles__$2h = undefined; /* scoped */ - const __vue_scope_id__$2h = "data-v-6a175dc5"; + const __vue_scope_id__$2h = "data-v-72c4fa46"; /* module identifier */ const __vue_module_identifier__$2h = undefined; /* functional template */ @@ -165261,7 +165417,7 @@ __vue_render__$2g._withStripped = true; /* style */ const __vue_inject_styles__$2g = undefined; /* scoped */ - const __vue_scope_id__$2g = "data-v-7f6517ef"; + const __vue_scope_id__$2g = "data-v-40bcff20"; /* module identifier */ const __vue_module_identifier__$2g = undefined; /* functional template */ @@ -165508,7 +165664,7 @@ __vue_render__$2f._withStripped = true; /* style */ const __vue_inject_styles__$2f = undefined; /* scoped */ - const __vue_scope_id__$2f = "data-v-1889a66d"; + const __vue_scope_id__$2f = "data-v-26285bcc"; /* module identifier */ const __vue_module_identifier__$2f = undefined; /* functional template */ @@ -165759,7 +165915,7 @@ __vue_render__$2e._withStripped = true; /* style */ const __vue_inject_styles__$2e = undefined; /* scoped */ - const __vue_scope_id__$2e = "data-v-0400b98e"; + const __vue_scope_id__$2e = "data-v-27da934f"; /* module identifier */ const __vue_module_identifier__$2e = undefined; /* functional template */ @@ -166029,7 +166185,7 @@ __vue_render__$2d._withStripped = true; /* style */ const __vue_inject_styles__$2d = undefined; /* scoped */ - const __vue_scope_id__$2d = "data-v-0bbbaed4"; + const __vue_scope_id__$2d = "data-v-4e18c2f3"; /* module identifier */ const __vue_module_identifier__$2d = undefined; /* functional template */ @@ -166286,7 +166442,7 @@ __vue_render__$2c._withStripped = true; /* style */ const __vue_inject_styles__$2c = undefined; /* scoped */ - const __vue_scope_id__$2c = "data-v-78b47358"; + const __vue_scope_id__$2c = "data-v-3f9408b3"; /* module identifier */ const __vue_module_identifier__$2c = undefined; /* functional template */ @@ -166553,7 +166709,7 @@ __vue_render__$2b._withStripped = true; /* style */ const __vue_inject_styles__$2b = undefined; /* scoped */ - const __vue_scope_id__$2b = "data-v-2417ddb8"; + const __vue_scope_id__$2b = "data-v-1c7f3d8e"; /* module identifier */ const __vue_module_identifier__$2b = undefined; /* functional template */ @@ -166775,7 +166931,7 @@ __vue_render__$2a._withStripped = true; /* style */ const __vue_inject_styles__$2a = undefined; /* scoped */ - const __vue_scope_id__$2a = "data-v-689fb9d8"; + const __vue_scope_id__$2a = "data-v-ef3327d6"; /* module identifier */ const __vue_module_identifier__$2a = undefined; /* functional template */ @@ -166999,7 +167155,7 @@ __vue_render__$29._withStripped = true; /* style */ const __vue_inject_styles__$29 = undefined; /* scoped */ - const __vue_scope_id__$29 = "data-v-303af187"; + const __vue_scope_id__$29 = "data-v-b53656f0"; /* module identifier */ const __vue_module_identifier__$29 = undefined; /* functional template */ @@ -167232,7 +167388,7 @@ __vue_render__$28._withStripped = true; /* style */ const __vue_inject_styles__$28 = undefined; /* scoped */ - const __vue_scope_id__$28 = "data-v-62bf1d58"; + const __vue_scope_id__$28 = "data-v-6732684e"; /* module identifier */ const __vue_module_identifier__$28 = undefined; /* functional template */ @@ -167451,7 +167607,7 @@ __vue_render__$27._withStripped = true; /* style */ const __vue_inject_styles__$27 = undefined; /* scoped */ - const __vue_scope_id__$27 = "data-v-f3f5828c"; + const __vue_scope_id__$27 = "data-v-5453ddce"; /* module identifier */ const __vue_module_identifier__$27 = undefined; /* functional template */ @@ -167672,7 +167828,7 @@ __vue_render__$26._withStripped = true; /* style */ const __vue_inject_styles__$26 = undefined; /* scoped */ - const __vue_scope_id__$26 = "data-v-1a1bf8ac"; + const __vue_scope_id__$26 = "data-v-72a0284b"; /* module identifier */ const __vue_module_identifier__$26 = undefined; /* functional template */ @@ -167891,7 +168047,7 @@ __vue_render__$25._withStripped = true; /* style */ const __vue_inject_styles__$25 = undefined; /* scoped */ - const __vue_scope_id__$25 = "data-v-d073a642"; + const __vue_scope_id__$25 = "data-v-4fc7f120"; /* module identifier */ const __vue_module_identifier__$25 = undefined; /* functional template */ @@ -168144,7 +168300,7 @@ __vue_render__$24._withStripped = true; /* style */ const __vue_inject_styles__$24 = undefined; /* scoped */ - const __vue_scope_id__$24 = "data-v-620872de"; + const __vue_scope_id__$24 = "data-v-2fde525c"; /* module identifier */ const __vue_module_identifier__$24 = undefined; /* functional template */ @@ -168366,7 +168522,7 @@ __vue_render__$23._withStripped = true; /* style */ const __vue_inject_styles__$23 = undefined; /* scoped */ - const __vue_scope_id__$23 = "data-v-ad37c942"; + const __vue_scope_id__$23 = "data-v-31958ec0"; /* module identifier */ const __vue_module_identifier__$23 = undefined; /* functional template */ @@ -168626,7 +168782,7 @@ __vue_render__$22._withStripped = true; /* style */ const __vue_inject_styles__$22 = undefined; /* scoped */ - const __vue_scope_id__$22 = "data-v-6845ac25"; + const __vue_scope_id__$22 = "data-v-6c7709a6"; /* module identifier */ const __vue_module_identifier__$22 = undefined; /* functional template */ @@ -168851,7 +169007,7 @@ __vue_render__$21._withStripped = true; /* style */ const __vue_inject_styles__$21 = undefined; /* scoped */ - const __vue_scope_id__$21 = "data-v-e7dc6aae"; + const __vue_scope_id__$21 = "data-v-01797c08"; /* module identifier */ const __vue_module_identifier__$21 = undefined; /* functional template */ @@ -169072,7 +169228,7 @@ __vue_render__$20._withStripped = true; /* style */ const __vue_inject_styles__$20 = undefined; /* scoped */ - const __vue_scope_id__$20 = "data-v-74b8f6b4"; + const __vue_scope_id__$20 = "data-v-335aaeb5"; /* module identifier */ const __vue_module_identifier__$20 = undefined; /* functional template */ @@ -169291,7 +169447,7 @@ __vue_render__$1$._withStripped = true; /* style */ const __vue_inject_styles__$1$ = undefined; /* scoped */ - const __vue_scope_id__$1$ = "data-v-67c56c90"; + const __vue_scope_id__$1$ = "data-v-e8d9d25e"; /* module identifier */ const __vue_module_identifier__$1$ = undefined; /* functional template */ @@ -169508,7 +169664,7 @@ __vue_render__$1_._withStripped = true; /* style */ const __vue_inject_styles__$1_ = undefined; /* scoped */ - const __vue_scope_id__$1_ = "data-v-f07566ec"; + const __vue_scope_id__$1_ = "data-v-7b603f8b"; /* module identifier */ const __vue_module_identifier__$1_ = undefined; /* functional template */ @@ -169766,7 +169922,7 @@ __vue_render__$1Z._withStripped = true; /* style */ const __vue_inject_styles__$1Z = undefined; /* scoped */ - const __vue_scope_id__$1Z = "data-v-421def60"; + const __vue_scope_id__$1Z = "data-v-a138a53e"; /* module identifier */ const __vue_module_identifier__$1Z = undefined; /* functional template */ @@ -169988,7 +170144,7 @@ __vue_render__$1Y._withStripped = true; /* style */ const __vue_inject_styles__$1Y = undefined; /* scoped */ - const __vue_scope_id__$1Y = "data-v-4ea27446"; + const __vue_scope_id__$1Y = "data-v-4e7c515e"; /* module identifier */ const __vue_module_identifier__$1Y = undefined; /* functional template */ @@ -170209,7 +170365,7 @@ __vue_render__$1X._withStripped = true; /* style */ const __vue_inject_styles__$1X = undefined; /* scoped */ - const __vue_scope_id__$1X = "data-v-58f87cb3"; + const __vue_scope_id__$1X = "data-v-220346b4"; /* module identifier */ const __vue_module_identifier__$1X = undefined; /* functional template */ @@ -170430,7 +170586,7 @@ __vue_render__$1W._withStripped = true; /* style */ const __vue_inject_styles__$1W = undefined; /* scoped */ - const __vue_scope_id__$1W = "data-v-d59ca566"; + const __vue_scope_id__$1W = "data-v-5e3c774e"; /* module identifier */ const __vue_module_identifier__$1W = undefined; /* functional template */ @@ -170655,7 +170811,7 @@ __vue_render__$1V._withStripped = true; /* style */ const __vue_inject_styles__$1V = undefined; /* scoped */ - const __vue_scope_id__$1V = "data-v-24e07c5a"; + const __vue_scope_id__$1V = "data-v-90b82a58"; /* module identifier */ const __vue_module_identifier__$1V = undefined; /* functional template */ @@ -170876,7 +171032,7 @@ __vue_render__$1U._withStripped = true; /* style */ const __vue_inject_styles__$1U = undefined; /* scoped */ - const __vue_scope_id__$1U = "data-v-fa404aea"; + const __vue_scope_id__$1U = "data-v-016944ea"; /* module identifier */ const __vue_module_identifier__$1U = undefined; /* functional template */ @@ -171142,7 +171298,7 @@ __vue_render__$1T._withStripped = true; /* style */ const __vue_inject_styles__$1T = undefined; /* scoped */ - const __vue_scope_id__$1T = "data-v-9ddcfd16"; + const __vue_scope_id__$1T = "data-v-5d78f114"; /* module identifier */ const __vue_module_identifier__$1T = undefined; /* functional template */ @@ -171367,7 +171523,7 @@ __vue_render__$1S._withStripped = true; /* style */ const __vue_inject_styles__$1S = undefined; /* scoped */ - const __vue_scope_id__$1S = "data-v-0517aa58"; + const __vue_scope_id__$1S = "data-v-bbd5a092"; /* module identifier */ const __vue_module_identifier__$1S = undefined; /* functional template */ @@ -171592,7 +171748,7 @@ __vue_render__$1R._withStripped = true; /* style */ const __vue_inject_styles__$1R = undefined; /* scoped */ - const __vue_scope_id__$1R = "data-v-e42a614e"; + const __vue_scope_id__$1R = "data-v-113edd10"; /* module identifier */ const __vue_module_identifier__$1R = undefined; /* functional template */ @@ -171813,7 +171969,7 @@ __vue_render__$1Q._withStripped = true; /* style */ const __vue_inject_styles__$1Q = undefined; /* scoped */ - const __vue_scope_id__$1Q = "data-v-0b32ca0a"; + const __vue_scope_id__$1Q = "data-v-44644f4b"; /* module identifier */ const __vue_module_identifier__$1Q = undefined; /* functional template */ @@ -172083,7 +172239,7 @@ __vue_render__$1P._withStripped = true; /* style */ const __vue_inject_styles__$1P = undefined; /* scoped */ - const __vue_scope_id__$1P = "data-v-da50c8a6"; + const __vue_scope_id__$1P = "data-v-55384c6e"; /* module identifier */ const __vue_module_identifier__$1P = undefined; /* functional template */ @@ -172406,7 +172562,7 @@ __vue_render__$1O._withStripped = true; /* style */ const __vue_inject_styles__$1O = undefined; /* scoped */ - const __vue_scope_id__$1O = "data-v-cb03c258"; + const __vue_scope_id__$1O = "data-v-13f67e33"; /* module identifier */ const __vue_module_identifier__$1O = undefined; /* functional template */ @@ -172684,7 +172840,7 @@ __vue_render__$1N._withStripped = true; /* style */ const __vue_inject_styles__$1N = undefined; /* scoped */ - const __vue_scope_id__$1N = "data-v-efe436ca"; + const __vue_scope_id__$1N = "data-v-23d7bb0c"; /* module identifier */ const __vue_module_identifier__$1N = undefined; /* functional template */ @@ -172925,7 +173081,7 @@ __vue_render__$1M._withStripped = true; /* style */ const __vue_inject_styles__$1M = undefined; /* scoped */ - const __vue_scope_id__$1M = "data-v-78768e5c"; + const __vue_scope_id__$1M = "data-v-13bcbf9e"; /* module identifier */ const __vue_module_identifier__$1M = undefined; /* functional template */ @@ -173174,7 +173330,7 @@ __vue_render__$1L._withStripped = true; /* style */ const __vue_inject_styles__$1L = undefined; /* scoped */ - const __vue_scope_id__$1L = "data-v-94b82e9c"; + const __vue_scope_id__$1L = "data-v-9668941a"; /* module identifier */ const __vue_module_identifier__$1L = undefined; /* functional template */ @@ -173423,7 +173579,7 @@ __vue_render__$1K._withStripped = true; /* style */ const __vue_inject_styles__$1K = undefined; /* scoped */ - const __vue_scope_id__$1K = "data-v-2801c97a"; + const __vue_scope_id__$1K = "data-v-0f508699"; /* module identifier */ const __vue_module_identifier__$1K = undefined; /* functional template */ @@ -173672,7 +173828,7 @@ __vue_render__$1J._withStripped = true; /* style */ const __vue_inject_styles__$1J = undefined; /* scoped */ - const __vue_scope_id__$1J = "data-v-088e643a"; + const __vue_scope_id__$1J = "data-v-0b174afb"; /* module identifier */ const __vue_module_identifier__$1J = undefined; /* functional template */ @@ -173921,7 +174077,7 @@ __vue_render__$1I._withStripped = true; /* style */ const __vue_inject_styles__$1I = undefined; /* scoped */ - const __vue_scope_id__$1I = "data-v-3155eae4"; + const __vue_scope_id__$1I = "data-v-33065062"; /* module identifier */ const __vue_module_identifier__$1I = undefined; /* functional template */ @@ -174170,7 +174326,7 @@ __vue_render__$1H._withStripped = true; /* style */ const __vue_inject_styles__$1H = undefined; /* scoped */ - const __vue_scope_id__$1H = "data-v-70330120"; + const __vue_scope_id__$1H = "data-v-a19586e2"; /* module identifier */ const __vue_module_identifier__$1H = undefined; /* functional template */ @@ -174440,7 +174596,7 @@ __vue_render__$1G._withStripped = true; /* style */ const __vue_inject_styles__$1G = undefined; /* scoped */ - const __vue_scope_id__$1G = "data-v-bcca686c"; + const __vue_scope_id__$1G = "data-v-d02812ae"; /* module identifier */ const __vue_module_identifier__$1G = undefined; /* functional template */ @@ -174734,7 +174890,7 @@ __vue_render__$1F._withStripped = true; /* style */ const __vue_inject_styles__$1F = undefined; /* scoped */ - const __vue_scope_id__$1F = "data-v-4f8c672c"; + const __vue_scope_id__$1F = "data-v-4a73806d"; /* module identifier */ const __vue_module_identifier__$1F = undefined; /* functional template */ @@ -175037,7 +175193,7 @@ __vue_render__$1E._withStripped = true; /* style */ const __vue_inject_styles__$1E = undefined; /* scoped */ - const __vue_scope_id__$1E = "data-v-6afa1a82"; + const __vue_scope_id__$1E = "data-v-60525f61"; /* module identifier */ const __vue_module_identifier__$1E = undefined; /* functional template */ @@ -175323,7 +175479,7 @@ __vue_render__$1D._withStripped = true; /* style */ const __vue_inject_styles__$1D = undefined; /* scoped */ - const __vue_scope_id__$1D = "data-v-7345570b"; + const __vue_scope_id__$1D = "data-v-1684f7ac"; /* module identifier */ const __vue_module_identifier__$1D = undefined; /* functional template */ @@ -175639,7 +175795,7 @@ __vue_render__$1C._withStripped = true; /* style */ const __vue_inject_styles__$1C = undefined; /* scoped */ - const __vue_scope_id__$1C = "data-v-f0bac616"; + const __vue_scope_id__$1C = "data-v-28b08454"; /* module identifier */ const __vue_module_identifier__$1C = undefined; /* functional template */ @@ -175894,7 +176050,7 @@ __vue_render__$1B._withStripped = true; /* style */ const __vue_inject_styles__$1B = undefined; /* scoped */ - const __vue_scope_id__$1B = "data-v-496564c6"; + const __vue_scope_id__$1B = "data-v-6dcf2925"; /* module identifier */ const __vue_module_identifier__$1B = undefined; /* functional template */ @@ -176145,7 +176301,7 @@ __vue_render__$1A._withStripped = true; /* style */ const __vue_inject_styles__$1A = undefined; /* scoped */ - const __vue_scope_id__$1A = "data-v-53553f0e"; + const __vue_scope_id__$1A = "data-v-30e45a2d"; /* module identifier */ const __vue_module_identifier__$1A = undefined; /* functional template */ @@ -176415,7 +176571,7 @@ __vue_render__$1z._withStripped = true; /* style */ const __vue_inject_styles__$1z = undefined; /* scoped */ - const __vue_scope_id__$1z = "data-v-251cb36c"; + const __vue_scope_id__$1z = "data-v-4d2eb76d"; /* module identifier */ const __vue_module_identifier__$1z = undefined; /* functional template */ @@ -176687,7 +176843,7 @@ __vue_render__$1y._withStripped = true; /* style */ const __vue_inject_styles__$1y = undefined; /* scoped */ - const __vue_scope_id__$1y = "data-v-7bce215d"; + const __vue_scope_id__$1y = "data-v-64b04008"; /* module identifier */ const __vue_module_identifier__$1y = undefined; /* functional template */ @@ -176916,7 +177072,7 @@ __vue_render__$1x._withStripped = true; /* style */ const __vue_inject_styles__$1x = undefined; /* scoped */ - const __vue_scope_id__$1x = "data-v-13aebb48"; + const __vue_scope_id__$1x = "data-v-492cfffb"; /* module identifier */ const __vue_module_identifier__$1x = undefined; /* functional template */ @@ -177158,7 +177314,7 @@ __vue_render__$1w._withStripped = true; /* style */ const __vue_inject_styles__$1w = undefined; /* scoped */ - const __vue_scope_id__$1w = "data-v-acc74302"; + const __vue_scope_id__$1w = "data-v-3e028c00"; /* module identifier */ const __vue_module_identifier__$1w = undefined; /* functional template */ @@ -177392,7 +177548,7 @@ __vue_render__$1v._withStripped = true; /* style */ const __vue_inject_styles__$1v = undefined; /* scoped */ - const __vue_scope_id__$1v = "data-v-0b41ffbe"; + const __vue_scope_id__$1v = "data-v-ac8122c6"; /* module identifier */ const __vue_module_identifier__$1v = undefined; /* functional template */ @@ -177663,7 +177819,7 @@ __vue_render__$1u._withStripped = true; /* style */ const __vue_inject_styles__$1u = undefined; /* scoped */ - const __vue_scope_id__$1u = "data-v-bd332c7c"; + const __vue_scope_id__$1u = "data-v-1817b843"; /* module identifier */ const __vue_module_identifier__$1u = undefined; /* functional template */ @@ -177937,7 +178093,7 @@ __vue_render__$1t._withStripped = true; /* style */ const __vue_inject_styles__$1t = undefined; /* scoped */ - const __vue_scope_id__$1t = "data-v-7b99eb29"; + const __vue_scope_id__$1t = "data-v-2b219c70"; /* module identifier */ const __vue_module_identifier__$1t = undefined; /* functional template */ @@ -178291,7 +178447,7 @@ __vue_render__$1s._withStripped = true; /* style */ const __vue_inject_styles__$1s = undefined; /* scoped */ - const __vue_scope_id__$1s = "data-v-bbb973a6"; + const __vue_scope_id__$1s = "data-v-0c72bbee"; /* module identifier */ const __vue_module_identifier__$1s = undefined; /* functional template */ @@ -178561,7 +178717,7 @@ __vue_render__$1r._withStripped = true; /* style */ const __vue_inject_styles__$1r = undefined; /* scoped */ - const __vue_scope_id__$1r = "data-v-6ece7ef3"; + const __vue_scope_id__$1r = "data-v-deb43adc"; /* module identifier */ const __vue_module_identifier__$1r = undefined; /* functional template */ @@ -178999,7 +179155,7 @@ __vue_render__$1q._withStripped = true; /* style */ const __vue_inject_styles__$1q = undefined; /* scoped */ - const __vue_scope_id__$1q = "data-v-78351106"; + const __vue_scope_id__$1q = "data-v-bc0dcbb6"; /* module identifier */ const __vue_module_identifier__$1q = undefined; /* functional template */ @@ -179246,7 +179402,7 @@ __vue_render__$1p._withStripped = true; /* style */ const __vue_inject_styles__$1p = undefined; /* scoped */ - const __vue_scope_id__$1p = "data-v-f53c1ef4"; + const __vue_scope_id__$1p = "data-v-56b59107"; /* module identifier */ const __vue_module_identifier__$1p = undefined; /* functional template */ @@ -179475,7 +179631,7 @@ __vue_render__$1o._withStripped = true; /* style */ const __vue_inject_styles__$1o = undefined; /* scoped */ - const __vue_scope_id__$1o = "data-v-13e760e5"; + const __vue_scope_id__$1o = "data-v-35160e66"; /* module identifier */ const __vue_module_identifier__$1o = undefined; /* functional template */ @@ -179698,7 +179854,7 @@ __vue_render__$1n._withStripped = true; /* style */ const __vue_inject_styles__$1n = undefined; /* scoped */ - const __vue_scope_id__$1n = "data-v-1ec48548"; + const __vue_scope_id__$1n = "data-v-51e59cb2"; /* module identifier */ const __vue_module_identifier__$1n = undefined; /* functional template */ @@ -179927,7 +180083,7 @@ __vue_render__$1m._withStripped = true; /* style */ const __vue_inject_styles__$1m = undefined; /* scoped */ - const __vue_scope_id__$1m = "data-v-27e60fba"; + const __vue_scope_id__$1m = "data-v-72b30b0a"; /* module identifier */ const __vue_module_identifier__$1m = undefined; /* functional template */ @@ -180150,7 +180306,7 @@ __vue_render__$1l._withStripped = true; /* style */ const __vue_inject_styles__$1l = undefined; /* scoped */ - const __vue_scope_id__$1l = "data-v-1e0efb9b"; + const __vue_scope_id__$1l = "data-v-054efd3a"; /* module identifier */ const __vue_module_identifier__$1l = undefined; /* functional template */ @@ -180375,7 +180531,7 @@ __vue_render__$1k._withStripped = true; /* style */ const __vue_inject_styles__$1k = undefined; /* scoped */ - const __vue_scope_id__$1k = "data-v-153a2c2e"; + const __vue_scope_id__$1k = "data-v-71d50966"; /* module identifier */ const __vue_module_identifier__$1k = undefined; /* functional template */ @@ -180608,7 +180764,7 @@ __vue_render__$1j._withStripped = true; /* style */ const __vue_inject_styles__$1j = undefined; /* scoped */ - const __vue_scope_id__$1j = "data-v-2507ea10"; + const __vue_scope_id__$1j = "data-v-fb1e0c22"; /* module identifier */ const __vue_module_identifier__$1j = undefined; /* functional template */ @@ -180851,7 +181007,7 @@ __vue_render__$1i._withStripped = true; /* style */ const __vue_inject_styles__$1i = undefined; /* scoped */ - const __vue_scope_id__$1i = "data-v-7535d589"; + const __vue_scope_id__$1i = "data-v-f8133db0"; /* module identifier */ const __vue_module_identifier__$1i = undefined; /* functional template */ @@ -181082,7 +181238,7 @@ __vue_render__$1h._withStripped = true; /* style */ const __vue_inject_styles__$1h = undefined; /* scoped */ - const __vue_scope_id__$1h = "data-v-ceb19bdc"; + const __vue_scope_id__$1h = "data-v-e960675a"; /* module identifier */ const __vue_module_identifier__$1h = undefined; /* functional template */ @@ -181307,7 +181463,7 @@ __vue_render__$1g._withStripped = true; /* style */ const __vue_inject_styles__$1g = undefined; /* scoped */ - const __vue_scope_id__$1g = "data-v-509da17b"; + const __vue_scope_id__$1g = "data-v-fc08d688"; /* module identifier */ const __vue_module_identifier__$1g = undefined; /* functional template */ @@ -181538,7 +181694,7 @@ __vue_render__$1f._withStripped = true; /* style */ const __vue_inject_styles__$1f = undefined; /* scoped */ - const __vue_scope_id__$1f = "data-v-21f2b654"; + const __vue_scope_id__$1f = "data-v-149b5095"; /* module identifier */ const __vue_module_identifier__$1f = undefined; /* functional template */ @@ -181765,7 +181921,7 @@ __vue_render__$1e._withStripped = true; /* style */ const __vue_inject_styles__$1e = undefined; /* scoped */ - const __vue_scope_id__$1e = "data-v-02e9e3dc"; + const __vue_scope_id__$1e = "data-v-3c36d13b"; /* module identifier */ const __vue_module_identifier__$1e = undefined; /* functional template */ @@ -181987,7 +182143,7 @@ __vue_render__$1d._withStripped = true; /* style */ const __vue_inject_styles__$1d = undefined; /* scoped */ - const __vue_scope_id__$1d = "data-v-dfd96c28"; + const __vue_scope_id__$1d = "data-v-602dcded"; /* module identifier */ const __vue_module_identifier__$1d = undefined; /* functional template */ @@ -182213,7 +182369,7 @@ __vue_render__$1c._withStripped = true; /* style */ const __vue_inject_styles__$1c = undefined; /* scoped */ - const __vue_scope_id__$1c = "data-v-0746500c"; + const __vue_scope_id__$1c = "data-v-23329c2a"; /* module identifier */ const __vue_module_identifier__$1c = undefined; /* functional template */ @@ -182439,7 +182595,7 @@ __vue_render__$1b._withStripped = true; /* style */ const __vue_inject_styles__$1b = undefined; /* scoped */ - const __vue_scope_id__$1b = "data-v-74fb4128"; + const __vue_scope_id__$1b = "data-v-a6ba7d6a"; /* module identifier */ const __vue_module_identifier__$1b = undefined; /* functional template */ @@ -182710,7 +182866,7 @@ __vue_render__$1a._withStripped = true; /* style */ const __vue_inject_styles__$1a = undefined; /* scoped */ - const __vue_scope_id__$1a = "data-v-3b4d93fd"; + const __vue_scope_id__$1a = "data-v-5d5131fe"; /* module identifier */ const __vue_module_identifier__$1a = undefined; /* functional template */ @@ -182932,7 +183088,7 @@ __vue_render__$19._withStripped = true; /* style */ const __vue_inject_styles__$19 = undefined; /* scoped */ - const __vue_scope_id__$19 = "data-v-1c3ff538"; + const __vue_scope_id__$19 = "data-v-d8f2de8e"; /* module identifier */ const __vue_module_identifier__$19 = undefined; /* functional template */ @@ -183203,7 +183359,7 @@ __vue_render__$18._withStripped = true; /* style */ const __vue_inject_styles__$18 = undefined; /* scoped */ - const __vue_scope_id__$18 = "data-v-4badabfb"; + const __vue_scope_id__$18 = "data-v-6db149fc"; /* module identifier */ const __vue_module_identifier__$18 = undefined; /* functional template */ @@ -183474,7 +183630,7 @@ __vue_render__$17._withStripped = true; /* style */ const __vue_inject_styles__$17 = undefined; /* scoped */ - const __vue_scope_id__$17 = "data-v-5844900c"; + const __vue_scope_id__$17 = "data-v-143d540a"; /* module identifier */ const __vue_module_identifier__$17 = undefined; /* functional template */ @@ -183728,7 +183884,7 @@ __vue_render__$16._withStripped = true; /* style */ const __vue_inject_styles__$16 = undefined; /* scoped */ - const __vue_scope_id__$16 = "data-v-0c330bf3"; + const __vue_scope_id__$16 = "data-v-e1167798"; /* module identifier */ const __vue_module_identifier__$16 = undefined; /* functional template */ @@ -184024,7 +184180,7 @@ __vue_render__$15._withStripped = true; /* style */ const __vue_inject_styles__$15 = undefined; /* scoped */ - const __vue_scope_id__$15 = "data-v-4b71c02a"; + const __vue_scope_id__$15 = "data-v-51c6ffee"; /* module identifier */ const __vue_module_identifier__$15 = undefined; /* functional template */ @@ -184328,7 +184484,7 @@ __vue_render__$14._withStripped = true; /* style */ const __vue_inject_styles__$14 = undefined; /* scoped */ - const __vue_scope_id__$14 = "data-v-79c0141c"; + const __vue_scope_id__$14 = "data-v-fe60c79a"; /* module identifier */ const __vue_module_identifier__$14 = undefined; /* functional template */ @@ -184929,7 +185085,7 @@ __vue_render__$13._withStripped = true; /* style */ const __vue_inject_styles__$13 = undefined; /* scoped */ - const __vue_scope_id__$13 = "data-v-f0f68d88"; + const __vue_scope_id__$13 = "data-v-5905057d"; /* module identifier */ const __vue_module_identifier__$13 = undefined; /* functional template */ @@ -185580,7 +185736,7 @@ __vue_render__$12._withStripped = true; /* style */ const __vue_inject_styles__$12 = undefined; /* scoped */ - const __vue_scope_id__$12 = "data-v-5a9eda0b"; + const __vue_scope_id__$12 = "data-v-505d240c"; /* module identifier */ const __vue_module_identifier__$12 = undefined; /* functional template */ @@ -186016,7 +186172,7 @@ __vue_render__$11._withStripped = true; /* style */ const __vue_inject_styles__$11 = undefined; /* scoped */ - const __vue_scope_id__$11 = "data-v-65bbbea8"; + const __vue_scope_id__$11 = "data-v-5d124a87"; /* module identifier */ const __vue_module_identifier__$11 = undefined; /* functional template */ @@ -186399,7 +186555,7 @@ __vue_render__$10._withStripped = true; /* style */ const __vue_inject_styles__$10 = undefined; /* scoped */ - const __vue_scope_id__$10 = "data-v-479dfd1d"; + const __vue_scope_id__$10 = "data-v-b446b4c4"; /* module identifier */ const __vue_module_identifier__$10 = undefined; /* functional template */ @@ -186652,7 +186808,7 @@ __vue_render__$$._withStripped = true; /* style */ const __vue_inject_styles__$$ = undefined; /* scoped */ - const __vue_scope_id__$$ = "data-v-49bde008"; + const __vue_scope_id__$$ = "data-v-dccf3aee"; /* module identifier */ const __vue_module_identifier__$$ = undefined; /* functional template */ @@ -186927,7 +187083,7 @@ __vue_render__$_._withStripped = true; /* style */ const __vue_inject_styles__$_ = undefined; /* scoped */ - const __vue_scope_id__$_ = "data-v-2f4c2cb2"; + const __vue_scope_id__$_ = "data-v-02a23146"; /* module identifier */ const __vue_module_identifier__$_ = undefined; /* functional template */ @@ -187224,7 +187380,7 @@ __vue_render__$Z._withStripped = true; /* style */ const __vue_inject_styles__$Z = undefined; /* scoped */ - const __vue_scope_id__$Z = "data-v-5d41aacb"; + const __vue_scope_id__$Z = "data-v-528d05ea"; /* module identifier */ const __vue_module_identifier__$Z = undefined; /* functional template */ @@ -187517,7 +187673,7 @@ __vue_render__$Y._withStripped = true; /* style */ const __vue_inject_styles__$Y = undefined; /* scoped */ - const __vue_scope_id__$Y = "data-v-03f3ad4c"; + const __vue_scope_id__$Y = "data-v-0aebf6eb"; /* module identifier */ const __vue_module_identifier__$Y = undefined; /* functional template */ @@ -187900,7 +188056,7 @@ __vue_render__$X._withStripped = true; /* style */ const __vue_inject_styles__$X = undefined; /* scoped */ - const __vue_scope_id__$X = "data-v-306c5a34"; + const __vue_scope_id__$X = "data-v-844a8f96"; /* module identifier */ const __vue_module_identifier__$X = undefined; /* functional template */ @@ -188332,7 +188488,7 @@ __vue_render__$W._withStripped = true; /* style */ const __vue_inject_styles__$W = undefined; /* scoped */ - const __vue_scope_id__$W = "data-v-d913127c"; + const __vue_scope_id__$W = "data-v-90da103e"; /* module identifier */ const __vue_module_identifier__$W = undefined; /* functional template */ @@ -188563,7 +188719,7 @@ __vue_render__$V._withStripped = true; /* style */ const __vue_inject_styles__$V = undefined; /* scoped */ - const __vue_scope_id__$V = "data-v-60170c16"; + const __vue_scope_id__$V = "data-v-5e2267f5"; /* module identifier */ const __vue_module_identifier__$V = undefined; /* functional template */ @@ -188788,7 +188944,7 @@ __vue_render__$U._withStripped = true; /* style */ const __vue_inject_styles__$U = undefined; /* scoped */ - const __vue_scope_id__$U = "data-v-5175c652"; + const __vue_scope_id__$U = "data-v-d14d9cda"; /* module identifier */ const __vue_module_identifier__$U = undefined; /* functional template */ @@ -189038,7 +189194,7 @@ __vue_render__$T._withStripped = true; /* style */ const __vue_inject_styles__$T = undefined; /* scoped */ - const __vue_scope_id__$T = "data-v-6de51798"; + const __vue_scope_id__$T = "data-v-96ed8592"; /* module identifier */ const __vue_module_identifier__$T = undefined; /* functional template */ @@ -189324,7 +189480,7 @@ __vue_render__$S._withStripped = true; /* style */ const __vue_inject_styles__$S = undefined; /* scoped */ - const __vue_scope_id__$S = "data-v-4b16624b"; + const __vue_scope_id__$S = "data-v-0853eacc"; /* module identifier */ const __vue_module_identifier__$S = undefined; /* functional template */ @@ -189585,7 +189741,7 @@ __vue_render__$R._withStripped = true; /* style */ const __vue_inject_styles__$R = undefined; /* scoped */ - const __vue_scope_id__$R = "data-v-31327af6"; + const __vue_scope_id__$R = "data-v-b6b8bfb8"; /* module identifier */ const __vue_module_identifier__$R = undefined; /* functional template */ @@ -189822,7 +189978,7 @@ __vue_render__$Q._withStripped = true; /* style */ const __vue_inject_styles__$Q = undefined; /* scoped */ - const __vue_scope_id__$Q = "data-v-45273bf1"; + const __vue_scope_id__$Q = "data-v-ece3ec1c"; /* module identifier */ const __vue_module_identifier__$Q = undefined; /* functional template */ @@ -190061,7 +190217,7 @@ __vue_render__$P._withStripped = true; /* style */ const __vue_inject_styles__$P = undefined; /* scoped */ - const __vue_scope_id__$P = "data-v-0db1f739"; + const __vue_scope_id__$P = "data-v-4f869a7a"; /* module identifier */ const __vue_module_identifier__$P = undefined; /* functional template */ @@ -190327,7 +190483,7 @@ __vue_render__$O._withStripped = true; /* style */ const __vue_inject_styles__$O = undefined; /* scoped */ - const __vue_scope_id__$O = "data-v-79815ffe"; + const __vue_scope_id__$O = "data-v-48a6e6c2"; /* module identifier */ const __vue_module_identifier__$O = undefined; /* functional template */ @@ -190628,7 +190784,7 @@ __vue_render__$N._withStripped = true; /* style */ const __vue_inject_styles__$N = undefined; /* scoped */ - const __vue_scope_id__$N = "data-v-06d7295d"; + const __vue_scope_id__$N = "data-v-0b61337c"; /* module identifier */ const __vue_module_identifier__$N = undefined; /* functional template */ @@ -190928,7 +191084,7 @@ __vue_render__$M._withStripped = true; /* style */ const __vue_inject_styles__$M = undefined; /* scoped */ - const __vue_scope_id__$M = "data-v-ae9fddc4"; + const __vue_scope_id__$M = "data-v-4b68753d"; /* module identifier */ const __vue_module_identifier__$M = undefined; /* functional template */ @@ -191246,7 +191402,7 @@ __vue_render__$L._withStripped = true; /* style */ const __vue_inject_styles__$L = undefined; /* scoped */ - const __vue_scope_id__$L = "data-v-b9f1fd06"; + const __vue_scope_id__$L = "data-v-ef56f048"; /* module identifier */ const __vue_module_identifier__$L = undefined; /* functional template */ @@ -191591,7 +191747,7 @@ __vue_render__$K._withStripped = true; /* style */ const __vue_inject_styles__$K = undefined; /* scoped */ - const __vue_scope_id__$K = "data-v-9073b4d0"; + const __vue_scope_id__$K = "data-v-44dce4ce"; /* module identifier */ const __vue_module_identifier__$K = undefined; /* functional template */ @@ -191890,7 +192046,7 @@ __vue_render__$J._withStripped = true; /* style */ const __vue_inject_styles__$J = undefined; /* scoped */ - const __vue_scope_id__$J = "data-v-8395f512"; + const __vue_scope_id__$J = "data-v-ca1078d4"; /* module identifier */ const __vue_module_identifier__$J = undefined; /* functional template */ @@ -192200,7 +192356,7 @@ __vue_render__$I._withStripped = true; /* style */ const __vue_inject_styles__$I = undefined; /* scoped */ - const __vue_scope_id__$I = "data-v-26203c08"; + const __vue_scope_id__$I = "data-v-026b5dee"; /* module identifier */ const __vue_module_identifier__$I = undefined; /* functional template */ @@ -192468,7 +192624,7 @@ __vue_render__$H._withStripped = true; /* style */ const __vue_inject_styles__$H = undefined; /* scoped */ - const __vue_scope_id__$H = "data-v-800944ac"; + const __vue_scope_id__$H = "data-v-17039c2b"; /* module identifier */ const __vue_module_identifier__$H = undefined; /* functional template */ @@ -192668,7 +192824,7 @@ __vue_render__$G._withStripped = true; /* style */ const __vue_inject_styles__$G = undefined; /* scoped */ - const __vue_scope_id__$G = "data-v-64e5d440"; + const __vue_scope_id__$G = "data-v-639a613f"; /* module identifier */ const __vue_module_identifier__$G = undefined; /* functional template */ @@ -192865,7 +193021,7 @@ __vue_render__$F._withStripped = true; /* style */ const __vue_inject_styles__$F = undefined; /* scoped */ - const __vue_scope_id__$F = "data-v-c3a39952"; + const __vue_scope_id__$F = "data-v-55c15976"; /* module identifier */ const __vue_module_identifier__$F = undefined; /* functional template */ @@ -193076,7 +193232,7 @@ __vue_render__$E._withStripped = true; /* style */ const __vue_inject_styles__$E = undefined; /* scoped */ - const __vue_scope_id__$E = "data-v-4980ec56"; + const __vue_scope_id__$E = "data-v-304cdf56"; /* module identifier */ const __vue_module_identifier__$E = undefined; /* functional template */ @@ -193275,7 +193431,7 @@ __vue_render__$D._withStripped = true; /* style */ const __vue_inject_styles__$D = undefined; /* scoped */ - const __vue_scope_id__$D = "data-v-48e662c5"; + const __vue_scope_id__$D = "data-v-f88ffef4"; /* module identifier */ const __vue_module_identifier__$D = undefined; /* functional template */ @@ -193478,7 +193634,7 @@ __vue_render__$C._withStripped = true; /* style */ const __vue_inject_styles__$C = undefined; /* scoped */ - const __vue_scope_id__$C = "data-v-1e010ecc"; + const __vue_scope_id__$C = "data-v-f251682a"; /* module identifier */ const __vue_module_identifier__$C = undefined; /* functional template */ @@ -193701,7 +193857,7 @@ __vue_render__$B._withStripped = true; /* style */ const __vue_inject_styles__$B = undefined; /* scoped */ - const __vue_scope_id__$B = "data-v-35bc15fa"; + const __vue_scope_id__$B = "data-v-402c9b4e"; /* module identifier */ const __vue_module_identifier__$B = undefined; /* functional template */ @@ -193900,7 +194056,7 @@ __vue_render__$A._withStripped = true; /* style */ const __vue_inject_styles__$A = undefined; /* scoped */ - const __vue_scope_id__$A = "data-v-16da0b18"; + const __vue_scope_id__$A = "data-v-64e14df5"; /* module identifier */ const __vue_module_identifier__$A = undefined; /* functional template */ @@ -194099,7 +194255,7 @@ __vue_render__$z._withStripped = true; /* style */ const __vue_inject_styles__$z = undefined; /* scoped */ - const __vue_scope_id__$z = "data-v-23639f38"; + const __vue_scope_id__$z = "data-v-bb56fe0e"; /* module identifier */ const __vue_module_identifier__$z = undefined; /* functional template */ @@ -194300,7 +194456,7 @@ __vue_render__$y._withStripped = true; /* style */ const __vue_inject_styles__$y = undefined; /* scoped */ - const __vue_scope_id__$y = "data-v-5a71ede4"; + const __vue_scope_id__$y = "data-v-f0ea13fa"; /* module identifier */ const __vue_module_identifier__$y = undefined; /* functional template */ @@ -194499,7 +194655,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-e9522c18"; + const __vue_scope_id__$x = "data-v-467629b5"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ @@ -194765,7 +194921,7 @@ __vue_render__$w._withStripped = true; /* style */ const __vue_inject_styles__$w = undefined; /* scoped */ - const __vue_scope_id__$w = "data-v-ad48c656"; + const __vue_scope_id__$w = "data-v-4baec8b4"; /* module identifier */ const __vue_module_identifier__$w = undefined; /* functional template */ @@ -194995,7 +195151,7 @@ __vue_render__$v._withStripped = true; /* style */ const __vue_inject_styles__$v = undefined; /* scoped */ - const __vue_scope_id__$v = "data-v-3107d4cc"; + const __vue_scope_id__$v = "data-v-d3ff8a66"; /* module identifier */ const __vue_module_identifier__$v = undefined; /* functional template */ @@ -195225,7 +195381,7 @@ __vue_render__$u._withStripped = true; /* style */ const __vue_inject_styles__$u = undefined; /* scoped */ - const __vue_scope_id__$u = "data-v-3a876c8a"; + const __vue_scope_id__$u = "data-v-559890da"; /* module identifier */ const __vue_module_identifier__$u = undefined; /* functional template */ @@ -195455,7 +195611,7 @@ __vue_render__$t._withStripped = true; /* style */ const __vue_inject_styles__$t = undefined; /* scoped */ - const __vue_scope_id__$t = "data-v-3a97c039"; + const __vue_scope_id__$t = "data-v-c36ef70c"; /* module identifier */ const __vue_module_identifier__$t = undefined; /* functional template */ @@ -195672,7 +195828,7 @@ __vue_render__$s._withStripped = true; /* style */ const __vue_inject_styles__$s = undefined; /* scoped */ - const __vue_scope_id__$s = "data-v-a5475528"; + const __vue_scope_id__$s = "data-v-52c1496a"; /* module identifier */ const __vue_module_identifier__$s = undefined; /* functional template */ @@ -196091,7 +196247,7 @@ __vue_render__$r._withStripped = true; /* style */ const __vue_inject_styles__$r = undefined; /* scoped */ - const __vue_scope_id__$r = "data-v-5d64c084"; + const __vue_scope_id__$r = "data-v-ebb47e02"; /* module identifier */ const __vue_module_identifier__$r = undefined; /* functional template */ @@ -196302,7 +196458,7 @@ __vue_render__$q._withStripped = true; /* style */ const __vue_inject_styles__$q = undefined; /* scoped */ - const __vue_scope_id__$q = "data-v-1b6971d2"; + const __vue_scope_id__$q = "data-v-2e52735a"; /* module identifier */ const __vue_module_identifier__$q = undefined; /* functional template */ @@ -196584,7 +196740,7 @@ __vue_render__$p._withStripped = true; /* style */ const __vue_inject_styles__$p = undefined; /* scoped */ - const __vue_scope_id__$p = "data-v-275cc1ce"; + const __vue_scope_id__$p = "data-v-a4e6dea6"; /* module identifier */ const __vue_module_identifier__$p = undefined; /* functional template */ @@ -196821,7 +196977,7 @@ __vue_render__$o._withStripped = true; /* style */ const __vue_inject_styles__$o = undefined; /* scoped */ - const __vue_scope_id__$o = "data-v-165c1d98"; + const __vue_scope_id__$o = "data-v-62ab6cd3"; /* module identifier */ const __vue_module_identifier__$o = undefined; /* functional template */ @@ -197120,7 +197276,7 @@ __vue_render__$n._withStripped = true; /* style */ const __vue_inject_styles__$n = undefined; /* scoped */ - const __vue_scope_id__$n = "data-v-34804c3f"; + const __vue_scope_id__$n = "data-v-d5a65680"; /* module identifier */ const __vue_module_identifier__$n = undefined; /* functional template */ @@ -197329,7 +197485,7 @@ __vue_render__$m._withStripped = true; /* style */ const __vue_inject_styles__$m = undefined; /* scoped */ - const __vue_scope_id__$m = "data-v-5e494596"; + const __vue_scope_id__$m = "data-v-064fc6f5"; /* module identifier */ const __vue_module_identifier__$m = undefined; /* functional template */ @@ -197536,7 +197692,7 @@ __vue_render__$l._withStripped = true; /* style */ const __vue_inject_styles__$l = undefined; /* scoped */ - const __vue_scope_id__$l = "data-v-5d11cc29"; + const __vue_scope_id__$l = "data-v-23396c48"; /* module identifier */ const __vue_module_identifier__$l = undefined; /* functional template */ @@ -197729,7 +197885,7 @@ __vue_render__$k._withStripped = true; /* style */ const __vue_inject_styles__$k = undefined; /* scoped */ - const __vue_scope_id__$k = "data-v-50abcab7"; + const __vue_scope_id__$k = "data-v-6522c110"; /* module identifier */ const __vue_module_identifier__$k = undefined; /* functional template */ @@ -197922,7 +198078,7 @@ __vue_render__$j._withStripped = true; /* style */ const __vue_inject_styles__$j = undefined; /* scoped */ - const __vue_scope_id__$j = "data-v-27d6f901"; + const __vue_scope_id__$j = "data-v-15bd7902"; /* module identifier */ const __vue_module_identifier__$j = undefined; /* functional template */ @@ -198115,7 +198271,7 @@ __vue_render__$i._withStripped = true; /* style */ const __vue_inject_styles__$i = undefined; /* scoped */ - const __vue_scope_id__$i = "data-v-aad7a8de"; + const __vue_scope_id__$i = "data-v-1ae27f12"; /* module identifier */ const __vue_module_identifier__$i = undefined; /* functional template */ @@ -198344,7 +198500,7 @@ __vue_render__$h._withStripped = true; /* style */ const __vue_inject_styles__$h = undefined; /* scoped */ - const __vue_scope_id__$h = "data-v-6064c99b"; + const __vue_scope_id__$h = "data-v-3b21ae8c"; /* module identifier */ const __vue_module_identifier__$h = undefined; /* functional template */ @@ -198543,7 +198699,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-340e9378"; + const __vue_scope_id__$g = "data-v-3d3ea2d7"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -198766,7 +198922,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-55a03838"; + const __vue_scope_id__$f = "data-v-ceead37a"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -198977,7 +199133,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-fc269a3a"; + const __vue_scope_id__$e = "data-v-966f067c"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -291606,7 +291762,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-0fb48b3a"; + const __vue_scope_id__$d = "data-v-fc885f4e"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -291945,7 +292101,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-6bb05a48"; + const __vue_scope_id__$c = "data-v-1202555d"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -292090,7 +292246,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-31f07e52"; + const __vue_scope_id__$b = "data-v-d3c97ad0"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -292211,7 +292367,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-2e5323a1"; + const __vue_scope_id__$a = "data-v-23293080"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -325384,7 +325540,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-49da5d08"; + const __vue_scope_id__$4 = "data-v-62325c67"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -325620,7 +325776,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-7182d83a"; + const __vue_scope_id__$3 = "data-v-23a59be4"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -325803,7 +325959,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-0cec7bcc"; + const __vue_scope_id__$2 = "data-v-3ba6bd4d"; /* module identifier */ const __vue_module_identifier__$2 = 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 2054dd7..6bb3837 100644 --- a/src/plugin/xml-digital-teaching/lib/index.min.css +++ b/src/plugin/xml-digital-teaching/lib/index.min.css @@ -1 +1 @@ -.preview-container-h5[data-v-0ef3d58d]{padding-top:15px}.preview-container-pc[data-v-0ef3d58d]{padding-top:15px}.preview-container-pad[data-v-0ef3d58d]{padding-top:15px}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog{display:flex;align-items:center}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__header{padding:0}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .custom-dialog{background-color:transparent;box-shadow:none}.preview-container[data-v-0ef3d58d] .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-0ef3d58d] .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-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper{max-height:60vh;overflow-y:scroll}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar{width:0}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1,.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2,.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3,.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4,.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5,.preview-container[data-v-0ef3d58d] .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-0ef3d58d] .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}.read-the-docs[data-v-ca652f72]{color:#888}.catalog-node-label[data-v-d8778466]{display:flex;align-items:center}.catalog-node-label img[data-v-d8778466]{margin-right:4px}.xml-show-catalog[data-v-d8778466] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-d8778466] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}.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}.preview-item-file[data-v-494311a4]:hover,.slip-over-cover[data-v-494311a4]:hover{cursor:pointer}.xml-image-lun-bo .el-carousel__item{text-align:center}.xml-video-container-pdf[data-v-50185794]{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-50185794]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-50185794]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}.title-text[data-v-6117e448]{background-color:var(--background-color)!important}.title-left[data-v-6117e448]{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-bcca686c]{background-image:url(../style/title-text-bgimg.png)}.el-image__inner[data-v-959168fc]{width:100%!important}.xml-image-ping-pu-h5[data-v-959168fc]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-959168fc]{display:flex;flex-direction:column;align-items:center}.object-model-content[data-v-49da5d08]{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-4fa302f3]{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-169f8672]{width:100%;height:100%;background-color:rgba(0,0,0,.1);pointer-events:none;cursor:not-allowed!important}.cantUse[data-v-169f8672] :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-f4399a04]{margin-top:16px}.option-item[data-v-f4399a04]{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-f4399a04]{padding:8px 0}.option-item.isActive[data-v-f4399a04]{border-color:#2e9adb}.option-item.isTrue[data-v-f4399a04]{border:1px solid #70b603}.option-item.isTrue[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-f4399a04]{border:1px solid #d9001b}.option-item.isFalse[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-f4399a04]:hover{background:#ddd}.option-item[data-v-f4399a04] .content{cursor:pointer}.option-item[data-v-f4399a04] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-2cb56c8e]{width:100%}.content .stem-content[data-v-2cb56c8e]{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-2cb56c8e]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-2cb56c8e]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.content[data-v-a5540524]{width:100%}.content .stem-content[data-v-a5540524]{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-a5540524]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-a5540524]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-08c189f8]{margin-top:16px}.option-item[data-v-08c189f8]{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-08c189f8]{border-color:#2e9adb}.option-item .questionSeq[data-v-08c189f8]{padding:8px 0}.option-item.isTrue[data-v-08c189f8]{border:1px solid #70b603}.option-item.isTrue[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-08c189f8]{border:1px solid #d9001b}.option-item.isFalse[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-08c189f8]:hover{background:#ddd}.option-item[data-v-08c189f8] .content{cursor:pointer}.option-item[data-v-08c189f8] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-96d73128]{margin-top:16px}.option-item[data-v-96d73128]{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-96d73128]{padding:8px 0}.option-item.isActive[data-v-96d73128]{border-color:#2e9adb}.option-item.isTrue[data-v-96d73128]{border:1px solid #70b603}.option-item.isTrue[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-96d73128]{border:1px solid #d9001b}.option-item.isFalse[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-96d73128]:hover{background:#ddd}.option-item[data-v-96d73128] .content{cursor:pointer}.option-item[data-v-96d73128] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-362bbaa4]{margin-top:16px}.option-item[data-v-362bbaa4]{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-362bbaa4]{border-color:#2e9adb}.option-item .questionSeq[data-v-362bbaa4]{padding:8px 0}.option-item.isTrue[data-v-362bbaa4]{border:1px solid #70b603}.option-item.isTrue[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-362bbaa4]{border:1px solid #d9001b}.option-item.isFalse[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-362bbaa4]:hover{background:#ddd}.option-item[data-v-362bbaa4] .content{cursor:pointer}.option-item[data-v-362bbaa4] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-53521b13]{width:100%;position:relative}.line-content .line-content--item[data-v-53521b13]{flex:1}.line-content .line-content--item[data-v-53521b13] .stem-content{height:100%}.line-content+.line-content[data-v-53521b13]{margin-top:10px}.create-option[data-v-53521b13]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-53521b13]{flex:1;min-width:0}.option-item+.option-item[data-v-53521b13]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-53521b13]{margin-left:50px}.option-item[data-v-53521b13]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-53521b13]{padding:8px 0}.option-item[data-v-53521b13] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-0794e87b]{width:100%;position:relative}.line-content .line-content--item[data-v-0794e87b]{flex:1}.line-content .line-content--item[data-v-0794e87b] .stem-content{height:100%}.line-content+.line-content[data-v-0794e87b]{margin-top:10px}.create-option[data-v-0794e87b]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-0794e87b]{flex:1;min-width:0}.option-item+.option-item[data-v-0794e87b]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-0794e87b]{margin-left:50px}.option-item[data-v-0794e87b]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-0794e87b]{padding:8px 0}.option-item[data-v-0794e87b] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-101e0263]{width:218px;object-fit:scale-down}.video-file[data-v-101e0263]{width:408px}.file-render[data-v-101e0263]{width:100%}.file-info[data-v-101e0263]{flex:1;min-width:0}.file-info.videoHandler[data-v-101e0263]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-101e0263]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-101e0263]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-1d318b80]{width:218px;object-fit:scale-down}.video-file[data-v-1d318b80]{width:408px}.file-render[data-v-1d318b80]{width:100%}.file-info[data-v-1d318b80]{flex:1;min-width:0}.file-info.videoHandler[data-v-1d318b80]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-1d318b80]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-1d318b80]{font-size:14px;color:#666;margin-bottom:19px}[data-v-acf05200] .el-dialog__header{padding:10px}.video-content[data-v-acf05200]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-acf05200]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-acf05200]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-acf05200]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-acf05200]{width:100%}.audio .audio-icon[data-v-811fdafa]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-811fdafa]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-811fdafa]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-811fdafa],.audio .audio-controls .audio-controls--progress[data-v-811fdafa]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-811fdafa]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-811fdafa]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-811fdafa]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-811fdafa],.audio .audio-controls .audio-controls--handler .total-time[data-v-811fdafa]{font-size:12px;color:#333}.play-handler.mobile[data-v-811fdafa]{width:20px;height:20px}.audio-component[data-v-811fdafa]{display:none}[data-v-811fdafa] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-811fdafa] .el-slider__bar{height:4px}[data-v-811fdafa] .el-slider__button{width:10px;height:10px}[data-v-811fdafa] .el-slider__button-wrapper{top:-15px}[data-v-3ae85d83] .el-dialog__header{padding:10px}.video-content[data-v-3ae85d83]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-3ae85d83]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-3ae85d83]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-3ae85d83]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-3ae85d83]{width:100%}.audio .audio-icon[data-v-37539b66]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-37539b66]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-37539b66]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-37539b66],.audio .audio-controls .audio-controls--progress[data-v-37539b66]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-37539b66]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-37539b66]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-37539b66]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-37539b66],.audio .audio-controls .audio-controls--handler .total-time[data-v-37539b66]{font-size:12px;color:#333}.play-handler.mobile[data-v-37539b66]{width:20px;height:20px}.audio-component[data-v-37539b66]{display:none}[data-v-37539b66] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-37539b66] .el-slider__bar{height:4px}[data-v-37539b66] .el-slider__button{width:10px;height:10px}[data-v-37539b66] .el-slider__button-wrapper{top:-15px} \ No newline at end of file +.read-the-docs[data-v-518f1c34]{color:#888}.preview-container-h5[data-v-bdb79c64]{padding-top:15px}.preview-container-pc[data-v-bdb79c64]{padding-top:15px}.preview-container-pad[data-v-bdb79c64]{padding-top:15px}.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog{display:flex;align-items:center}.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important}.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__header{padding:0}.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .custom-dialog{background-color:transparent;box-shadow:none}.preview-container[data-v-bdb79c64] .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-bdb79c64] .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-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper{max-height:60vh;overflow-y:scroll}.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar{width:0}.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1,.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2,.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3,.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4,.preview-container[data-v-bdb79c64] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5,.preview-container[data-v-bdb79c64] .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-bdb79c64] .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-4dfce84e]{display:flex;align-items:center}.catalog-node-label img[data-v-4dfce84e]{margin-right:4px}.xml-show-catalog[data-v-4dfce84e] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-4dfce84e] .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-5449b515]{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-5449b515]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-5449b515]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}.preview-item-file[data-v-0af940cd]:hover,.slip-over-cover[data-v-0af940cd]:hover{cursor:pointer}.title-text[data-v-540aeadd]{background-color:var(--background-color)!important}.title-left[data-v-540aeadd]{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-d02812ae]{background-image:url(../style/title-text-bgimg.png)}.el-image__inner[data-v-25ad467a]{width:100%!important}.xml-image-ping-pu-h5[data-v-25ad467a]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-25ad467a]{display:flex;flex-direction:column;align-items:center}.object-model-content[data-v-62325c67]{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-40ccda74]{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-caed3ac2]{width:100%;height:100%;background-color:rgba(0,0,0,.1);pointer-events:none;cursor:not-allowed!important}.cantUse[data-v-caed3ac2] :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-0c43651d]{margin-top:16px}.option-item[data-v-0c43651d]{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-0c43651d]{padding:8px 0}.option-item.isActive[data-v-0c43651d]{border-color:#2e9adb}.option-item.isTrue[data-v-0c43651d]{border:1px solid #70b603}.option-item.isTrue[data-v-0c43651d] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-0c43651d]{border:1px solid #d9001b}.option-item.isFalse[data-v-0c43651d] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-0c43651d]:hover{background:#ddd}.option-item[data-v-0c43651d] .content{cursor:pointer}.option-item[data-v-0c43651d] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-8e4439e6]{width:100%}.content .stem-content[data-v-8e4439e6]{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-8e4439e6]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-8e4439e6]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-748b79ea]{margin-top:16px}.option-item[data-v-748b79ea]{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-748b79ea]{padding:8px 0}.option-item.isActive[data-v-748b79ea]{border-color:#2e9adb}.option-item.isTrue[data-v-748b79ea]{border:1px solid #70b603}.option-item.isTrue[data-v-748b79ea] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-748b79ea]{border:1px solid #d9001b}.option-item.isFalse[data-v-748b79ea] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-748b79ea]:hover{background:#ddd}.option-item[data-v-748b79ea] .content{cursor:pointer}.option-item[data-v-748b79ea] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-086e2e0c]{width:100%}.content .stem-content[data-v-086e2e0c]{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-086e2e0c]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-086e2e0c]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-42039503]{margin-top:16px}.option-item[data-v-42039503]{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-42039503]{border-color:#2e9adb}.option-item .questionSeq[data-v-42039503]{padding:8px 0}.option-item.isTrue[data-v-42039503]{border:1px solid #70b603}.option-item.isTrue[data-v-42039503] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-42039503]{border:1px solid #d9001b}.option-item.isFalse[data-v-42039503] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-42039503]:hover{background:#ddd}.option-item[data-v-42039503] .content{cursor:pointer}.option-item[data-v-42039503] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-34b5c60e]{margin-top:16px}.option-item[data-v-34b5c60e]{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-34b5c60e]{border-color:#2e9adb}.option-item .questionSeq[data-v-34b5c60e]{padding:8px 0}.option-item.isTrue[data-v-34b5c60e]{border:1px solid #70b603}.option-item.isTrue[data-v-34b5c60e] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-34b5c60e]{border:1px solid #d9001b}.option-item.isFalse[data-v-34b5c60e] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-34b5c60e]:hover{background:#ddd}.option-item[data-v-34b5c60e] .content{cursor:pointer}.option-item[data-v-34b5c60e] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-70ef6e32]{width:100%;position:relative}.line-content .line-content--item[data-v-70ef6e32]{flex:1}.line-content .line-content--item[data-v-70ef6e32] .stem-content{height:100%}.line-content+.line-content[data-v-70ef6e32]{margin-top:10px}.create-option[data-v-70ef6e32]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-70ef6e32]{flex:1;min-width:0}.option-item+.option-item[data-v-70ef6e32]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-70ef6e32]{margin-left:50px}.option-item[data-v-70ef6e32]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-70ef6e32]{padding:8px 0}.option-item[data-v-70ef6e32] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-6a0ba9cc]{width:100%;position:relative}.line-content .line-content--item[data-v-6a0ba9cc]{flex:1}.line-content .line-content--item[data-v-6a0ba9cc] .stem-content{height:100%}.line-content+.line-content[data-v-6a0ba9cc]{margin-top:10px}.create-option[data-v-6a0ba9cc]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-6a0ba9cc]{flex:1;min-width:0}.option-item+.option-item[data-v-6a0ba9cc]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-6a0ba9cc]{margin-left:50px}.option-item[data-v-6a0ba9cc]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-6a0ba9cc]{padding:8px 0}.option-item[data-v-6a0ba9cc] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-5c106e02]{width:218px;object-fit:scale-down}.video-file[data-v-5c106e02]{width:408px}.file-render[data-v-5c106e02]{width:100%}.file-info[data-v-5c106e02]{flex:1;min-width:0}.file-info.videoHandler[data-v-5c106e02]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-5c106e02]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-5c106e02]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-416683df]{width:218px;object-fit:scale-down}.video-file[data-v-416683df]{width:408px}.file-render[data-v-416683df]{width:100%}.file-info[data-v-416683df]{flex:1;min-width:0}.file-info.videoHandler[data-v-416683df]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-416683df]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-416683df]{font-size:14px;color:#666;margin-bottom:19px}[data-v-1903d5f8] .el-dialog__header{padding:10px}.video-content[data-v-1903d5f8]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-1903d5f8]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-1903d5f8]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-1903d5f8]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-1903d5f8]{width:100%}.audio .audio-icon[data-v-4b6804e2]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-4b6804e2]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-4b6804e2]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-4b6804e2],.audio .audio-controls .audio-controls--progress[data-v-4b6804e2]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-4b6804e2]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-4b6804e2]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-4b6804e2]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-4b6804e2],.audio .audio-controls .audio-controls--handler .total-time[data-v-4b6804e2]{font-size:12px;color:#333}.play-handler.mobile[data-v-4b6804e2]{width:20px;height:20px}.audio-component[data-v-4b6804e2]{display:none}[data-v-4b6804e2] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-4b6804e2] .el-slider__bar{height:4px}[data-v-4b6804e2] .el-slider__button{width:10px;height:10px}[data-v-4b6804e2] .el-slider__button-wrapper{top:-15px}[data-v-d6ccf97e] .el-dialog__header{padding:10px}.video-content[data-v-d6ccf97e]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-d6ccf97e]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-d6ccf97e]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-d6ccf97e]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-d6ccf97e]{width:100%}.audio .audio-icon[data-v-6166fdf6]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-6166fdf6]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-6166fdf6]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-6166fdf6],.audio .audio-controls .audio-controls--progress[data-v-6166fdf6]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-6166fdf6]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-6166fdf6]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-6166fdf6]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-6166fdf6],.audio .audio-controls .audio-controls--handler .total-time[data-v-6166fdf6]{font-size:12px;color:#333}.play-handler.mobile[data-v-6166fdf6]{width:20px;height:20px}.audio-component[data-v-6166fdf6]{display:none}[data-v-6166fdf6] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-6166fdf6] .el-slider__bar{height:4px}[data-v-6166fdf6] .el-slider__button{width:10px;height:10px}[data-v-6166fdf6] .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 4cf53cb..8f3ce51 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 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 bef6253..19f53c0 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 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 8658497..c65f7c1 100644 --- a/src/plugin/xml-digital-teaching/lib/paragraph.css +++ b/src/plugin/xml-digital-teaching/lib/paragraph.css @@ -1,90 +1,96 @@ +/*# sourceMappingURL=eighth.vue.map */ + + /*# sourceMappingURL=ninth.vue.map */ -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ - - /*# sourceMappingURL=isosceles.vue.map */ /*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=wave.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=twelve.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=quadrangle.vue.map */ - - -/*# sourceMappingURL=eighth.vue.map */ +/*# sourceMappingURL=second.vue.map */ /*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=thirteen.vue.map */ - - /*# sourceMappingURL=tenth.vue.map */ -/*# sourceMappingURL=Greentheme5.vue.map */ +/*# sourceMappingURL=quadrangle.vue.map */ -/*# sourceMappingURL=eleven.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=fifteen.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme5.vue.map */ +/*# sourceMappingURL=seventh.vue.map */ /*# sourceMappingURL=Greentheme3.vue.map */ -/*# sourceMappingURL=Redtheme3.vue.map */ +/*# sourceMappingURL=wave.vue.map */ -/*# sourceMappingURL=Redtheme6.vue.map */ +/*# sourceMappingURL=fifteen.vue.map */ + + +/*# sourceMappingURL=twelve.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=fourteen.vue.map */ /*# sourceMappingURL=Yellowtheme4.vue.map */ +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=eleven.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=thirteen.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme5.vue.map */ + + +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + /*# sourceMappingURL=Redtheme2.vue.map */ +/*# sourceMappingURL=SanQintheme3.vue.map */ + + /*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=Redtheme5.vue.map */ + + /*# sourceMappingURL=SanQintheme2.vue.map */ -/*# sourceMappingURL=Yellowtheme2.vue.map */ +/*# sourceMappingURL=Redtheme6.vue.map */ /*# sourceMappingURL=SanQintheme1.vue.map */ @@ -96,39 +102,25 @@ /*# sourceMappingURL=sixteen.vue.map */ -/*# sourceMappingURL=SanQintheme3.vue.map */ +/*# sourceMappingURL=Redtheme3.vue.map */ -/*# sourceMappingURL=Redtheme5.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=Forty.vue.map */ - - -/*# sourceMappingURL=Thirtyseven3.vue.map */ - - -/*# sourceMappingURL=Thirtyeight.vue.map */ +/*# sourceMappingURL=Thirtyseven2.vue.map */ /*# sourceMappingURL=Thirtyfive.vue.map */ +/*# sourceMappingURL=Thirtyeight.vue.map */ + + +/*# sourceMappingURL=Forty.vue.map */ + + /*# sourceMappingURL=Thirtyseven.vue.map */ -/*# sourceMappingURL=Thirtyseven2.vue.map */ - -.xml-text-h5[data-v-169e6e18] { -} -.xml-text-pc[data-v-169e6e18] { -} -.xml-text-h5[data-v-169e6e18] { -} - +/*# sourceMappingURL=Thirtyseven3.vue.map */ .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -200,6 +192,14 @@ /*# sourceMappingURL=XmlText.vue.map */ +.xml-text-h5[data-v-53ea1419] { +} +.xml-text-pc[data-v-53ea1419] { +} +.xml-text-h5[data-v-53ea1419] { +} + + /*# 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 638d4fc..2959ef7 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -9364,7 +9364,7 @@ __vue_render__$J._withStripped = true; /* style */ const __vue_inject_styles__$I = undefined; /* scoped */ - const __vue_scope_id__$I = "data-v-bd7c342c"; + const __vue_scope_id__$I = "data-v-b03ad06e"; /* module identifier */ const __vue_module_identifier__$I = undefined; /* functional template */ @@ -51587,7 +51587,7 @@ __vue_render__$F._withStripped = true; /* style */ const __vue_inject_styles__$F = undefined; /* scoped */ - const __vue_scope_id__$F = "data-v-169e6e18"; + const __vue_scope_id__$F = "data-v-53ea1419"; /* module identifier */ const __vue_module_identifier__$F = undefined; /* functional template */ @@ -51936,7 +51936,7 @@ __vue_render__$E._withStripped = true; /* style */ const __vue_inject_styles__$E = undefined; /* scoped */ - const __vue_scope_id__$E = "data-v-15a3b6a8"; + const __vue_scope_id__$E = "data-v-d7e83eea"; /* module identifier */ const __vue_module_identifier__$E = undefined; /* functional template */ @@ -52195,7 +52195,7 @@ __vue_render__$D._withStripped = true; /* style */ const __vue_inject_styles__$D = undefined; /* scoped */ - const __vue_scope_id__$D = "data-v-4c3c533d"; + const __vue_scope_id__$D = "data-v-7fbfd63e"; /* module identifier */ const __vue_module_identifier__$D = undefined; /* functional template */ @@ -52424,7 +52424,7 @@ __vue_render__$C._withStripped = true; /* style */ const __vue_inject_styles__$C = undefined; /* scoped */ - const __vue_scope_id__$C = "data-v-2347838d"; + const __vue_scope_id__$C = "data-v-6aa7d0a8"; /* module identifier */ const __vue_module_identifier__$C = undefined; /* functional template */ @@ -52690,7 +52690,7 @@ __vue_render__$B._withStripped = true; /* style */ const __vue_inject_styles__$B = undefined; /* scoped */ - const __vue_scope_id__$B = "data-v-306832a4"; + const __vue_scope_id__$B = "data-v-a24cd57a"; /* module identifier */ const __vue_module_identifier__$B = undefined; /* functional template */ @@ -52927,7 +52927,7 @@ __vue_render__$A._withStripped = true; /* style */ const __vue_inject_styles__$A = undefined; /* scoped */ - const __vue_scope_id__$A = "data-v-897320dc"; + const __vue_scope_id__$A = "data-v-59562dd3"; /* module identifier */ const __vue_module_identifier__$A = undefined; /* functional template */ @@ -53206,7 +53206,7 @@ __vue_render__$z._withStripped = true; /* style */ const __vue_inject_styles__$z = undefined; /* scoped */ - const __vue_scope_id__$z = "data-v-54cac2bf"; + const __vue_scope_id__$z = "data-v-5c3f08c4"; /* module identifier */ const __vue_module_identifier__$z = undefined; /* functional template */ @@ -53639,7 +53639,7 @@ __vue_render__$y._withStripped = true; /* style */ const __vue_inject_styles__$y = undefined; /* scoped */ - const __vue_scope_id__$y = "data-v-0f1c1bc1"; + const __vue_scope_id__$y = "data-v-75df7a20"; /* module identifier */ const __vue_module_identifier__$y = undefined; /* functional template */ @@ -53988,7 +53988,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-e540b550"; + const __vue_scope_id__$x = "data-v-0756a44e"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ @@ -54209,7 +54209,7 @@ __vue_render__$w._withStripped = true; /* style */ const __vue_inject_styles__$w = undefined; /* scoped */ - const __vue_scope_id__$w = "data-v-28773022"; + const __vue_scope_id__$w = "data-v-6070507e"; /* module identifier */ const __vue_module_identifier__$w = undefined; /* functional template */ @@ -54646,7 +54646,7 @@ __vue_render__$v._withStripped = true; /* style */ const __vue_inject_styles__$v = undefined; /* scoped */ - const __vue_scope_id__$v = "data-v-9059cb26"; + const __vue_scope_id__$v = "data-v-554c116e"; /* module identifier */ const __vue_module_identifier__$v = undefined; /* functional template */ @@ -54888,7 +54888,7 @@ __vue_render__$u._withStripped = true; /* style */ const __vue_inject_styles__$u = undefined; /* scoped */ - const __vue_scope_id__$u = "data-v-6b7eaba6"; + const __vue_scope_id__$u = "data-v-3b012524"; /* module identifier */ const __vue_module_identifier__$u = undefined; /* functional template */ @@ -55143,7 +55143,7 @@ __vue_render__$t._withStripped = true; /* style */ const __vue_inject_styles__$t = undefined; /* scoped */ - const __vue_scope_id__$t = "data-v-196d9c5e"; + const __vue_scope_id__$t = "data-v-76c69e5c"; /* module identifier */ const __vue_module_identifier__$t = undefined; /* functional template */ @@ -55367,7 +55367,7 @@ __vue_render__$s._withStripped = true; /* style */ const __vue_inject_styles__$s = undefined; /* scoped */ - const __vue_scope_id__$s = "data-v-3c2d1aee"; + const __vue_scope_id__$s = "data-v-656aab2f"; /* module identifier */ const __vue_module_identifier__$s = undefined; /* functional template */ @@ -55585,7 +55585,7 @@ __vue_render__$r._withStripped = true; /* style */ const __vue_inject_styles__$r = undefined; /* scoped */ - const __vue_scope_id__$r = "data-v-1337d30f"; + const __vue_scope_id__$r = "data-v-46f0c4ae"; /* module identifier */ const __vue_module_identifier__$r = undefined; /* functional template */ @@ -55809,7 +55809,7 @@ __vue_render__$q._withStripped = true; /* style */ const __vue_inject_styles__$q = undefined; /* scoped */ - const __vue_scope_id__$q = "data-v-eb2e8ad8"; + const __vue_scope_id__$q = "data-v-5b80581a"; /* module identifier */ const __vue_module_identifier__$q = undefined; /* functional template */ @@ -56033,7 +56033,7 @@ __vue_render__$p._withStripped = true; /* style */ const __vue_inject_styles__$p = undefined; /* scoped */ - const __vue_scope_id__$p = "data-v-12b6b422"; + const __vue_scope_id__$p = "data-v-65273920"; /* module identifier */ const __vue_module_identifier__$p = undefined; /* functional template */ @@ -56251,7 +56251,7 @@ __vue_render__$o._withStripped = true; /* style */ const __vue_inject_styles__$o = undefined; /* scoped */ - const __vue_scope_id__$o = "data-v-312a641e"; + const __vue_scope_id__$o = "data-v-3595ca06"; /* module identifier */ const __vue_module_identifier__$o = undefined; /* functional template */ @@ -56471,7 +56471,7 @@ __vue_render__$n._withStripped = true; /* style */ const __vue_inject_styles__$n = undefined; /* scoped */ - const __vue_scope_id__$n = "data-v-2c753722"; + const __vue_scope_id__$n = "data-v-332088ce"; /* module identifier */ const __vue_module_identifier__$n = undefined; /* functional template */ @@ -56699,7 +56699,7 @@ __vue_render__$m._withStripped = true; /* style */ const __vue_inject_styles__$m = undefined; /* scoped */ - const __vue_scope_id__$m = "data-v-78e68e5e"; + const __vue_scope_id__$m = "data-v-c8d0a420"; /* module identifier */ const __vue_module_identifier__$m = undefined; /* functional template */ @@ -56937,7 +56937,7 @@ __vue_render__$l._withStripped = true; /* style */ const __vue_inject_styles__$l = undefined; /* scoped */ - const __vue_scope_id__$l = "data-v-07fad99e"; + const __vue_scope_id__$l = "data-v-16819a7d"; /* module identifier */ const __vue_module_identifier__$l = undefined; /* functional template */ @@ -57163,7 +57163,7 @@ __vue_render__$k._withStripped = true; /* style */ const __vue_inject_styles__$k = undefined; /* scoped */ - const __vue_scope_id__$k = "data-v-56c83bbe"; + const __vue_scope_id__$k = "data-v-08ee6f22"; /* module identifier */ const __vue_module_identifier__$k = undefined; /* functional template */ @@ -57383,7 +57383,7 @@ __vue_render__$j._withStripped = true; /* style */ const __vue_inject_styles__$j = undefined; /* scoped */ - const __vue_scope_id__$j = "data-v-7e80bb50"; + const __vue_scope_id__$j = "data-v-db876f4e"; /* module identifier */ const __vue_module_identifier__$j = undefined; /* functional template */ @@ -57609,7 +57609,7 @@ __vue_render__$i._withStripped = true; /* style */ const __vue_inject_styles__$i = undefined; /* scoped */ - const __vue_scope_id__$i = "data-v-d25ea1c2"; + const __vue_scope_id__$i = "data-v-69b987c0"; /* module identifier */ const __vue_module_identifier__$i = undefined; /* functional template */ @@ -57831,7 +57831,7 @@ __vue_render__$h._withStripped = true; /* style */ const __vue_inject_styles__$h = undefined; /* scoped */ - const __vue_scope_id__$h = "data-v-51cefa8a"; + const __vue_scope_id__$h = "data-v-4d6f154c"; /* module identifier */ const __vue_module_identifier__$h = undefined; /* functional template */ @@ -58048,7 +58048,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-720c07ad"; + const __vue_scope_id__$g = "data-v-72234e6e"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -58269,7 +58269,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-72e806ad"; + const __vue_scope_id__$f = "data-v-7c4bcdcc"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -58490,7 +58490,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-90470566"; + const __vue_scope_id__$e = "data-v-7d7f7728"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -58748,7 +58748,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-a51536b0"; + const __vue_scope_id__$d = "data-v-56b50629"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -58965,7 +58965,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-ed6ada64"; + const __vue_scope_id__$c = "data-v-3ea9a562"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -59182,7 +59182,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-4cbefc28"; + const __vue_scope_id__$b = "data-v-4cd642e9"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -59447,7 +59447,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-68941383"; + const __vue_scope_id__$a = "data-v-05825822"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -59741,7 +59741,7 @@ __vue_render__$9._withStripped = true; /* style */ const __vue_inject_styles__$9 = undefined; /* scoped */ - const __vue_scope_id__$9 = "data-v-274f9e22"; + const __vue_scope_id__$9 = "data-v-c4b420fe"; /* module identifier */ const __vue_module_identifier__$9 = undefined; /* functional template */ @@ -60024,7 +60024,7 @@ __vue_render__$8._withStripped = true; /* style */ const __vue_inject_styles__$8 = undefined; /* scoped */ - const __vue_scope_id__$8 = "data-v-43a07ed1"; + const __vue_scope_id__$8 = "data-v-25f303f0"; /* module identifier */ const __vue_module_identifier__$8 = undefined; /* functional template */ @@ -60256,7 +60256,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-614cae62"; + const __vue_scope_id__$7 = "data-v-6c934c60"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -60502,7 +60502,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-850c830c"; + const __vue_scope_id__$6 = "data-v-87004a4e"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -60748,7 +60748,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-79dbcc70"; + const __vue_scope_id__$5 = "data-v-ee11b71e"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -61051,7 +61051,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-3e112c4b"; + const __vue_scope_id__$4 = "data-v-55c413ac"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -61354,7 +61354,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-0aefb842"; + const __vue_scope_id__$3 = "data-v-11f18661"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -61657,7 +61657,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-23227105"; + const __vue_scope_id__$2 = "data-v-2a243f24"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -61955,7 +61955,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-729fd89a"; + const __vue_scope_id__$1 = "data-v-5c6502dc"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -62175,7 +62175,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-3403300f"; + const __vue_scope_id__ = "data-v-53018560"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/question.css b/src/plugin/xml-digital-teaching/lib/question.css index 7cd8a20..24860fa 100644 --- a/src/plugin/xml-digital-teaching/lib/question.css +++ b/src/plugin/xml-digital-teaching/lib/question.css @@ -1,9 +1,9 @@ -.xml-question-container-h5[data-v-36d74f49] { +.xml-question-container-h5[data-v-6b3d24a8] { } -.xml-question-container-pc[data-v-36d74f49] { +.xml-question-container-pc[data-v-6b3d24a8] { } -.xml-question-container-pad[data-v-36d74f49] { +.xml-question-container-pad[data-v-6b3d24a8] { } @@ -12,10 +12,10 @@ /*# sourceMappingURL=QuestionItem.vue.map */ -.content[data-v-2cb56c8e] { +.content[data-v-8e4439e6] { width: 100%; } -.content .stem-content[data-v-2cb56c8e] { +.content .stem-content[data-v-8e4439e6] { width: 100%; box-sizing: border-box; padding: 5px 14px; @@ -24,12 +24,12 @@ border-radius: 6px; cursor: pointer; } -.content .stem-content.no-border[data-v-2cb56c8e] { +.content .stem-content.no-border[data-v-8e4439e6] { padding: 0; border: none; cursor: default; } -.content .stem-content .placeholder[data-v-2cb56c8e] { +.content .stem-content .placeholder[data-v-8e4439e6] { color: #c0c4cc; font-size: 14px; cursor: pointer; @@ -37,10 +37,10 @@ } /*# sourceMappingURL=common.vue.map */ -.content[data-v-a5540524] { +.content[data-v-086e2e0c] { width: 100%; } -.content .stem-content[data-v-a5540524] { +.content .stem-content[data-v-086e2e0c] { width: 100%; box-sizing: border-box; padding: 5px 14px; @@ -49,12 +49,12 @@ border-radius: 6px; cursor: pointer; } -.content .stem-content.no-border[data-v-a5540524] { +.content .stem-content.no-border[data-v-086e2e0c] { padding: 0; border: none; cursor: default; } -.content .stem-content .placeholder[data-v-a5540524] { +.content .stem-content .placeholder[data-v-086e2e0c] { color: #c0c4cc; font-size: 14px; cursor: pointer; @@ -62,10 +62,10 @@ } /*# sourceMappingURL=common.vue.map */ -.option-item + .option-item[data-v-362bbaa4] { +.option-item + .option-item[data-v-748b79ea] { margin-top: 16px; } -.option-item[data-v-362bbaa4] { +.option-item[data-v-748b79ea] { display: flex; background: #fbfbfb; border-radius: 6px; @@ -74,86 +74,42 @@ transition: all ease 0.3s; border: 1px solid #fbfbfb; } -.option-item.isActive[data-v-362bbaa4] { - border-color: #2e9adb; -} -.option-item .questionSeq[data-v-362bbaa4] { +.option-item .questionSeq[data-v-748b79ea] { padding: 8px 0; } -.option-item.isTrue[data-v-362bbaa4] { +.option-item.isActive[data-v-748b79ea] { + border-color: #2e9adb; +} +.option-item.isTrue[data-v-748b79ea] { border: 1px solid #70b603; } -.option-item.isTrue[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner { +.option-item.isTrue[data-v-748b79ea] .el-radio__input.is-checked .el-radio__inner { border-color: #70b603; background: #70b603; } -.option-item.isFalse[data-v-362bbaa4] { +.option-item.isFalse[data-v-748b79ea] { border: 1px solid #d9001b; } -.option-item.isFalse[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner { +.option-item.isFalse[data-v-748b79ea] .el-radio__input.is-checked .el-radio__inner { border-color: #d9001b; background: #d9001b; } -.option-item[data-v-362bbaa4]:hover { +.option-item[data-v-748b79ea]:hover { background: #ddd; } -.option-item[data-v-362bbaa4] .content { +.option-item[data-v-748b79ea] .content { cursor: pointer; } -.option-item[data-v-362bbaa4] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=checkbox.vue.map */ -.option-item + .option-item[data-v-f4399a04] { - margin-top: 16px; -} -.option-item[data-v-f4399a04] { - 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-f4399a04] { - padding: 8px 0; -} -.option-item.isActive[data-v-f4399a04] { - border-color: #2e9adb; -} -.option-item.isTrue[data-v-f4399a04] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-f4399a04] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-f4399a04]:hover { - background: #ddd; -} -.option-item[data-v-f4399a04] .content { - cursor: pointer; -} -.option-item[data-v-f4399a04] .stem-content.no-border { +.option-item[data-v-748b79ea] .stem-content.no-border { padding: 8px 14px !important; cursor: pointer; } /*# sourceMappingURL=radio.vue.map */ -.option-item + .option-item[data-v-96d73128] { +.option-item + .option-item[data-v-0c43651d] { margin-top: 16px; } -.option-item[data-v-96d73128] { +.option-item[data-v-0c43651d] { display: flex; background: #fbfbfb; border-radius: 6px; @@ -162,42 +118,42 @@ transition: all ease 0.3s; border: 1px solid #fbfbfb; } -.option-item .questionSeq[data-v-96d73128] { +.option-item .questionSeq[data-v-0c43651d] { padding: 8px 0; } -.option-item.isActive[data-v-96d73128] { +.option-item.isActive[data-v-0c43651d] { border-color: #2e9adb; } -.option-item.isTrue[data-v-96d73128] { +.option-item.isTrue[data-v-0c43651d] { border: 1px solid #70b603; } -.option-item.isTrue[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner { +.option-item.isTrue[data-v-0c43651d] .el-radio__input.is-checked .el-radio__inner { border-color: #70b603; background: #70b603; } -.option-item.isFalse[data-v-96d73128] { +.option-item.isFalse[data-v-0c43651d] { border: 1px solid #d9001b; } -.option-item.isFalse[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner { +.option-item.isFalse[data-v-0c43651d] .el-radio__input.is-checked .el-radio__inner { border-color: #d9001b; background: #d9001b; } -.option-item[data-v-96d73128]:hover { +.option-item[data-v-0c43651d]:hover { background: #ddd; } -.option-item[data-v-96d73128] .content { +.option-item[data-v-0c43651d] .content { cursor: pointer; } -.option-item[data-v-96d73128] .stem-content.no-border { +.option-item[data-v-0c43651d] .stem-content.no-border { padding: 8px 14px !important; cursor: pointer; } /*# sourceMappingURL=radio.vue.map */ -.option-item + .option-item[data-v-08c189f8] { +.option-item + .option-item[data-v-34b5c60e] { margin-top: 16px; } -.option-item[data-v-08c189f8] { +.option-item[data-v-34b5c60e] { display: flex; background: #fbfbfb; border-radius: 6px; @@ -206,374 +162,418 @@ transition: all ease 0.3s; border: 1px solid #fbfbfb; } -.option-item.isActive[data-v-08c189f8] { +.option-item.isActive[data-v-34b5c60e] { border-color: #2e9adb; } -.option-item .questionSeq[data-v-08c189f8] { +.option-item .questionSeq[data-v-34b5c60e] { padding: 8px 0; } -.option-item.isTrue[data-v-08c189f8] { +.option-item.isTrue[data-v-34b5c60e] { border: 1px solid #70b603; } -.option-item.isTrue[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner { +.option-item.isTrue[data-v-34b5c60e] .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #70b603; background: #70b603; } -.option-item.isFalse[data-v-08c189f8] { +.option-item.isFalse[data-v-34b5c60e] { border: 1px solid #d9001b; } -.option-item.isFalse[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner { +.option-item.isFalse[data-v-34b5c60e] .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #d9001b; background: #d9001b; } -.option-item[data-v-08c189f8]:hover { +.option-item[data-v-34b5c60e]:hover { background: #ddd; } -.option-item[data-v-08c189f8] .content { +.option-item[data-v-34b5c60e] .content { cursor: pointer; } -.option-item[data-v-08c189f8] .stem-content.no-border { +.option-item[data-v-34b5c60e] .stem-content.no-border { padding: 8px 14px !important; cursor: pointer; } /*# sourceMappingURL=checkbox.vue.map */ -.line-content[data-v-0794e87b] { - width: 100%; - position: relative; +.option-item + .option-item[data-v-42039503] { + margin-top: 16px; } -.line-content .line-content--item[data-v-0794e87b] { - flex: 1; -} -.line-content .line-content--item[data-v-0794e87b] .stem-content { - height: 100%; -} -.line-content + .line-content[data-v-0794e87b] { - margin-top: 10px; -} -.create-option[data-v-0794e87b] { - width: 100%; - margin-top: 10px; - border-style: dashed !important; -} -.option-item[data-v-0794e87b] { - flex: 1; - min-width: 0; -} -.option-item + .option-item[data-v-0794e87b] { - margin-left: 100px; -} -.option-item.isMobile + .option-item.isMobile[data-v-0794e87b] { - margin-left: 50px; -} -.option-item[data-v-0794e87b] { - margin-bottom: 10px; +.option-item[data-v-42039503] { + 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-0794e87b] { +.option-item.isActive[data-v-42039503] { + border-color: #2e9adb; +} +.option-item .questionSeq[data-v-42039503] { padding: 8px 0; } -.option-item[data-v-0794e87b] .stem-content.no-border { +.option-item.isTrue[data-v-42039503] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-42039503] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-42039503] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-42039503] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-42039503]:hover { + background: #ddd; +} +.option-item[data-v-42039503] .content { + cursor: pointer; +} +.option-item[data-v-42039503] .stem-content.no-border { padding: 8px 14px !important; + cursor: pointer; } -/*# sourceMappingURL=view-line.vue.map */ -.line-content[data-v-53521b13] { +/*# sourceMappingURL=checkbox.vue.map */ +.line-content[data-v-70ef6e32] { width: 100%; position: relative; } -.line-content .line-content--item[data-v-53521b13] { +.line-content .line-content--item[data-v-70ef6e32] { flex: 1; } -.line-content .line-content--item[data-v-53521b13] .stem-content { +.line-content .line-content--item[data-v-70ef6e32] .stem-content { height: 100%; } -.line-content + .line-content[data-v-53521b13] { +.line-content + .line-content[data-v-70ef6e32] { margin-top: 10px; } -.create-option[data-v-53521b13] { +.create-option[data-v-70ef6e32] { width: 100%; margin-top: 10px; border-style: dashed !important; } -.option-item[data-v-53521b13] { +.option-item[data-v-70ef6e32] { flex: 1; min-width: 0; } -.option-item + .option-item[data-v-53521b13] { +.option-item + .option-item[data-v-70ef6e32] { margin-left: 100px; } -.option-item.isMobile + .option-item.isMobile[data-v-53521b13] { +.option-item.isMobile + .option-item.isMobile[data-v-70ef6e32] { margin-left: 50px; } -.option-item[data-v-53521b13] { +.option-item[data-v-70ef6e32] { margin-bottom: 10px; background: #FBFBFB; border-radius: 6px; padding-left: 16px; border: 1px solid #fbfbfb; } -.option-item .questionSeq[data-v-53521b13] { +.option-item .questionSeq[data-v-70ef6e32] { padding: 8px 0; } -.option-item[data-v-53521b13] .stem-content.no-border { +.option-item[data-v-70ef6e32] .stem-content.no-border { padding: 8px 14px !important; } /*# sourceMappingURL=view-line-answer.vue.map */ -.image-file[data-v-101e0263] { - width: 218px; - object-fit: scale-down; -} -.video-file[data-v-101e0263] { - width: 408px; -} -.file-render[data-v-101e0263] { +.line-content[data-v-6a0ba9cc] { width: 100%; + position: relative; } -.file-info[data-v-101e0263] { +.line-content .line-content--item[data-v-6a0ba9cc] { + flex: 1; +} +.line-content .line-content--item[data-v-6a0ba9cc] .stem-content { + height: 100%; +} +.line-content + .line-content[data-v-6a0ba9cc] { + margin-top: 10px; +} +.create-option[data-v-6a0ba9cc] { + width: 100%; + margin-top: 10px; + border-style: dashed !important; +} +.option-item[data-v-6a0ba9cc] { flex: 1; min-width: 0; } -.file-info.videoHandler[data-v-101e0263] { +.option-item + .option-item[data-v-6a0ba9cc] { + margin-left: 100px; +} +.option-item.isMobile + .option-item.isMobile[data-v-6a0ba9cc] { + margin-left: 50px; +} +.option-item[data-v-6a0ba9cc] { + margin-bottom: 10px; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; +} +.option-item .questionSeq[data-v-6a0ba9cc] { + padding: 8px 0; +} +.option-item[data-v-6a0ba9cc] .stem-content.no-border { + padding: 8px 14px !important; +} + +/*# sourceMappingURL=view-line.vue.map */ +.image-file[data-v-5c106e02] { + width: 218px; + object-fit: scale-down; +} +.video-file[data-v-5c106e02] { + width: 408px; +} +.file-render[data-v-5c106e02] { + width: 100%; +} +.file-info[data-v-5c106e02] { + flex: 1; + min-width: 0; +} +.file-info.videoHandler[data-v-5c106e02] { display: flex; flex-direction: column; justify-content: center; } -.file-info.videoHandler .fileName[data-v-101e0263] { +.file-info.videoHandler .fileName[data-v-5c106e02] { font-size: 18px; color: #333333; margin-bottom: 19px; } -.file-info.videoHandler .fileInfo[data-v-101e0263] { +.file-info.videoHandler .fileInfo[data-v-5c106e02] { font-size: 14px; color: #666666; margin-bottom: 19px; } /*# sourceMappingURL=index.vue.map */ -.image-file[data-v-1d318b80] { +.image-file[data-v-416683df] { width: 218px; object-fit: scale-down; } -.video-file[data-v-1d318b80] { +.video-file[data-v-416683df] { width: 408px; } -.file-render[data-v-1d318b80] { +.file-render[data-v-416683df] { width: 100%; } -.file-info[data-v-1d318b80] { +.file-info[data-v-416683df] { flex: 1; min-width: 0; } -.file-info.videoHandler[data-v-1d318b80] { +.file-info.videoHandler[data-v-416683df] { display: flex; flex-direction: column; justify-content: center; } -.file-info.videoHandler .fileName[data-v-1d318b80] { +.file-info.videoHandler .fileName[data-v-416683df] { font-size: 18px; color: #333333; margin-bottom: 19px; } -.file-info.videoHandler .fileInfo[data-v-1d318b80] { +.file-info.videoHandler .fileInfo[data-v-416683df] { font-size: 14px; color: #666666; margin-bottom: 19px; } /*# sourceMappingURL=index.vue.map */ -[data-v-acf05200] .el-dialog__header { - padding: 10px; -} -.video-content[data-v-acf05200] { - width: 180px; - height: 135px; - border-radius: 6px; - overflow: hidden; - position: relative; -} -.video-content .play[data-v-acf05200] { - position: absolute; - left: 50%; - top: 50%; - cursor: pointer; - transform: translateX(-50%) translateY(-50%); -} -.video-mask[data-v-acf05200] { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0.5); -} -.video-mask img[data-v-acf05200] { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50% -50%); - display: block; -} -.video-player[data-v-acf05200] { - width: 100%; -} - -/*# sourceMappingURL=video-play.vue.map */ -[data-v-3ae85d83] .el-dialog__header { - padding: 10px; -} -.video-content[data-v-3ae85d83] { - width: 180px; - height: 135px; - border-radius: 6px; - overflow: hidden; - position: relative; -} -.video-content .play[data-v-3ae85d83] { - position: absolute; - left: 50%; - top: 50%; - cursor: pointer; - transform: translateX(-50%) translateY(-50%); -} -.video-mask[data-v-3ae85d83] { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0.5); -} -.video-mask img[data-v-3ae85d83] { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50% -50%); - display: block; -} -.video-player[data-v-3ae85d83] { - width: 100%; -} - -/*# sourceMappingURL=video-play.vue.map */ -.audio .audio-icon[data-v-37539b66] { +.audio .audio-icon[data-v-6166fdf6] { width: 36px; height: 36px; margin-right: 20px; } -.audio .audio-icon img[data-v-37539b66] { +.audio .audio-icon img[data-v-6166fdf6] { width: 100%; height: 100%; display: block; } -.audio .audio-controls[data-v-37539b66] { +.audio .audio-controls[data-v-6166fdf6] { width: 100%; max-width: 200px; flex: 1; height: 36px; } -.audio .audio-controls .audio-controls--progress[data-v-37539b66], .audio .audio-controls .audio-controls--handler[data-v-37539b66] { +.audio .audio-controls .audio-controls--progress[data-v-6166fdf6], .audio .audio-controls .audio-controls--handler[data-v-6166fdf6] { width: 100%; } -.audio .audio-controls .audio-controls--handler[data-v-37539b66] { +.audio .audio-controls .audio-controls--handler[data-v-6166fdf6] { line-height: 1; } -.audio .audio-controls .audio-controls--handler .play[data-v-37539b66] { +.audio .audio-controls .audio-controls--handler .play[data-v-6166fdf6] { font-size: 24px; } -.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-37539b66] { +.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-6166fdf6] { width: 22px; height: 22px; display: block; cursor: pointer; } -.audio .audio-controls .audio-controls--handler .current-time[data-v-37539b66], .audio .audio-controls .audio-controls--handler .total-time[data-v-37539b66] { +.audio .audio-controls .audio-controls--handler .current-time[data-v-6166fdf6], .audio .audio-controls .audio-controls--handler .total-time[data-v-6166fdf6] { font-size: 12px; color: #333; } -.play-handler.mobile[data-v-37539b66] { +.play-handler.mobile[data-v-6166fdf6] { width: 20px; height: 20px; } -.audio-component[data-v-37539b66] { +.audio-component[data-v-6166fdf6] { display: none; } -[data-v-37539b66] .el-slider__runway { +[data-v-6166fdf6] .el-slider__runway { margin: 0 0 4px 0; background: #e3e3e3; height: 4px; } -[data-v-37539b66] .el-slider__bar { +[data-v-6166fdf6] .el-slider__bar { height: 4px; } -[data-v-37539b66] .el-slider__button { +[data-v-6166fdf6] .el-slider__button { width: 10px; height: 10px; } -[data-v-37539b66] .el-slider__button-wrapper { +[data-v-6166fdf6] .el-slider__button-wrapper { top: -15px; } /*# sourceMappingURL=audio-play-new.vue.map */ -.audio .audio-icon[data-v-811fdafa] { +.audio .audio-icon[data-v-4b6804e2] { width: 36px; height: 36px; margin-right: 20px; } -.audio .audio-icon img[data-v-811fdafa] { +.audio .audio-icon img[data-v-4b6804e2] { width: 100%; height: 100%; display: block; } -.audio .audio-controls[data-v-811fdafa] { +.audio .audio-controls[data-v-4b6804e2] { width: 100%; max-width: 200px; flex: 1; height: 36px; } -.audio .audio-controls .audio-controls--progress[data-v-811fdafa], .audio .audio-controls .audio-controls--handler[data-v-811fdafa] { +.audio .audio-controls .audio-controls--progress[data-v-4b6804e2], .audio .audio-controls .audio-controls--handler[data-v-4b6804e2] { width: 100%; } -.audio .audio-controls .audio-controls--handler[data-v-811fdafa] { +.audio .audio-controls .audio-controls--handler[data-v-4b6804e2] { line-height: 1; } -.audio .audio-controls .audio-controls--handler .play[data-v-811fdafa] { +.audio .audio-controls .audio-controls--handler .play[data-v-4b6804e2] { font-size: 24px; } -.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-811fdafa] { +.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-4b6804e2] { width: 22px; height: 22px; display: block; cursor: pointer; } -.audio .audio-controls .audio-controls--handler .current-time[data-v-811fdafa], .audio .audio-controls .audio-controls--handler .total-time[data-v-811fdafa] { +.audio .audio-controls .audio-controls--handler .current-time[data-v-4b6804e2], .audio .audio-controls .audio-controls--handler .total-time[data-v-4b6804e2] { font-size: 12px; color: #333; } -.play-handler.mobile[data-v-811fdafa] { +.play-handler.mobile[data-v-4b6804e2] { width: 20px; height: 20px; } -.audio-component[data-v-811fdafa] { +.audio-component[data-v-4b6804e2] { display: none; } -[data-v-811fdafa] .el-slider__runway { +[data-v-4b6804e2] .el-slider__runway { margin: 0 0 4px 0; background: #e3e3e3; height: 4px; } -[data-v-811fdafa] .el-slider__bar { +[data-v-4b6804e2] .el-slider__bar { height: 4px; } -[data-v-811fdafa] .el-slider__button { +[data-v-4b6804e2] .el-slider__button { width: 10px; height: 10px; } -[data-v-811fdafa] .el-slider__button-wrapper { +[data-v-4b6804e2] .el-slider__button-wrapper { top: -15px; } -/*# sourceMappingURL=audio-play-new.vue.map */ \ No newline at end of file +/*# sourceMappingURL=audio-play-new.vue.map */ +[data-v-d6ccf97e] .el-dialog__header { + padding: 10px; +} +.video-content[data-v-d6ccf97e] { + width: 180px; + height: 135px; + border-radius: 6px; + overflow: hidden; + position: relative; +} +.video-content .play[data-v-d6ccf97e] { + position: absolute; + left: 50%; + top: 50%; + cursor: pointer; + transform: translateX(-50%) translateY(-50%); +} +.video-mask[data-v-d6ccf97e] { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.5); +} +.video-mask img[data-v-d6ccf97e] { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50% -50%); + display: block; +} +.video-player[data-v-d6ccf97e] { + width: 100%; +} + +/*# sourceMappingURL=video-play.vue.map */ +[data-v-1903d5f8] .el-dialog__header { + padding: 10px; +} +.video-content[data-v-1903d5f8] { + width: 180px; + height: 135px; + border-radius: 6px; + overflow: hidden; + position: relative; +} +.video-content .play[data-v-1903d5f8] { + position: absolute; + left: 50%; + top: 50%; + cursor: pointer; + transform: translateX(-50%) translateY(-50%); +} +.video-mask[data-v-1903d5f8] { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.5); +} +.video-mask img[data-v-1903d5f8] { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50% -50%); + display: block; +} +.video-player[data-v-1903d5f8] { + width: 100%; +} + +/*# sourceMappingURL=video-play.vue.map */ \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/question.js b/src/plugin/xml-digital-teaching/lib/question.js index c68432f..c18309a 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -385,7 +385,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-37539b66"; + const __vue_scope_id__$g = "data-v-6166fdf6"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -423,17 +423,17 @@ function createCommonjsModule(fn, module) { return module = { exports: {} }, fn(module, module.exports), module.exports; } -var win; +var win$1; if (typeof window !== "undefined") { - win = window; + win$1 = window; } else if (typeof commonjsGlobal !== "undefined") { - win = commonjsGlobal; + win$1 = commonjsGlobal; } else if (typeof self !== "undefined") { - win = self; + win$1 = self; } else { - win = {}; + win$1 = {}; } -var window_1 = win; +var window_1$1 = win$1; var slice$1 = Array.prototype.slice; var domWalk = iterativelyWalk; @@ -997,8 +997,8 @@ function extend$1() { } var xhr$1 = createXHR; -createXHR.XMLHttpRequest = window_1.XMLHttpRequest || noop$1; -createXHR.XDomainRequest = "withCredentials" in new createXHR.XMLHttpRequest() ? createXHR.XMLHttpRequest : window_1.XDomainRequest; +createXHR.XMLHttpRequest = window_1$1.XMLHttpRequest || noop$1; +createXHR.XDomainRequest = "withCredentials" in new createXHR.XMLHttpRequest() ? createXHR.XMLHttpRequest : window_1$1.XDomainRequest; forEachArray(["get", "put", "post", "patch", "head", "delete"], function (method) { createXHR[method === "delete" ? "del" : method] = function (uri, options, callback) { options = initParams(uri, options, callback); @@ -1205,6 +1205,18 @@ function getXml(xhr) { } function noop$1() {} +var win; +if (typeof window !== "undefined") { + win = window; +} else if (typeof commonjsGlobal !== "undefined") { + win = commonjsGlobal; +} else if (typeof self !== "undefined") { + win = self; +} else { + win = {}; +} +var window_1 = win; + /** * Copyright 2013 vtt.js Contributors * @@ -2885,7 +2897,7 @@ browserIndex.VTTRegion; * Includes vtt.js * Available under Apache License Version 2.0 * - */function _interopDefault(ex){return ex&&typeof ex==='object'&&'default'in ex?ex['default']:ex;}var window$1=_interopDefault(window_1);var document$1=_interopDefault(document_1);var tsml=_interopDefault(tsml$1);var safeParseTuple=_interopDefault(tuple);var xhr=_interopDefault(xhr$1);var vtt=_interopDefault(browserIndex);var version$1="6.13.0";/** + */function _interopDefault(ex){return ex&&typeof ex==='object'&&'default'in ex?ex['default']:ex;}var window$1=_interopDefault(window_1$1);var document$1=_interopDefault(document_1);var tsml=_interopDefault(tsml$1);var safeParseTuple=_interopDefault(tuple);var xhr=_interopDefault(xhr$1);var vtt=_interopDefault(browserIndex);var version$1="6.13.0";/** * @file browser.js * @module browser */var USER_AGENT=window$1.navigator&&window$1.navigator.userAgent||'';var webkitVersionMap=/AppleWebKit\/([\d.]+)/i.exec(USER_AGENT);var appleWebkitVersion=webkitVersionMap?parseFloat(webkitVersionMap.pop()):null;/* @@ -13575,7 +13587,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-acf05200"; + const __vue_scope_id__$f = "data-v-d6ccf97e"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -13788,7 +13800,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-101e0263"; + const __vue_scope_id__$e = "data-v-5c106e02"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -13980,7 +13992,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-2cb56c8e"; + const __vue_scope_id__$d = "data-v-086e2e0c"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -14356,7 +14368,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-96d73128"; + const __vue_scope_id__$c = "data-v-748b79ea"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -14672,7 +14684,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-362bbaa4"; + const __vue_scope_id__$b = "data-v-42039503"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -19803,7 +19815,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-53521b13"; + const __vue_scope_id__$a = "data-v-70ef6e32"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -20105,7 +20117,7 @@ __vue_render__$9._withStripped = true; /* style */ const __vue_inject_styles__$9 = undefined; /* scoped */ - const __vue_scope_id__$9 = "data-v-0794e87b"; + const __vue_scope_id__$9 = "data-v-6a0ba9cc"; /* module identifier */ const __vue_module_identifier__$9 = undefined; /* functional template */ @@ -20248,9 +20260,9 @@ var script$8 = { return isCloze$1(String(this.question.questionType)); }, clozeLength() { - let fillInTheBlanksSpan = this.question.stem.content.match(/fillInTheBlanksSpan/g); - let fillInTheBlanks = this.question.stem.content.match(/\((.+?)\)/g); - console.log(fillInTheBlanks, fillInTheBlanksSpan, 'fillInTheBlanksSpanfillInTheBlanksSpanfillInTheBlanksSpan'); + this.question.stem.content.match(/fillInTheBlanksSpan/g); + this.question.stem.content.match(/\((.+?)\)/g); + // console.log( fillInTheBlanks,fillInTheBlanksSpan,'fillInTheBlanksSpanfillInTheBlanksSpanfillInTheBlanksSpan'); let sortString = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; // let data = fillInTheBlanksSpan ? fillInTheBlanksSpan.length : fillInTheBlanks let data = this.question.standardAnswer.length; @@ -21001,7 +21013,7 @@ __vue_render__$8._withStripped = true; /* style */ const __vue_inject_styles__$8 = undefined; /* scoped */ - const __vue_scope_id__$8 = "data-v-85f1a418"; + const __vue_scope_id__$8 = "data-v-626fcb62"; /* module identifier */ const __vue_module_identifier__$8 = undefined; /* functional template */ @@ -21335,7 +21347,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-811fdafa"; + const __vue_scope_id__$7 = "data-v-4b6804e2"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -21552,7 +21564,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-3ae85d83"; + const __vue_scope_id__$6 = "data-v-1903d5f8"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -21765,7 +21777,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-1d318b80"; + const __vue_scope_id__$5 = "data-v-416683df"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -21957,7 +21969,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-a5540524"; + const __vue_scope_id__$4 = "data-v-8e4439e6"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -22273,7 +22285,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-f4399a04"; + const __vue_scope_id__$3 = "data-v-0c43651d"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -22583,7 +22595,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-08c189f8"; + const __vue_scope_id__$2 = "data-v-34b5c60e"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -23309,7 +23321,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-498fb768"; + const __vue_scope_id__$1 = "data-v-49ff412a"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -23584,7 +23596,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-36d74f49"; + const __vue_scope_id__ = "data-v-6b3d24a8"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/question.min.css b/src/plugin/xml-digital-teaching/lib/question.min.css index 8c02b93..aa8b0d9 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-2cb56c8e]{width:100%}.content .stem-content[data-v-2cb56c8e]{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-2cb56c8e]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-2cb56c8e]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.content[data-v-a5540524]{width:100%}.content .stem-content[data-v-a5540524]{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-a5540524]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-a5540524]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-362bbaa4]{margin-top:16px}.option-item[data-v-362bbaa4]{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-362bbaa4]{border-color:#2e9adb}.option-item .questionSeq[data-v-362bbaa4]{padding:8px 0}.option-item.isTrue[data-v-362bbaa4]{border:1px solid #70b603}.option-item.isTrue[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-362bbaa4]{border:1px solid #d9001b}.option-item.isFalse[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-362bbaa4]:hover{background:#ddd}.option-item[data-v-362bbaa4] .content{cursor:pointer}.option-item[data-v-362bbaa4] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-f4399a04]{margin-top:16px}.option-item[data-v-f4399a04]{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-f4399a04]{padding:8px 0}.option-item.isActive[data-v-f4399a04]{border-color:#2e9adb}.option-item.isTrue[data-v-f4399a04]{border:1px solid #70b603}.option-item.isTrue[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-f4399a04]{border:1px solid #d9001b}.option-item.isFalse[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-f4399a04]:hover{background:#ddd}.option-item[data-v-f4399a04] .content{cursor:pointer}.option-item[data-v-f4399a04] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-96d73128]{margin-top:16px}.option-item[data-v-96d73128]{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-96d73128]{padding:8px 0}.option-item.isActive[data-v-96d73128]{border-color:#2e9adb}.option-item.isTrue[data-v-96d73128]{border:1px solid #70b603}.option-item.isTrue[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-96d73128]{border:1px solid #d9001b}.option-item.isFalse[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-96d73128]:hover{background:#ddd}.option-item[data-v-96d73128] .content{cursor:pointer}.option-item[data-v-96d73128] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-08c189f8]{margin-top:16px}.option-item[data-v-08c189f8]{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-08c189f8]{border-color:#2e9adb}.option-item .questionSeq[data-v-08c189f8]{padding:8px 0}.option-item.isTrue[data-v-08c189f8]{border:1px solid #70b603}.option-item.isTrue[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-08c189f8]{border:1px solid #d9001b}.option-item.isFalse[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-08c189f8]:hover{background:#ddd}.option-item[data-v-08c189f8] .content{cursor:pointer}.option-item[data-v-08c189f8] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-0794e87b]{width:100%;position:relative}.line-content .line-content--item[data-v-0794e87b]{flex:1}.line-content .line-content--item[data-v-0794e87b] .stem-content{height:100%}.line-content+.line-content[data-v-0794e87b]{margin-top:10px}.create-option[data-v-0794e87b]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-0794e87b]{flex:1;min-width:0}.option-item+.option-item[data-v-0794e87b]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-0794e87b]{margin-left:50px}.option-item[data-v-0794e87b]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-0794e87b]{padding:8px 0}.option-item[data-v-0794e87b] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-53521b13]{width:100%;position:relative}.line-content .line-content--item[data-v-53521b13]{flex:1}.line-content .line-content--item[data-v-53521b13] .stem-content{height:100%}.line-content+.line-content[data-v-53521b13]{margin-top:10px}.create-option[data-v-53521b13]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-53521b13]{flex:1;min-width:0}.option-item+.option-item[data-v-53521b13]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-53521b13]{margin-left:50px}.option-item[data-v-53521b13]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-53521b13]{padding:8px 0}.option-item[data-v-53521b13] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-101e0263]{width:218px;object-fit:scale-down}.video-file[data-v-101e0263]{width:408px}.file-render[data-v-101e0263]{width:100%}.file-info[data-v-101e0263]{flex:1;min-width:0}.file-info.videoHandler[data-v-101e0263]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-101e0263]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-101e0263]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-1d318b80]{width:218px;object-fit:scale-down}.video-file[data-v-1d318b80]{width:408px}.file-render[data-v-1d318b80]{width:100%}.file-info[data-v-1d318b80]{flex:1;min-width:0}.file-info.videoHandler[data-v-1d318b80]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-1d318b80]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-1d318b80]{font-size:14px;color:#666;margin-bottom:19px}[data-v-acf05200] .el-dialog__header{padding:10px}.video-content[data-v-acf05200]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-acf05200]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-acf05200]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-acf05200]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-acf05200]{width:100%}[data-v-3ae85d83] .el-dialog__header{padding:10px}.video-content[data-v-3ae85d83]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-3ae85d83]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-3ae85d83]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-3ae85d83]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-3ae85d83]{width:100%}.audio .audio-icon[data-v-37539b66]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-37539b66]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-37539b66]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-37539b66],.audio .audio-controls .audio-controls--progress[data-v-37539b66]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-37539b66]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-37539b66]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-37539b66]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-37539b66],.audio .audio-controls .audio-controls--handler .total-time[data-v-37539b66]{font-size:12px;color:#333}.play-handler.mobile[data-v-37539b66]{width:20px;height:20px}.audio-component[data-v-37539b66]{display:none}[data-v-37539b66] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-37539b66] .el-slider__bar{height:4px}[data-v-37539b66] .el-slider__button{width:10px;height:10px}[data-v-37539b66] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-811fdafa]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-811fdafa]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-811fdafa]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-811fdafa],.audio .audio-controls .audio-controls--progress[data-v-811fdafa]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-811fdafa]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-811fdafa]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-811fdafa]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-811fdafa],.audio .audio-controls .audio-controls--handler .total-time[data-v-811fdafa]{font-size:12px;color:#333}.play-handler.mobile[data-v-811fdafa]{width:20px;height:20px}.audio-component[data-v-811fdafa]{display:none}[data-v-811fdafa] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-811fdafa] .el-slider__bar{height:4px}[data-v-811fdafa] .el-slider__button{width:10px;height:10px}[data-v-811fdafa] .el-slider__button-wrapper{top:-15px} \ No newline at end of file +.content[data-v-8e4439e6]{width:100%}.content .stem-content[data-v-8e4439e6]{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-8e4439e6]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-8e4439e6]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.content[data-v-086e2e0c]{width:100%}.content .stem-content[data-v-086e2e0c]{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-086e2e0c]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-086e2e0c]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-748b79ea]{margin-top:16px}.option-item[data-v-748b79ea]{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-748b79ea]{padding:8px 0}.option-item.isActive[data-v-748b79ea]{border-color:#2e9adb}.option-item.isTrue[data-v-748b79ea]{border:1px solid #70b603}.option-item.isTrue[data-v-748b79ea] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-748b79ea]{border:1px solid #d9001b}.option-item.isFalse[data-v-748b79ea] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-748b79ea]:hover{background:#ddd}.option-item[data-v-748b79ea] .content{cursor:pointer}.option-item[data-v-748b79ea] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-0c43651d]{margin-top:16px}.option-item[data-v-0c43651d]{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-0c43651d]{padding:8px 0}.option-item.isActive[data-v-0c43651d]{border-color:#2e9adb}.option-item.isTrue[data-v-0c43651d]{border:1px solid #70b603}.option-item.isTrue[data-v-0c43651d] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-0c43651d]{border:1px solid #d9001b}.option-item.isFalse[data-v-0c43651d] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-0c43651d]:hover{background:#ddd}.option-item[data-v-0c43651d] .content{cursor:pointer}.option-item[data-v-0c43651d] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-34b5c60e]{margin-top:16px}.option-item[data-v-34b5c60e]{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-34b5c60e]{border-color:#2e9adb}.option-item .questionSeq[data-v-34b5c60e]{padding:8px 0}.option-item.isTrue[data-v-34b5c60e]{border:1px solid #70b603}.option-item.isTrue[data-v-34b5c60e] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-34b5c60e]{border:1px solid #d9001b}.option-item.isFalse[data-v-34b5c60e] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-34b5c60e]:hover{background:#ddd}.option-item[data-v-34b5c60e] .content{cursor:pointer}.option-item[data-v-34b5c60e] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-42039503]{margin-top:16px}.option-item[data-v-42039503]{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-42039503]{border-color:#2e9adb}.option-item .questionSeq[data-v-42039503]{padding:8px 0}.option-item.isTrue[data-v-42039503]{border:1px solid #70b603}.option-item.isTrue[data-v-42039503] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-42039503]{border:1px solid #d9001b}.option-item.isFalse[data-v-42039503] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-42039503]:hover{background:#ddd}.option-item[data-v-42039503] .content{cursor:pointer}.option-item[data-v-42039503] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-70ef6e32]{width:100%;position:relative}.line-content .line-content--item[data-v-70ef6e32]{flex:1}.line-content .line-content--item[data-v-70ef6e32] .stem-content{height:100%}.line-content+.line-content[data-v-70ef6e32]{margin-top:10px}.create-option[data-v-70ef6e32]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-70ef6e32]{flex:1;min-width:0}.option-item+.option-item[data-v-70ef6e32]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-70ef6e32]{margin-left:50px}.option-item[data-v-70ef6e32]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-70ef6e32]{padding:8px 0}.option-item[data-v-70ef6e32] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-6a0ba9cc]{width:100%;position:relative}.line-content .line-content--item[data-v-6a0ba9cc]{flex:1}.line-content .line-content--item[data-v-6a0ba9cc] .stem-content{height:100%}.line-content+.line-content[data-v-6a0ba9cc]{margin-top:10px}.create-option[data-v-6a0ba9cc]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-6a0ba9cc]{flex:1;min-width:0}.option-item+.option-item[data-v-6a0ba9cc]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-6a0ba9cc]{margin-left:50px}.option-item[data-v-6a0ba9cc]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-6a0ba9cc]{padding:8px 0}.option-item[data-v-6a0ba9cc] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-5c106e02]{width:218px;object-fit:scale-down}.video-file[data-v-5c106e02]{width:408px}.file-render[data-v-5c106e02]{width:100%}.file-info[data-v-5c106e02]{flex:1;min-width:0}.file-info.videoHandler[data-v-5c106e02]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-5c106e02]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-5c106e02]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-416683df]{width:218px;object-fit:scale-down}.video-file[data-v-416683df]{width:408px}.file-render[data-v-416683df]{width:100%}.file-info[data-v-416683df]{flex:1;min-width:0}.file-info.videoHandler[data-v-416683df]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-416683df]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-416683df]{font-size:14px;color:#666;margin-bottom:19px}.audio .audio-icon[data-v-6166fdf6]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-6166fdf6]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-6166fdf6]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-6166fdf6],.audio .audio-controls .audio-controls--progress[data-v-6166fdf6]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-6166fdf6]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-6166fdf6]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-6166fdf6]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-6166fdf6],.audio .audio-controls .audio-controls--handler .total-time[data-v-6166fdf6]{font-size:12px;color:#333}.play-handler.mobile[data-v-6166fdf6]{width:20px;height:20px}.audio-component[data-v-6166fdf6]{display:none}[data-v-6166fdf6] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-6166fdf6] .el-slider__bar{height:4px}[data-v-6166fdf6] .el-slider__button{width:10px;height:10px}[data-v-6166fdf6] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-4b6804e2]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-4b6804e2]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-4b6804e2]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-4b6804e2],.audio .audio-controls .audio-controls--progress[data-v-4b6804e2]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-4b6804e2]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-4b6804e2]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-4b6804e2]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-4b6804e2],.audio .audio-controls .audio-controls--handler .total-time[data-v-4b6804e2]{font-size:12px;color:#333}.play-handler.mobile[data-v-4b6804e2]{width:20px;height:20px}.audio-component[data-v-4b6804e2]{display:none}[data-v-4b6804e2] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-4b6804e2] .el-slider__bar{height:4px}[data-v-4b6804e2] .el-slider__button{width:10px;height:10px}[data-v-4b6804e2] .el-slider__button-wrapper{top:-15px}[data-v-d6ccf97e] .el-dialog__header{padding:10px}.video-content[data-v-d6ccf97e]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-d6ccf97e]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-d6ccf97e]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-d6ccf97e]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-d6ccf97e]{width:100%}[data-v-1903d5f8] .el-dialog__header{padding:10px}.video-content[data-v-1903d5f8]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-1903d5f8]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-1903d5f8]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-1903d5f8]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-1903d5f8]{width:100%} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/render.css b/src/plugin/xml-digital-teaching/lib/render.css index bab6f4c..6216dce 100644 --- a/src/plugin/xml-digital-teaching/lib/render.css +++ b/src/plugin/xml-digital-teaching/lib/render.css @@ -1,9 +1,9 @@ -.read-the-docs[data-v-ca652f72] { +.read-the-docs[data-v-518f1c34] { color: #888; } -.read-the-docs[data-v-4fa302f3] { +.read-the-docs[data-v-40ccda74] { color: #888; } diff --git a/src/plugin/xml-digital-teaching/lib/render.js b/src/plugin/xml-digital-teaching/lib/render.js index 388eb4d..ced05c3 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -112,7 +112,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-4fa302f3"; + const __vue_scope_id__$1 = "data-v-40ccda74"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -225,7 +225,7 @@ const __vue_script__ = script; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-ca652f72"; + const __vue_scope_id__ = "data-v-518f1c34"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/render.min.css b/src/plugin/xml-digital-teaching/lib/render.min.css index 8841c1e..0d7c0df 100644 --- a/src/plugin/xml-digital-teaching/lib/render.min.css +++ b/src/plugin/xml-digital-teaching/lib/render.min.css @@ -1 +1 @@ -.read-the-docs[data-v-ca652f72]{color:#888}.read-the-docs[data-v-4fa302f3]{color:#888} \ No newline at end of file +.read-the-docs[data-v-518f1c34]{color:#888}.read-the-docs[data-v-40ccda74]{color:#888} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/resource.css b/src/plugin/xml-digital-teaching/lib/resource.css index 8520404..aa57bbb 100644 --- a/src/plugin/xml-digital-teaching/lib/resource.css +++ b/src/plugin/xml-digital-teaching/lib/resource.css @@ -1,5 +1,5 @@ -.preview-item-file[data-v-494311a4]:hover, -.slip-over-cover[data-v-494311a4]:hover { +.preview-item-file[data-v-0af940cd]:hover, +.slip-over-cover[data-v-0af940cd]:hover { cursor: pointer; } diff --git a/src/plugin/xml-digital-teaching/lib/resource.js b/src/plugin/xml-digital-teaching/lib/resource.js index 1fe5b76..c00bd13 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 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=="; @@ -1417,7 +1417,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-494311a4"; + const __vue_scope_id__ = "data-v-0af940cd"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/resource.min.css b/src/plugin/xml-digital-teaching/lib/resource.min.css index 6fb9312..58759e6 100644 --- a/src/plugin/xml-digital-teaching/lib/resource.min.css +++ b/src/plugin/xml-digital-teaching/lib/resource.min.css @@ -1 +1 @@ -.preview-item-file[data-v-494311a4]:hover,.slip-over-cover[data-v-494311a4]:hover{cursor:pointer} \ No newline at end of file +.preview-item-file[data-v-0af940cd]:hover,.slip-over-cover[data-v-0af940cd]:hover{cursor:pointer} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/single-ctalog-group.css b/src/plugin/xml-digital-teaching/lib/single-ctalog-group.css index 2e3b255..04839f6 100644 --- a/src/plugin/xml-digital-teaching/lib/single-ctalog-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-ctalog-group.css @@ -1,7 +1,7 @@ -.xml-single-ebook-group-h5[data-v-79879c4e] { +.xml-single-ebook-group-h5[data-v-7026466d] { } -.xml-single-ebook-group-pc[data-v-79879c4e] { +.xml-single-ebook-group-pc[data-v-7026466d] { } -.xml-single-ebook-group-pad[data-v-79879c4e] { +.xml-single-ebook-group-pad[data-v-7026466d] { } 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 97ad29e..85b13ed 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -306,7 +306,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-79879c4e"; + const __vue_scope_id__ = "data-v-7026466d"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-ebook-group.css b/src/plugin/xml-digital-teaching/lib/single-ebook-group.css index dfbc2e1..d9228c5 100644 --- a/src/plugin/xml-digital-teaching/lib/single-ebook-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-ebook-group.css @@ -1,7 +1,7 @@ -.xml-single-ebook-group-h5[data-v-db1ef5b2] { +.xml-single-ebook-group-h5[data-v-6d309986] { } -.xml-single-ebook-group-pc[data-v-db1ef5b2] { +.xml-single-ebook-group-pc[data-v-6d309986] { } -.xml-single-ebook-group-pad[data-v-db1ef5b2] { +.xml-single-ebook-group-pad[data-v-6d309986] { } 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 2d219d4..b2719cd 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -330,7 +330,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-db1ef5b2"; + const __vue_scope_id__ = "data-v-6d309986"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-html-group.css b/src/plugin/xml-digital-teaching/lib/single-html-group.css index 0231a2d..d2776a7 100644 --- a/src/plugin/xml-digital-teaching/lib/single-html-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-html-group.css @@ -1,7 +1,7 @@ -.xml-single-ebook-group-h5[data-v-2ab7fd94] { +.xml-single-ebook-group-h5[data-v-64857f15] { } -.xml-single-ebook-group-pc[data-v-2ab7fd94] { +.xml-single-ebook-group-pc[data-v-64857f15] { } -.xml-single-ebook-group-pad[data-v-2ab7fd94] { +.xml-single-ebook-group-pad[data-v-64857f15] { } 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 a9ceaff..29b0c88 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -329,7 +329,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-2ab7fd94"; + const __vue_scope_id__ = "data-v-64857f15"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ 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 f2ab928..56d7265 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-music-group.css b/src/plugin/xml-digital-teaching/lib/single-music-group.css index a540215..179b5fc 100644 --- a/src/plugin/xml-digital-teaching/lib/single-music-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-music-group.css @@ -1,7 +1,7 @@ -.xml-single-music-group-h5[data-v-01606e1f] { +.xml-single-music-group-h5[data-v-1487fe20] { } -.xml-single-music-group-pc[data-v-01606e1f] { +.xml-single-music-group-pc[data-v-1487fe20] { } -.xml-single-music-group-pad[data-v-01606e1f] { +.xml-single-music-group-pad[data-v-1487fe20] { } 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 6c06574..dadeb77 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -313,7 +313,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-01606e1f"; + const __vue_scope_id__ = "data-v-1487fe20"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-question-group.css b/src/plugin/xml-digital-teaching/lib/single-question-group.css index 1026c9c..2cfd3c7 100644 --- a/src/plugin/xml-digital-teaching/lib/single-question-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-question-group.css @@ -1,7 +1,7 @@ -.xml-single-question-group-h5[data-v-970e3a6a] { +.xml-single-question-group-h5[data-v-19640c8c] { } -.xml-single-question-group-pc[data-v-970e3a6a] { +.xml-single-question-group-pc[data-v-19640c8c] { } -.xml-single-question-group-pad[data-v-970e3a6a] { +.xml-single-question-group-pad[data-v-19640c8c] { } 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 48b85d8..9126fd5 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -345,7 +345,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-970e3a6a"; + const __vue_scope_id__ = "data-v-19640c8c"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-resource-group.css b/src/plugin/xml-digital-teaching/lib/single-resource-group.css index b60defc..510f69f 100644 --- a/src/plugin/xml-digital-teaching/lib/single-resource-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-resource-group.css @@ -1,7 +1,7 @@ -.xml-single-question-group-h5[data-v-37b34ced] { +.xml-single-question-group-h5[data-v-11a9ade8] { } -.xml-single-question-group-pc[data-v-37b34ced] { +.xml-single-question-group-pc[data-v-11a9ade8] { } -.xml-single-question-group-pad[data-v-37b34ced] { +.xml-single-question-group-pad[data-v-11a9ade8] { } 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 f909022..1db264c 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -337,7 +337,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-37b34ced"; + const __vue_scope_id__ = "data-v-11a9ade8"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-testpaper-group.css b/src/plugin/xml-digital-teaching/lib/single-testpaper-group.css index b60defc..510f69f 100644 --- a/src/plugin/xml-digital-teaching/lib/single-testpaper-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-testpaper-group.css @@ -1,7 +1,7 @@ -.xml-single-question-group-h5[data-v-37b34ced] { +.xml-single-question-group-h5[data-v-11a9ade8] { } -.xml-single-question-group-pc[data-v-37b34ced] { +.xml-single-question-group-pc[data-v-11a9ade8] { } -.xml-single-question-group-pad[data-v-37b34ced] { +.xml-single-question-group-pad[data-v-11a9ade8] { } 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 f909022..1db264c 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -337,7 +337,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-37b34ced"; + const __vue_scope_id__ = "data-v-11a9ade8"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-text-group.css b/src/plugin/xml-digital-teaching/lib/single-text-group.css index a43eaaf..3c1d975 100644 --- a/src/plugin/xml-digital-teaching/lib/single-text-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-text-group.css @@ -1,7 +1,7 @@ -.xml-single-text-group-h5[data-v-5ae5cf71] { +.xml-single-text-group-h5[data-v-35684fd0] { } -.xml-single-text-group-pc[data-v-5ae5cf71] { +.xml-single-text-group-pc[data-v-35684fd0] { } -.xml-single-text-group-pad[data-v-5ae5cf71] { +.xml-single-text-group-pad[data-v-35684fd0] { } 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 f1886e1..84188d7 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -361,7 +361,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-5ae5cf71"; + const __vue_scope_id__ = "data-v-35684fd0"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-video-group.css b/src/plugin/xml-digital-teaching/lib/single-video-group.css index 35f5f54..88772f0 100644 --- a/src/plugin/xml-digital-teaching/lib/single-video-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-video-group.css @@ -1,7 +1,7 @@ -.xml-single-video-group-h5[data-v-09b9c62d] { +.xml-single-video-group-h5[data-v-0390b24c] { } -.xml-single-video-group-pc[data-v-09b9c62d] { +.xml-single-video-group-pc[data-v-0390b24c] { } -.xml-single-video-group-pad[data-v-09b9c62d] { +.xml-single-video-group-pad[data-v-0390b24c] { } 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 ca79aa0..f704e91 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -325,7 +325,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-09b9c62d"; + const __vue_scope_id__ = "data-v-0390b24c"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/splitline.css b/src/plugin/xml-digital-teaching/lib/splitline.css index 7c57385..e894b91 100644 --- a/src/plugin/xml-digital-teaching/lib/splitline.css +++ b/src/plugin/xml-digital-teaching/lib/splitline.css @@ -1,6 +1,6 @@ -/*# sourceMappingURL=third.vue.map */ +/*# sourceMappingURL=seventh.vue.map */ /*# sourceMappingURL=fourth.vue.map */ @@ -9,34 +9,43 @@ /*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - /*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=eleventh.vue.map */ - - -/*# sourceMappingURL=Greytheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - /*# sourceMappingURL=eighth.vue.map */ +/*# sourceMappingURL=fifth.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ + + +/*# sourceMappingURL=sixth.vue.map */ + + +/*# sourceMappingURL=Greytheme1.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=eleventh.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=Greytheme4.vue.map */ + + /*# sourceMappingURL=Greytheme2.vue.map */ -/*# sourceMappingURL=Yellowtheme3.vue.map */ +/*# sourceMappingURL=Greytheme5.vue.map */ + + +/*# sourceMappingURL=Greytheme6.vue.map */ /*# sourceMappingURL=Greytheme3.vue.map */ @@ -45,40 +54,28 @@ /*# sourceMappingURL=Yellowtheme2.vue.map */ -/*# sourceMappingURL=Greytheme6.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=Redtheme2.vue.map */ - - -/*# sourceMappingURL=ninth.vue.map */ - - -/*# sourceMappingURL=Greytheme4.vue.map */ +/*# sourceMappingURL=Yellowtheme4.vue.map */ /*# sourceMappingURL=Redtheme3.vue.map */ -/*# sourceMappingURL=Greytheme5.vue.map */ +/*# sourceMappingURL=Yellowtheme3.vue.map */ -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Bluetheme2.vue.map */ +/*# sourceMappingURL=Redtheme4.vue.map */ /*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=Bluetheme1.vue.map */ +/*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ /*# sourceMappingURL=Greentheme3.vue.map */ @@ -87,12 +84,15 @@ /*# sourceMappingURL=Greentheme1.vue.map */ -/*# sourceMappingURL=Greentheme2.vue.map */ +/*# sourceMappingURL=Bluetheme1.vue.map */ /*# sourceMappingURL=Bluetheme4.vue.map */ +/*# sourceMappingURL=Bluetheme2.vue.map */ + + /*# sourceMappingURL=Greentheme4.vue.map */ @@ -168,11 +168,11 @@ /*# sourceMappingURL=XmlText.vue.map */ -.xml-text-h5[data-v-169e6e18] { +.xml-text-h5[data-v-53ea1419] { } -.xml-text-pc[data-v-169e6e18] { +.xml-text-pc[data-v-53ea1419] { } -.xml-text-h5[data-v-169e6e18] { +.xml-text-h5[data-v-53ea1419] { } diff --git a/src/plugin/xml-digital-teaching/lib/splitline.js b/src/plugin/xml-digital-teaching/lib/splitline.js index cbaebfa..f4e5dc4 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -9364,7 +9364,7 @@ __vue_render__$B._withStripped = true; /* style */ const __vue_inject_styles__$A = undefined; /* scoped */ - const __vue_scope_id__$A = "data-v-bd7c342c"; + const __vue_scope_id__$A = "data-v-b03ad06e"; /* module identifier */ const __vue_module_identifier__$A = undefined; /* functional template */ @@ -51587,7 +51587,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-169e6e18"; + const __vue_scope_id__$x = "data-v-53ea1419"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ @@ -51859,7 +51859,7 @@ __vue_render__$w._withStripped = true; /* style */ const __vue_inject_styles__$w = undefined; /* scoped */ - const __vue_scope_id__$w = "data-v-e3629262"; + const __vue_scope_id__$w = "data-v-fa7cf124"; /* module identifier */ const __vue_module_identifier__$w = undefined; /* functional template */ @@ -52054,7 +52054,7 @@ __vue_render__$v._withStripped = true; /* style */ const __vue_inject_styles__$v = undefined; /* scoped */ - const __vue_scope_id__$v = "data-v-c59de198"; + const __vue_scope_id__$v = "data-v-63d96ada"; /* module identifier */ const __vue_module_identifier__$v = undefined; /* functional template */ @@ -52245,7 +52245,7 @@ __vue_render__$u._withStripped = true; /* style */ const __vue_inject_styles__$u = undefined; /* scoped */ - const __vue_scope_id__$u = "data-v-563ea8de"; + const __vue_scope_id__$u = "data-v-85c96906"; /* module identifier */ const __vue_module_identifier__$u = undefined; /* functional template */ @@ -52442,7 +52442,7 @@ __vue_render__$t._withStripped = true; /* style */ const __vue_inject_styles__$t = undefined; /* scoped */ - const __vue_scope_id__$t = "data-v-3f4238aa"; + const __vue_scope_id__$t = "data-v-cc92de2a"; /* module identifier */ const __vue_module_identifier__$t = undefined; /* functional template */ @@ -52639,7 +52639,7 @@ __vue_render__$s._withStripped = true; /* style */ const __vue_inject_styles__$s = undefined; /* scoped */ - const __vue_scope_id__$s = "data-v-5d5bc238"; + const __vue_scope_id__$s = "data-v-48c0f2b9"; /* module identifier */ const __vue_module_identifier__$s = undefined; /* functional template */ @@ -52840,7 +52840,7 @@ __vue_render__$r._withStripped = true; /* style */ const __vue_inject_styles__$r = undefined; /* scoped */ - const __vue_scope_id__$r = "data-v-806db2ae"; + const __vue_scope_id__$r = "data-v-1aa48df0"; /* module identifier */ const __vue_module_identifier__$r = undefined; /* functional template */ @@ -53061,7 +53061,7 @@ __vue_render__$q._withStripped = true; /* style */ const __vue_inject_styles__$q = undefined; /* scoped */ - const __vue_scope_id__$q = "data-v-abfaca0a"; + const __vue_scope_id__$q = "data-v-ad9706cc"; /* module identifier */ const __vue_module_identifier__$q = undefined; /* functional template */ @@ -53258,7 +53258,7 @@ __vue_render__$p._withStripped = true; /* style */ const __vue_inject_styles__$p = undefined; /* scoped */ - const __vue_scope_id__$p = "data-v-26560c2f"; + const __vue_scope_id__$p = "data-v-0f887b20"; /* module identifier */ const __vue_module_identifier__$p = undefined; /* functional template */ @@ -53455,7 +53455,7 @@ __vue_render__$o._withStripped = true; /* style */ const __vue_inject_styles__$o = undefined; /* scoped */ - const __vue_scope_id__$o = "data-v-00159929"; + const __vue_scope_id__$o = "data-v-3cc5ebaa"; /* module identifier */ const __vue_module_identifier__$o = undefined; /* functional template */ @@ -53652,7 +53652,7 @@ __vue_render__$n._withStripped = true; /* style */ const __vue_inject_styles__$n = undefined; /* scoped */ - const __vue_scope_id__$n = "data-v-6502f73d"; + const __vue_scope_id__$n = "data-v-3cfb2884"; /* module identifier */ const __vue_module_identifier__$n = undefined; /* functional template */ @@ -53851,7 +53851,7 @@ __vue_render__$m._withStripped = true; /* style */ const __vue_inject_styles__$m = undefined; /* scoped */ - const __vue_scope_id__$m = "data-v-53efb387"; + const __vue_scope_id__$m = "data-v-d3f55e34"; /* module identifier */ const __vue_module_identifier__$m = undefined; /* functional template */ @@ -54062,7 +54062,7 @@ __vue_render__$l._withStripped = true; /* style */ const __vue_inject_styles__$l = undefined; /* scoped */ - const __vue_scope_id__$l = "data-v-0272e976"; + const __vue_scope_id__$l = "data-v-4b2a94b7"; /* module identifier */ const __vue_module_identifier__$l = undefined; /* functional template */ @@ -54273,7 +54273,7 @@ __vue_render__$k._withStripped = true; /* style */ const __vue_inject_styles__$k = undefined; /* scoped */ - const __vue_scope_id__$k = "data-v-b907f0d6"; + const __vue_scope_id__$k = "data-v-5cf78f16"; /* module identifier */ const __vue_module_identifier__$k = undefined; /* functional template */ @@ -54484,7 +54484,7 @@ __vue_render__$j._withStripped = true; /* style */ const __vue_inject_styles__$j = undefined; /* scoped */ - const __vue_scope_id__$j = "data-v-af5c6e24"; + const __vue_scope_id__$j = "data-v-1ded17a2"; /* module identifier */ const __vue_module_identifier__$j = undefined; /* functional template */ @@ -54695,7 +54695,7 @@ __vue_render__$i._withStripped = true; /* style */ const __vue_inject_styles__$i = undefined; /* scoped */ - const __vue_scope_id__$i = "data-v-7b4138aa"; + const __vue_scope_id__$i = "data-v-780e382a"; /* module identifier */ const __vue_module_identifier__$i = undefined; /* functional template */ @@ -54906,7 +54906,7 @@ __vue_render__$h._withStripped = true; /* style */ const __vue_inject_styles__$h = undefined; /* scoped */ - const __vue_scope_id__$h = "data-v-4e30a866"; + const __vue_scope_id__$h = "data-v-d22f58b2"; /* module identifier */ const __vue_module_identifier__$h = undefined; /* functional template */ @@ -55117,7 +55117,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-21201822"; + const __vue_scope_id__$g = "data-v-69d7c363"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -55308,7 +55308,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-53e9987b"; + const __vue_scope_id__$f = "data-v-3bb51f3c"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -55499,7 +55499,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-01c75118"; + const __vue_scope_id__$e = "data-v-2cda504e"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -55690,7 +55690,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-a0b5ec96"; + const __vue_scope_id__$d = "data-v-d11edf14"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -55881,7 +55881,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-5d82c252"; + const __vue_scope_id__$c = "data-v-454e4913"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -56072,7 +56072,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-9c031c28"; + const __vue_scope_id__$b = "data-v-874dc3ea"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -56263,7 +56263,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-50daaa6b"; + const __vue_scope_id__$a = "data-v-5b35568a"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -56454,7 +56454,7 @@ __vue_render__$9._withStripped = true; /* style */ const __vue_inject_styles__$9 = undefined; /* scoped */ - const __vue_scope_id__$9 = "data-v-20923a2c"; + const __vue_scope_id__$9 = "data-v-0bdce1ee"; /* module identifier */ const __vue_module_identifier__$9 = undefined; /* functional template */ @@ -56645,7 +56645,7 @@ __vue_render__$8._withStripped = true; /* style */ const __vue_inject_styles__$8 = undefined; /* scoped */ - const __vue_scope_id__$8 = "data-v-e2d9c92e"; + const __vue_scope_id__$8 = "data-v-ce2470f0"; /* module identifier */ const __vue_module_identifier__$8 = undefined; /* functional template */ @@ -56836,7 +56836,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-50dab00c"; + const __vue_scope_id__$7 = "data-v-4e1d80d9"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -57027,7 +57027,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-651fdcb9"; + const __vue_scope_id__$6 = "data-v-48aa94d0"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -57218,7 +57218,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-c0c18e96"; + const __vue_scope_id__$5 = "data-v-6678bd54"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -57409,7 +57409,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-ff8b7392"; + const __vue_scope_id__$4 = "data-v-1275c1d4"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -57600,7 +57600,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-5c348cc9"; + const __vue_scope_id__$3 = "data-v-49d8784a"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -57791,7 +57791,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-68be8eb4"; + const __vue_scope_id__$2 = "data-v-8d76b7b2"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -57982,7 +57982,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-3b0ce483"; + const __vue_scope_id__$1 = "data-v-28b0d004"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -58173,7 +58173,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-ab0ddf40"; + const __vue_scope_id__ = "data-v-cfc6083e"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/testPaper.js b/src/plugin/xml-digital-teaching/lib/testPaper.js index 6545cb3..03ad030 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -367,7 +367,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-47d3a9d4"; + const __vue_scope_id__ = "data-v-01dca733"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/text.css b/src/plugin/xml-digital-teaching/lib/text.css index 32b2a1a..3cd0983 100644 --- a/src/plugin/xml-digital-teaching/lib/text.css +++ b/src/plugin/xml-digital-teaching/lib/text.css @@ -1,14 +1,11 @@ -.xml-text-h5[data-v-169e6e18] { +.xml-text-h5[data-v-53ea1419] { } -.xml-text-pc[data-v-169e6e18] { +.xml-text-pc[data-v-53ea1419] { } -.xml-text-h5[data-v-169e6e18] { +.xml-text-h5[data-v-53ea1419] { } - - -/*# sourceMappingURL=XmlTextDialog.vue.map */ .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -81,6 +78,9 @@ /*# sourceMappingURL=XmlText.vue.map */ +/*# sourceMappingURL=XmlTextDialog.vue.map */ + + diff --git a/src/plugin/xml-digital-teaching/lib/text.js b/src/plugin/xml-digital-teaching/lib/text.js index d3aa4d3..45e82f6 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -9364,7 +9364,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-bd7c342c"; + const __vue_scope_id__$3 = "data-v-b03ad06e"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -51587,7 +51587,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-169e6e18"; + const __vue_scope_id__ = "data-v-53ea1419"; /* 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 8eaa152..7967ca4 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:rgb(121.3, 187.1, 255);--dl-color-primary-light-5:rgb(159.5, 206.5, 255);--dl-color-primary-light-7:rgb(197.7, 225.9, 255);--dl-color-primary-light-8:rgb(216.8, 235.6, 255);--dl-color-primary-light-9:rgb(235.9, 245.3, 255);--dl-color-primary-dark-2:rgb(51.2, 126.4, 204);--dl-color-success:#3CC58C;--dl-color-success-light-3:rgb(118.5, 214.4, 174.5);--dl-color-success-light-5:rgb(157.5, 226, 197.5);--dl-color-success-light-7:rgb(196.5, 237.6, 220.5);--dl-color-success-light-8:rgb(216, 243.4, 232);--dl-color-success-light-9:rgb(235.5, 249.2, 243.5);--dl-color-success-dark-2:rgb(48, 157.6, 112);--dl-color-warning:#FF9900;--dl-color-warning-light-3:rgb(255, 183.6, 76.5);--dl-color-warning-light-5:rgb(255, 204, 127.5);--dl-color-warning-light-7:rgb(255, 224.4, 178.5);--dl-color-warning-light-8:rgb(255, 234.6, 204);--dl-color-warning-light-9:rgb(255, 244.8, 229.5);--dl-color-warning-dark-2:rgb(204, 122.4, 0);--dl-color-danger:#FF4B38;--dl-color-danger-light-3:rgb(255, 129, 115.7);--dl-color-danger-light-5:rgb(255, 165, 155.5);--dl-color-danger-light-7:rgb(255, 201, 195.3);--dl-color-danger-light-8:rgb(255, 219, 215.2);--dl-color-danger-light-9:rgb(255, 237, 235.1);--dl-color-danger-dark-2:rgb(204, 60, 44.8);--dl-color-error:#FF4B38;--dl-color-error-light-3:rgb(255, 129, 115.7);--dl-color-error-light-5:rgb(255, 165, 155.5);--dl-color-error-light-7:rgb(255, 201, 195.3);--dl-color-error-light-8:rgb(255, 219, 215.2);--dl-color-error-light-9:rgb(255, 237, 235.1);--dl-color-error-dark-2:rgb(204, 60, 44.8);--dl-color-info:#909399;--dl-color-info-light-3:rgb(177.3, 179.4, 183.6);--dl-color-info-light-5:rgb(199.5, 201, 204);--dl-color-info-light-7:rgb(221.7, 222.6, 224.4);--dl-color-info-light-8:rgb(232.8, 233.4, 234.6);--dl-color-info-light-9:rgb(243.9, 244.2, 244.8);--dl-color-info-dark-2:rgb(115.2, 117.6, 122.4);--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:rgb(121.3, 187.1, 255);--dl-button-active-font-color-primary:#ffffff;--dl-button-active-bg-color-primary:rgb(51.2, 126.4, 204);--dl-button-disabled-font-color-primary:#ffffff;--dl-button-disabled-border-color-primary:rgb(159.5, 206.5, 255);--dl-button-disabled-bg-color-primary:rgb(159.5, 206.5, 255);--dl-button-font-color-primary-plain:#409eff;--dl-button-bg-color-primary-plain:rgb(197.7, 225.9, 255);--dl-button-hover-font-color-primary-plain:#409eff;--dl-button-hover-bg-color-primary-plain:rgb(216.8, 235.6, 255);--dl-button-active-font-color-primary-plain:#409eff;--dl-button-active-bg-color-primary-plain:rgb(197.7, 225.9, 255);--dl-button-disabled-font-color-primary-plain:rgb(159.5, 206.5, 255);--dl-button-disabled-bg-color-primary-plain:rgb(235.9, 245.3, 255);--dl-button-disabled-font-color-primary-ghost:rgb(159.5, 206.5, 255);--dl-button-disabled-border-color-primary-ghost:rgb(159.5, 206.5, 255)}@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{width:100%}.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 .mate-title .mate-dropdown{margin-left:auto;margin-right:72px;padding-top:12px}.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;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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-title,.xml-video-container-pc .video-title{background-color:rgba(48,48,48,.45);font-size:14px}.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;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}.controls,.xml-video-container-pc .video-title{left:0;display:-webkit-box;display:-ms-flexbox}.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;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 .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)}.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}body *{-webkit-touch-callout:none;-webkit-overflow-scrolling:touch;-moz-touch-callout:none;-ms-touch-callout:none;touch-callout:none;word-break:break-word;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body .xml-reader-add-mark *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.line-numbers .line-numbers-rows,.prohibit-copying-text-content *,.xml-single-question-group .content .stem-content .placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.prohibit-copying-text-content *{user-select:none;-webkit-overflow-scrolling:touch;-moz-touch-callout:none;-ms-touch-callout:none;touch-callout:none}.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 4px 5px 12px;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;position:absolute;background-color:#0070c1;height:80px;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-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 .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 .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 .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{max-height:100px;background-color:none;position:absolute;content:"";z-index:0;width:80px;height:70%}.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;background-color:#fdbc55;position:absolute;z-index:999}.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{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-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;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-pad .body-text,.xml-paragraph-Thirtyfive-pc .body-text,.xml-paragraph-Thirtysix-h5 .body-text,.xml-paragraph-Thirtysix-pad .body-text,.xml-paragraph-Thirtysix-pc .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-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;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18)}.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 .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;background-size:100% 100%;pointer-events:none;position:absolute;top:50%;background-repeat:no-repeat;content:""}.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{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-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 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.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 .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{margin-left:-8px;padding:2px 21px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.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}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass p,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container p{padding:0;margin: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 .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-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5{margin-top:10px!important}.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-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{margin-top:10px!important}.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{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.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,.xml-title-twelfth-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:-ms-flexbox;-webkit-box-align:center;display:-webkit-box}.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 .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-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme5-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme6-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fifteen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fourteen-pad .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fourteen2-pad .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-nineteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-seventeen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixteen-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-thirteenth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.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-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-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-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-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{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{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{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-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-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-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-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{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{height:100%;border-radius:50%;width: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{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{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{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{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{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{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{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{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{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-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{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;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{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-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 .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-pad .body-text::after,.xml-paragraph-thirteen-pad .body-text::before{height:70%;max-height:100px;background-color:none;position:absolute;content:"";z-index:0;width:80px}.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;background-color:#fdbc55;height:16px}.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;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18)}.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 .body-text .seemore,.xml-paragraph-Thirtyseven-pc .body-text .seemore{background-color:#cee0fb;font-size:12px;color:#2f2ad0;font-stretch:normal;cursor:pointer;font-weight:400}.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::after,.xml-paragraph-Forty-pad .body-text::before{top:50%;background-size:100% 100%;position:absolute;content:"";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::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-pad .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-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-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{border-radius:50%;overflow:hidden}.xml-text-image-second-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pad .title-box{height:32px;margin-bottom:25px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0}.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{text-align:left}.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-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-pad .image-box .image-container .block-checked,.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 .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{text-align:left}.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{text-align:left}.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-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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.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-sixth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{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-first-pc,.xml-title-twentyfive-pc{display:-webkit-box;display:-ms-flexbox;-webkit-box-align: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-first-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-hexagon-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.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: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: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-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,.xml-title-third-pc .title-container .title-left{height:48px;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;position:relative}.xml-title-third-pc .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-pc .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-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-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{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-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-eighteen-pc .title-container-box .title-container .editor,.xml-title-eighteen-pc>div{max-width:100%;min-width:75%}.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 .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 .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-library-h5 .title-container .rigth-titlebox .text-container p,.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container p{-webkit-margin-after:3px!important;margin-block-end:3px!important;-webkit-margin-before:3px!important;margin-block-start: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-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{margin-right:3px}.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{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-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{height:70%;background-color:none;position:absolute;z-index:0;content:"";width:80px;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-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.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 .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 .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 .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-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,.xml-splitline-second-pc{margin-top:10px!important}.xml-splitline-first-pc .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.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-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)}.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;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18)}.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;position:absolute;top:1px;left:0;z-index:9;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-size:100% 100%;background-repeat:no-repeat;pointer-events:none;position:absolute;content:""}.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-pc{position:absolute;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;background:#2b2b2b;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{position:absolute;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;background:#2b2b2b;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-pc::after,.add-notes-bookmarks::after{z-index:99998;background:#2b2b2b;color:#2b2b2b;position:absolute}.add-notes-bookmarks::after{bottom:-1vw;left:10vw;content:"";width:4vw;height:4vw;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.add-notes-bookmarks-pc::after{bottom:-8px;left:40px;content:"▙";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.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 .textarea,.add-notes-box-text-pc .notes-text-box-pc .textarea{margin:10px 0;padding:8px;color:#333;font-size:14px;font-family:"微软雅黑";resize:none}.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{width:100%;height:30vw;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.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{width:100%;height:400px;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.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-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-controls .audio-controls__handler .progress .el-slider__runway,.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-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__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%}.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 .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;user-select:none}.xml-single-question-group .content .stem-content .text-break-all{word-break:break-word;white-space:pre-wrap}.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 .line-content--item{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-single-question-group .line-content--item .option-item{-webkit-box-flex:1;-ms-flex:1;flex:1}.xml-single-question-group .line-content--item .option-item+.option-item{margin-left:100px}.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 th input{background:inherit;color:inherit}.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;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}div.code-toolbar>.language-other+.toolbar .toolbar-item:first-child{display:none}.parent-group.xml-single-text-group .text-container table{border-collapse:collapse;margin:10px auto;max-width:100%;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.xml-single-text-group .xml-cursor-pointer{cursor:pointer}.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(--default-font-family);font-size:16px;color:#333;line-height:1.5}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit table th p,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit table tr p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view table th p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view table tr p,.parent-group .text-container .richtext-reset-wrapper--edit table th p,.parent-group .text-container .richtext-reset-wrapper--edit table tr p,.parent-group .text-container .richtext-reset-wrapper--view table th p,.parent-group .text-container .richtext-reset-wrapper--view table tr p{display:inline}.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:16px;line-height:1.5;color:#333;word-break:break-word}.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 .richtext-reset-wrapper--edit.pure-text-component,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component{font-family:var(--reader-theme-font-family,var(--book-fontFamily,var(--default-font-family)));font-size:var(--book-fontSize,16px);color:#333;line-height:var(--book-lineHeight,2)}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component *,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component *,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component *{white-space:pre-wrap}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p{font-size:var(--reader-theme-font-size,var(--book-fontSize,16px));line-height:var(--reader-theme-line-height,var(--book-lineHeight,2));letter-spacing:var(--reader-theme-letter-spacing,var(--book-letterSpace,0));color:var(--reader-theme-font-color,var(--book-fontColor,#333));word-break:break-word;text-align:var(--book-textAlign,justify);text-indent:var(--book-indent,0)}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p:not([style~=background-color\:]),.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p:not([style~=background-color\:]){color:var(--reader-theme-font-color,var(--book-fontColor,#333))}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p+img,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p+img,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p+img{margin-top:8px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p span,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p *,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p span,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p *,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p span{word-break:break-word}.parent-group .xml-text-h5 .richtext-reset-wrapper--edit,.parent-group .xml-text-h5 .richtext-reset-wrapper--view,.parent-group .xml-text-pad .richtext-reset-wrapper--edit,.parent-group .xml-text-pad .richtext-reset-wrapper--view{overflow-x:auto}.parent-group .richtext-reset-container{overflow:hidden}.add-Line-Height p{line-height:var(--reader-theme-line-height,var(--book-lineHeight,2))!important}.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-icon.error{background-image:url(../../static/images/icons/richtext/error.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-icon.error{background-image:url(../../static/images/icons/richtext/error_phone.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);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;width:calc(100% - 40px)}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .ht_tv{display:-webkit-box;display:-ms-flexbox;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}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .ht_tv img{width:20px;height:20px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .ht_tv .font{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333;line-height:20px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .ht_tv .font .time_color{color:#538AE6}.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:9999;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_14 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_14.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-scrollbar .el-scrollbar__bar{opacity:1!important}.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 .tipbar-icon.ai{background-image:url(../../static/images/icons/richtext/ai-mobile.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.link{background-image:url(../../static/images/icons/richtext/link-mobile.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-ht-previewcatalog-custom-popover .el-progress-bar__outer,.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress .el-progress-bar__outer{overflow:inherit}.xml-digital-teaching-preview .xml-search-highlight{background-color:#ff0;color:red}.xml-digital-teaching-preview .code-toolbar{user-select:none}.xml-ht-previewcatalog-custom-popover{padding:18px!important}.xml-ht-previewcatalog-custom-popover .font{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:4px}.xml-ht-previewcatalog-custom-popover .font .time_color{color:#538ae6}.xml-ht-previewcatalog-custom-popover .font .test_color{color:#f99057}.xml-ht-previewcatalog-custom-popover .el-progress-bar__outer .el-progress-bar__innerText{width:32px;height:17px;background:#538ae6;-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.12);box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:38px;border:1px solid #fff;color:#fff!important;margin:0!important;position:absolute;right:-16px;top:calc(100% - 12px);padding:4px 6px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:10px;line-height:14px;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-ht-previewcatalog-custom-popover .orange .el-progress-bar__innerText{background:#f99057!important}.xml-ht-previewcatalog-custom-popover .el-popover{padding:18px!important}.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__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 .catalog-node__label{position:relative}.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{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 .family-select-box .el-scrollbar .el-scrollbar__bar{opacity:1!important}.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{position:relative}.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;outline:0;min-width:60px;max-width:200px;overflow-x:auto;white-space:nowrap;padding:0!important}.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 .chart_title{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:16px;color:#27272a;line-height:22px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type{padding:0 28px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new{border-top:1px solid #ededed;padding-top:16px;margin-bottom:24px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .student_title_new,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .student_title_new{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px;-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_type .student_top_new .student_title_new img,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .student_title_new img{width:3px;height:12px;margin-right:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time{background:#ecf3fe;width:100%;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px 4px 0 0}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .allTime,.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .thisTime,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .allTime,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .thisTime{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .allTime .time_logo,.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .thisTime .time_logo,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .allTime .time_logo,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .thisTime .time_logo{width:18px;height:18px;margin-right:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .allTime .font,.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .thisTime .font,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .allTime .font,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .thisTime .font{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#666;line-height:20px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .allTime .blod_font,.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .thisTime .blod_font,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .allTime .blod_font,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .thisTime .blod_font{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:26px;color:#333;line-height:36px;margin-right:6px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_schedul,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_schedul{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0 0 4px 4px;background:#f4f8ff}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_schedul .font,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_schedul .font{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#666;line-height:20px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_schedul .percentage,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_schedul .percentage{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:14px;color:#333;line-height:20px;margin-right:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .student_title_new,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .student_title_new{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .student_title_new img,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .student_title_new img{width:3px;height:12px;margin-right:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item{height:58px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:26px;margin-right:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item img,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item img{width:52px;height:58px;margin-right:9px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item .item_right .item_time,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item .item_right .item_time{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#666;line-height:18px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item .item_right .item_time .music_color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item .item_right .item_time .music_color{color:#0aa5a8}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item .item_right .item_time .video_color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item .item_right .item_time .video_color{color:#d25f00}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item .item_right .item_time .pic_color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item .item_right .item_time .pic_color{color:#206ccf}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item .item_right .item_time .test_color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item .item_right .item_time .test_color{color:#cb1e83}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item:nth-child(2n),.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item:nth-child(2n){margin-right:0}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark{padding-bottom:28px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .student_title_new,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .student_title_new{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .student_title_new img,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .student_title_new img{width:3px;height:12px;margin-right:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list .mark_item,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list .mark_item{width:216px;height:96px;border-radius:4px;background:#f4f8ff;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-right:16px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list .mark_item .mark_img,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list .mark_item .mark_img{width:36px;height:36px;margin-right:20px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list .mark_item .mark_right,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list .mark_item .mark_right{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#52525b;line-height:20px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list .mark_item .mark_right .color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list .mark_item .mark_right .color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list .mark_item .mark_right .color .blod,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list .mark_item .mark_right .color .blod{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:26px;color:#333;line-height:36px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .students_list{padding-bottom:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .students_list .student_title_new{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px;-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 .teacher_type .students_list .student_title_new img{width:3px;height:12px;margin-right:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .students_list .student_title_new .filter{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .students_list .student_title_new .filter .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#52525b;line-height:22px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .students_list .student_title_new .filter .item img{width:14px;height:14px;margin-left:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student .student_img{width:56px;height:56px;margin-right:12px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student .student_img img{width:100%;height:100%;border-radius:50%}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student .student_content .student_name{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#27272a;line-height:22px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student .student_content .student_learn{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;line-height:18px;color:#666;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student .student_content .student_learn .color{color:#538ae6}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item{width:93px;height:70px;background-color:#5edfd6;border-radius:5px;position:relative}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back{width:100%;height:100%;background-position:center center;background-size:100% 100%;background-image:url(../../static/images/icons/setPop/back_music.png);padding:6px 8px}.xml-reader-preview-huateng .xmlStatisticalCharts .resource_list .resource_item .el-progress .el-progress-bar,.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress .el-progress-bar,.xml-reader-preview-huateng .xmlStatisticalCharts .student_top_new .el-progress .el-progress-bar{padding-right:0!important}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back .logo{width:18px;height:18px;margin-bottom:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back .logo img{width:100%;height:100%}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back .title{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#07828b;line-height:17px;margin-bottom:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back .time{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#666;line-height:17px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back .time .color{color:#07828b}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .line{width:16px;height:16px;position:absolute;right:6px;top:0}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .line .el-popover .text{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#666;line-height:18px;margin-bottom:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .resource_list .resource_item .el-progress .el-progress__text,.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress .el-progress__text,.xml-reader-preview-huateng .xmlStatisticalCharts .student_top_new .el-progress .el-progress__text{display:none}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .line .el-popover .text .color{color:#5edfd6}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .line .el-button{padding:0!important}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .line .line_img{width:16px;height:16px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(2){background-color:#faac7b}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(2) .card_back{background-image:url(../../static/images/icons/setPop/back_video.png)}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(2) .card_back .time .color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(2) .card_back .title{color:#faac7b}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(3){background-color:#7bc0fc}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(3) .card_back{background-image:url(../../static/images/icons/setPop/back_pic.png)}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(3) .card_back .title{color:#114ba3}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(3) .card_back .time .color{color:#206ccf}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(4){background-color:#f979b7}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(4) .card_back{background-image:url(../../static/images/icons/setPop/back_test.png)}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(4) .card_back .title{color:#a11069}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(4) .card_back .time .color{color:#cb1e83}.xml-reader-preview-huateng .xmlStatisticalCharts .student_top_new .el-progress{width:482px}.xml-reader-preview-huateng .xmlStatisticalCharts .resource_list .resource_item .el-progress{width:224px}.xml-reader-preview-huateng .xmlStatisticalCharts .resource_list .resource_item:nth-child(2n) .el-progress{width:275px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress{width:173px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress .el-progress-bar .el-progress-bar__outer{border:1px solid #79abfa}.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress .el-progress-bar__outer .el-progress-bar__innerText{width:32px;height:17px;background:#538ae6;-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.12);box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:38px;border:1px solid #fff;color:#fff!important;margin:0!important;position:absolute;right:-16px;top:calc(100% - 12px);padding:4px 6px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:10px;line-height:14px;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-reader-preview-huateng .xmlStatisticalCharts .student_title_new .el-select .el-input__inner{border:none!important;background:#dfebff!important;border-radius:99px!important;color:#538ae6!important}.xml-reader-preview-huateng .xmlStatisticalCharts .student_title_new .el-select .el-select__caret{color:#538ae6!important}.xml-reader-preview-huateng .xmlStatisticalCharts .list .el-pagination{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-huateng .xmlStatisticalCharts .custom-popover .el-progress .el-progress-bar{padding:0!important}.xml-reader-preview-huateng .xmlStatisticalCharts .custom-popover .el-progress .el-progress__text{display:none}.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-learning-progress-dialog .el-dialog__body,.xmlStatisticalCharts-custom-popover .el-progress .el-progress-bar{padding:0!important}.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}.xmlStatisticalCharts-custom-popover .el-progress .el-progress__text{display:none}.xmlStatisticalCharts-custom-popover .text{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#666;line-height:18px;margin-bottom:8px}.xmlStatisticalCharts-custom-popover .text .color{color:#5edfd6}.xmlStatisticalCharts-custom-popover .text .video_color{color:#d25f00}.xmlStatisticalCharts-custom-popover .text .pic_color{color:#206ccf}.xmlStatisticalCharts-custom-popover .text .test_color{color:#cb1e83}.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{position:relative;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_011 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_012 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_011 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_011.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_012 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_012.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 .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_011 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_011.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_012 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_012.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .new-application::after{content:"";position:absolute;top:10px;right:6px;display:block;width:14px;height:14px;background-image:url(../../static/images/icons/toolbar/new_application.png);background-size:100%}.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 .doubao{background-image:url(../../static/images/icons/generalRobot/icon_13.png)}.xml-general-robot-content-pc .doubao-select{background-image:url(../../static/images/icons/generalRobot/icon_12.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-reader-window-Preview-dom .el-icon-loading{display:none}.xml-reader-window-Preview-dom .load-more{text-align:center}.xml-reader-window-Preview-dom .load-more .el-icon-loading{display:inline-block}.xml-learning-progress-dialog .progress-modal{width:340px;border-radius:16px;position:relative;padding-bottom:24px;font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif;font-weight:500}.xml-learning-progress-dialog .progress-modal .modal-header{background-image:url(../../static/images/leaflet/imgBg/prompt_title.png);background-size:100%;width:100%;height:120px}.xml-learning-progress-dialog .progress-modal .modal-content{padding:0 24px 24px;background-color:#fff;border-radius:0 0 16px 16px;overflow:hidden}.xml-learning-progress-dialog .progress-modal .modal-content .greeting{font-size:16px;color:#333;padding:10px 0 8px}.xml-learning-progress-dialog .progress-modal .modal-content .reading-info{font-size:15px;color:#666;margin-bottom:8px}.xml-learning-progress-dialog .progress-modal .modal-content .highlight{color:#4faaff;font-weight:700}.xml-learning-progress-dialog .progress-modal .modal-content .progress-bar{font-size:15px;color:#333;margin-bottom:10px}.xml-learning-progress-dialog .progress-modal .modal-content .progress-value{color:#4faaff;font-weight:700}.xml-learning-progress-dialog .progress-modal .modal-content .tips-box{border-left:6px solid #ffe39a;border-right:6px solid #ffe39a;padding:3px 0;margin-bottom:12px}.xml-learning-progress-dialog .progress-modal .modal-content .tips-box .tips{background:#fffbe6;color:#f90;font-size:13px;padding:8px 12px;line-height:1.6;text-align:center;border-top:1px solid #ffe39a;border-bottom:1px solid #ffe39a}.xml-learning-progress-dialog .progress-modal .modal-content .question{font-size:15px;color:#333;margin-bottom:18px;text-align:center}.xml-learning-progress-dialog .progress-modal .modal-content .modal-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 34px}.xml-learning-progress-dialog .progress-modal .xml-text-center{text-align:center}.xml-learning-progress-dialog .progress-modal .modal-mascot{position:absolute;right:-78px;bottom:-60px;width:168px;height:160px;background-image:url(../../static/images/leaflet/icons/robot_01.gif);background-size:100%}.xml-learning-progress-dialog .progress-modal .modal-mascot2{height:172px;background-image:url(../../static/images/leaflet/icons/robot_02.gif)}.xml-learning-progress-dialog .progress-modal .close-btn{position:absolute;bottom:-40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:32px;height:32px;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;cursor:pointer;border:2px solid #f5f5f5}.xml-learning-progress-dialog .progress-modal .close-btn i{font-size:20px;color:#f5f5f5}.xml-learning-progress-dialog .progress-modal .close-btn:hover{background:#f5f5f5}.xml-learning-progress-dialog .progress-modal .close-btn:hover i{color:#333}.xml-learning-progress-dialog .progress-modal .close-btn::before{position:absolute;top:-42px;left:13px;content:"";display:block;width:1px;height:40px;background-color:#f5f5f5}.xml-learning-progress-dialog .el-dialog{border-radius:16px;background:0 0;overflow:initial;-webkit-box-shadow:none;box-shadow:none}.xml-learning-progress-dialog .el-dialog__header{display:none!important}.xml-learning-progress-dialog .cancel-btn,.xml-learning-progress-dialog .confirm-btn{width:100px;height:36px;border-radius:18px;border:none;font-size:15px;cursor:pointer}.xml-learning-progress-dialog .cancel-btn{background:#fff;color:#55a2ff;border:1px solid #55a2ff;margin-right:12px}.xml-learning-progress-dialog .confirm-btn{background:#55a2ff;color:#fff;font-weight:700}.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 .textarea-border{border:1px solid #333}.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:20px;left:0;width:100%;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff;z-index:1;font-size:20px;font-family:PingFang SC;font-weight:500}.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);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);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-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-sixth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.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-semicircle-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.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{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-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 .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align: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{margin-right:3px}.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-fourteen-library-h5 .title-container,.xml-title-fourteen-library-pad .title-container,.xml-title-fourteen-library-pc .title-container{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}.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-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;z-index:999;height:100%;content:""}.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-sixteen-library-h5>div,.xml-title-sixteen-library-pad>div,.xml-title-sixteen-library-pc>div{min-width:40%}.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,.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.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 .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 .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{height:4px;position:absolute;bottom:-10px;-webkit-transform:skew(20deg);content:""}.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::before{content:"";width:20px;height:2px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-h5 .title-container::after{content:"";width:2px;height:30px;background-color:var(--background-color);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-thirtyone-library-h5 .title-container::after,.xml-title-thirtyone-library-pad .title-container::after,.xml-title-thirtyone-library-pc .title-container::after{border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);-webkit-transform:skewX(-25deg)}.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{content:"";width:119px;height:4px;background-color:var(--background-color);position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-h5 .title-container::after{content:"";width:15px;height:20px;position:absolute;bottom:7px;right:5px;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{content:"";width:20px;height:31px;background-color:var(--background-color);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 .subtitle-box .text-container,.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-thirtysix-library-h5 .title-container .left-line::after,.xml-title-thirtysix-library-h5 .title-container .right-line::before{height:15px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);content:"";bottom:0}.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-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 .rigth-titlebox .text-container .editorClass .w-e-text-container,.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.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 .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-h5{text-align:left}.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%;height:100%;border-radius:50%}.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 .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,.xml-title-Yellowtheme5-library-pc .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-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-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div,.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.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 .editorClass .w-e-text-container,.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.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-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-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-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::after,.xml-title-fourteen-library-pad .title-container .cont-box::before{width:2px;background:var(--background-color);position:absolute;right:0;height:100%;z-index:999;content:""}.xml-title-fourteen-library-pad .title-container .cont-box::before{-webkit-transform:skew(45deg);transform:skew(45deg)}.xml-title-fourteen-library-pad .title-container .cont-box::after{top:0;-webkit-transform:skew(135deg);transform:skew(135deg)}.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-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,.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.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 .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,.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-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;position:absolute;bottom:7px;right:5px;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{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{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-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{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-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-Sevenpageone-library-pad,.xml-title-thirtyeight-library-pad .title-container .text-container,.xml-title-titleCrane-library-pad,.xml-title-titleLight-library-pad,.xml-title-titleLogging-library-pad,.xml-title-titleQuestion-library-pad,.xml-title-titleTearcher-library-pad,.xml-title-titleText-library-pad{text-align:left}.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}.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 .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 .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 .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 .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 .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 .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 .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-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-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 .editorClass .w-e-text-container,.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.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-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{width:100%;height:100%;border-radius:50%}.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 .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.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 .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-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 .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-library-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.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-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;position:absolute;bottom:7px;right:5px;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,.xml-title-thirtysix-library-pc .title-container .right-line::before{width:10px;height:15px;border-left:3px solid var(--background-color);content:"";bottom:0;border-right:3px solid var(--background-color)}.xml-title-thirtysix-library-pc .title-container .left-line::after{position:absolute;right:-2px;-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{position:absolute;left:-2px;-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;max-height:85px}.body-text-fold-one{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;word-break:break-all;max-height:128px}.xml-paragraph-sixteennew-pc{position:relative}.xml-paragraph-sixteennew-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteennew-pc .paragraph-row-box{padding:20px;position:relative;z-index:6}.xml-paragraph-sixteennew-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-sixteennew-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteennew-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-sixteennew-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-sixteennew-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteennew-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteennew-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;padding:10px 0}.xml-paragraph-sixteennew-pc .paragraph-row-box::after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;pointer-events:none;background-color:var(--background-color);opacity:.1}.xml-paragraph-sixteennew-h5{position:relative}.xml-paragraph-sixteennew-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteennew-h5 .paragraph-row-box{padding:20px;position:relative;z-index:6}.xml-paragraph-sixteennew-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-sixteennew-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteennew-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-sixteennew-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-sixteennew-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteennew-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteennew-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;padding:10px 0}.xml-paragraph-sixteennew-h5 .paragraph-row-box::after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;pointer-events:none;background-color:var(--background-color);opacity:.1}.xml-paragraph-sixteennew-pad{position:relative}.xml-paragraph-sixteennew-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteennew-pad .paragraph-row-box{padding:20px;position:relative;z-index:6}.xml-paragraph-sixteennew-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-sixteennew-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteennew-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-sixteennew-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-sixteennew-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteennew-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteennew-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;padding:10px 0}.xml-paragraph-sixteennew-pad .paragraph-row-box::after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;pointer-events:none;background-color:var(--background-color);opacity:.1}.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 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 +@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:rgb(121.3, 187.1, 255);--dl-color-primary-light-5:rgb(159.5, 206.5, 255);--dl-color-primary-light-7:rgb(197.7, 225.9, 255);--dl-color-primary-light-8:rgb(216.8, 235.6, 255);--dl-color-primary-light-9:rgb(235.9, 245.3, 255);--dl-color-primary-dark-2:rgb(51.2, 126.4, 204);--dl-color-success:#3CC58C;--dl-color-success-light-3:rgb(118.5, 214.4, 174.5);--dl-color-success-light-5:rgb(157.5, 226, 197.5);--dl-color-success-light-7:rgb(196.5, 237.6, 220.5);--dl-color-success-light-8:rgb(216, 243.4, 232);--dl-color-success-light-9:rgb(235.5, 249.2, 243.5);--dl-color-success-dark-2:rgb(48, 157.6, 112);--dl-color-warning:#FF9900;--dl-color-warning-light-3:rgb(255, 183.6, 76.5);--dl-color-warning-light-5:rgb(255, 204, 127.5);--dl-color-warning-light-7:rgb(255, 224.4, 178.5);--dl-color-warning-light-8:rgb(255, 234.6, 204);--dl-color-warning-light-9:rgb(255, 244.8, 229.5);--dl-color-warning-dark-2:rgb(204, 122.4, 0);--dl-color-danger:#FF4B38;--dl-color-danger-light-3:rgb(255, 129, 115.7);--dl-color-danger-light-5:rgb(255, 165, 155.5);--dl-color-danger-light-7:rgb(255, 201, 195.3);--dl-color-danger-light-8:rgb(255, 219, 215.2);--dl-color-danger-light-9:rgb(255, 237, 235.1);--dl-color-danger-dark-2:rgb(204, 60, 44.8);--dl-color-error:#FF4B38;--dl-color-error-light-3:rgb(255, 129, 115.7);--dl-color-error-light-5:rgb(255, 165, 155.5);--dl-color-error-light-7:rgb(255, 201, 195.3);--dl-color-error-light-8:rgb(255, 219, 215.2);--dl-color-error-light-9:rgb(255, 237, 235.1);--dl-color-error-dark-2:rgb(204, 60, 44.8);--dl-color-info:#909399;--dl-color-info-light-3:rgb(177.3, 179.4, 183.6);--dl-color-info-light-5:rgb(199.5, 201, 204);--dl-color-info-light-7:rgb(221.7, 222.6, 224.4);--dl-color-info-light-8:rgb(232.8, 233.4, 234.6);--dl-color-info-light-9:rgb(243.9, 244.2, 244.8);--dl-color-info-dark-2:rgb(115.2, 117.6, 122.4);--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:rgb(121.3, 187.1, 255);--dl-button-active-font-color-primary:#ffffff;--dl-button-active-bg-color-primary:rgb(51.2, 126.4, 204);--dl-button-disabled-font-color-primary:#ffffff;--dl-button-disabled-border-color-primary:rgb(159.5, 206.5, 255);--dl-button-disabled-bg-color-primary:rgb(159.5, 206.5, 255);--dl-button-font-color-primary-plain:#409eff;--dl-button-bg-color-primary-plain:rgb(197.7, 225.9, 255);--dl-button-hover-font-color-primary-plain:#409eff;--dl-button-hover-bg-color-primary-plain:rgb(216.8, 235.6, 255);--dl-button-active-font-color-primary-plain:#409eff;--dl-button-active-bg-color-primary-plain:rgb(197.7, 225.9, 255);--dl-button-disabled-font-color-primary-plain:rgb(159.5, 206.5, 255);--dl-button-disabled-bg-color-primary-plain:rgb(235.9, 245.3, 255);--dl-button-disabled-font-color-primary-ghost:rgb(159.5, 206.5, 255);--dl-button-disabled-border-color-primary-ghost:rgb(159.5, 206.5, 255)}@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{width:100%}.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 .mate-title .mate-dropdown{margin-left:auto;margin-right:72px;padding-top:12px}.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;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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-title,.xml-video-container-pc .video-title{background-color:rgba(48,48,48,.45);font-size:14px}.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;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}.controls,.xml-video-container-pc .video-title{left:0;display:-webkit-box;display:-ms-flexbox}.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;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 .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)}.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}body *{-webkit-touch-callout:none;-webkit-overflow-scrolling:touch;-moz-touch-callout:none;-ms-touch-callout:none;touch-callout:none;word-break:break-word;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body .xml-reader-add-mark *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.line-numbers .line-numbers-rows,.prohibit-copying-text-content *,.xml-single-question-group .content .stem-content .placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.prohibit-copying-text-content *{user-select:none;-webkit-overflow-scrolling:touch;-moz-touch-callout:none;-ms-touch-callout:none;touch-callout:none}.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 4px 5px 12px;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-seventh-h5 .paragraph-suptitle-box .text-container,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container{max-width:60%}.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-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-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::after,.xml-paragraph-thirteen-h5 .body-text::before{width:80px;height:70%;max-height:100px;position:absolute;content:"";z-index:0}.xml-paragraph-thirteen-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-h5 .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-h5 .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-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{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-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;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-pad .body-text,.xml-paragraph-Thirtysix-h5 .body-text{-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!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;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);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;top:1px;font-size:12px;color:#2f2ad0;font-stretch:normal;font-weight:400;cursor:pointer}.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;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 .border-left,.xml-paragraph-Thirtyeight-h5 .body-text .border-right{width:25px;height:150px;max-height:calc(100% - 50px);position:absolute;background-color:#fff;z-index:3;overflow:hidden}.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{top:10px;left:-10px}.xml-paragraph-Thirtyeight-h5 .body-text .border-left img{width:100%}.xml-paragraph-Thirtyeight-h5 .body-text .border-right{bottom:30px;right:-10px}.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;background-size:100% 100%;pointer-events:none;position:absolute;background-repeat:no-repeat;top:50%;content:""}.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{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-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 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.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 .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 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.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 .editorClass p,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container p{padding:0;margin: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 .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-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5{margin-top:10px!important}.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-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{margin-top:10px!important}.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{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.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-Greentheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme2-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme5-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Greentheme6-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Knowledge-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme2-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme3-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme4-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme5-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-Yellowtheme6-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-eighteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fifteen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fourteen-pad .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-fourteen2-pad .title-container .cont-box .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-nineteen-pad .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-seventeen-pad .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixteen-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-thirteenth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.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-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-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-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-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{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{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{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-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-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-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-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{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{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{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{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{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{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{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{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{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{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-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{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 .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-pad .body-text::after,.xml-paragraph-thirteen-pad .body-text::before{height:70%;max-height:100px;position:absolute;content:"";z-index:0;width:80px}.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;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);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-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);border-style:solid!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;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::after,.xml-paragraph-Forty-pad .body-text::before{top:50%;background-size:100% 100%;position:absolute;content:"";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::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-pad .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-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-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{border-radius:50%;overflow:hidden}.xml-text-image-second-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.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{text-align:left}.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-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-pad .image-box .image-container .block-checked,.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 .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{text-align:left}.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{text-align:left}.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-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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{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-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{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.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-sixth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{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-first-pc,.xml-title-twentyfive-pc{display:-webkit-box;display:-ms-flexbox;-webkit-box-align: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-first-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-hexagon-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.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: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: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-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,.xml-title-third-pc .title-container .title-left{height:48px;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;position:relative}.xml-title-third-pc .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-pc .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-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-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{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-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-eighteen-pc .title-container-box .title-container .editor,.xml-title-eighteen-pc>div{max-width:100%;min-width:75%}.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 .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 .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-library-h5 .title-container .rigth-titlebox .text-container p,.xml-title-Yellowtheme6-pc .title-container .rigth-titlebox .xml-text-h5.text-container p{-webkit-margin-after:3px!important;margin-block-end:3px!important;-webkit-margin-before:3px!important;margin-block-start: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-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{margin-right:3px}.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-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-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;height:70%;background-color:none;position:absolute;z-index:0;content:"";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-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.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-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 .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 .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-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 .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 .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 .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-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,.xml-splitline-second-pc{margin-top:10px!important}.xml-splitline-first-pc .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.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-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:-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-style:solid!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;top:50%;background-size:100% 100%;background-repeat:no-repeat;pointer-events:none;position:absolute;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-pc{position:absolute;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;background:#2b2b2b;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{position:absolute;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;background:#2b2b2b;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{position:absolute;bottom:-1vw;left:10vw;z-index:99998;content:"";width:4vw;height:4vw;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background:#2b2b2b;color:#2b2b2b}.add-notes-bookmarks-pc::after{position:absolute;bottom:-8px;left:40px;z-index:99998;content:"▙";-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background:#2b2b2b;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)}.xml-single-html-group-render .fullscreen-btn{position:absolute;top:10px;right:10px;width:32px;height:32px;background:rgba(0,0,0,.5);border-radius:4px;display:-webkit-box;display:-ms-flexbox;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;color:#fff;z-index:100}.xml-single-html-group-render .fullscreen-btn:hover{background:rgba(0,0,0,.7)}@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-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-controls .audio-controls__handler .progress .el-slider__runway,.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-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__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%}.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 .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;user-select:none}.xml-single-question-group .content .stem-content .text-break-all{word-break:break-word;white-space:pre-wrap}.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 .line-content--item{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-single-question-group .line-content--item .option-item{-webkit-box-flex:1;-ms-flex:1;flex:1}.xml-single-question-group .line-content--item .option-item+.option-item{margin-left:100px}.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 th input{background:inherit;color:inherit}.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;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}div.code-toolbar>.language-other+.toolbar .toolbar-item:first-child{display:none}.parent-group.xml-single-text-group .text-container table{border-collapse:collapse;margin:10px auto;max-width:100%;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.xml-single-text-group .xml-cursor-pointer{cursor:pointer}.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(--default-font-family);font-size:16px;color:#333;line-height:1.5}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit table th p,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit table tr p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view table th p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view table tr p,.parent-group .text-container .richtext-reset-wrapper--edit table th p,.parent-group .text-container .richtext-reset-wrapper--edit table tr p,.parent-group .text-container .richtext-reset-wrapper--view table th p,.parent-group .text-container .richtext-reset-wrapper--view table tr p{display:inline}.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:16px;line-height:1.5;color:#333;word-break:break-word}.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 .richtext-reset-wrapper--edit.pure-text-component,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component{font-family:var(--reader-theme-font-family,var(--book-fontFamily,var(--default-font-family)));font-size:var(--book-fontSize,16px);color:#333;line-height:var(--book-lineHeight,2)}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component *,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component *,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component *{white-space:pre-wrap}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p{font-size:var(--reader-theme-font-size,var(--book-fontSize,16px));line-height:var(--reader-theme-line-height,var(--book-lineHeight,2));letter-spacing:var(--reader-theme-letter-spacing,var(--book-letterSpace,0));color:var(--reader-theme-font-color,var(--book-fontColor,#333));word-break:break-word;text-align:var(--book-textAlign,justify);text-indent:var(--book-indent,0)}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p:not([style~=background-color\:]),.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p:not([style~=background-color\:]){color:var(--reader-theme-font-color,var(--book-fontColor,#333))}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p+img,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p+img,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p+img{margin-top:8px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p span,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p *,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p span,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p *,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p span{word-break:break-word}.parent-group .xml-text-h5 .richtext-reset-wrapper--edit,.parent-group .xml-text-h5 .richtext-reset-wrapper--view,.parent-group .xml-text-pad .richtext-reset-wrapper--edit,.parent-group .xml-text-pad .richtext-reset-wrapper--view{overflow-x:auto}.parent-group .richtext-reset-container{overflow:hidden}.add-Line-Height p{line-height:var(--reader-theme-line-height,var(--book-lineHeight,2))!important}.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-icon.error{background-image:url(../../static/images/icons/richtext/error.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-icon.error{background-image:url(../../static/images/icons/richtext/error_phone.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);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;width:calc(100% - 40px)}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .ht_tv{display:-webkit-box;display:-ms-flexbox;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}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .ht_tv img{width:20px;height:20px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .ht_tv .font{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333;line-height:20px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .ht_tv .font .time_color{color:#538AE6}.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:9999;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_14 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_14.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-scrollbar .el-scrollbar__bar{opacity:1!important}.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 .tipbar-icon.ai{background-image:url(../../static/images/icons/richtext/ai-mobile.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-mobile-toolbar-tip .tipbar-action .tipbar-icon.link{background-image:url(../../static/images/icons/richtext/link-mobile.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-ht-previewcatalog-custom-popover .el-progress-bar__outer,.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress .el-progress-bar__outer{overflow:inherit}.xml-digital-teaching-preview .xml-search-highlight{background-color:#ff0;color:red}.xml-digital-teaching-preview .code-toolbar{user-select:none}.xml-ht-previewcatalog-custom-popover{padding:18px!important}.xml-ht-previewcatalog-custom-popover .font{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:4px}.xml-ht-previewcatalog-custom-popover .font .time_color{color:#538ae6}.xml-ht-previewcatalog-custom-popover .font .test_color{color:#f99057}.xml-ht-previewcatalog-custom-popover .el-progress-bar__outer .el-progress-bar__innerText{width:32px;height:17px;background:#538ae6;-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.12);box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:38px;border:1px solid #fff;color:#fff!important;margin:0!important;position:absolute;right:-16px;top:calc(100% - 12px);padding:4px 6px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:10px;line-height:14px;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-ht-previewcatalog-custom-popover .orange .el-progress-bar__innerText{background:#f99057!important}.xml-ht-previewcatalog-custom-popover .el-popover{padding:18px!important}.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__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 .catalog-node__label{position:relative}.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{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 .family-select-box .el-scrollbar .el-scrollbar__bar{opacity:1!important}.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{position:relative}.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;outline:0;min-width:60px;max-width:200px;overflow-x:auto;white-space:nowrap;padding:0!important}.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 .chart_title{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:16px;color:#27272a;line-height:22px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type{padding:0 28px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new{border-top:1px solid #ededed;padding-top:16px;margin-bottom:24px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .student_title_new,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .student_title_new{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px;-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_type .student_top_new .student_title_new img,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .student_title_new img{width:3px;height:12px;margin-right:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time{background:#ecf3fe;width:100%;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px 4px 0 0}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .allTime,.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .thisTime,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .allTime,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .thisTime{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .allTime .time_logo,.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .thisTime .time_logo,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .allTime .time_logo,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .thisTime .time_logo{width:18px;height:18px;margin-right:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .allTime .font,.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .thisTime .font,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .allTime .font,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .thisTime .font{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#666;line-height:20px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .allTime .blod_font,.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_time .thisTime .blod_font,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .allTime .blod_font,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_time .thisTime .blod_font{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:26px;color:#333;line-height:36px;margin-right:6px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_schedul,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_schedul{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0 0 4px 4px;background:#f4f8ff}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_schedul .font,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_schedul .font{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#666;line-height:20px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .student_top_new .top_schedul .percentage,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .student_top_new .top_schedul .percentage{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:14px;color:#333;line-height:20px;margin-right:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .student_title_new,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .student_title_new{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .student_title_new img,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .student_title_new img{width:3px;height:12px;margin-right:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item{height:58px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:26px;margin-right:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item img,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item img{width:52px;height:58px;margin-right:9px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item .item_right .item_time,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item .item_right .item_time{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#666;line-height:18px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item .item_right .item_time .music_color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item .item_right .item_time .music_color{color:#0aa5a8}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item .item_right .item_time .video_color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item .item_right .item_time .video_color{color:#d25f00}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item .item_right .item_time .pic_color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item .item_right .item_time .pic_color{color:#206ccf}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item .item_right .item_time .test_color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item .item_right .item_time .test_color{color:#cb1e83}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .resource_student .resource_list .resource_item:nth-child(2n),.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .resource_student .resource_list .resource_item:nth-child(2n){margin-right:0}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark{padding-bottom:28px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .student_title_new,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .student_title_new{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .student_title_new img,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .student_title_new img{width:3px;height:12px;margin-right:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list .mark_item,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list .mark_item{width:216px;height:96px;border-radius:4px;background:#f4f8ff;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-right:16px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list .mark_item .mark_img,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list .mark_item .mark_img{width:36px;height:36px;margin-right:20px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list .mark_item .mark_right,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list .mark_item .mark_right{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#52525b;line-height:20px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list .mark_item .mark_right .color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list .mark_item .mark_right .color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-huateng .xmlStatisticalCharts .student_type .study_mark .mark_list .mark_item .mark_right .color .blod,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .study_mark .mark_list .mark_item .mark_right .color .blod{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:26px;color:#333;line-height:36px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .students_list{padding-bottom:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .students_list .student_title_new{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px;-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 .teacher_type .students_list .student_title_new img{width:3px;height:12px;margin-right:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .students_list .student_title_new .filter{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .students_list .student_title_new .filter .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#52525b;line-height:22px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .students_list .student_title_new .filter .item img{width:14px;height:14px;margin-left:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student .student_img{width:56px;height:56px;margin-right:12px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student .student_img img{width:100%;height:100%;border-radius:50%}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student .student_content .student_name{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#27272a;line-height:22px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student .student_content .student_learn{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;line-height:18px;color:#666;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student .student_content .student_learn .color{color:#538ae6}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item{width:93px;height:70px;background-color:#5edfd6;border-radius:5px;position:relative}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back{width:100%;height:100%;background-position:center center;background-size:100% 100%;background-image:url(../../static/images/icons/setPop/back_music.png);padding:6px 8px}.xml-reader-preview-huateng .xmlStatisticalCharts .resource_list .resource_item .el-progress .el-progress-bar,.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress .el-progress-bar,.xml-reader-preview-huateng .xmlStatisticalCharts .student_top_new .el-progress .el-progress-bar{padding-right:0!important}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back .logo{width:18px;height:18px;margin-bottom:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back .logo img{width:100%;height:100%}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back .title{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#07828b;line-height:17px;margin-bottom:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back .time{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#666;line-height:17px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .card_back .time .color{color:#07828b}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .line{width:16px;height:16px;position:absolute;right:6px;top:0}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .line .el-popover .text{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#666;line-height:18px;margin-bottom:8px}.xml-reader-preview-huateng .xmlStatisticalCharts .resource_list .resource_item .el-progress .el-progress__text,.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress .el-progress__text,.xml-reader-preview-huateng .xmlStatisticalCharts .student_top_new .el-progress .el-progress__text{display:none}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .line .el-popover .text .color{color:#5edfd6}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .line .el-button{padding:0!important}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item .line .line_img{width:16px;height:16px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(2){background-color:#faac7b}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(2) .card_back{background-image:url(../../static/images/icons/setPop/back_video.png)}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(2) .card_back .time .color,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(2) .card_back .title{color:#faac7b}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(3){background-color:#7bc0fc}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(3) .card_back{background-image:url(../../static/images/icons/setPop/back_pic.png)}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(3) .card_back .title{color:#114ba3}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(3) .card_back .time .color{color:#206ccf}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(4){background-color:#f979b7}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(4) .card_back{background-image:url(../../static/images/icons/setPop/back_test.png)}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(4) .card_back .title{color:#a11069}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_type .list .item .student_card .card_item:nth-child(4) .card_back .time .color{color:#cb1e83}.xml-reader-preview-huateng .xmlStatisticalCharts .student_top_new .el-progress{width:482px}.xml-reader-preview-huateng .xmlStatisticalCharts .resource_list .resource_item .el-progress{width:224px}.xml-reader-preview-huateng .xmlStatisticalCharts .resource_list .resource_item:nth-child(2n) .el-progress{width:275px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress{width:173px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress .el-progress-bar .el-progress-bar__outer{border:1px solid #79abfa}.xml-reader-preview-huateng .xmlStatisticalCharts .student_content .el-progress .el-progress-bar__outer .el-progress-bar__innerText{width:32px;height:17px;background:#538ae6;-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.12);box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:38px;border:1px solid #fff;color:#fff!important;margin:0!important;position:absolute;right:-16px;top:calc(100% - 12px);padding:4px 6px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:10px;line-height:14px;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-reader-preview-huateng .xmlStatisticalCharts .student_title_new .el-select .el-input__inner{border:none!important;background:#dfebff!important;border-radius:99px!important;color:#538ae6!important}.xml-reader-preview-huateng .xmlStatisticalCharts .student_title_new .el-select .el-select__caret{color:#538ae6!important}.xml-reader-preview-huateng .xmlStatisticalCharts .list .el-pagination{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-huateng .xmlStatisticalCharts .custom-popover .el-progress .el-progress-bar{padding:0!important}.xml-reader-preview-huateng .xmlStatisticalCharts .custom-popover .el-progress .el-progress__text{display:none}.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-learning-progress-dialog .el-dialog__body,.xmlStatisticalCharts-custom-popover .el-progress .el-progress-bar{padding:0!important}.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}.xmlStatisticalCharts-custom-popover .el-progress .el-progress__text{display:none}.xmlStatisticalCharts-custom-popover .text{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#666;line-height:18px;margin-bottom:8px}.xmlStatisticalCharts-custom-popover .text .color{color:#5edfd6}.xmlStatisticalCharts-custom-popover .text .video_color{color:#d25f00}.xmlStatisticalCharts-custom-popover .text .pic_color{color:#206ccf}.xmlStatisticalCharts-custom-popover .text .test_color{color:#cb1e83}.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{position:relative;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_011 div,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_012 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_011 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_011.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_012 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_012.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 .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_011 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_011.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_012 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_gk_012.png)!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .new-application::after{content:"";position:absolute;top:10px;right:6px;display:block;width:14px;height:14px;background-image:url(../../static/images/icons/toolbar/new_application.png);background-size:100%}.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 .doubao{background-image:url(../../static/images/icons/generalRobot/icon_13.png)}.xml-general-robot-content-pc .doubao-select{background-image:url(../../static/images/icons/generalRobot/icon_12.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-reader-window-Preview-dom .el-icon-loading{display:none}.xml-reader-window-Preview-dom .load-more{text-align:center}.xml-reader-window-Preview-dom .load-more .el-icon-loading{display:inline-block}.xml-learning-progress-dialog .progress-modal{width:340px;border-radius:16px;position:relative;padding-bottom:24px;font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif;font-weight:500}.xml-learning-progress-dialog .progress-modal .modal-header{background-image:url(../../static/images/leaflet/imgBg/prompt_title.png);background-size:100%;width:100%;height:120px}.xml-learning-progress-dialog .progress-modal .modal-content{padding:0 24px 24px;background-color:#fff;border-radius:0 0 16px 16px;overflow:hidden}.xml-learning-progress-dialog .progress-modal .modal-content .greeting{font-size:16px;color:#333;padding:10px 0 8px}.xml-learning-progress-dialog .progress-modal .modal-content .reading-info{font-size:15px;color:#666;margin-bottom:8px}.xml-learning-progress-dialog .progress-modal .modal-content .highlight{color:#4faaff;font-weight:700}.xml-learning-progress-dialog .progress-modal .modal-content .progress-bar{font-size:15px;color:#333;margin-bottom:10px}.xml-learning-progress-dialog .progress-modal .modal-content .progress-value{color:#4faaff;font-weight:700}.xml-learning-progress-dialog .progress-modal .modal-content .tips-box{border-left:6px solid #ffe39a;border-right:6px solid #ffe39a;padding:3px 0;margin-bottom:12px}.xml-learning-progress-dialog .progress-modal .modal-content .tips-box .tips{background:#fffbe6;color:#f90;font-size:13px;padding:8px 12px;line-height:1.6;text-align:center;border-top:1px solid #ffe39a;border-bottom:1px solid #ffe39a}.xml-learning-progress-dialog .progress-modal .modal-content .question{font-size:15px;color:#333;margin-bottom:18px;text-align:center}.xml-learning-progress-dialog .progress-modal .modal-content .modal-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 34px}.xml-learning-progress-dialog .progress-modal .xml-text-center{text-align:center}.xml-learning-progress-dialog .progress-modal .modal-mascot{position:absolute;right:-78px;bottom:-60px;width:168px;height:160px;background-image:url(../../static/images/leaflet/icons/robot_01.gif);background-size:100%}.xml-learning-progress-dialog .progress-modal .modal-mascot2{height:172px;background-image:url(../../static/images/leaflet/icons/robot_02.gif)}.xml-learning-progress-dialog .progress-modal .close-btn{position:absolute;bottom:-40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:32px;height:32px;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;cursor:pointer;border:2px solid #f5f5f5}.xml-learning-progress-dialog .progress-modal .close-btn i{font-size:20px;color:#f5f5f5}.xml-learning-progress-dialog .progress-modal .close-btn:hover{background:#f5f5f5}.xml-learning-progress-dialog .progress-modal .close-btn:hover i{color:#333}.xml-learning-progress-dialog .progress-modal .close-btn::before{position:absolute;top:-42px;left:13px;content:"";display:block;width:1px;height:40px;background-color:#f5f5f5}.xml-learning-progress-dialog .el-dialog{border-radius:16px;background:0 0;overflow:initial;-webkit-box-shadow:none;box-shadow:none}.xml-learning-progress-dialog .el-dialog__header{display:none!important}.xml-learning-progress-dialog .cancel-btn,.xml-learning-progress-dialog .confirm-btn{width:100px;height:36px;border-radius:18px;border:none;font-size:15px;cursor:pointer}.xml-learning-progress-dialog .cancel-btn{background:#fff;color:#55a2ff;border:1px solid #55a2ff;margin-right:12px}.xml-learning-progress-dialog .confirm-btn{background:#55a2ff;color:#fff;font-weight:700}.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 .textarea-border{border:1px solid #333}.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:20px;left:0;width:100%;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff;z-index:1;font-size:20px;font-family:PingFang SC;font-weight:500}.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);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);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-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-sixth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.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-semicircle-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.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{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-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 .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align: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{margin-right:3px}.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-fourteen-library-h5 .title-container,.xml-title-fourteen-library-pad .title-container,.xml-title-fourteen-library-pc .title-container{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}.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-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;z-index:999;height:100%;content:""}.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-sixteen-library-h5>div,.xml-title-sixteen-library-pad>div,.xml-title-sixteen-library-pc>div{min-width:40%}.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,.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.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 .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 .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{height:4px;position:absolute;bottom:-10px;-webkit-transform:skew(20deg);content:""}.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::before{content:"";width:20px;height:2px;background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-h5 .title-container::after{content:"";width:2px;height:30px;background-color:var(--background-color);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-thirtyone-library-h5 .title-container::after,.xml-title-thirtyone-library-pad .title-container::after,.xml-title-thirtyone-library-pc .title-container::after{border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);-webkit-transform:skewX(-25deg)}.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{content:"";width:119px;height:4px;background-color:var(--background-color);position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-h5 .title-container::after{content:"";width:15px;height:20px;position:absolute;bottom:7px;right:5px;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{content:"";width:20px;height:31px;background-color:var(--background-color);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 .subtitle-box .text-container,.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-thirtysix-library-h5 .title-container .left-line::after,.xml-title-thirtysix-library-h5 .title-container .right-line::before{height:15px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);content:"";bottom:0}.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-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 .rigth-titlebox .text-container .editorClass .w-e-text-container,.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.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 .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-h5{text-align:left}.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%;height:100%;border-radius:50%}.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 .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,.xml-title-Yellowtheme5-library-pc .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-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-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div,.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.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 .editorClass .w-e-text-container,.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.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-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-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-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::after,.xml-title-fourteen-library-pad .title-container .cont-box::before{width:2px;background:var(--background-color);position:absolute;right:0;height:100%;z-index:999;content:""}.xml-title-fourteen-library-pad .title-container .cont-box::before{-webkit-transform:skew(45deg);transform:skew(45deg)}.xml-title-fourteen-library-pad .title-container .cont-box::after{top:0;-webkit-transform:skew(135deg);transform:skew(135deg)}.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-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,.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.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 .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,.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-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;position:absolute;bottom:7px;right:5px;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{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{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-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{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-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-Sevenpageone-library-pad,.xml-title-thirtyeight-library-pad .title-container .text-container,.xml-title-titleCrane-library-pad,.xml-title-titleLight-library-pad,.xml-title-titleLogging-library-pad,.xml-title-titleQuestion-library-pad,.xml-title-titleTearcher-library-pad,.xml-title-titleText-library-pad{text-align:left}.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}.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 .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 .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 .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 .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 .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 .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 .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-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-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 .editorClass .w-e-text-container,.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.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-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{width:100%;height:100%;border-radius:50%}.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 .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.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 .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-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 .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-library-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.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-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;position:absolute;bottom:7px;right:5px;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,.xml-title-thirtysix-library-pc .title-container .right-line::before{width:10px;height:15px;border-left:3px solid var(--background-color);content:"";bottom:0;border-right:3px solid var(--background-color)}.xml-title-thirtysix-library-pc .title-container .left-line::after{position:absolute;right:-2px;-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{position:absolute;left:-2px;-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;max-height:85px}.body-text-fold-one{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;word-break:break-all;max-height:128px}.xml-paragraph-sixteennew-pc{position:relative}.xml-paragraph-sixteennew-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteennew-pc .paragraph-row-box{padding:20px;position:relative;z-index:6}.xml-paragraph-sixteennew-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-sixteennew-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteennew-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-sixteennew-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-sixteennew-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteennew-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteennew-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;padding:10px 0}.xml-paragraph-sixteennew-pc .paragraph-row-box::after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;pointer-events:none;background-color:var(--background-color);opacity:.1}.xml-paragraph-sixteennew-h5{position:relative}.xml-paragraph-sixteennew-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteennew-h5 .paragraph-row-box{padding:20px;position:relative;z-index:6}.xml-paragraph-sixteennew-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-sixteennew-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteennew-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-sixteennew-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-sixteennew-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteennew-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteennew-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;padding:10px 0}.xml-paragraph-sixteennew-h5 .paragraph-row-box::after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;pointer-events:none;background-color:var(--background-color);opacity:.1}.xml-paragraph-sixteennew-pad{position:relative}.xml-paragraph-sixteennew-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteennew-pad .paragraph-row-box{padding:20px;position:relative;z-index:6}.xml-paragraph-sixteennew-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-sixteennew-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:var(--background-color);margin-right:10px}.xml-paragraph-sixteennew-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-sixteennew-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-sixteennew-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteennew-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteennew-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;padding:10px 0}.xml-paragraph-sixteennew-pad .paragraph-row-box::after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;pointer-events:none;background-color:var(--background-color);opacity:.1}.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/xmlSingleHtmlGroupRender.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleHtmlGroupRender.css index 7222d86..6b1aa6e 100644 --- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleHtmlGroupRender.css +++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleHtmlGroupRender.css @@ -1 +1 @@ -.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)} \ No newline at end of file +.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)}.xml-single-html-group-render .fullscreen-btn{position:absolute;top:10px;right:10px;width:32px;height:32px;background:rgba(0,0,0,.5);border-radius:4px;display:-webkit-box;display:-ms-flexbox;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;color:#fff;z-index:100}.xml-single-html-group-render .fullscreen-btn:hover{background:rgba(0,0,0,.7)} \ 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 09cff00..7aae6d7 100644 --- a/src/plugin/xml-digital-teaching/lib/title.css +++ b/src/plugin/xml-digital-teaching/lib/title.css @@ -1,33 +1,51 @@ +/*# sourceMappingURL=fifth.vue.map */ + + /*# sourceMappingURL=first.vue.map */ /*# sourceMappingURL=semicircle.vue.map */ -/*# sourceMappingURL=thirteenth.vue.map */ - - -/*# sourceMappingURL=seventeen.vue.map */ - - -/*# sourceMappingURL=triangle.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=rotundity.vue.map */ +/*# sourceMappingURL=rectangle.vue.map */ /*# sourceMappingURL=hexagon.vue.map */ -/*# sourceMappingURL=rectangle.vue.map */ +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=rotundity.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ + + +/*# sourceMappingURL=square.vue.map */ + + +/*# sourceMappingURL=twelfth.vue.map */ + + +/*# sourceMappingURL=sixth.vue.map */ + + +/*# sourceMappingURL=seventeen.vue.map */ + + +/*# sourceMappingURL=thirteenth.vue.map */ + + +/*# sourceMappingURL=eighteen.vue.map */ + + +/*# sourceMappingURL=fifteen.vue.map */ + + +/*# sourceMappingURL=triangle.vue.map */ /*# sourceMappingURL=sixteen.vue.map */ @@ -36,43 +54,19 @@ /*# sourceMappingURL=fourteen.vue.map */ -/*# sourceMappingURL=twelfth.vue.map */ - - -/*# sourceMappingURL=fifteen.vue.map */ - - -/*# sourceMappingURL=square.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=nineteen.vue.map */ - - /*# sourceMappingURL=Greentheme1.vue.map */ -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=eighteen.vue.map */ - - /*# sourceMappingURL=eighteen2.vue.map */ -/*# sourceMappingURL=Greentheme4.vue.map */ +/*# sourceMappingURL=nineteen.vue.map */ -/*# sourceMappingURL=Yellowtheme4.vue.map */ +/*# sourceMappingURL=Greentheme2.vue.map */ -/*# sourceMappingURL=Yellowtheme3.vue.map */ +/*# sourceMappingURL=Yellowtheme2.vue.map */ /*# sourceMappingURL=Greentheme3.vue.map */ @@ -84,54 +78,52 @@ /*# sourceMappingURL=Greentheme6.vue.map */ -/*# sourceMappingURL=SanQintheme1.vue.map */ +/*# sourceMappingURL=Yellowtheme4.vue.map */ -/*# sourceMappingURL=SanQintheme2.vue.map */ +/*# sourceMappingURL=Greentheme4.vue.map */ -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Twentyfive.vue.map */ - - -/*# sourceMappingURL=Twentytwo.vue.map */ - - -/*# sourceMappingURL=twenty.vue.map */ +/*# sourceMappingURL=Yellowtheme3.vue.map */ /*# sourceMappingURL=Yellowtheme5.vue.map */ -/*# sourceMappingURL=Yellowtheme6.vue.map */ +/*# sourceMappingURL=Yellowtheme1.vue.map */ /*# sourceMappingURL=Knowledge.vue.map */ -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - /*# sourceMappingURL=Twentyone.vue.map */ +/*# sourceMappingURL=Yellowtheme6.vue.map */ + + +/*# sourceMappingURL=SanQintheme2.vue.map */ + + +/*# sourceMappingURL=twenty.vue.map */ + + +/*# sourceMappingURL=SanQintheme1.vue.map */ + + +/*# sourceMappingURL=Twentyfive.vue.map */ + + /*# sourceMappingURL=Twentythree.vue.map */ +/*# sourceMappingURL=Twentytwo.vue.map */ + + /*# sourceMappingURL=SanQintheme3.vue.map */ /*# sourceMappingURL=Twentyfour.vue.map */ - -.xml-text-h5[data-v-169e6e18] { -} -.xml-text-pc[data-v-169e6e18] { -} -.xml-text-h5[data-v-169e6e18] { -} - .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -203,6 +195,14 @@ /*# sourceMappingURL=XmlText.vue.map */ +.xml-text-h5[data-v-53ea1419] { +} +.xml-text-pc[data-v-53ea1419] { +} +.xml-text-h5[data-v-53ea1419] { +} + + /*# 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 41d0734..a13f05d 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -9364,7 +9364,7 @@ __vue_render__$K._withStripped = true; /* style */ const __vue_inject_styles__$J = undefined; /* scoped */ - const __vue_scope_id__$J = "data-v-bd7c342c"; + const __vue_scope_id__$J = "data-v-b03ad06e"; /* module identifier */ const __vue_module_identifier__$J = undefined; /* functional template */ @@ -51587,7 +51587,7 @@ __vue_render__$G._withStripped = true; /* style */ const __vue_inject_styles__$G = undefined; /* scoped */ - const __vue_scope_id__$G = "data-v-169e6e18"; + const __vue_scope_id__$G = "data-v-53ea1419"; /* module identifier */ const __vue_module_identifier__$G = undefined; /* functional template */ @@ -51887,7 +51887,7 @@ __vue_render__$F._withStripped = true; /* style */ const __vue_inject_styles__$F = undefined; /* scoped */ - const __vue_scope_id__$F = "data-v-0a7ea796"; + const __vue_scope_id__$F = "data-v-33bc37d7"; /* module identifier */ const __vue_module_identifier__$F = undefined; /* functional template */ @@ -52107,7 +52107,7 @@ __vue_render__$E._withStripped = true; /* style */ const __vue_inject_styles__$E = undefined; /* scoped */ - const __vue_scope_id__$E = "data-v-2594c982"; + const __vue_scope_id__$E = "data-v-49be6121"; /* module identifier */ const __vue_module_identifier__$E = undefined; /* functional template */ @@ -52327,7 +52327,7 @@ __vue_render__$D._withStripped = true; /* style */ const __vue_inject_styles__$D = undefined; /* scoped */ - const __vue_scope_id__$D = "data-v-0df483ff"; + const __vue_scope_id__$D = "data-v-63fb7980"; /* module identifier */ const __vue_module_identifier__$D = undefined; /* functional template */ @@ -52564,7 +52564,7 @@ __vue_render__$C._withStripped = true; /* style */ const __vue_inject_styles__$C = undefined; /* scoped */ - const __vue_scope_id__$C = "data-v-0140d086"; + const __vue_scope_id__$C = "data-v-9e591236"; /* module identifier */ const __vue_module_identifier__$C = undefined; /* functional template */ @@ -52784,7 +52784,7 @@ __vue_render__$B._withStripped = true; /* style */ const __vue_inject_styles__$B = undefined; /* scoped */ - const __vue_scope_id__$B = "data-v-f67877b6"; + const __vue_scope_id__$B = "data-v-7bbb4ea6"; /* module identifier */ const __vue_module_identifier__$B = undefined; /* functional template */ @@ -53000,7 +53000,7 @@ __vue_render__$A._withStripped = true; /* style */ const __vue_inject_styles__$A = undefined; /* scoped */ - const __vue_scope_id__$A = "data-v-3da9070c"; + const __vue_scope_id__$A = "data-v-0265ec66"; /* module identifier */ const __vue_module_identifier__$A = undefined; /* functional template */ @@ -53220,7 +53220,7 @@ __vue_render__$z._withStripped = true; /* style */ const __vue_inject_styles__$z = undefined; /* scoped */ - const __vue_scope_id__$z = "data-v-033f4019"; + const __vue_scope_id__$z = "data-v-5843cc10"; /* module identifier */ const __vue_module_identifier__$z = undefined; /* functional template */ @@ -53489,7 +53489,7 @@ __vue_render__$y._withStripped = true; /* style */ const __vue_inject_styles__$y = undefined; /* scoped */ - const __vue_scope_id__$y = "data-v-43bbc782"; + const __vue_scope_id__$y = "data-v-3ffa3b21"; /* module identifier */ const __vue_module_identifier__$y = undefined; /* functional template */ @@ -53709,7 +53709,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-af2decd0"; + const __vue_scope_id__$x = "data-v-33df0c12"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ @@ -53978,7 +53978,7 @@ __vue_render__$w._withStripped = true; /* style */ const __vue_inject_styles__$w = undefined; /* scoped */ - const __vue_scope_id__$w = "data-v-59931f40"; + const __vue_scope_id__$w = "data-v-56de6ec1"; /* module identifier */ const __vue_module_identifier__$w = undefined; /* functional template */ @@ -54198,7 +54198,7 @@ __vue_render__$v._withStripped = true; /* style */ const __vue_inject_styles__$v = undefined; /* scoped */ - const __vue_scope_id__$v = "data-v-8eae06ba"; + const __vue_scope_id__$v = "data-v-386c69c2"; /* module identifier */ const __vue_module_identifier__$v = undefined; /* functional template */ @@ -54467,7 +54467,7 @@ __vue_render__$u._withStripped = true; /* style */ const __vue_inject_styles__$u = undefined; /* scoped */ - const __vue_scope_id__$u = "data-v-48869177"; + const __vue_scope_id__$u = "data-v-d4430790"; /* module identifier */ const __vue_module_identifier__$u = undefined; /* functional template */ @@ -54717,7 +54717,7 @@ __vue_render__$t._withStripped = true; /* style */ const __vue_inject_styles__$t = undefined; /* scoped */ - const __vue_scope_id__$t = "data-v-4afbce13"; + const __vue_scope_id__$t = "data-v-6fec1172"; /* module identifier */ const __vue_module_identifier__$t = undefined; /* functional template */ @@ -54935,7 +54935,7 @@ __vue_render__$s._withStripped = true; /* style */ const __vue_inject_styles__$s = undefined; /* scoped */ - const __vue_scope_id__$s = "data-v-1f6dc6ec"; + const __vue_scope_id__$s = "data-v-6117efcb"; /* module identifier */ const __vue_module_identifier__$s = undefined; /* functional template */ @@ -55181,7 +55181,7 @@ __vue_render__$r._withStripped = true; /* style */ const __vue_inject_styles__$r = undefined; /* scoped */ - const __vue_scope_id__$r = "data-v-6be0018c"; + const __vue_scope_id__$r = "data-v-c938c08a"; /* module identifier */ const __vue_module_identifier__$r = undefined; /* functional template */ @@ -55402,7 +55402,7 @@ __vue_render__$q._withStripped = true; /* style */ const __vue_inject_styles__$q = undefined; /* scoped */ - const __vue_scope_id__$q = "data-v-309cefd6"; + const __vue_scope_id__$q = "data-v-77804096"; /* module identifier */ const __vue_module_identifier__$q = undefined; /* functional template */ @@ -55654,7 +55654,7 @@ __vue_render__$p._withStripped = true; /* style */ const __vue_inject_styles__$p = undefined; /* scoped */ - const __vue_scope_id__$p = "data-v-7970237b"; + const __vue_scope_id__$p = "data-v-1975c5cc"; /* module identifier */ const __vue_module_identifier__$p = undefined; /* functional template */ @@ -55879,7 +55879,7 @@ __vue_render__$o._withStripped = true; /* style */ const __vue_inject_styles__$o = undefined; /* scoped */ - const __vue_scope_id__$o = "data-v-69287804"; + const __vue_scope_id__$o = "data-v-db07b276"; /* module identifier */ const __vue_module_identifier__$o = undefined; /* functional template */ @@ -56104,7 +56104,7 @@ __vue_render__$n._withStripped = true; /* style */ const __vue_inject_styles__$n = undefined; /* scoped */ - const __vue_scope_id__$n = "data-v-391547ac"; + const __vue_scope_id__$n = "data-v-36d0f4ee"; /* module identifier */ const __vue_module_identifier__$n = undefined; /* functional template */ @@ -56322,7 +56322,7 @@ __vue_render__$m._withStripped = true; /* style */ const __vue_inject_styles__$m = undefined; /* scoped */ - const __vue_scope_id__$m = "data-v-59902ad6"; + const __vue_scope_id__$m = "data-v-75931f16"; /* module identifier */ const __vue_module_identifier__$m = undefined; /* functional template */ @@ -56573,7 +56573,7 @@ __vue_render__$l._withStripped = true; /* style */ const __vue_inject_styles__$l = undefined; /* scoped */ - const __vue_scope_id__$l = "data-v-01e1e70d"; + const __vue_scope_id__$l = "data-v-88d2d9e4"; /* module identifier */ const __vue_module_identifier__$l = undefined; /* functional template */ @@ -56834,7 +56834,7 @@ __vue_render__$k._withStripped = true; /* style */ const __vue_inject_styles__$k = undefined; /* scoped */ - const __vue_scope_id__$k = "data-v-353008e8"; + const __vue_scope_id__$k = "data-v-cee2c272"; /* module identifier */ const __vue_module_identifier__$k = undefined; /* functional template */ @@ -57055,7 +57055,7 @@ __vue_render__$j._withStripped = true; /* style */ const __vue_inject_styles__$j = undefined; /* scoped */ - const __vue_scope_id__$j = "data-v-573107bf"; + const __vue_scope_id__$j = "data-v-eb31f844"; /* module identifier */ const __vue_module_identifier__$j = undefined; /* functional template */ @@ -57278,7 +57278,7 @@ __vue_render__$i._withStripped = true; /* style */ const __vue_inject_styles__$i = undefined; /* scoped */ - const __vue_scope_id__$i = "data-v-631143ec"; + const __vue_scope_id__$i = "data-v-48ef0029"; /* module identifier */ const __vue_module_identifier__$i = undefined; /* functional template */ @@ -57498,7 +57498,7 @@ __vue_render__$h._withStripped = true; /* style */ const __vue_inject_styles__$h = undefined; /* scoped */ - const __vue_scope_id__$h = "data-v-ee972596"; + const __vue_scope_id__$h = "data-v-afccd514"; /* module identifier */ const __vue_module_identifier__$h = undefined; /* functional template */ @@ -57730,7 +57730,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-00fa5528"; + const __vue_scope_id__$g = "data-v-5512122e"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -57988,7 +57988,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-48dd2f14"; + const __vue_scope_id__$f = "data-v-f7619d9a"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -58209,7 +58209,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-0f15805a"; + const __vue_scope_id__$e = "data-v-0d89f839"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -58430,7 +58430,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-f569b08a"; + const __vue_scope_id__$d = "data-v-f880c0cc"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -58649,7 +58649,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-219ef804"; + const __vue_scope_id__$c = "data-v-09265105"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -58872,7 +58872,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-37c53da0"; + const __vue_scope_id__$b = "data-v-49ffd63f"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -59095,7 +59095,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-09a030fd"; + const __vue_scope_id__$a = "data-v-5a86dffe"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -59354,7 +59354,7 @@ __vue_render__$9._withStripped = true; /* style */ const __vue_inject_styles__$9 = undefined; /* scoped */ - const __vue_scope_id__$9 = "data-v-71a4a810"; + const __vue_scope_id__$9 = "data-v-19b89faf"; /* module identifier */ const __vue_module_identifier__$9 = undefined; /* functional template */ @@ -59571,7 +59571,7 @@ __vue_render__$8._withStripped = true; /* style */ const __vue_inject_styles__$8 = undefined; /* scoped */ - const __vue_scope_id__$8 = "data-v-40a78e79"; + const __vue_scope_id__$8 = "data-v-39fa7a0c"; /* module identifier */ const __vue_module_identifier__$8 = undefined; /* functional template */ @@ -59788,7 +59788,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-166ecefa"; + const __vue_scope_id__$7 = "data-v-d0eaf34e"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -60004,7 +60004,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-3e1baa1f"; + const __vue_scope_id__$6 = "data-v-75d0613e"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -60226,7 +60226,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-2e7d219a"; + const __vue_scope_id__$5 = "data-v-07b6f34a"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -60454,7 +60454,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-e20336a6"; + const __vue_scope_id__$4 = "data-v-7e7b488c"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -60686,7 +60686,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-2d3389b4"; + const __vue_scope_id__$3 = "data-v-22ce0da7"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -60918,7 +60918,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-1bab760e"; + const __vue_scope_id__$2 = "data-v-721f1a8c"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -61152,7 +61152,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-ef2b4086"; + const __vue_scope_id__$1 = "data-v-bbe73f04"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -61390,7 +61390,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-627b620a"; + const __vue_scope_id__ = "data-v-1ac800ae"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/titleLibrary.css b/src/plugin/xml-digital-teaching/lib/titleLibrary.css index c61a4f9..9d13dc5 100644 --- a/src/plugin/xml-digital-teaching/lib/titleLibrary.css +++ b/src/plugin/xml-digital-teaching/lib/titleLibrary.css @@ -1,10 +1,7 @@ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ -.title-text[data-v-6117e448] { +.title-text[data-v-540aeadd] { background-color: var(--background-color) !important; } -.title-left[data-v-6117e448] { +.title-left[data-v-540aeadd] { border-color: var(--background-color) !important; color: var(--background-color) !important; } @@ -12,67 +9,73 @@ /*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=Yellowtheme6.vue.map */ - - -/*# sourceMappingURL=semicircle.vue.map */ +/*# sourceMappingURL=rectangle.vue.map */ /*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=Yellowtheme4.vue.map */ +/*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=Greentheme6.vue.map */ - - -/*# sourceMappingURL=thirteenth.vue.map */ - - -/*# sourceMappingURL=nineteen.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=twelfth.vue.map */ +/*# sourceMappingURL=Yellowtheme2.vue.map */ /*# sourceMappingURL=fifteen.vue.map */ -/*# sourceMappingURL=seventeen.vue.map */ +/*# sourceMappingURL=semicircle.vue.map */ -/*# sourceMappingURL=fourteen.vue.map */ - - -/*# sourceMappingURL=hexagon.vue.map */ +/*# sourceMappingURL=sixth.vue.map */ /*# sourceMappingURL=Yellowtheme5.vue.map */ -/*# sourceMappingURL=rectangle.vue.map */ +/*# sourceMappingURL=Yellowtheme6.vue.map */ -/*# sourceMappingURL=Thirtyfive.vue.map */ +/*# sourceMappingURL=Greentheme1.vue.map */ /*# sourceMappingURL=Greentheme2.vue.map */ -/*# sourceMappingURL=Redtheme1.vue.map */ +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=thirteenth.vue.map */ + + +/*# sourceMappingURL=fourteen.vue.map */ + + +/*# sourceMappingURL=nineteen.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ /*# sourceMappingURL=Greentheme4.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=seventeen.vue.map */ + + +/*# sourceMappingURL=Greentheme6.vue.map */ + + +/*# sourceMappingURL=hexagon.vue.map */ + + +/*# sourceMappingURL=twelfth.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=Knowledge.vue.map */ /*# sourceMappingURL=Redtheme2.vue.map */ @@ -81,46 +84,25 @@ /*# sourceMappingURL=fifth.vue.map */ -/*# sourceMappingURL=Thirtynine.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ +/*# sourceMappingURL=Redtheme4.vue.map */ /*# sourceMappingURL=triangle.vue.map */ -/*# sourceMappingURL=titleLogging.vue.map */ - - /*# sourceMappingURL=Thirtyone.vue.map */ -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Knowledge.vue.map */ - - -/*# sourceMappingURL=Thirtytwo.vue.map */ - - -/*# sourceMappingURL=titleLight.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=Thirtyseven.vue.map */ - - -/*# sourceMappingURL=Thirtysix.vue.map */ - - /*# sourceMappingURL=Thirtyfour.vue.map */ -/*# sourceMappingURL=Thirtyeight.vue.map */ +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Thirtytwo.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ /*# sourceMappingURL=Thirtythree.vue.map */ @@ -129,53 +111,63 @@ /*# sourceMappingURL=BuleRectangle.vue.map */ -/*# sourceMappingURL=sixteen.vue.map */ +/*# sourceMappingURL=Thirtynine.vue.map */ -/*# sourceMappingURL=titleQuestion.vue.map */ +/*# sourceMappingURL=Thirtyseven.vue.map */ -/*# sourceMappingURL=Sevenpagefive.vue.map */ - - -/*# sourceMappingURL=Forty.vue.map */ +/*# sourceMappingURL=Thirtysix.vue.map */ /*# sourceMappingURL=BuleRectangleTwo.vue.map */ - - -/*# sourceMappingURL=titleCrane.vue.map */ - - -/*# sourceMappingURL=titleTearcher.vue.map */ -.title-bgimg[data-v-bcca686c] { +.title-bgimg[data-v-d02812ae] { background-image: url(../style/title-text-bgimg.png); } /*# sourceMappingURL=Sevenpageone.vue.map */ -/*# sourceMappingURL=Sevenpagetwo.vue.map */ +/*# sourceMappingURL=titleLogging.vue.map */ + + +/*# sourceMappingURL=Thirtyeight.vue.map */ /*# sourceMappingURL=Sevenpagethree.vue.map */ +/*# sourceMappingURL=titleLight.vue.map */ + + +/*# sourceMappingURL=titleCrane.vue.map */ + + +/*# sourceMappingURL=titleText.vue.map */ + + +/*# sourceMappingURL=Sevenpagefive.vue.map */ + + +/*# sourceMappingURL=Sevenpagetwo.vue.map */ + + +/*# sourceMappingURL=Forty.vue.map */ + + +/*# sourceMappingURL=titleQuestion.vue.map */ + + +/*# sourceMappingURL=Thirtyfive.vue.map */ + + /*# sourceMappingURL=Fortyone.vue.map */ /*# sourceMappingURL=Sevenpagefour.vue.map */ -/*# sourceMappingURL=titleText.vue.map */ - -.xml-text-h5[data-v-169e6e18] { -} -.xml-text-pc[data-v-169e6e18] { -} -.xml-text-h5[data-v-169e6e18] { -} - +/*# sourceMappingURL=titleTearcher.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-53ea1419] { +} +.xml-text-pc[data-v-53ea1419] { +} +.xml-text-h5[data-v-53ea1419] { +} + + /*# 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 05b209a..4450134 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -9364,7 +9364,7 @@ __vue_render__$W._withStripped = true; /* style */ const __vue_inject_styles__$V = undefined; /* scoped */ - const __vue_scope_id__$V = "data-v-bd7c342c"; + const __vue_scope_id__$V = "data-v-b03ad06e"; /* module identifier */ const __vue_module_identifier__$V = undefined; /* functional template */ @@ -51587,7 +51587,7 @@ __vue_render__$S._withStripped = true; /* style */ const __vue_inject_styles__$S = undefined; /* scoped */ - const __vue_scope_id__$S = "data-v-169e6e18"; + const __vue_scope_id__$S = "data-v-53ea1419"; /* module identifier */ const __vue_module_identifier__$S = undefined; /* functional template */ @@ -51938,7 +51938,7 @@ __vue_render__$R._withStripped = true; /* style */ const __vue_inject_styles__$R = undefined; /* scoped */ - const __vue_scope_id__$R = "data-v-6117e448"; + const __vue_scope_id__$R = "data-v-540aeadd"; /* module identifier */ const __vue_module_identifier__$R = undefined; /* functional template */ @@ -52160,7 +52160,7 @@ __vue_render__$Q._withStripped = true; /* style */ const __vue_inject_styles__$Q = undefined; /* scoped */ - const __vue_scope_id__$Q = "data-v-fc51a572"; + const __vue_scope_id__$Q = "data-v-4dc65e66"; /* module identifier */ const __vue_module_identifier__$Q = undefined; /* functional template */ @@ -52430,7 +52430,7 @@ __vue_render__$P._withStripped = true; /* style */ const __vue_inject_styles__$P = undefined; /* scoped */ - const __vue_scope_id__$P = "data-v-541dd1b6"; + const __vue_scope_id__$P = "data-v-003c7255"; /* module identifier */ const __vue_module_identifier__$P = undefined; /* functional template */ @@ -52651,7 +52651,7 @@ __vue_render__$O._withStripped = true; /* style */ const __vue_inject_styles__$O = undefined; /* scoped */ - const __vue_scope_id__$O = "data-v-c37db9ac"; + const __vue_scope_id__$O = "data-v-60c1d32a"; /* module identifier */ const __vue_module_identifier__$O = undefined; /* functional template */ @@ -52872,7 +52872,7 @@ __vue_render__$N._withStripped = true; /* style */ const __vue_inject_styles__$N = undefined; /* scoped */ - const __vue_scope_id__$N = "data-v-90535a1e"; + const __vue_scope_id__$N = "data-v-3dd8399c"; /* module identifier */ const __vue_module_identifier__$N = undefined; /* functional template */ @@ -53131,7 +53131,7 @@ __vue_render__$M._withStripped = true; /* style */ const __vue_inject_styles__$M = undefined; /* scoped */ - const __vue_scope_id__$M = "data-v-4e6deabb"; + const __vue_scope_id__$M = "data-v-56080afc"; /* module identifier */ const __vue_module_identifier__$M = undefined; /* functional template */ @@ -53353,7 +53353,7 @@ __vue_render__$L._withStripped = true; /* style */ const __vue_inject_styles__$L = undefined; /* scoped */ - const __vue_scope_id__$L = "data-v-17636a65"; + const __vue_scope_id__$L = "data-v-892c00b4"; /* module identifier */ const __vue_module_identifier__$L = undefined; /* functional template */ @@ -53573,7 +53573,7 @@ __vue_render__$K._withStripped = true; /* style */ const __vue_inject_styles__$K = undefined; /* scoped */ - const __vue_scope_id__$K = "data-v-6010332f"; + const __vue_scope_id__$K = "data-v-94105de4"; /* module identifier */ const __vue_module_identifier__$K = undefined; /* functional template */ @@ -53797,7 +53797,7 @@ __vue_render__$J._withStripped = true; /* style */ const __vue_inject_styles__$J = undefined; /* scoped */ - const __vue_scope_id__$J = "data-v-6a175dc5"; + const __vue_scope_id__$J = "data-v-72c4fa46"; /* module identifier */ const __vue_module_identifier__$J = undefined; /* functional template */ @@ -54021,7 +54021,7 @@ __vue_render__$I._withStripped = true; /* style */ const __vue_inject_styles__$I = undefined; /* scoped */ - const __vue_scope_id__$I = "data-v-7f6517ef"; + const __vue_scope_id__$I = "data-v-40bcff20"; /* module identifier */ const __vue_module_identifier__$I = undefined; /* functional template */ @@ -54268,7 +54268,7 @@ __vue_render__$H._withStripped = true; /* style */ const __vue_inject_styles__$H = undefined; /* scoped */ - const __vue_scope_id__$H = "data-v-1889a66d"; + const __vue_scope_id__$H = "data-v-26285bcc"; /* module identifier */ const __vue_module_identifier__$H = undefined; /* functional template */ @@ -54519,7 +54519,7 @@ __vue_render__$G._withStripped = true; /* style */ const __vue_inject_styles__$G = undefined; /* scoped */ - const __vue_scope_id__$G = "data-v-0400b98e"; + const __vue_scope_id__$G = "data-v-27da934f"; /* module identifier */ const __vue_module_identifier__$G = undefined; /* functional template */ @@ -54789,7 +54789,7 @@ __vue_render__$F._withStripped = true; /* style */ const __vue_inject_styles__$F = undefined; /* scoped */ - const __vue_scope_id__$F = "data-v-0bbbaed4"; + const __vue_scope_id__$F = "data-v-4e18c2f3"; /* module identifier */ const __vue_module_identifier__$F = undefined; /* functional template */ @@ -55046,7 +55046,7 @@ __vue_render__$E._withStripped = true; /* style */ const __vue_inject_styles__$E = undefined; /* scoped */ - const __vue_scope_id__$E = "data-v-78b47358"; + const __vue_scope_id__$E = "data-v-3f9408b3"; /* module identifier */ const __vue_module_identifier__$E = undefined; /* functional template */ @@ -55313,7 +55313,7 @@ __vue_render__$D._withStripped = true; /* style */ const __vue_inject_styles__$D = undefined; /* scoped */ - const __vue_scope_id__$D = "data-v-2417ddb8"; + const __vue_scope_id__$D = "data-v-1c7f3d8e"; /* module identifier */ const __vue_module_identifier__$D = undefined; /* functional template */ @@ -55535,7 +55535,7 @@ __vue_render__$C._withStripped = true; /* style */ const __vue_inject_styles__$C = undefined; /* scoped */ - const __vue_scope_id__$C = "data-v-689fb9d8"; + const __vue_scope_id__$C = "data-v-ef3327d6"; /* module identifier */ const __vue_module_identifier__$C = undefined; /* functional template */ @@ -55759,7 +55759,7 @@ __vue_render__$B._withStripped = true; /* style */ const __vue_inject_styles__$B = undefined; /* scoped */ - const __vue_scope_id__$B = "data-v-303af187"; + const __vue_scope_id__$B = "data-v-b53656f0"; /* module identifier */ const __vue_module_identifier__$B = undefined; /* functional template */ @@ -55992,7 +55992,7 @@ __vue_render__$A._withStripped = true; /* style */ const __vue_inject_styles__$A = undefined; /* scoped */ - const __vue_scope_id__$A = "data-v-62bf1d58"; + const __vue_scope_id__$A = "data-v-6732684e"; /* module identifier */ const __vue_module_identifier__$A = undefined; /* functional template */ @@ -56211,7 +56211,7 @@ __vue_render__$z._withStripped = true; /* style */ const __vue_inject_styles__$z = undefined; /* scoped */ - const __vue_scope_id__$z = "data-v-f3f5828c"; + const __vue_scope_id__$z = "data-v-5453ddce"; /* module identifier */ const __vue_module_identifier__$z = undefined; /* functional template */ @@ -56432,7 +56432,7 @@ __vue_render__$y._withStripped = true; /* style */ const __vue_inject_styles__$y = undefined; /* scoped */ - const __vue_scope_id__$y = "data-v-1a1bf8ac"; + const __vue_scope_id__$y = "data-v-72a0284b"; /* module identifier */ const __vue_module_identifier__$y = undefined; /* functional template */ @@ -56651,7 +56651,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-d073a642"; + const __vue_scope_id__$x = "data-v-4fc7f120"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ @@ -56904,7 +56904,7 @@ __vue_render__$w._withStripped = true; /* style */ const __vue_inject_styles__$w = undefined; /* scoped */ - const __vue_scope_id__$w = "data-v-620872de"; + const __vue_scope_id__$w = "data-v-2fde525c"; /* module identifier */ const __vue_module_identifier__$w = undefined; /* functional template */ @@ -57126,7 +57126,7 @@ __vue_render__$v._withStripped = true; /* style */ const __vue_inject_styles__$v = undefined; /* scoped */ - const __vue_scope_id__$v = "data-v-ad37c942"; + const __vue_scope_id__$v = "data-v-31958ec0"; /* module identifier */ const __vue_module_identifier__$v = undefined; /* functional template */ @@ -57386,7 +57386,7 @@ __vue_render__$u._withStripped = true; /* style */ const __vue_inject_styles__$u = undefined; /* scoped */ - const __vue_scope_id__$u = "data-v-6845ac25"; + const __vue_scope_id__$u = "data-v-6c7709a6"; /* module identifier */ const __vue_module_identifier__$u = undefined; /* functional template */ @@ -57611,7 +57611,7 @@ __vue_render__$t._withStripped = true; /* style */ const __vue_inject_styles__$t = undefined; /* scoped */ - const __vue_scope_id__$t = "data-v-e7dc6aae"; + const __vue_scope_id__$t = "data-v-01797c08"; /* module identifier */ const __vue_module_identifier__$t = undefined; /* functional template */ @@ -57832,7 +57832,7 @@ __vue_render__$s._withStripped = true; /* style */ const __vue_inject_styles__$s = undefined; /* scoped */ - const __vue_scope_id__$s = "data-v-74b8f6b4"; + const __vue_scope_id__$s = "data-v-335aaeb5"; /* module identifier */ const __vue_module_identifier__$s = undefined; /* functional template */ @@ -58051,7 +58051,7 @@ __vue_render__$r._withStripped = true; /* style */ const __vue_inject_styles__$r = undefined; /* scoped */ - const __vue_scope_id__$r = "data-v-67c56c90"; + const __vue_scope_id__$r = "data-v-e8d9d25e"; /* module identifier */ const __vue_module_identifier__$r = undefined; /* functional template */ @@ -58268,7 +58268,7 @@ __vue_render__$q._withStripped = true; /* style */ const __vue_inject_styles__$q = undefined; /* scoped */ - const __vue_scope_id__$q = "data-v-f07566ec"; + const __vue_scope_id__$q = "data-v-7b603f8b"; /* module identifier */ const __vue_module_identifier__$q = undefined; /* functional template */ @@ -58526,7 +58526,7 @@ __vue_render__$p._withStripped = true; /* style */ const __vue_inject_styles__$p = undefined; /* scoped */ - const __vue_scope_id__$p = "data-v-421def60"; + const __vue_scope_id__$p = "data-v-a138a53e"; /* module identifier */ const __vue_module_identifier__$p = undefined; /* functional template */ @@ -58748,7 +58748,7 @@ __vue_render__$o._withStripped = true; /* style */ const __vue_inject_styles__$o = undefined; /* scoped */ - const __vue_scope_id__$o = "data-v-4ea27446"; + const __vue_scope_id__$o = "data-v-4e7c515e"; /* module identifier */ const __vue_module_identifier__$o = undefined; /* functional template */ @@ -58969,7 +58969,7 @@ __vue_render__$n._withStripped = true; /* style */ const __vue_inject_styles__$n = undefined; /* scoped */ - const __vue_scope_id__$n = "data-v-58f87cb3"; + const __vue_scope_id__$n = "data-v-220346b4"; /* module identifier */ const __vue_module_identifier__$n = undefined; /* functional template */ @@ -59190,7 +59190,7 @@ __vue_render__$m._withStripped = true; /* style */ const __vue_inject_styles__$m = undefined; /* scoped */ - const __vue_scope_id__$m = "data-v-d59ca566"; + const __vue_scope_id__$m = "data-v-5e3c774e"; /* module identifier */ const __vue_module_identifier__$m = undefined; /* functional template */ @@ -59415,7 +59415,7 @@ __vue_render__$l._withStripped = true; /* style */ const __vue_inject_styles__$l = undefined; /* scoped */ - const __vue_scope_id__$l = "data-v-24e07c5a"; + const __vue_scope_id__$l = "data-v-90b82a58"; /* module identifier */ const __vue_module_identifier__$l = undefined; /* functional template */ @@ -59636,7 +59636,7 @@ __vue_render__$k._withStripped = true; /* style */ const __vue_inject_styles__$k = undefined; /* scoped */ - const __vue_scope_id__$k = "data-v-fa404aea"; + const __vue_scope_id__$k = "data-v-016944ea"; /* module identifier */ const __vue_module_identifier__$k = undefined; /* functional template */ @@ -59902,7 +59902,7 @@ __vue_render__$j._withStripped = true; /* style */ const __vue_inject_styles__$j = undefined; /* scoped */ - const __vue_scope_id__$j = "data-v-9ddcfd16"; + const __vue_scope_id__$j = "data-v-5d78f114"; /* module identifier */ const __vue_module_identifier__$j = undefined; /* functional template */ @@ -60127,7 +60127,7 @@ __vue_render__$i._withStripped = true; /* style */ const __vue_inject_styles__$i = undefined; /* scoped */ - const __vue_scope_id__$i = "data-v-0517aa58"; + const __vue_scope_id__$i = "data-v-bbd5a092"; /* module identifier */ const __vue_module_identifier__$i = undefined; /* functional template */ @@ -60352,7 +60352,7 @@ __vue_render__$h._withStripped = true; /* style */ const __vue_inject_styles__$h = undefined; /* scoped */ - const __vue_scope_id__$h = "data-v-e42a614e"; + const __vue_scope_id__$h = "data-v-113edd10"; /* module identifier */ const __vue_module_identifier__$h = undefined; /* functional template */ @@ -60573,7 +60573,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-0b32ca0a"; + const __vue_scope_id__$g = "data-v-44644f4b"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -60843,7 +60843,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-da50c8a6"; + const __vue_scope_id__$f = "data-v-55384c6e"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -61166,7 +61166,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-cb03c258"; + const __vue_scope_id__$e = "data-v-13f67e33"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -61444,7 +61444,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-efe436ca"; + const __vue_scope_id__$d = "data-v-23d7bb0c"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -61685,7 +61685,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-78768e5c"; + const __vue_scope_id__$c = "data-v-13bcbf9e"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -61934,7 +61934,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-94b82e9c"; + const __vue_scope_id__$b = "data-v-9668941a"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -62183,7 +62183,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-2801c97a"; + const __vue_scope_id__$a = "data-v-0f508699"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -62432,7 +62432,7 @@ __vue_render__$9._withStripped = true; /* style */ const __vue_inject_styles__$9 = undefined; /* scoped */ - const __vue_scope_id__$9 = "data-v-088e643a"; + const __vue_scope_id__$9 = "data-v-0b174afb"; /* module identifier */ const __vue_module_identifier__$9 = undefined; /* functional template */ @@ -62681,7 +62681,7 @@ __vue_render__$8._withStripped = true; /* style */ const __vue_inject_styles__$8 = undefined; /* scoped */ - const __vue_scope_id__$8 = "data-v-3155eae4"; + const __vue_scope_id__$8 = "data-v-33065062"; /* module identifier */ const __vue_module_identifier__$8 = undefined; /* functional template */ @@ -62930,7 +62930,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-70330120"; + const __vue_scope_id__$7 = "data-v-a19586e2"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -63200,7 +63200,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-bcca686c"; + const __vue_scope_id__$6 = "data-v-d02812ae"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -63494,7 +63494,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-4f8c672c"; + const __vue_scope_id__$5 = "data-v-4a73806d"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -63797,7 +63797,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-6afa1a82"; + const __vue_scope_id__$4 = "data-v-60525f61"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -64083,7 +64083,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-7345570b"; + const __vue_scope_id__$3 = "data-v-1684f7ac"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -64399,7 +64399,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-f0bac616"; + const __vue_scope_id__$2 = "data-v-28b08454"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -64654,7 +64654,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-496564c6"; + const __vue_scope_id__$1 = "data-v-6dcf2925"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -64905,7 +64905,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-53553f0e"; + const __vue_scope_id__ = "data-v-30e45a2d"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/titleLibrary.min.css b/src/plugin/xml-digital-teaching/lib/titleLibrary.min.css index e332f16..092bf8a 100644 --- a/src/plugin/xml-digital-teaching/lib/titleLibrary.min.css +++ b/src/plugin/xml-digital-teaching/lib/titleLibrary.min.css @@ -1 +1 @@ -.title-text[data-v-6117e448]{background-color:var(--background-color)!important}.title-left[data-v-6117e448]{border-color:var(--background-color)!important;color:var(--background-color)!important}.title-bgimg[data-v-bcca686c]{background-image:url(../style/title-text-bgimg.png)}.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} \ No newline at end of file +.title-text[data-v-540aeadd]{background-color:var(--background-color)!important}.title-left[data-v-540aeadd]{border-color:var(--background-color)!important;color:var(--background-color)!important}.title-bgimg[data-v-d02812ae]{background-image:url(../style/title-text-bgimg.png)}.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} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/video.css b/src/plugin/xml-digital-teaching/lib/video.css index 898a76f..0c8ffb7 100644 --- a/src/plugin/xml-digital-teaching/lib/video.css +++ b/src/plugin/xml-digital-teaching/lib/video.css @@ -1,12 +1,4 @@ - -.xml-video-container-h5[data-v-77561f29] { -} -.xml-video-container-pc[data-v-77561f29] { -} -.xml-video-container-pad[data-v-77561f29] { -} - -.xml-video-container-pdf[data-v-50185794] { +.xml-video-container-pdf[data-v-5449b515] { position: relative; display: flex; justify-content: center; @@ -16,13 +8,13 @@ padding-bottom: 56.25%; background: #000; } -.xml-video-container-pdf .cover[data-v-50185794] { +.xml-video-container-pdf .cover[data-v-5449b515] { position: absolute; top: 0; max-width: 100%; max-height: 100%; } -.xml-video-container-pdf .play[data-v-50185794] { +.xml-video-container-pdf .play[data-v-5449b515] { position: absolute; top: 45%; left: 45%; @@ -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-5d66632c] { +} +.xml-video-container-pc[data-v-5d66632c] { +} +.xml-video-container-pad[data-v-5d66632c] { +} diff --git a/src/plugin/xml-digital-teaching/lib/video.js b/src/plugin/xml-digital-teaching/lib/video.js index df00191..91f60ed 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 ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile +* Copyright ©Thu Jun 12 2025 10:02:00 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -235,17 +235,17 @@ function createCommonjsModule(fn, module) { return module = { exports: {} }, fn(module, module.exports), module.exports; } -var win; +var win$1; if (typeof window !== "undefined") { - win = window; + win$1 = window; } else if (typeof commonjsGlobal !== "undefined") { - win = commonjsGlobal; + win$1 = commonjsGlobal; } else if (typeof self !== "undefined") { - win = self; + win$1 = self; } else { - win = {}; + win$1 = {}; } -var window_1 = win; +var window_1$1 = win$1; var slice = Array.prototype.slice; var domWalk = iterativelyWalk; @@ -809,8 +809,8 @@ function extend$1() { } var xhr$1 = createXHR; -createXHR.XMLHttpRequest = window_1.XMLHttpRequest || noop; -createXHR.XDomainRequest = "withCredentials" in new createXHR.XMLHttpRequest() ? createXHR.XMLHttpRequest : window_1.XDomainRequest; +createXHR.XMLHttpRequest = window_1$1.XMLHttpRequest || noop; +createXHR.XDomainRequest = "withCredentials" in new createXHR.XMLHttpRequest() ? createXHR.XMLHttpRequest : window_1$1.XDomainRequest; forEachArray(["get", "put", "post", "patch", "head", "delete"], function (method) { createXHR[method === "delete" ? "del" : method] = function (uri, options, callback) { options = initParams(uri, options, callback); @@ -1017,6 +1017,18 @@ function getXml(xhr) { } function noop() {} +var win; +if (typeof window !== "undefined") { + win = window; +} else if (typeof commonjsGlobal !== "undefined") { + win = commonjsGlobal; +} else if (typeof self !== "undefined") { + win = self; +} else { + win = {}; +} +var window_1 = win; + /** * Copyright 2013 vtt.js Contributors * @@ -2697,7 +2709,7 @@ browserIndex.VTTRegion; * Includes vtt.js * Available under Apache License Version 2.0 * - */function _interopDefault(ex){return ex&&typeof ex==='object'&&'default'in ex?ex['default']:ex;}var window$1=_interopDefault(window_1);var document$1=_interopDefault(document_1);var tsml=_interopDefault(tsml$1);var safeParseTuple=_interopDefault(tuple);var xhr=_interopDefault(xhr$1);var vtt=_interopDefault(browserIndex);var version="6.13.0";/** + */function _interopDefault(ex){return ex&&typeof ex==='object'&&'default'in ex?ex['default']:ex;}var window$1=_interopDefault(window_1$1);var document$1=_interopDefault(document_1);var tsml=_interopDefault(tsml$1);var safeParseTuple=_interopDefault(tuple);var xhr=_interopDefault(xhr$1);var vtt=_interopDefault(browserIndex);var version="6.13.0";/** * @file browser.js * @module browser */var USER_AGENT=window$1.navigator&&window$1.navigator.userAgent||'';var webkitVersionMap=/AppleWebKit\/([\d.]+)/i.exec(USER_AGENT);var appleWebkitVersion=webkitVersionMap?parseFloat(webkitVersionMap.pop()):null;/* @@ -14776,7 +14788,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-77561f29"; + const __vue_scope_id__$1 = "data-v-5d66632c"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -14987,7 +14999,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-50185794"; + const __vue_scope_id__ = "data-v-5449b515"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/video.min.css b/src/plugin/xml-digital-teaching/lib/video.min.css index 591cfc1..52df974 100644 --- a/src/plugin/xml-digital-teaching/lib/video.min.css +++ b/src/plugin/xml-digital-teaching/lib/video.min.css @@ -1 +1 @@ -.xml-video-container-pdf[data-v-50185794]{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-50185794]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-50185794]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%} \ No newline at end of file +.xml-video-container-pdf[data-v-5449b515]{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-5449b515]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-5449b515]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%} \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index a895182..ab4a9cb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -13,7 +13,7 @@ const routes = [ { path: '/book', name: 'Book', - component: () => import(/* webpackChunkName: "about" */ '../views/Book.vue'), + component: () => import('../views/Book.vue'), meta:{ // title:"新思课堂电子书阅读" } @@ -21,7 +21,7 @@ const routes = [ { path: '/login', name: 'Login', - component: () => import(/* webpackChunkName: "about" */ '../views/login.vue'), + component: () => import('../views/login.vue'), meta:{ // title:"新思课堂电子书阅读" } @@ -29,7 +29,7 @@ const routes = [ { path: '/test', name: 'Test', - component: () => import(/* webpackChunkName: "about" */ '../views/Test.vue'), + component: () => import('../views/Test.vue'), meta:{ // title:"新思课堂电子书阅读" } @@ -40,7 +40,7 @@ const routes = [ // route level code-splitting // this generates a separate chunk (about.[hash].js) for this route // which is lazy-loaded when the route is visited. - component: () => import(/* webpackChunkName: "about" */ '../views/About.vue') + component: () => import('../views/About.vue') }, { path: '/cyc', @@ -48,7 +48,7 @@ const routes = [ // route level code-splitting // this generates a separate chunk (about.[hash].js) for this route // which is lazy-loaded when the route is visited. - component: () => import(/* webpackChunkName: "about" */ '../views/Cyc.vue') + component: () => import('../views/Cyc.vue') } ] // base: process.env.NODE_ENV == "sub"? process.env.VUE_APP_BASE_URL:"" diff --git a/src/service/getData.js b/src/service/getData.js index 0d9498f..6569a2d 100644 --- a/src/service/getData.js +++ b/src/service/getData.js @@ -7,7 +7,8 @@ import request from '@/utils/request'; var host ="http://www.xinsiketang.com" host ="" -var prefix = '/app_dev.php/api'; +// var prefix = '/app_dev.php/api'; +var prefix ='/api'; // if (1) //线上黄精 // { // prefix =host+'/api'; diff --git a/src/utils/directUrl.js b/src/utils/directUrl.js new file mode 100644 index 0000000..b35a3cf --- /dev/null +++ b/src/utils/directUrl.js @@ -0,0 +1,36 @@ + +// 目标域名 +const targetDomain = 'https://xinsiketang.com/reading'; + +// 需要匹配的域名列表 +const allowedDomains = [ + 'reading.xinsiketang.com', + 'legacy.example.com', + // '192.168.10.17' +]; + + + + +export function checkDirectUrl() { + + + // console.log(process.env); + // debugger + // if(process.env.NODE_ENV === 'development'){ + // return + // } + const currentDomain = window.location.hostname; + const pathname = window.location.pathname; + // 如果当前域名在列表中,则重定向 +if (allowedDomains.includes(currentDomain)) { + // 获取当前 URL 的参数部分(包括 ?) + const queryString = window.location.search; + + // 拼接新 URL(保留原有参数) + const newUrl = targetDomain + pathname + queryString; + + // 执行重定向 + window.location.href = newUrl; +} +} diff --git a/src/views/Book.vue b/src/views/Book.vue index 2487aa6..d067eac 100644 --- a/src/views/Book.vue +++ b/src/views/Book.vue @@ -284,7 +284,7 @@ export default { // console.log(this.bookId) var res = await bookApi.bookinfo.json({bookId:this.bookId}) - debugger + // res = JSON.stringify(res) // res = res.replaceAll("https://smile-ebook.oss-cn-qingdao.aliyuncs.com/", "fileapi/") // res = JSON.parse(res) @@ -321,8 +321,8 @@ export default { this.fullscreenLoading = false - var locationData = await bookApi.userAction.getReadLocation({bookId:this.bookId}) - this.location = locationData.location + // var locationData = await bookApi.userAction.getReadLocation({bookId:this.bookId}) + // this.location = locationData.location var abc = await bookApi.bookinfo.request_info({bookId: this.bookId}) @@ -383,8 +383,7 @@ export default { this.studySituation() - - + var params = { @@ -533,7 +532,7 @@ export default { async clickToRespond(data){ - debugger + await this.getMineData() await this.studySituation()